Add get_peeled to BaseRepo so HTTP and git servers use one call to peel tags.
[jelmer/dulwich-libgit2.git] / dulwich / server.py
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-04 Dave BorowitzAdd no-progress capability support to UploadPackHandler.
2010-03-04 Dave BorowitzRefactor server capability code into base Handler.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
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 server protocol error handling; fix flush-pkt...
2010-02-09 Dave BorowitzWork towards making Dulwich less dependent on the files...
2010-02-09 Dave BorowitzRework server protocol to be smarter and interoperate...
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-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-17 Abderrahim Kitounifix uses of old api (Repo.{set,remove}_ref ObjectStore...
2009-05-13 Jelmer VernooijFix iterator over objects in server.
2009-05-08 Jelmer VernooijMore docstrings.
2009-05-05 Jelmer VernooijFix comment formatting.
2009-03-09 Jelmer VernooijFix formatting issues.
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-17 John CarrDon't try and send objects if there are none to send...
2009-01-15 John CarrUse num_objects instead of objects now
2009-01-14 John CarrMerge upstream
2009-01-14 Jelmer VernooijMake fetch_objects() return the number of objects.
2009-01-14 John CarrMerge upstream
2009-01-14 Jelmer VernooijDeal with thin packs appropriately.
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijMake all files written by either John and/or me GPLv2...
2009-01-11 Jelmer VernooijMerge tag support.
2009-01-06 Jelmer VernooijMerge John.
2009-01-02 John CarrMerge upstream
2008-12-30 John CarrMerge upstream
2008-12-30 John CarrFix early EOF issues
2008-12-30 John CarrMerge upstream
2008-12-30 John CarrTidy up imports
2008-12-30 John CarrSimplify the GitBackend further
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijFix import, remove redundant fetch_objects.
2008-12-30 Jelmer Vernooijmerge john.
2008-12-29 John CarrMerge upstream
2008-12-29 John CarrCloser to clone working
2008-12-29 John CarrFix fetch_object use of determine_wants. Fix repo.get_r...
2008-12-29 John CarrMerge upstream
2008-12-27 Jelmer VernooijMake get_refs() use a dictionary.
2008-12-27 Jelmer VernooijMake server upload pack code use fetch objects callbacks.
2008-12-25 John CarrMerge upstream
2008-12-25 John CarrShare the code to work out which objects to send
2008-12-25 Jelmer VernooijMerge John.
2008-12-25 John CarrFix pack generation
2008-12-25 John CarrUpdate to latest dulwich API
2008-12-25 John CarrWe can only read pack files of the form 'pack-%s.pack...
2008-12-25 John Carrwrite_pack_data expects a file object, not a callback...
2008-12-25 John CarrFix typos
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 CarrMove send/read cmd out of way - not convinced protocol...
2008-12-24 John CarrDon't need to descend from Handler really. Just use...
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijShare capabilities extractor, port number.
2008-12-24 Jelmer VernooijShare port constant.
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 John CarrTidy up
2008-12-24 John CarrUse common, shared, code
2008-12-24 John CarrMerge upstream
2008-12-24 John CarrMore typo. I suck at refactoring :(
2008-12-24 John CarrMore typo :(
2008-12-24 John CarrTypo?
2008-12-24 John CarrRefactor pack writing
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijMerge John.
2008-12-23 John CarrMissing imports
2008-12-21 John CarrMove default Git implementation from bin/ to dulwich...
2008-12-21 John CarrDifferent capabilities for upload and receive
2008-12-19 John CarrSend caps when no refs
2008-12-19 John CarrStart refactoring to handle the capability exchange
2008-12-19 John CarrGenerate and send useful packs
2008-12-18 John CarrAfter sending pack, close off.
2008-12-18 John CarrMore stuff needed for pack writing
2008-12-18 John CarrWrite using the sideband for now (need to implement...
2008-12-18 John CarrRemove old cruft
2008-12-18 John CarrFix typos
2008-12-17 Jelmer VernooijMerge fix for opening pack files.
2008-12-17 Jelmer VernooijMerge john.
2008-12-17 John CarrAdd comments
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 CarrFix off-by-one
2008-12-16 John Carr\0x0a is a typo. Use \n as its prettier
2008-12-16 John CarrMore doc strings
2008-12-16 John CarrTidy up. Document.
2008-12-16 Jelmer VernooijMerge server implementation.
2008-12-16 John CarrAdd a test program
2008-12-16 John CarrServer side git protocols