Rewrite add_thin_pack to use the fast PackIndexer.
[jelmer/dulwich.git] / NEWS
2011-07-28 Dave BorowitzRewrite add_thin_pack to use the fast PackIndexer.
2011-07-28 Dave Borowitzpack: Extract a function to compute the SHA of a file.
2011-07-28 Dave Borowitzpack: Extract a method to check pack length and SHA.
2011-07-28 Dave BorowitzMove PackStreamReader from server to pack.
2011-07-28 Dave Borowitzpack: Include offset in PackStreamReader results.
2011-07-28 Dave Borowitztests: Move write_pack_data to utils.build_pack.
2011-07-28 Dave Borowitzpack: Allow write_pack_object to compute a SHA.
2011-07-28 Dave Borowitzpack: Add a PackIndexer to index packs more quickly.
2011-07-28 Dave Borowitzpack: Add a DeltaChainIterator for faster iteration...
2011-07-28 Dave Borowitzobject_store: Fix return type of MemoryObjectStore...
2011-07-28 Dave Borowitzpack: Inline PackObjectIterator.
2011-07-28 Dave Borowitzpack: Compute CRC32 during object unpacking.
2011-07-25 Jelmer VernooijMerge fix to prevent rraising ValueError for correct...
2011-07-24 Jelmer VernooijIf setuptools is installed, "python setup.py test"...
2011-07-23 Jelmer VernooijMerge improvements to pack writing code.
2011-07-21 Jelmer VernooijActually create deltas when creating packs.
2011-07-21 Jelmer VernooijMerge improvements to memory usage of write_pack_data.
2011-07-21 Jelmer VernooijClarify NEWS.
2011-07-21 Jelmer VernooijAvoid storing all objects in memory when writing pack.
2011-07-21 Jelmer Vernooijwrite_pack_data and write_pack no longer take a num_obj...
2011-07-19 Jelmer VernooijMerge fiix compilation on newer versions of Mac OS...
2011-07-01 Jelmer VernooijFix use of SubprocessWrapper on Windows.
2011-06-29 Jelmer VernooijImprove performance of Repo.revision_history().
2011-06-24 Jelmer VernooijSupport IPv6 for git:// connections.
2011-04-12 Jelmer VernooijStart on 0.7.2.
2011-04-12 Jelmer VernooijRelease 0.7.1.
2011-04-12 Daniele SluijtersFix compilation with XCode 4 and older versions of...
2011-03-30 Jelmer VernooijMerge support for submodules in write_tree_diff.
2011-03-30 Jelmer VernooijAdd more tests for write_object_diff, NEWS entry.
2011-03-26 Jelmer VernooijMerge Pack.keep support from Marc Brinkmann.
2011-03-16 Jelmer VernooijMerge deprecation of Tree.entries.
2011-03-16 Jelmer VernooijFix order of arguments to Tree.add.
2011-03-13 Jelmer VernooijDeprecate Tree.entries.
2011-03-13 Jelmer VernooijFix order of parameters to Tree.add.
2011-03-06 Jelmer VernooijBaseObjectStore.determine_wants_all no longer breaks...
2011-03-02 Ted Horst_diff_tree_.c: Fix double decref of objects module.
2011-02-12 Jelmer VernooijFix running of dulwich.tests.compat.test_web.
2011-01-29 Jelmer VernooijMerge sphinxification of documentation, by Lukasz Balce...
2011-01-26 Lukasz BalcerzakMerged changelog and overview docs into main index...
2011-01-25 Jelmer VernooijFix get_transport_and_path compatibility with pre-2...
2011-01-24 Pascal QuantinFix the build on Windows.
2011-01-21 Jelmer VernooijStart working on 0.7.1.
2011-01-21 Jelmer VernooijRelease 0.7.0.
2010-12-26 Jelmer VernooijNEWS: Add two missing items.
2010-12-25 Jelmer VernooijUpdate NEWS.
2010-12-25 Jelmer VernooijAdd entry for tutorial update.
2010-12-25 Jelmer VernooijFix dul-receive-pack and dul-upload-pack.
2010-12-25 Jelmer Vernooijdulwich.server: Add serve_command.
2010-11-26 Jelmer VernooijReorganize the tutorial. This kills some of the duplica...
2010-11-26 Jelmer VernooijRun the tutorial inside the test suite.
2010-11-21 Jelmer VernooijAdd write_tree_diff.
2010-11-15 Jelmer VernooijSupport parsing git mbox patches without a version...
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.
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-05 Dave Borowitzserver: Correct short-circuiting operation for no-op...
2010-10-05 Dave BorowitzAdd eof() and unread_pkt_line() methods to Protocol.
2010-09-11 Jelmer VernooijUse python-fastimport.
2010-08-26 David BorowitzMissingObjectFinder: minor cleanup: 80 chars, others.
2010-08-17 Hans KolekProvide strnlen() on mingw32 which doesn't have it.
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 VernooijNew dulwich.pack.MemoryPackIndex class.
2010-08-08 Jelmer VernooijPackIndex1 and PackIndex2 now subclass FilePackIndex...
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-03 Jelmer VernooijInitial work on a fastimport parser.
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 Borowitzweb: Distinguish between missing files and read errors.
2010-07-30 Dave Borowitzobject_store: Include subtrees in iteration.
2010-07-30 Dave Borowitzobject_store: Make iter_tree_contents depth-first.
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 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-23 Jelmer VernooijUse slots.
2010-07-22 Jelmer VernooijStart on 0.6.2.
2010-07-22 Jelmer Vernooijrelease 0.6.1.
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...
next