jelmer/dulwich-libgit2.git
2010-03-29 Tay Ray ChuanObjectStoreGraphWalker.ack: try removing heads earlier rc-walker-ack-v4 ticket-12-v4
2010-03-29 Tay Ray Chuanstrip trailing whitespace
2010-03-27 Jelmer VernooijMark current version as 0.5.1.
2010-03-27 Jelmer VernooijImplement RefsContainer.__contains__.
2010-03-27 Jelmer VernooijImprove formatting, update docstring.
2010-03-24 Jelmer VernooijAdd Repo.stage.
2010-03-24 Jelmer VernooijMove get_transport_and_path to dulwich.client.
2010-03-24 Jelmer VernooijAdd docstrings.
2010-03-23 Jelmer VernooijImprove docstrings.
2010-03-23 Bruce DuncanIn threaded programs, more than one thread can try...
2010-03-14 Jelmer VernooijUse syntax understood by git am.
2010-03-12 Jelmer VernooijMake sure mode is initialized.
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-11 Jelmer VernooijAdd Index.commit.
2010-03-11 Jelmer VernooijAllow specifying path to 'dulwich log'.
2010-03-11 Jelmer VernooijSimplify clone code.
2010-03-09 Jelmer VernooijFix Repository.__setitem__.
2010-03-09 Jelmer VernooijFix indentation.
2010-03-09 Jelmer Vernooijadd testrepository magic.
2010-03-07 Jelmer VernooijAdd Dave to authors.
2010-03-07 Jelmer VernooijRemove unused imports, limit import of nose to one...
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-06 Jelmer VernooijRemove some unused imports.
2010-03-05 Jelmer VernooijMerge support for no-progress capability, some PEP8...
2010-03-05 Jelmer VernooijMerge server capability refactoring from Dave.
2010-03-04 Dave BorowitzAdd include-tag capability to server.
2010-03-04 Dave BorowitzAdd no-progress capability support to UploadPackHandler.
2010-03-04 Dave BorowitzRefactor server capability code into base Handler.
2010-03-04 Dave BorowitzRemove unnecessary TODO in server.py.
2010-03-04 Dave BorowitzExtract all-zero SHA as a constant in protocol.py
2010-03-04 Dave BorowitzFix ReceivePackHandler to disallow deleting refs withou...
2010-03-04 Dave BorowitzAllow server handlers to specify capabilities required...
2010-03-04 Dave BorowitzRefactor server capability code into base Handler.
2010-03-04 Dave BorowitzAdd get_peeled to BaseRepo so HTTP and git servers...
2010-03-04 Dave BorowitzAdd cgit compatibility testing framework.
2010-03-03 Jelmer Vernooijrelease 0.5.0. dulwich-0.5.0
2010-03-03 Jelmer VernooijUse ConfigParser for now
2010-02-28 Jelmer VernooijFix memory leaks in error paths.
2010-03-01 Jelmer VernooijChange license of dul-web to GPLv2 or later, consistent...
2010-02-27 Jelmer VernooijAdd --pure option to setup.py.
2010-02-27 anatoly techtonikAdd --pure option to setup.py.
2010-02-27 Jelmer Vernooij * Cope with forward slashes correctly in the index...
2010-02-26 Jelmer VernooijChange license to GPLv2 or later rather than just GPLv2...
2010-02-24 Augie Facklerrepo: drop nonstandard ConfigObj dependency
2010-02-24 Jelmer VernooijFix read for ref deltas.
2010-02-15 Jelmer VernooijReturn unused data
2010-02-12 Jelmer VernooijRemove one-line function, only used in one place.
2010-02-12 Jelmer VernooijRemove put_named_file from public API
2010-02-12 Jelmer VernooijFix PackData._get_size().
2010-02-12 Jelmer VernooijDelay checking size until it's actually used.
2010-02-12 Jelmer VernooijAdd convenience function for parsing info/refs file.
2010-02-12 Jelmer VernooijExtend DictRefsContainer.
2010-02-12 Jelmer VernooijMark current version as 0.5.0
2010-02-12 Jelmer Vernooijmerge support for use with in-memory packs.
2010-02-12 Jelmer Vernooijuse fstat if possible.
2010-02-12 Jelmer VernooijAllow opening pack objects from memory.
2010-02-12 Jelmer VernooijOnly use mmap for index files.
2010-02-12 Jelmer VernooijAvoid using mmap when unnecessary.
2010-02-12 Jelmer VernooijUse simple read function.
2010-02-12 Jelmer VernooijRemove unused argument to simple_mmap.
2010-02-12 Jelmer VernooijFix issue creating new repositories, with trivial smoke...
2010-02-12 Jelmer VernooijRemove pointless assertion - we'll get an exception...
2010-02-12 Jelmer VernooijMove some functions back from DiskRefsContainer to...
2010-02-11 Jelmer VernooijAsk for forgiveness, not permission.
2010-02-11 Jelmer VernooijAsk for forgiveness, not permission.
2010-02-11 Jelmer VernooijAdd extra base class for DiskObjectStore.
2010-02-11 Jelmer VernooijRemove unnecessary indirection.
2010-02-11 Jelmer VernooijMake base directories variable global.
2010-02-11 Jelmer VernooijMove do_commit() and has_index() from Repo to BaseRepo.
2010-02-11 Jelmer VernooijAdd BaseRepo.put_named_file.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzAdd tests for HTTP server.
2010-02-09 Dave BorowitzFix flaky/failing tests introduced in the last few...
2010-02-09 Dave BorowitzAdd smart HTTP support to dul-web.
2010-02-09 Dave BorowitzWorking pass at an HTTP server, only dumb at the moment
2010-02-09 Dave BorowitzImprove ref handling.
2010-02-09 Dave BorowitzImprove server protocol error handling; fix flush-pkt...
2010-02-09 Dave BorowitzWork towards making Dulwich less dependent on the files...
2010-02-09 Dave BorowitzDon't magically delete lockfiles on IOError/OSError.
2010-02-09 Dave BorowitzClarify GitFile docstrings and disallow r+w modes.
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...
2010-02-09 Dave BorowitzRework server protocol to be smarter and interoperate...
2010-02-08 Jelmer VernooijImplement Repo.get_config().
2010-02-08 Jelmer VernooijFix two tests with the same name.
2010-02-07 Jelmer VernooijDon't allow setting custom headers, per the discussion...
2010-01-25 Jelmer VernooijAdd --without-speedups option.
2010-01-25 Hal WineSupport extension build fails.
2010-01-21 Jelmer VernooijSupport custom fields in commits.
2010-01-21 Jelmer VernooijAdd basic test for parsing commit objects.
2010-01-16 Jelmer VernooijFix fetch() without determine_wants argument.
2010-01-03 Jelmer VernooijRelease 0.4.1. dulwich-0.4.1
2009-12-07 Jelmer VernooijMerge faster pure-Python Tree parser.
2009-12-07 Ronny Pfannschmidtspeed up the python based tree object parser by using...
2009-11-28 Jelmer VernooijFix commit id, thanks Bryan Bishop.
2009-11-28 Jelmer VernooijRemove trailing whitespace.
2009-10-25 Jelmer Vernooijmerge patch from durin42 to use setuptools if possible.
2009-10-25 Augie Facklersetup: use setuptools if available
2009-10-24 Jelmer VernooijAllow time-less tags.
2009-10-18 Jelmer VernooijAdd convenience function for creating a new commit...
next