DeltaChainIterator: fix a corner case where an object is inflated as an object alread...
[jelmer/dulwich.git] / dulwich / errors.py
2013-11-04 Jelmer VernooijUpdate some copyright headers.
2013-05-26 milkiBasic Hook Framework
2011-07-29 Dave Borowitzwalk: Raise MissingCommitError instead of KeyError.
2010-12-21 Dave Borowitzrepo: Raise RefFormatException instead of KeyError...
2010-08-08 Dave Borowitzserver: Explicitly specify allowed protocol commands.
2010-05-17 Jelmer VernooijMerge improvements and extra tests, mainly to deal...
2010-05-12 Dave BorowitzAdd non-bare repository tests.
2010-05-05 Jelmer VernooijMerge cleanups and use of proper per-service capabiliti...
2010-04-30 Jelmer VernooijMerge Dave, highlights:
2010-04-25 Augie Facklerclient: raise an exception when send_pack fails
2010-04-25 Augie Facklerdulwich.errors: cleanup whitespace
2010-04-22 Dave BorowitzChange check() methods in pack.py to raise rather than...
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-08 Dave BorowitzAdd check() methods to object classes for consistency...
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-04 Dave BorowitzAdd get_peeled to BaseRepo so HTTP and git servers...
2010-02-11 Jelmer VernooijMove do_commit() and has_index() from Repo to BaseRepo.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzImprove ref handling.
2009-09-12 Jelmer VernooijMerge Windows fix from Abderrahim.
2009-09-08 Jelmer VernooijAdd proper error message when server hangs up.
2009-05-03 Jelmer VernooijFix copyright headers.
2009-03-21 Jelmer VernooijFix checksum error message.
2009-03-21 Jelmer VernooijAdd separate exception for checksum mismatches.
2009-03-09 Jelmer VernooijFix formatting issues.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijJames is ok with licensing his code GPLv2 or later...
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijRaise exception when client hangs up.
2008-12-29 John CarrMerge upstream
2008-12-28 Jelmer VernooijRaise exception when no git repository is found.
2008-12-12 Jelmer VernooijFix offsets in pack files.
2008-12-11 Jelmer VernooijSome more work resolving objects.
2008-12-11 Jelmer VernooijMerge upstream.
2008-12-11 Jelmer VernooijChange project name to dulwich everywhere, add assertion.
2008-12-08 Jelmer VernooijRename package to dulwich, add setup.py.