jelmer/dulwich-libgit2.git
2009-01-11 Jelmer VernooijMake tags a dictionary.
2009-01-11 Jelmer VernooijMerge tag support.
2009-01-10 John CarrSimpler
2009-01-10 John CarrFIXME is fixed
2009-01-10 John CarrSimplify opcode generation
2009-01-10 John CarrBecause of the 0x80 flag check, we can only send insert...
2009-01-09 John CarrFix encode_size
2009-01-09 John CarrTest big chunks
2009-01-09 John CarrFix silly mistakes
2009-01-09 John CarrFix size encoding bug (raise EBADCODER)
2009-01-09 John CarrAdd test
2009-01-09 John CarrInitial cut at blob packer
2009-01-09 John CarrMerge upstream
2009-01-06 Ali Sabila Tag object can refer to any other object, not just...
2009-01-06 Ali SabilAdded Tag object testing to BlobReadTests
2009-01-06 Ali SabilAdded Tag objects test data
2009-01-06 Ali SabilAdded support for parsing Tag objects
2009-01-06 Jelmer VernooijRemove duplicate functions.
2009-01-06 Jelmer VernooijMerge John.
2009-01-05 John CarrMissing newline
2009-01-04 John CarrFix dulwich.objects
2009-01-04 John CarrSet _parents to []. Fix a typo.
2009-01-03 John CarrFix whitespace
2009-01-02 John CarrSet _num_type so commit writer stuff works
2009-01-02 John CarrStash commit time when reconstituting a commit
2009-01-02 John CarrBasic commit serialization
2009-01-02 John CarrSerialize trees
2009-01-02 John CarrMerge upstream
2008-12-31 Jelmer VernooijSupport index writing.
2008-12-30 Jelmer VernooijAdd index test.
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 VernooijRenames.
2008-12-30 Jelmer VernooijFactor out functions that don't need context.
2008-12-30 Jelmer VernooijRaise exception when client hangs up.
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 CarrDon't need this import anymore
2008-12-30 John CarrMissing import
2008-12-30 Jelmer VernooijAdd clone command.
2008-12-30 Jelmer VernooijAdd more tests.
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijAdd init subcommand.
2008-12-30 Jelmer VernooijAdd some simple tests for ObjectStore.
2008-12-30 Jelmer VernooijSplit out object_store.
2008-12-30 Jelmer VernooijFix import, remove redundant fetch_objects.
2008-12-30 Jelmer Vernooijmerge john.
2008-12-30 John CarrRemove dead code
2008-12-30 John CarrFix git clone
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-29 Jelmer VernooijFetch all prerequisite revisions.
2008-12-28 Jelmer VernooijSplit up fetch_objects().
2008-12-28 Jelmer VernooijRaise exception when no git repository is found.
2008-12-28 Jelmer VernooijAdd simple log command.
2008-12-27 Jelmer VernooijRename basedir -> controldir.
2008-12-27 Jelmer VernooijMake get_refs() use a dictionary.
2008-12-27 Jelmer VernooijAdd get_refs() call.
2008-12-27 Jelmer VernooijAdd git.repo.Repo.__repr__.
2008-12-27 Jelmer VernooijSkip yielding objects until we've figured out the sha's.
2008-12-27 Jelmer VernooijFix fetch_objects().
2008-12-27 Jelmer VernooijMake server upload pack code use fetch objects callbacks.
2008-12-27 Jelmer VernooijFix test path.
2008-12-26 Jelmer VernooijSimplify pack reading.
2008-12-26 Jelmer VernooijImport client from main package.
2008-12-26 Jelmer VernooijFix iterentries test.
2008-12-25 Jelmer Vernooijinstall scripts.
2008-12-25 Jelmer VernooijMerge dumppack and fetch-pack into a single binary.
2008-12-25 Jelmer VernooijUse uppercase for constants.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijDon't 'want' refs we already have.
2008-12-25 Jelmer VernooijFix ext resolving for PackData.iterentries().
2008-12-25 Jelmer VernooijFix argument handling in dul-fetch-pack.
2008-12-25 Jelmer VernooijFix typos.
2008-12-25 Jelmer VernooijResolve deltas using other packs.
2008-12-25 Jelmer Vernooijuse separate store for packs.
2008-12-25 John CarrPushing for clients
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 CarrIf no capabilities, still return a tuple or we get...
2008-12-25 John CarrRename mixin so nosetests leaves it alone
2008-12-25 John CarrOnly TCPGitClient cares about host
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 the git:// specific bits to TCPGitClient
2008-12-24 John CarrMove send/read cmd out of way - not convinced protocol...
2008-12-24 John CarrMove send_cmd and read_cmd out of the 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.
next