jelmer/dulwich-libgit2.git
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...
2009-10-18 Jelmer VernooijFix call to get_graph_walker.
2009-10-18 Jelmer VernooijAdd convenience functions for fetching objects.
2009-10-10 Jelmer VernooijSupport diffstats in git am-style patches.
2009-10-10 Jelmer VernooijAdd function for writing the diff between two files.
2009-10-10 Jelmer VernooijAdd function for writing diff file headers.
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-10-06 Ricardo SalvetiTutorial 1-initial-commit.txt: should also import parse...
2009-09-30 Jelmer VernooijAdd rst2html variable.
2009-09-26 Jelmer VernooijMerge tutorial from Hervé.
2009-09-21 Hervé Cauweliertutorial: finish documenting all tree operations
2009-09-17 Hervé Cauweliertutorial: second chapter about changing a file
2009-09-16 Hervé Cauweliertutorial: move to compiling a global document
2009-09-16 Hervé Cauwelierfix docutils syntax and a few typos
2009-09-15 Hervé Cauwelierstart a tutorial of first steps
2009-09-14 Jelmer VernooijUpdate docstring for Index.__getitem__.
2009-09-13 Jelmer VernooijRemove mention of no write support.
2009-09-12 Jelmer VernooijMerge Windows fix from Abderrahim.
2009-09-10 Jelmer VernooijMerge server fixes from Roland.
2009-09-10 Roland MasAdded missing ACK to protocol
2009-09-10 Roland MasAdded cache to ProtocolGraphWalker to cope with several...
2009-09-08 Jelmer VernooijAdd proper error message when server hangs up.
2009-09-08 Jelmer VernooijUpdate docstrings, skip extra data in indexes (for...
2009-08-12 Abderrahim... close the pack file before renaming (fix a crash on...
2009-08-09 Jelmer VernooijClarify that C modules should be optional.
2009-07-29 Jelmer VernooijClarify docstring.
2009-07-29 Jelmer Vernooijmerge trivial fixes from Abderrahim.
2009-07-29 Abderrahim... create_delta: correctly write opcode for equal
2009-07-28 Abderrahim... ensure a tree is parsed before calculating its length
2009-07-24 Abderrahim... Return 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-23 Jelmer VernooijImplement Tree.__len__.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-17 Abderrahim... Return the offset correctly from write_pack_object
2009-07-17 Abderrahim... fix uses of old api (Repo.{set,remove}_ref ObjectStore...
2009-07-11 Abderrahim... Allow pushing a repository containing submodules
2009-07-13 Jelmer Vernooijremove empty directories.
2009-07-08 Jelmer VernooijImplement ShaFile.__hash__.
2009-06-16 Jelmer VernooijMore docstrings, test coverage.
2009-06-16 Jelmer VernooijAdd tests for dulwich.index.write_cache_time.
2009-06-16 Jelmer VernooijAdd command for generating coverage-annotated files.
2009-06-16 Jelmer VernooijAvoid using .git as a directory name since it confuses...
2009-06-09 Jelmer VernooijImplement ShaFile.__ne__.
2009-05-30 Ronald BlaschkeFix sentinels.
2009-05-27 Jelmer VernooijAdd more tests.
2009-05-27 Jelmer VernooijDon't use just the fact that the objects directory...
2009-05-20 Jelmer VernooijStart on 0.3.3.
2009-05-20 Jelmer Vernooijrelease 0.3.2 dulwich-0.3.2
2009-05-19 Jelmer VernooijFix commit_index.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijAdd tests for cleanup_mode.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijImport negative timezone fix from hg-git.
next