jelmer/dulwich-libgit2.git
2010-05-12 Dave BorowitzAdd non-bare repository tests.
2010-05-12 Dave BorowitzFix RefsContainer.add_if_new to support dangling symrefs.
2010-05-12 Dave BorowitzTreat non-existent index files as empty.
2010-05-12 Dave BorowitzFix up and test DictRefsContainer.
2010-05-11 Jelmer VernooijCope with missing newlines in patches.
2010-05-05 Jelmer VernooijMerge cleanups and use of proper per-service capabiliti...
2010-05-03 Augie Facklertest_pack: simpler assertion that passes in more places
2010-05-02 Tay Ray ChuanWhen diffstat is available, dulwich.patch.write_commit_...
2010-05-01 Jelmer VernooijImplement BaseRepo.__contains__.
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzAdd repository compat tests.
2010-04-30 Dave BorowitzAdd SEEK_END to misc.py, since it was added in 2.5.
2010-04-30 Dave BorowitzAdd a typedef for Py_ssize_t, which is not available...
2010-04-30 Dave BorowitzRefactor server code to allow custom handler classes.
2010-04-30 Dave BorowitzClarify make_commit docstring and variable names.
2010-04-30 Dave BorowitzFix yield in try/finally for python2.4 compatibility.
2010-04-30 Dave BorowitzFix "x if y else z" syntax for python2.4.
2010-04-30 Dave BorowitzFix numerous style issues.
2010-04-30 Dave BorowitzAdd __setitem__ to DictRefsContainer.
2010-04-30 Dave BorowitzAdd make_object and make_commit convenience functions...
2010-04-30 Jelmer VernooijAllow non-os file-like objects passed to ShaFile.from_file.
2010-04-30 Jelmer VernooijDistinguish between ShaFile.from_file and ShaFile.from_...
2010-04-30 Jelmer VernooijPass external object resolve function rather than full...
2010-04-30 Jelmer VernooijMerge Dave, highlights:
2010-04-27 Jelmer VernooijMerge use of constants for OFS/REF delta's.
2010-04-26 Jelmer VernooijMerge fix to write info/exclude rather than info/exclud...
2010-04-26 Travis ClineFixed filename of initial .git/info/exclude
2010-04-25 Augie Facklerclient: raise an exception when send_pack fails
2010-05-03 Augie Facklerclient: Make SSHSubprocess slightly more forgiving...
2010-04-25 Augie Facklerdulwich.errors: cleanup whitespace
2010-04-25 Augie Facklerclient: advertise capabilities correctly per-service
2010-04-22 Dave BorowitzDo simple pack checking during receive-pack.
2010-04-22 Dave BorowitzClean up index tests.
2010-04-22 Dave BorowitzClean up pack tests.
2010-04-22 Dave BorowitzClean up object store tests.
2010-04-22 Dave BorowitzChange check() methods in pack.py to raise rather than...
2010-04-22 Dave BorowitzHash packed objects without creating ShaFiles.
2010-04-22 Dave BorowitzSimplify and fix thin pack resolving.
2010-04-19 Dave BorowitzReplace ref delta/ofs delta magic numbers with constants.
2010-04-17 Jelmer VernooijAdd PackStreamReader.{offset,__len__}, extract PackObje...
2010-04-17 Jelmer VernooijMove PackStreamReader to dulwich.pack.
2010-04-17 Jelmer VernooijSplit generic pack reading code out of PackStreamVerifier.
2010-04-17 Jelmer VernooijFix ordering of imports.
2010-04-17 Jelmer VernooijRemove unused imports.
2010-04-16 Jelmer VernooijAttempt to close index files properly.
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Dave BorowitzClean up pack.py.
2010-04-16 Dave BorowitzMake the server decode a pack as it streams.
2010-04-16 Dave BorowitzFix read_zlib_chunks to avoid appending junk data.
2010-04-16 Dave BorowitzAdd ReceivableProtocol that supports recv() as well...
2010-04-16 Dave BorowitzStrip excess whitespace from capabilities lines.
2010-04-16 Dave BorowitzPrevent server stack trace when the client request...
2010-04-16 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-04-16 Jelmer VernooijCope with diffstat not being present in test_patch.
2010-04-16 Jelmer VernooijAdd basic test for write_commit_patch.
2010-04-16 Jelmer VernooijFix fastexport commit exporter, add test.
2010-04-16 Jelmer VernooijAdd some basic tests for fastexport.
2010-04-16 Dave BorowitzCorrectly avoid parsing ShaFiles with fixed SHAs when...
2010-04-16 Jelmer VernooijInitial work on a fastexport module.
2010-04-16 Jelmer VernooijAvoid double close when file has already gone away...
2010-04-16 Jelmer VernooijSkip test_dest_opened on non-Windows platforms.
2010-04-16 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-04-16 Jelmer VernooijAvoid mixing iterators/readline.
2010-04-16 Jelmer Vernooijadd git_am_patch_split.
2010-04-15 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-04-15 Jelmer VernooijCope with diffstat not being present in test_patch.
2010-04-15 Jelmer VernooijAdd basic test for write_commit_patch.
2010-04-15 Jelmer Vernooijmerge support for generating fastexport streams.
2010-04-15 Jelmer VernooijFix fastexport commit exporter, add test.
2010-04-15 Jelmer VernooijAdd some basic tests for fastexport.
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-14 Dave BorowitzCorrectly avoid parsing ShaFiles with fixed SHAs when...
2010-04-14 Jelmer VernooijFix Blob._deserialize.
2010-04-13 Augie Facklercompat tests: move assertRepos(Not)Equal to util
2010-04-13 Augie Facklerdulwich.client: whitespace and 80 column cleanup
2010-04-13 Augie Facklerobject_store: clean up whitespace
2010-04-12 Dave BorowitzMake ShaFiles created from files trust their filenames.
2010-04-12 Dave BorowitzLazily read the contents of ShaFiles from disk.
2010-04-12 Dave BorowitzCheck tag and commit objects for duplicate and out...
2010-04-12 Dave BorowitzAdd TESTFLAGS variable to Makefile to make running...
2010-04-13 Jelmer VernooijAdd launchpad link.
2010-04-12 Dave BorowitzFix whitespace bug in dul-web.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-11 Jelmer VernooijAdd DiskObjectStore.init.
2010-04-11 Tay Ray Chuantest_object_store: use temp dirs instead of 'foo'
2010-04-10 Tay Ray Chuanclient: don't assume server response is of length 20 rc-fix-pack-protocol-v2
2010-04-09 Tay Ray ChuanObjectStoreGraphWalker.ack: use non-recursive implement...
2010-04-09 Dave BorowitzUse datetime.utcfromtimestamp() in tests.
2010-04-08 Jelmer VernooijPreserve '-' sign when -0000 is stored for the timezone...
2010-04-08 Jelmer VernooijAdd Tree.__iter__.
2010-04-07 Jelmer VernooijCope with \r in ref files on Windows.
2010-04-08 Jelmer VernooijAvoid relying on PST for passing the testsuite.
2010-04-08 Dave BorowitzEnsure we don't run past the end of the tree text.
2010-04-08 Jelmer VernooijRemove unused import, always ensure that objects is...
2010-04-08 Dave BorowitzAdd check() methods to object classes for consistency...
2010-04-05 Jelmer VernooijRename set_ref -> set_symbolic_ref.
2010-04-05 Jelmer VernooijAvoid writing to stdout.
2010-04-05 Jelmer VernooijFix import of NotTagError.
2010-04-05 Jelmer VernooijDefine common TestSkipped exception so it's easier...
2010-04-05 Dave BorowitzChange parse_tree to return a list rather than a dict.
next