jelmer/dulwich-libgit2.git
2010-10-25 Jelmer VernooijAdd basic Index object based on libgit2. master
2010-10-25 Jelmer VernooijSupport linking against libgit2.
2010-10-25 Dave Borowitz_objects: sorted_tree_items cleanup.
2010-10-25 Dave BorowitzSubclass TreeEntry in objects.py.
2010-10-25 Dave BorowitzMake TreeEntry a namedtuple for clarity.
2010-10-24 Jelmer VernooijSupport pseudo headers in patches.
2010-10-17 Jelmer VernooijMerge fix to correctly cope with no-op fetches in the...
2010-10-17 Jelmer VernooijMerge addition of eof() and unread_pkt_line().
2010-10-16 Jelmer VernooijAdd Tree.items().
2010-10-16 Jelmer VernooijStart on 0.7.0.
2010-10-16 Jelmer VernooijRelease 0.6.2. dulwich-0.6.2
2010-10-16 Jelmer VernooijMerge some bare-repo related fixes from Dirk Neumann.
2010-10-16 Jelmer VernooijMerge some bare-repo related fixes from Dirk Neumann.
2010-10-16 Jelmer VernooijRemove old Fastimporter in favor of new python-fastimpo...
2010-10-05 Jelmer VernooijTreat marks as strings internally.
2010-10-05 Jeremy WhitlockAdded unit tests for dulwich.object_store.tree_lookup_path.
2010-10-05 Jelmer VernooijHandle patches with more than one commit line.
2010-10-05 Jeremy Whitlock[Dulwich-users] [PATCH] Added unit tests for
2010-10-05 Jelmer VernooijAdd test for subject parsing in git_am_patch_split.
2010-10-05 Dave Borowitzserver: Correct short-circuiting operation for no-op...
2010-10-05 Dave BorowitzAdd eof() and unread_pkt_line() methods to Protocol.
2010-10-01 dak180Cope with strnlen() not existing on Mac.
2010-09-12 Jelmer VernooijFix exporting fastimport streams using python-fastimport.
2010-09-11 Jelmer VernooijUse python-fastimport.
2010-08-26 David BorowitzMissingObjectFinder: minor cleanup: 80 chars, others.
2010-08-21 DirkBare-repo related changes: have no index and bare=true...
2010-08-17 Hans KolekProvide strnlen() on mingw32 which doesn't have it.
2010-08-11 Jelmer VernooijMake sure TestCase.setUp() is called, remove unused...
2010-08-11 Dave BorowitzUse real in-memory objects rather than stubs for server...
2010-08-11 Dave BorowitzAdd utility functions to DictRefsContainer, useful...
2010-08-11 Dave BorowitzAllow overwriting id property of objects in test utils.
2010-08-08 Dave BorowitzDelegate SHA peeling to the object store.
2010-08-08 Dave BorowitzRefactor some of dulwich.tests.compat.server_utils.
2010-08-08 Dave Borowitzserver: Explicitly specify allowed protocol commands.
2010-08-08 Jelmer Vernooijadd trivial tests for DiskObjectStore.add_{thin_,}pack.
2010-08-08 Jelmer VernooijNew dulwich.pack.MemoryPackIndex class.
2010-08-08 Jelmer VernooijFix typo.
2010-08-08 Jelmer VernooijPackIndex1 and PackIndex2 now subclass FilePackIndex...
2010-08-08 Dave Borowitzserver: Factor out _split_proto_line as a global.
2010-08-08 Dave BorowitzClean up docstrings in dulwich.protocol.
2010-08-08 Jelmer VernooijUpdate NEWS.
2010-08-08 Dave BorowitzStandardize quote delimiters in test_protocol.
2010-08-08 Dave BorowitzUse run_git_or_fail in compat tests wherever possible.
2010-08-03 Jelmer VernooijInitial work on a fastimport parser.
2010-08-02 Jelmer VernooijFix tests with testtools installed.
2010-08-02 Jelmer VernooijMerge support for side-band-64k.
2010-08-02 Dave BorowitzCompat tests for servers with and without side-band...
2010-08-02 Dave BorowitzAdd side-band-64k support to ReceivePackHandler.
2010-08-02 Dave BorowitzMore flexible version checking for compat tests.
2010-08-02 Dave BorowitzTweak server handler injection.
2010-08-02 Dave Borowitzserver: Change capabilities methods to classmethods.
2010-08-02 Dave BorowitzFactor out a function to convert a line to a pkt-line.
2010-08-02 Dave BorowitzFactor out _report_status in ReceivePackHandler.
2010-08-01 Dave Borowitztest_web: Ensure cache headers are set correctly.
2010-08-01 Dave BorowitzAdd more tests for web.py.
2010-08-01 Dave Borowitztest/utils: Return non-__slot__ subclasses from make_ob...
2010-08-01 Dave Borowitztest_web: Simplify assertions about Content-Type.
2010-08-01 Dave Borowitztest_web: Use MemoryRepo for tests instead of complex...
2010-08-01 Dave BorowitzCorrect PSF copyright on web.date_time_string.
2010-08-01 Dave Borowitzweb: Distinguish between missing files and read errors.
2010-08-01 Dave BorowitzFix iter_tree_contents iteration.
2010-07-30 Dave Borowitzobject_store: Include subtrees in iteration.
2010-07-30 Dave Borowitzobject_store: Make iter_tree_contents depth-first.
2010-07-27 Jelmer VernooijAdd docstrings for parse_timezone and format_timezone.
2010-07-27 Jelmer VernooijAdd Blob.__slots__.
2010-07-26 Dave Borowitzpack: Add ThinPackData.from_file.
2010-07-26 Dave BorowitzUse GitFile when modifying packed-refs in tests.
2010-07-26 Dave BorowitzDon't error when creating GitFiles with the default...
2010-07-26 Jelmer VernooijAdd trivial test for write_pack_header.
2010-07-26 Dave Borowitzpack: Factor out write_pack_header.
2010-07-26 Dave Borowitzweb: Use write() callable for output.
2010-07-26 Dave Borowitzweb: Handle empty-string CONTENT_LENGTH.
2010-07-26 Dave Borowitztest_objects: Remove unnecessary file writing.
2010-07-23 Jelmer VernooijUse slots.
2010-07-22 Jelmer VernooijStart on 0.6.2.
2010-07-22 Jelmer Vernooijrelease 0.6.1. dulwich-0.6.1
2010-07-21 Jelmer VernooijSome restructuredText fixes.
2010-07-21 Jelmer VernooijUse 0.6.1 version number everywhere.
2010-07-21 Dave BorowitzMove dul-web's main functionality to web.
2010-07-21 Dave BorowitzMove reference WSGI handler to web.py.
2010-07-21 Dave BorowitzMake dul-daemon a trivial wrapper around server functio...
2010-07-21 Dave BorowitzUse HTTPGitRequestHandler for test_web.
2010-07-20 Tay Ray Chuantest_file.GitFileTests.test_abort_close_removed: close...
2010-07-20 Tay Ray Chuantest_repository.DiskRefsContainerTests.test_remove_pack...
2010-07-20 Tay Ray Chuandulwich/_objects.c
2010-06-29 Jelmer VernooijUse --quiet when initializing git repositories in compa...
2010-06-28 Jelmer VernooijUse self.store rather than explicitly creating a DiskOb...
2010-06-28 Jelmer Vernooijdulwich.pack.write_pack_index_v{1,2} now take a file...
2010-06-28 Jelmer VernooijAdd PackBasedObjectStore.pack_loose_objects().
2010-06-28 Jelmer VernooijAllow overriding paths to executables in GitSSHClient.
2010-06-28 Jelmer VernooijMerge Augie's GitClient refactoring.
2010-06-28 Augie Facklercompat.test_client: test SubprocessGitClient and SSHGit...
2010-06-28 Augie Facklerclient: refactor GitClient subclasses to enhance code...
2010-06-26 Jelmer Vernooijparse_tree: Fix tests for pure-python implementation.
2010-06-26 Jelmer VernooijSupport Tree.iteritems() returning an iterator rather...
2010-06-17 Jelmer VernooijRemove some unused imports.
2010-06-17 Jelmer VernooijMerge logging support in the web server.
2010-06-15 Dave BorowitzAdd simple logging to HTTP server.
2010-06-15 Dave BorowitzAdd logging utilities and server logging.
2010-06-15 Jelmer VernooijFix tests.
next