Historique des commits

Auteur SHA1 Message Date
  Jelmer Vernooij b69ec0f8f1 Implement BaseRepo.__contains__. il y a 15 ans
  Jelmer Vernooij 1c98815446 Merge cleanups from Dave. il y a 15 ans
  Dave Borowitz 8f00f27e6c Add repository compat tests. il y a 15 ans
  Dave Borowitz cc8bfb0656 Add SEEK_END to misc.py, since it was added in 2.5. il y a 15 ans
  Dave Borowitz f116295de4 Add a typedef for Py_ssize_t, which is not available in python <2.5. il y a 15 ans
  Dave Borowitz 40e1923dc4 Refactor server code to allow custom handler classes. il y a 15 ans
  Dave Borowitz fca0b0bee5 Clarify make_commit docstring and variable names. il y a 15 ans
  Dave Borowitz 5ba3a7e2fa Fix yield in try/finally for python2.4 compatibility. il y a 15 ans
  Dave Borowitz b4b384f0e1 Fix "x if y else z" syntax for python2.4. il y a 15 ans
  Dave Borowitz b4ba43c562 Fix numerous style issues. il y a 15 ans
  Dave Borowitz dd04393c8e Add __setitem__ to DictRefsContainer. il y a 15 ans
  Dave Borowitz a6bb898f40 Add make_object and make_commit convenience functions to test utils. il y a 15 ans
  Jelmer Vernooij 87fe92ea91 Allow non-os file-like objects passed to ShaFile.from_file. il y a 15 ans
  Jelmer Vernooij 82f0ee09db Distinguish between ShaFile.from_file and ShaFile.from_path. il y a 15 ans
  Jelmer Vernooij bc650881e2 Pass external object resolve function rather than full object store to ThinPackData constructor. il y a 15 ans
  Jelmer Vernooij 176a4f572a Merge Dave, highlights: il y a 15 ans
  Jelmer Vernooij aaf17f7da1 Merge use of constants for OFS/REF delta's. il y a 15 ans
  Jelmer Vernooij 08f141b331 Merge fix to write info/exclude rather than info/excludes file. il y a 15 ans
  Travis Cline 56688b1028 Fixed filename of initial .git/info/exclude il y a 15 ans
  Dave Borowitz 531f3f4c10 Do simple pack checking during receive-pack. il y a 15 ans
  Dave Borowitz 45de47b1fa Clean up index tests. il y a 15 ans
  Dave Borowitz c486c42aee Clean up pack tests. il y a 15 ans
  Dave Borowitz a9e1684bd9 Clean up object store tests. il y a 15 ans
  Dave Borowitz 3b55e94abf Change check() methods in pack.py to raise rather than return bools. il y a 15 ans
  Dave Borowitz 7f4238d888 Hash packed objects without creating ShaFiles. il y a 15 ans
  Dave Borowitz 2849c81675 Simplify and fix thin pack resolving. il y a 15 ans
  Dave Borowitz e3a8c373c0 Replace ref delta/ofs delta magic numbers with constants. il y a 15 ans
  Jelmer Vernooij 6ce0af4dc5 Add PackStreamReader.{offset,__len__}, extract PackObjectIterator. il y a 15 ans
  Jelmer Vernooij 59a7348962 Move PackStreamReader to dulwich.pack. il y a 15 ans
  Jelmer Vernooij adf5b3872f Split generic pack reading code out of PackStreamVerifier. il y a 15 ans