New dulwich.pack.MemoryPackIndex class.
[jelmer/dulwich-libgit2.git] / NEWS
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. dulwich-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...
2010-07-21 Dave BorowitzUse HTTPGitRequestHandler for test_web.
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-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-11 Jelmer VernooijMerge support for lazy loading packs.
2010-06-10 Jelmer VernooijUse TestTools' TestCase so TestSkipped gets picked...
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 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-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 VernooijUpdate NEWS.
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-15 Jelmer Vernooijmerge support for generating fastexport streams.
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-07 Jelmer VernooijCope with \r in ref files on Windows.
2010-04-05 Jelmer VernooijRename set_ref -> set_symbolic_ref.
2010-03-31 Jelmer VernooijAllow accessing Blob contents as chunks.
2010-03-29 Jelmer VernooijRepo.get_blob, Repo.commit, Repo.tag and Repo.tree...
2010-03-27 Jelmer VernooijImplement RefsContainer.__contains__.
2010-03-12 Jelmer VernooijFix trailing newlines in generated patch files.
2010-03-11 Jelmer VernooijThe 'committer' and 'message' arguments to Repo.do_comm...
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-03 Jelmer Vernooijrelease 0.5.0. dulwich-0.5.0
2010-03-03 Jelmer VernooijUse ConfigParser for now
2010-02-27 Jelmer VernooijAdd --pure option to setup.py.
2010-02-27 Jelmer Vernooij * Cope with forward slashes correctly in the index...
2010-02-12 Jelmer VernooijMark current version as 0.5.0
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-08 Jelmer VernooijImplement Repo.get_config().
2010-01-25 Jelmer VernooijAdd --without-speedups option.
2010-01-21 Jelmer VernooijSupport custom fields in commits.
2010-01-03 Jelmer VernooijRelease 0.4.1. dulwich-0.4.1
2009-10-09 Jelmer VernooijAdd functionality for writing patches in dulwich.patch.
2009-10-07 Jelmer VernooijAdd ObjectStore.tree_changes().
2009-10-07 Jelmer VernooijAdd functions for determining the delta between the...
2009-10-07 Jelmer VernooijStart working on 0.4.1.
2009-10-07 Jelmer Vernooijrelease 0.4.0. dulwich-0.4.0
2009-09-12 Jelmer VernooijMerge Windows fix from Abderrahim.
2009-09-08 Jelmer VernooijAdd proper error message when server hangs up.
2009-07-24 Abderrahim KitouniReturn object sha and mode rather than object itself...
2009-07-24 Jelmer VernooijUse binascii.{unhexlify,hexlify}. Thanks to Ronny for...
2009-07-23 Jelmer Vernooijstart working on 0.3.4.
2009-07-23 Jelmer VernooijRelease 0.3.3 dulwich-0.3.3
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-08 Jelmer VernooijImplement ShaFile.__hash__.
2009-05-20 Jelmer Vernooijrelease 0.3.2 dulwich-0.3.2
2009-05-19 Jelmer VernooijFix open modes of e.g. packs to be binary.
2009-05-13 Jelmer VernooijStart working on 0.3.2.
2009-05-13 Jelmer VernooijUpdate NEWS. dulwich-0.3.1
2009-05-10 Jelmer VernooijRelease 0.3.0. dulwich-0.3.0
2009-04-30 Jelmer VernooijFix compatibility with python 2.4, release 0.2.1.
2009-04-30 Jelmer VernooijRelease 0.2.0
2009-04-10 Jelmer VernooijSupport activity reporting.
2009-03-21 Jelmer VernooijAlways finish writing to disk before calculating checksum.
2009-03-13 Jelmer VernooijRelease 0.1.1 dulwich-0.1.1
2009-01-24 Jelmer VernooijStart on 0.1.0.
2009-01-24 Jelmer VernooijRelease 0.1.0. dulwich-0.1.0