Remove monkeypatch for older versions of urlparse.uses_netloc.
[jelmer/dulwich.git] / dulwich /
2014-04-02 Gary van der MerweRemove monkeypatch for older versions of urlparse.uses_...
2014-04-02 Gary van der MerweRemove ShutdownServerMixIn now that we don't support...
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 VernooijFix reset handling in fastexport module.
2014-03-30 Jelmer VernooijDrop support for Python < 2.7.
2014-03-29 Jelmer VernooijSort command names in bin/dulwich.
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 Dmitrij D. CzarkoffReplace '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 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 VernooijStart on 0.9.6.
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 Fabien BoucherUploadPackHandler must return if objects_iter is empty
2014-01-18 Fabien BoucherAdd compat test for git ls-remote
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-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-08 Jelmer VernooijRaise KeyError rather than TypeError when passing in...
2013-12-04 Jelmer VernooijUse new style exception handling in a few more places.
2013-12-04 Jelmer VernooijRemove long deprecated Tree.entries.
2013-12-04 Jelmer VernooijRemove long deprecated Repo.ref and Repo.revision_history.
2013-12-04 Jelmer VernooijRemove some long deprecated methods on Repo.
2013-12-04 Jelmer VernooijAdd explanation of porcelain and plumbing terms.
2013-12-03 Jelmer VernooijDrop compatibility wrapper for `SEEK_END` and `SEEK_CUR`.
2013-12-03 Jelmer VernooijDrop compatibility wrapper for `parse_qs`.
2013-12-03 Jelmer VernooijDrop compatibility functions for `hashlib.sha1`.
2013-12-03 Jelmer VernooijDrop compatibility function for namedtuple.
2013-12-03 Jelmer VernooijDrop compatibility replacement for 'all'.
2013-12-03 Jelmer VernooijDrop compatibility replacement for unpack_from.
2013-12-03 Jelmer VernooijRemove compatibility code for itertools.permutations...
2013-12-03 Jelmer VernooijRemove compatibility code for collections.defaultdict...
2013-12-01 Jelmer VernooijMove refs tests to dulwich.tests.test_refs.
2013-11-30 Jelmer VernooijStart on 0.9.5.
2013-11-30 Jelmer VernooijTwo minor optimizations in heavily used code paths.
2013-11-29 André RothSupport filesystems with 64bit inode and device numbers.
2013-11-29 Jelmer VernooijUpdate NEWS, add tests for clone with bare.
2013-11-29 Marcin KuzminskiAdded checkout support to porcelain.clone. It's enabled...
2013-11-27 Jelmer VernooijAdd LocalGitClient.
2013-11-26 Jelmer VernooijSplit out tests for get_transport_and_path.
2013-11-26 Jelmer VernooijFix typo: URI -> URL.
2013-11-26 Jelmer VernooijAllow overriding default class for local git client...
2013-11-26 Jelmer VernooijSplit get_transport_and_path_from_url() out of get_tran...
2013-11-26 Jelmer VernooijPass in known sha.
2013-11-26 Jelmer VernooijSupport reusing known sha during object creation.
2013-11-25 Jelmer VernooijMove commit parsing into a separate function.
2013-11-25 Jelmer VernooijSimplify handling of message-like objects.
2013-11-25 Jelmer VernooijPass chunks rather than full text to _parse_commit_or_tag.
2013-11-25 Jelmer VernooijAvoid double lookups of commits during walking operations.
2013-11-24 Jelmer VernooijAdd porcelain for 'dulwich rev-list'.
2013-11-24 Jelmer VernooijMake graftpoints methods private for the moment.
2013-11-24 Jelmer VernooijAdd missing docstring.
2013-11-24 milkiremove extraneous repo.serialize
2013-11-24 milkigraftpoints are required to parse/serialize
2013-11-24 milkiSimplify get_parents
2013-11-24 milkiNo need to parse grafts on file creation
2013-11-24 milkiWalker uses Repo.get_parents
2013-11-24 milkiparse and serialize graftpoints
next