jelmer/dulwich.git
2014-04-22 Jelmer VernooijImported Upstream version 0.9.6 upstream/0.9.6
2014-04-22 Jelmer VernooijRelease 0.9.6. dulwich-0.9.6
2014-04-22 Jelmer VernooijUpdate MANIFEST.in.
2014-04-20 Jelmer VernooijConvert README to markdown.
2014-04-20 Jelmer VernooijOnly reload new pack files, and discard old ones when...
2014-04-17 Damien TournoudFix leak when pack cache is rebuilt.
2014-04-16 Jelmer VernooijUpdate NEWS, fix test.
2014-04-16 Damien TournoudDeltaChainIterator: fix a corner case where an object...
2014-04-12 Jelmer VernooijFix formatting for pydoctor.
2014-04-12 Jelmer VernooijUpdate NEWS.
2014-04-12 Jelmer VernooijMerge branch 'github-fix' of git://github.com/sid0...
2014-04-12 Jelmer VernooijMention python3 related compatibility fixes.
2014-04-12 Siddharth AgarwalDon't wait for EOF in _handle_receive_pack_tail
2014-04-12 Siddharth AgarwalDon't wait for EOF in _handle_upload_pack_tail with...
2014-04-02 Jelmer VernooijMerge branch 'python3' of git://github.com/garyvdm...
2014-04-02 Gary van der... Remove monkeypatch for older versions of urlparse.uses_...
2014-04-02 Gary van der... Remove ShutdownServerMixIn now that we don't support...
2014-04-02 Gary van der... Use next(iter) instead of iter.next()
2014-04-02 Gary van der... Use email.parser rather than rfc822.
2014-04-02 Gary van der... Use io.BytesIO rather than cStringIO.
2014-04-02 Gary van der... Use collections.MutableMapping instead of UserDict...
2014-04-02 Gary van der... Use key functions rather than cmp functions.
2014-04-02 Gary van der... Use range instead of xrange, and list(range()).
2014-04-02 Gary van der... Apply lib2to3.fixes.print
2014-04-02 Gary van der... Apply lib2to3.fixes.tuple_params, and provied sensible...
2014-04-02 Gary van der... Apply some lib2to3.fixes.fix_idioms (exclued list(x...
2014-04-02 Gary van der... Apply lib2to3.fixes.fix_apply
2014-04-02 Gary van der... Change relative imports to absolute.
2014-04-02 Gary van der... Apply lib2to3.fixes.fix_numliterals
2014-04-02 Gary van der... Apply lib2to3.fixes.fix_except
2014-03-31 Jelmer VernooijUpdate NEWS.
2014-03-31 Damien TournoudTest for ProtocolGraphWalker if the repository is empty.
2014-03-31 Damien TournoudUpload pack: We have to wait for the client to close...
2014-03-30 Jelmer VernooijAdd support for 'http.useragent'.
2014-03-30 Jelmer VernooijSupport http.proxy setting in HttpGitClient.
2014-03-30 Jelmer VernooijAdd bug #
2014-03-30 Jelmer VernooijFix reset handling in fastexport module.
2014-03-30 Jelmer VernooijNo longer build for Python 2.6.
2014-03-30 Jelmer VernooijDrop support for Python < 2.7.
2014-03-29 Jelmer VernooijSort command names in bin/dulwich.
2014-03-29 Jelmer VernooijAdd bin/dulwich support for reset command.
2014-03-29 Jelmer VernooijSupport str timezones.
2014-03-29 Jelmer VernooijAdd time and timezone arguments for tag.
2014-03-29 Jelmer VernooijAdd objectish argument to porcelain.tag.
2014-03-29 Jelmer VernooijSupport creating unannotated tags.
2014-03-29 Jelmer VernooijUpdate NEWS.
2014-03-29 Dmitrij D.... Replace 'unlink' with 'rm' in tests.
2014-03-18 milkiAdd ConfigFile support to MemoryRepos
2014-03-16 milkiAllow do_commit to make dangling commits
2014-03-13 Jelmer VernooijAdd support for recursive add.
2014-03-07 Jelmer VernooijBreak long lines, update NEWS.
2014-03-07 Jelmer VernooijMerge branch 'ticket-144' of git://github.com/jonashaag...
2014-03-07 Jelmer VernooijFix long line, running with -O.
2014-03-07 Jonas HaagFix #140: Don't expect 'wsgi.input' to have 'seek'...
2014-03-07 Jelmer Vernooij_compat: Fix some lint.
2014-03-07 Jelmer VernooijAdd lint support.
2014-03-07 Jonas HaagAdd a few more test cases.
2014-03-06 Jonas HaagRaise TypeError if unicode string is used as key
2014-02-28 Jelmer VernooijFix typo in parameter name.
2014-02-28 Ryan FaulknerAdd porcelain 'list-tags'.
2014-02-26 Ryan FaulknerAdd porcelain 'pull'.
2014-02-26 Ryan FaulknerAdd porcelain 'push'.
2014-02-23 Jelmer VernooijImported Upstream version 0.9.5 upstream/0.9.5
2014-02-23 Jelmer VernooijStart on 0.9.6.
2014-02-23 Jelmer VernooijRelease 0.9.5. dulwich-0.9.5
2014-02-23 Jelmer VernooijUse PackData.filename attribute.
2014-02-23 Jelmer VernooijAdd DiskObjectStore.__repr__.
2014-02-23 Jelmer VernooijAvoid relying on ~/.gitconfig existing.
2014-02-12 Jelmer VernooijUpdate NEWS, switch to opener rather than handlers...
2014-02-12 Dov Feldsternuse handlers without affecting the global state
2014-02-12 Dov Feldsternadd support for handlers when opening http urls (e...
2014-01-28 Jelmer VernooijMerge milki's shallow branch support.
2014-01-28 Jelmer VernooijSimplify handling of shallows, without involving tempor...
2014-01-28 Jelmer VernooijSimplify shallows handling.
2014-01-25 Jelmer VernooijPass in commit during shallow clone, to avoid extra...
2014-01-25 Ryan FaulknerAdd porcelain 'reset'.
2014-01-25 Jelmer VernooijSimplify use of getattr.
2014-01-21 milkiCleanup temporary repos in compat test
2014-01-21 milkiLook for shallow graft file in new Repos
2014-01-21 milkiSpecify custom get_parents
2014-01-21 milkiAdd shallow grafts to repo before fetching objects
2014-01-21 Dave BorowitzAdd shallow support to ProtocolGraphWalker
2014-01-21 Dave BorowitzDetermine new shallow/unshallow
2014-01-21 Dave BorowitzAdd tests for shallow
2014-01-18 Jelmer VernooijStop pointing users at Launchpad for bug reporting.
2014-01-18 Fabien BoucherUploadPackHandler must return if objects_iter is empty
2014-01-18 Fabien BoucherAdd compat test for git ls-remote
2014-01-18 Jelmer VernooijInstall fastimport in travis.
2014-01-18 Jelmer VernooijAvoid deprecated Exception.message.
2014-01-18 Jelmer VernooijAdd max_entries argument to 'log' porcelain.
2014-01-18 Jelmer VernooijAdd `dulwich.objectspec`.
2014-01-18 Jelmer VernooijSupport non-commit objects and multiple objects in...
2014-01-18 Jelmer VernooijClarify committish argument of 'show'.
2014-01-16 Ryan FaulknerAdd porcelain 'tag'.
2014-01-16 Jelmer VernooijUpdate before installing git.
2014-01-15 Jelmer VernooijFix empty pack test.
2014-01-15 Fabien BoucherAdd test for determine_wants (advertise_refs True)
2014-01-09 Fabien Boucherdetermine_wants must return a list
2013-12-19 Jelmer VernooijImplement LocalGitClient.fetch_pack().
2013-12-11 David PursehouseFix typos in remote repositories tutorial
next