Initial work on a fastimport parser.
[jelmer/dulwich-libgit2.git] / dulwich /
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-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.
2010-06-13 Jelmer VernooijWhen restting ShaFile._file, also reset ShaFile._magic.
2010-06-12 Jelmer VernooijFix parsing from file-like objects.
2010-06-11 Jelmer VernooijFix compatibility tests when python-testtools is installed.
2010-06-11 Jelmer VernooijMerge support for lazy loading packs.
2010-06-11 Jelmer VernooijAdd Pack.from_lazy_objects().
2010-06-10 Jelmer VernooijUse TestTools' TestCase so TestSkipped gets picked...
2010-06-10 Jelmer VernooijAlways import TestCase from dulwich.tests so it can...
2010-06-10 Jelmer VernooijUse Python2.7 SkipTest class if available, patch up...
2010-06-04 Ross LightMerged changes from trunk
2010-06-02 Jelmer Vernooijmerge support for MemoryRepo, path fixing in the web...
2010-06-01 Dave BorowitzAdd a MemoryRepo that stores everything in memory.
2010-06-01 Dave BorowitzUse correct path separators for named repo files.
2010-06-01 Dave BorowitzMove named file initilization to BaseRepo.
2010-05-30 Jelmer VernooijRemove unused, add bug reference.
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-29 Jelmer VernooijMerge sorted_tree improvements.
2010-05-25 Ross LightAdded SSHGitClient.receive_pack_path and SSHGitClient...
2010-05-24 Dave BorowitzClean up file headers.
2010-05-24 Dave BorowitzFix memory leak in C implementation of sorted_tree_items.
2010-05-24 Dave BorowitzAdd tests for sorted_tree_items and C implementation.
2010-05-22 Jelmer Vernooijrelease 0.6.0. dulwich-0.6.0
2010-05-22 Jelmer VernooijMerge some extra tests for packed ref deletion with...
2010-05-22 Jelmer VernooijMerge fix for crash deleting a ref.
2010-05-22 Jelmer VernooijMerge fix for send pack when there is nothing to fetch...
2010-05-21 Augie Facklertest_repository: test packed ref deletion with no peele...
2010-05-21 Augie Facklertest_repository: clean up whitespace
2010-05-21 Augie FacklerDiskRefsContainer: don't crash deleting a ref without...
2010-05-21 Augie Facklerrepo: clean up whitespace
2010-05-20 Augie Facklerclient: fix send_pack when there is nothing to send
2010-05-20 Augie Facklercompat.test_client: test fetching packs
2010-05-20 Jelmer VernooijRemove PackData.__del__ as it causes reference loops...
2010-05-14 Augie Facklerdulwich.client: fix fetch if no progress function is...
2010-05-17 Jelmer VernooijMerge improvements and extra tests, mainly to deal...
2010-05-14 Augie Facklerclient: move parsing report-status data into a method
2010-05-13 Jelmer VernooijMake sure ids get updated when the object changes.
2010-05-13 Jelmer VernooijAdd docstring.
2010-05-12 Dave BorowitzAllow double-staging of files that are deleted in the...
2010-05-12 Dave BorowitzMove tests that build repos from scratch to their own...
2010-05-12 Dave BorowitzImplement set_symbolic_ref separately in Disk/DictRefsC...
2010-05-12 Dave BorowitzClean up asserts in Tree.
2010-05-12 Dave BorowitzConvert tree mode to int when sorting.
2010-05-12 Dave BorowitzAdd non-bare repository tests.
2010-05-12 Dave BorowitzFix RefsContainer.add_if_new to support dangling symrefs.
next