Add check() methods to object classes for consistency checking.
[jelmer/dulwich-libgit2.git] / dulwich / errors.py
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.