jelmer/dulwich-libgit2.git
2009-03-08 Jelmer VernooijDon't modify original capabilities list.
2009-03-08 Jelmer Vernooijcrc32's are always unsigned.
2009-03-08 Jelmer VernooijUse separate parameter for thin packs rather than speci...
2009-03-08 Jelmer VernooijRaise proper exceptions for clients.
2009-03-07 Jelmer VernooijFix crc32 tests.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-03-05 Jelmer VernooijAdd simple AUTHORS file.
2009-03-03 Paul HummerFixed minor issue with make_sha
2009-03-03 Paul HummerMoved unpack_from
2009-03-03 Paul HummerFixed copyright stuffs
2009-03-03 Paul HummerAbstracted the sha handling stuff
2009-03-03 Paul HummerMoved defaultdict for python2.4 into dulwich.misc
2009-03-03 Michael Hudsonmore 2.4 hacking
2009-03-03 Michael Hudsonso, um, yeah
2009-02-26 Jelmer VernooijRemove unused dulwich.commit file.
2009-02-26 Jelmer VernooijMention that John and I maintain Dulwich these days.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-02-26 Jelmer Vernooijclarify that find_missing_objects looks at objects...
2009-02-26 Jelmer VernooijDon't require mentioned objects to be commits.
2009-02-23 Jelmer VernooijMerge apply_delta performance fix from John.
2009-02-23 John Arbash... Change apply_delta to tack things onto a list, instead...
2009-02-22 Jelmer VernooijMerge performance fix for apply_delta from James.
2009-02-22 James WestbyFIx off-by-one error, and thinko.
2009-02-22 James WestbyAvoid string slicing during apply_delta.
2009-02-11 Jelmer VernooijFix duplicate use of variable name.
2009-02-11 Jelmer VernooijSupport overriding capabilities for TCPClient and SSHSu...
2009-02-11 Jelmer Vernooijallow user to override capabilities.
2009-02-11 Jelmer VernooijPass along ref resolve function.
2009-02-08 Jelmer VernooijFix gzip.
2009-02-08 Jelmer VernooijFix more imports.
2009-02-08 Jelmer VernooijRemove duplicate add_objects(), fix import.
2009-02-05 Jelmer VernooijSplit out ObjectStoreIterator.
2009-02-05 Jelmer VernooijExtend ObjectIterator a bit.
2009-02-05 Jelmer VernooijMake fetch_objects a bit easier to access.
2009-02-03 Jelmer VernooijReorder imports.
2009-01-31 Jelmer VernooijFix syntax errors.
2009-01-31 Jelmer VernooijRemove Linus' copyright and GPLv2-only bit - all fragme...
2009-01-25 Jelmer VernooijAdd convenience function for accessing tags.
2009-01-24 Jelmer VernooijStart on 0.1.0.
2009-01-24 Jelmer VernooijFix bug in find_missing_objects.
2009-01-24 Jelmer VernooijAdd manifest file to include some more docs.
2009-01-24 Jelmer VernooijRelease 0.1.0. dulwich-0.1.0
2009-01-24 Jelmer VernooijMerge John.
2009-01-21 John CarrLets implement push
2009-01-19 John CarrMake cloning over git+ssh:// work
2009-01-19 John CarrMake local git clone via git-upload-pack work
2009-01-19 John CarrDon't need to be passed stuff..
2009-01-19 John CarrDon't force : on us
2009-01-19 John CarrFallback to local git-foo if not git:// or git+ssh...
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-19 John CarrTry a simpler approach
2009-01-18 John CarrAdd a generic class that can talk to any git-receive...
2009-01-18 John CarrTeach ./bin/dulwich about SSH
2009-01-17 John CarrCode belongs in client really. Also, add SSHGitClient.
2009-01-17 John CarrSimplify
2009-01-17 John CarrHelpers from subvertpy for talking to a remote SSH...
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-15 John CarrProvide fake path when copying a pack in tests - long...
2009-01-15 John Carrrecency is a list of tuple of (obj, path), not a list...
2009-01-15 John CarrDon't send objects already on the client. Perform the...
2009-01-14 John CarrFix typo
2009-01-14 John CarrMerge upstream
2009-01-14 John CarrStart working on getting sha, name from API - so we...
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 John CarrCode cleanup
2009-01-14 John CarrDon't access internals
2009-01-14 John CarrMake type a property
2009-01-14 Jelmer VernooijFix download url, add version number.
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...
2009-01-13 Jelmer VernooijMake all files written by either John and/or me GPLv2...
2009-01-12 John CarrMessy :\
2009-01-12 John CarrWhitespace changes
2009-01-12 John CarrDon't let braindump break
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-12 John CarrAdd todo
2009-01-12 John CarrMake window a parameter
2009-01-12 John CarrAdd (non-working) brain dump of what delta picking...
2009-01-11 Jelmer VernooijFix call.
2009-01-11 Jelmer Vernooijadd support for setting lightweight tags.
2009-01-11 John CarrMore heuristics
2009-01-11 John CarrDon't need custom sort fn. Can't iterate over objects...
2009-01-11 John CarrNeed a list of magic heuristics
2009-01-11 Jelmer VernooijFix iteritems.
2009-01-11 Jelmer VernooijAdd Tags.iteritems().
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)
next