Treat non-existent index files as empty.
[jelmer/dulwich-libgit2.git] / bin /
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-12 Dave BorowitzFix whitespace bug in dul-web.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-05 Jelmer VernooijFix imports.
2010-04-03 Jelmer VernooijMerge Dave's fixes for the compatibility tests and...
2010-04-03 Dave BorowitzUpdate servers and compat tests to work with DictBackends.
2010-04-03 Jelmer VernooijRemove GitBackendRepo, use plain Repo's instead.
2010-04-03 Jelmer VernooijFix dul-daemon.
2010-04-02 Jelmer VernooijSupport opening git repositories by path.
2010-03-27 Jelmer VernooijImprove formatting, update docstring.
2010-03-24 Jelmer VernooijMove get_transport_and_path to dulwich.client.
2010-03-11 Jelmer VernooijAllow specifying path to 'dulwich log'.
2010-03-11 Jelmer VernooijSimplify clone code.
2010-03-09 Jelmer VernooijFix indentation.
2010-03-03 Jelmer VernooijUse ConfigParser for now
2010-03-01 Jelmer VernooijChange license of dul-web to GPLv2 or later, consistent...
2010-02-26 Jelmer VernooijChange license to GPLv2 or later rather than just GPLv2...
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzWorking pass at an HTTP server, only dumb at the moment
2010-02-09 Dave BorowitzWork towards making Dulwich less dependent on the files...
2009-10-18 Jelmer VernooijAdd convenience function for creating a new commit...
2009-10-18 Jelmer VernooijAdd convenience functions for fetching objects.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-17 Abderrahim Kitounifix uses of old api (Repo.{set,remove}_ref ObjectStore...
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-08 Jelmer VernooijFix typo.
2009-04-30 Jelmer VernooijCope with the fact that Index.__iter__ now returns...
2009-04-30 Jelmer VernooijMerge optimized version of tree parsing.
2009-04-30 Jelmer VernooijUse separate function for tree parsing, allow C extensi...
2009-04-29 Jelmer VernooijDon't close file twice.
2009-03-11 Jelmer VernooijSkip ^{} tags.
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrDon't force : on us
2009-01-19 John CarrFallback to local git-foo if not git:// or git+ssh...
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-18 John CarrAdd a generic class that can talk to any git-receive...
2009-01-18 John CarrTeach ./bin/dulwich about SSH
2009-01-02 John CarrMerge upstream
2008-12-30 Jelmer VernooijAdd a simple GIT index file parser, and a dump-index...
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijAdd clone command.
2008-12-30 Jelmer VernooijAdd init subcommand.
2008-12-29 John CarrMerge upstream
2008-12-28 Jelmer VernooijAdd simple log command.
2008-12-25 Jelmer VernooijMerge dumppack and fetch-pack into a single binary.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijDon't 'want' refs we already have.
2008-12-25 Jelmer VernooijFix argument handling in dul-fetch-pack.
2008-12-25 Jelmer Vernooijuse separate store for packs.
2008-12-25 Jelmer VernooijMerge John.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijFix imports, fix pack fetching when there are no changes.
2008-12-24 John CarrMake dul-daemon start once more :)
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijShare port constant.
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijDon't retrieve all pack files when fetching.
2008-12-24 Jelmer VernooijAbstract away magic in moving pack files into place.
2008-12-24 John Carrdul-upload-pack and dul-receive-pack
2008-12-24 Jelmer VernooijPrint object names sha1 in dumppack.
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijAdd simple dul-fetch-pack command.
2008-12-24 Jelmer VernooijUse standard pack write functions in daemon.
2008-12-24 Jelmer VernooijMerge John.
2008-12-23 John CarrDon't need these imports
2008-12-21 John CarrMove default Git implementation from bin/ to dulwich...
2008-12-19 John CarrGenerate and send useful packs
2008-12-18 John CarrAfter sending pack, close off.
2008-12-18 John CarrFix pack sending
2008-12-18 John CarrMore stuff needed for pack writing
2008-12-18 John CarrFix typos
2008-12-18 John Carrsha_queue now holds tuple(type, sha)
2008-12-18 John CarrStub out 'sha1 as we go' implementation
2008-12-18 John CarrStart stubbing out packer
2008-12-18 John Carrgit push handling fixes
2008-12-18 John CarrStore pack with correct suffix and also update refs...
2008-12-17 Jelmer VernooijMerge fix for opening pack files.
2008-12-17 Jelmer VernooijMerge john.
2008-12-17 John Carrdul-daemon: Implement has_revision in backend
2008-12-17 John CarrPop from the front, or we just keep examining the same...
2008-12-17 John CarrAdd some extra checks to the protocol and enchance...
2008-12-17 John Carrdul-daemon can accept incoming packs (store them in...
2008-12-17 John CarrReturn list of heads from a git repository
2008-12-16 Jelmer VernooijMerge server implementation.
2008-12-16 John CarrAdd a test program
2008-12-12 Jelmer VernooijDeltas work.
2008-12-12 Jelmer VernooijFix offsets in pack files.
2008-12-12 Jelmer Vernooijremove unused multi_ord.
2008-12-11 Jelmer VernooijMerge upstream.
2008-12-11 Jelmer VernooijInitial work trying to support deltas.
2008-12-11 Jelmer VernooijFix bug handling sha1s starting with 00.
2008-12-11 Jelmer VernooijAdd simple pack dump utility.