История коммитов

Автор SHA1 Сообщение Дата
  Martin 1da03206ac Provide strnlen for MSVC before version 8 14 лет назад
  Nick Stenning 596e50319b Use Apple's Availability.h directly to determine current OS X version 14 лет назад
  Ryan McKern d6cc373992 Fix for bug https://bugs.launchpad.net/dulwich/+bug/794543, where strnlen is defined twice if you're using OS X 10.7 (Lion). 14 лет назад
  Augie Fackler 3fa6f9e8d4 objects.parse_tree: more gracefully handle invalid modes in trees 15 лет назад
  Dave Borowitz 055d2ebd52 objects: Allow tree entries to be sorted by name. 15 лет назад
  Augie Fackler bf39152d05 _objects.c: indentation/alignment tabs/spaces pedantry. 15 лет назад
  Dave Borowitz 3c84e3d192 _objects: sorted_tree_items cleanup. 15 лет назад
  Dave Borowitz 0cfb54277b Subclass TreeEntry in objects.py. 15 лет назад
  Dave Borowitz aba245f8be Make TreeEntry a namedtuple for clarity. 15 лет назад
  dak180 acd6db06f7 Cope with strnlen() not existing on Mac. 15 лет назад
  Hans Kolek 9a219437a6 Provide strnlen() on mingw32 which doesn't have it. 15 лет назад
  Tay Ray Chuan f1d2cf7a80 dulwich/_objects.c 15 лет назад
  Dave Borowitz 61cd4598f7 Fix memory leak in C implementation of sorted_tree_items. 15 лет назад
  Dave Borowitz d9b23da152 Add tests for sorted_tree_items and C implementation. 15 лет назад
  Dave Borowitz 35273258b6 Convert tree mode to int when sorting. 15 лет назад
  Dave Borowitz c90e3554ca Add a typedef for Py_ssize_t, which is not available in python <2.5. 16 лет назад
  Dave Borowitz 7ad8df2265 Correctly avoid parsing ShaFiles with fixed SHAs when calling sha(). 16 лет назад
  Dave Borowitz 4448f3b389 Ensure we don't run past the end of the tree text. 16 лет назад
  Dave Borowitz a4cebb6994 Add check() methods to object classes for consistency checking. 16 лет назад
  Dave Borowitz fe36cc47e7 Change parse_tree to return a list rather than a dict. 16 лет назад
  Jelmer Vernooij 21f97b93e9 Provide C implementation of tree item sorter. 16 лет назад
  Jelmer Vernooij 1c91fa9af9 Use binascii.{unhexlify,hexlify}. Thanks to Ronny for the hint. 16 лет назад
  Ronald Blaschke 0507786a78 Fix sentinels. 16 лет назад
  Jelmer Vernooij b7c611d850 Use CheckExact for strings. 16 лет назад
  Jelmer Vernooij 1243b82e9c Fix memory leak in parse_tree. 16 лет назад
  Jelmer Vernooij 065d1a5485 Fix C implementation of parse_tree to return a dictionary. 16 лет назад
  Jelmer Vernooij 972ffbbcd2 Add C extension for tree parsing. 16 лет назад
  Jelmer Vernooij e9679fe4e2 Add (optional!) C implementations of hex_to_sha and sha_to_hex. 17 лет назад