Fix dul-daemon.
[jelmer/dulwich-libgit2.git] / bin / dul-daemon
2010-04-03 Jelmer VernooijFix dul-daemon.
2010-04-02 Jelmer VernooijSupport opening git repositories by path.
2010-03-03 Jelmer VernooijUse ConfigParser for now
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 BorowitzWork towards making Dulwich less dependent on the files...
2008-12-25 Jelmer VernooijMerge John.
2008-12-25 John CarrMerge upstream
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 John CarrMerge upstream
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