jelmer/dulwich-libgit2.git
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 CarrMissed one
2008-12-24 John CarrFactor out common code
2008-12-24 Jelmer VernooijFix crc32 overflow error in struct, raise KeyError...
2008-12-24 John CarrTidy up
2008-12-24 John CarrUse common, shared, code
2008-12-24 John CarrShare some code between client and server
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijDon't retrieve all pack files when fetching.
2008-12-24 John CarrMore typo. I suck at refactoring :(
2008-12-24 John CarrMore typo :(
2008-12-24 John CarrTypo?
2008-12-24 Jelmer VernooijAbstract away magic in moving pack files into place.
2008-12-24 John Carrdul-upload-pack and dul-receive-pack
2008-12-24 Jelmer VernooijSort entries before writing index file.
2008-12-24 John CarrBrain dump protocol details
2008-12-24 Jelmer VernooijPrint object names sha1 in dumppack.
2008-12-24 Jelmer VernooijAdd simple function for returning SHA1 over all objects...
2008-12-24 John CarrRefactor pack writing
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijAdd simple add_pack() command that will return a file...
2008-12-24 Jelmer VernooijAdd simple dul-fetch-pack command.
2008-12-24 Jelmer VernooijUse standard pack write functions in daemon.
2008-12-24 Jelmer VernooijPass fileobject rather than filename to write_pack_data().
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijRename Repo.get_tree() -> Repo.tree() for consistency...
2008-12-24 Jelmer Vernooijmake .id available for all sha_files.
2008-12-24 Jelmer VernooijBlob.text() -> Blob.data
2008-12-24 Jelmer VernooijOpen packs more lazily.
2008-12-24 Jelmer VernooijTurn more bits into properties.
2008-12-24 Jelmer VernooijFix parsing pack objects.
2008-12-24 Jelmer VernooijRemove unused _contents member.
2008-12-23 John CarrDon't need these imports
2008-12-23 John CarrMissing imports
2008-12-22 Jelmer VernooijTurn Commit.parents into a property, for compatibility...
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 CarrFix pack sending
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 CarrOnly try and load .pack files
2008-12-18 John CarrRemove old cruft
2008-12-18 John CarrFix typos
2008-12-18 John Carrsha_queue now holds tuple(type, sha)
2008-12-18 John CarrStub out 'sha1 as we go' implementation
2008-12-18 John CarrStart stubbing out packer
2008-12-18 John Carrgit push handling fixes
2008-12-18 John CarrStore pack with correct suffix and also update refs...
2008-12-18 John CarrReally simple API for updating refs
2008-12-17 Jelmer VernooijMerge fix for opening pack files.
2008-12-17 Jelmer VernooijMerge john.
2008-12-17 John Carrdul-daemon: Implement has_revision in backend
2008-12-17 John CarrAdd comments
2008-12-17 John CarrPop from the front, or we just keep examining the same...
2008-12-17 John CarrFix off by 20 bug in iterator
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-17 John CarrReturn list of heads from a git repository
2008-12-17 John CarrRepo class fails to load jhbuild git-svn clone because...
2008-12-16 John Carr\0x0a is a typo. Use \n as its prettier
2008-12-16 Jelmer VernooijCheck to only open pack files.
2008-12-16 John CarrMore doc strings
2008-12-16 John CarrTidy up. Document.
2008-12-16 Jelmer VernooijFix conflict to work around bug in bzr..
2008-12-16 Jelmer VernooijMerge server implementation.
2008-12-16 John CarrAdd a test program
2008-12-16 John CarrServer side git protocols
2008-12-12 Jelmer VernooijSupport writing packs (no deltas are written yet though).
2008-12-12 Jelmer VernooijLook in packs when looking for objects.
2008-12-12 Jelmer VernooijAdd close operation, be lazier when opening pack files.
2008-12-12 Jelmer VernooijDeltas work.
2008-12-12 Jelmer VernooijFix offsets in pack files.
2008-12-12 Jelmer Vernooijremove unused multi_ord.
2008-12-12 Jelmer VernooijChange README to be about Dulwich rather than Python...
2008-12-11 Jelmer VernooijAdd iterentries().
2008-12-11 Jelmer VernooijSome more work resolving objects.
2008-12-11 Jelmer VernooijSupport generating index files.
2008-12-11 Jelmer VernooijAdd PackData.iterobjects().
2008-12-11 Jelmer VernooijMore work handling delta objects in packs.
2008-12-11 Jelmer VernooijFix the build.
2008-12-11 Jelmer VernooijAdd helper code for applying deltas.
2008-12-11 Jelmer VernooijMerge upstream.
2008-12-11 Jelmer VernooijInitial work trying to support deltas.
2008-12-11 Jelmer VernooijFix bisecting in index.
2008-12-11 Jelmer VernooijFix bug handling sha1s starting with 00.
2008-12-11 Jelmer Vernooijadd test for sha_to_hex.
2008-12-11 Jelmer VernooijAdd __iter__.
2008-12-11 Jelmer VernooijAdd convenience Pack object.
2008-12-11 Jelmer VernooijAdd simple pack dump utility.
2008-12-11 Jelmer VernooijImplement PackData.check().
2008-12-11 Jelmer VernooijUse common object for writing sha1 files.
next