تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  Jelmer Vernooij 0bd1e28b88 Update my email address. jelmer@samba.org => jelmer@jelmer.uk. 6 سال پیش
  Jelmer Vernooij a8b0a0794b Use correct types. 7 سال پیش
  Jelmer Vernooij 51a89e7ded Drop unnecessary version compatibility code. 8 سال پیش
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 8 سال پیش
  Lele Gaifax 4c0ef6e680 Treat pathnames as bytes in the Python 3 C modules 9 سال پیش
  Lele Gaifax 109fe00239 Make the C accelerator modules compatible with Python 3 9 سال پیش
  Jelmer Vernooij 65adf6bb76 Check for PyLong, for pypy. 9 سال پیش
  Hannu Valtonen 3d2e49ae41 py3k: These need to return a value since in Py3k they're no longer void 10 سال پیش
  Jelmer Vernooij cb5fd3bd75 _objects.c: Cope with sha_to_pyhex returning NULL. 13 سال پیش
  Jelmer Vernooij 58ac8a0c11 When replacing strnlen, use a different name to prevent clashing with system strnlen if it does actually exist. 13 سال پیش
  Jelmer Vernooij 223559c7f8 Make text argument to strnlen const. 13 سال پیش
  Martin 1a91ebb322 Provide strnlen for MSVC before version 8 13 سال پیش
  Nick Stenning a0739a94db Use Apple's Availability.h directly to determine current OS X version 13 سال پیش
  Ryan McKern 149b0d8ecc Fix for bug https://bugs.launchpad.net/dulwich/+bug/794543, where strnlen is defined twice if you're using OS X 10.7 (Lion). 13 سال پیش
  Augie Fackler 4066f9c3cb objects.parse_tree: more gracefully handle invalid modes in trees 14 سال پیش
  Dave Borowitz e67b62f74f objects: Allow tree entries to be sorted by name. 14 سال پیش
  Augie Fackler 3302c92c08 _objects.c: indentation/alignment tabs/spaces pedantry. 14 سال پیش
  Dave Borowitz 2660cd48a0 _objects: sorted_tree_items cleanup. 14 سال پیش
  Dave Borowitz 3461ff3bbb Subclass TreeEntry in objects.py. 14 سال پیش
  Dave Borowitz f749f272c4 Make TreeEntry a namedtuple for clarity. 14 سال پیش
  dak180 3e3ac24744 Cope with strnlen() not existing on Mac. 14 سال پیش
  Hans Kolek ca9a68de53 Provide strnlen() on mingw32 which doesn't have it. 14 سال پیش
  Tay Ray Chuan d38e55a35c dulwich/_objects.c 14 سال پیش
  Dave Borowitz f24570658f Fix memory leak in C implementation of sorted_tree_items. 15 سال پیش
  Dave Borowitz 06867d6fbf Add tests for sorted_tree_items and C implementation. 15 سال پیش
  Dave Borowitz 3c55de57f6 Convert tree mode to int when sorting. 15 سال پیش
  Dave Borowitz f116295de4 Add a typedef for Py_ssize_t, which is not available in python <2.5. 15 سال پیش
  Dave Borowitz 00c3b6a137 Correctly avoid parsing ShaFiles with fixed SHAs when calling sha(). 15 سال پیش
  Dave Borowitz 65a53fca3c Ensure we don't run past the end of the tree text. 15 سال پیش
  Dave Borowitz eb2afb8aea Add check() methods to object classes for consistency checking. 15 سال پیش