Commit History

作者 SHA1 備註 提交日期
  Jelmer Vernooij 4c9b0aa6ae Update my email address. jelmer@samba.org => jelmer@jelmer.uk. 7 年之前
  Jelmer Vernooij eb44a6610f Use correct types. 8 年之前
  Jelmer Vernooij 413ecfc26d Drop unnecessary version compatibility code. 8 年之前
  Jelmer Vernooij f2a09e7977 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 年之前
  Lele Gaifax c79661c0ac Treat pathnames as bytes in the Python 3 C modules 10 年之前
  Lele Gaifax e38d4efeaf Make the C accelerator modules compatible with Python 3 10 年之前
  Jelmer Vernooij 79745d2c20 Check for PyLong, for pypy. 10 年之前
  Hannu Valtonen 6b095a3c96 py3k: These need to return a value since in Py3k they're no longer void 11 年之前
  Jelmer Vernooij eb700910c7 _objects.c: Cope with sha_to_pyhex returning NULL. 13 年之前
  Jelmer Vernooij 523cc1cb14 When replacing strnlen, use a different name to prevent clashing with system strnlen if it does actually exist. 14 年之前
  Jelmer Vernooij 8d93b1e73e Make text argument to strnlen const. 14 年之前
  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 年之前