jelmer/dulwich.git
2012-11-27 Jelmer VernooijRelease 0.8.7. dulwich-0.8.7
2012-11-22 David CarrFix compatibilithy with Python 2.4.
2012-11-14 Jelmer VernooijMerge fix for use of alternates in DiskObjectStore...
2012-11-14 Jelmer VernooijUpdate NEWS.
2012-11-14 Jelmer VernooijSimplify checking of alternates in __contains__.
2012-11-14 Dmitriyalternates: remove contains_alternate() and move the...
2012-11-14 Dmitriyalternates: test for __contains__
2012-11-14 Dmitriyalternates: add alternates check to __contains__ and...
2012-11-14 Jelmer VernooijStart on 0.9.0.
2012-11-09 Jelmer VernooijRelease 0.8.6. dulwich-0.8.6
2012-10-30 Jelmer VernooijMerge support for large pack index files.
2012-10-30 Jelmer Vernooijpack: Split testing of large pack index files into...
2012-10-29 Jameson Nashadd a test for reading and writing large offsets into...
2012-10-29 Jameson Nashadd support for writing large pack files
2012-10-27 Jameson Nashadd large table support to reading PackIndex2 files
2012-10-03 Jelmer Vernooijclient: Invert logic for thin-packs.
2012-10-03 Jelmer VernooijPrint refs after fetch.
2012-09-24 Jelmer Vernooijclient: In get_transport_and_path, pass kwargs on to...
2012-09-16 Jonathan ChuProtocol does not have a recv attritbue.
2012-08-26 Jelmer VernooijAdd function for testing whether to ignore specific...
2012-08-26 Jelmer VernooijAdd 'make check-compat'.
2012-08-26 Jelmer Vernooijgitignore: Ignore vim swap files.
2012-08-26 DeeKeyadd a test for "Do not crash when cloning HEAD-less...
2012-08-26 Yifan Zhangfix http test on osx
2012-08-26 Jelmer VernooijPrevent errors about string formatting when tuples...
2012-08-26 Jelmer VernooijSupport MemoryRepo.get_config.
2012-08-03 Jelmer VernooijMerge fix for cloning repositories without HEAD set.
2012-08-03 Jelmer VernooijDon't create a working tree if there is no HEAD in...
2012-08-03 Jelmer VernooijAdd test for cloning a repository without a HEAD.
2012-08-03 Jelmer VernooijFix syntax errors in docstrings.
2012-08-03 Jelmer VernooijFix syntax error in NEWS.
2012-08-03 Jelmer VernooijMerge fix for handling None elements in list of TreeCha...
2012-08-02 D-KeyDo not crash when cloning HEAD-less repo
2012-07-18 Jelmer VernooijMerge support for fallback_app argument to HTTPGitAppli...
2012-07-16 Jonas HaagTest for `fallback_app` (236052093a22fabbb52657f8d36bd0...
2012-07-16 Jonas HaagAdded a `fallback_app` to Smart HTTP support to allow...
2012-07-13 Jelmer VernooijCherry-pick test for large buffer deltas.
2012-07-13 Jelmer VernooijMerge fix for crashing empty time-based walkers.
2012-07-13 Benjamin PollackAdd unit test for crash-on-empty-walk
2012-07-13 Andi McClureTake copy of refs when invoking determine_wants callback.
2012-07-11 Jelmer VernooijRun all tests in ``setup.py test``.
2012-07-11 Benjamin PollackDo not crash when trying to walk an empty set
2012-07-11 Jelmer VernooijUse skipTest rather than skip, as the latter isn't...
2012-07-11 Jelmer VernooijMerge typo fix in docstring from milki.
2012-07-11 milkitypo
2012-07-11 milkiskip isn't a valid function. its skipTest!
2012-06-23 Jelmer VernooijMerge fix for Commit._deserialize actually using passed...
2012-06-22 Yifan Zhangtest for commit _deserialize
2012-06-22 Yifan Zhangtypo fix
2012-06-18 Jelmer VernooijMerge support for ConfigDict behaving more like a dicti...
2012-06-13 Adam 'Cezar... Wrote tests for the ConfigDict dict changes
2012-06-12 Adam "Cezar... ConfigDict should act like a dictionary
2012-06-10 Nick WardUnit test for loading a git submodule
2012-06-10 Nick WardQuick fix for git submodules
2012-04-29 Marcin Kuzminskifixes dulwich issue #54
2012-04-24 Jelmer VernooijRename .bzrignore to .gitignore.
2012-04-24 NixSupport DESTDIR in the Makefile.
2012-04-19 Jelmer Vernooij_pack.c: Check for NULL return from Py_BuildValue.
2012-04-19 Jelmer Vernooij_pack.c: Consistently use tabs for indentation.
2012-04-19 Jelmer Vernooij_objects.c: Cope with sha_to_pyhex returning NULL.
2012-04-02 Jelmer VernooijMake index entry tests a little bit less strict, to...
2012-04-02 Jelmer VernooijRemove explicit testing of uid and gid in tests of...
2012-04-01 Alex HolmesHandle None elements in lists of TreeChange objects
2012-03-29 Jelmer Vernooijdulwich.__init__ no longer imports client, protocol...
2012-03-29 Jelmer VernooijStart on 0.8.6.
2012-03-29 Jelmer VernooijRelease 0.8.5. dulwich-0.8.5
2012-03-29 Jelmer VernooijBe a little bit strict about OS behaviour in index...
2012-03-28 Jelmer VernooijAvoid use of 'with' in dulwich.index, fixes compatibili...
2012-03-28 Jelmer VernooijStart on 0.8.5.
2012-03-28 Jelmer VernooijRelease 0.8.4. dulwich-0.8.4
2012-03-26 Jelmer Vernooijobjects: Fix default type of Commit.extra.
2012-03-26 Jelmer Vernooijclient: Fix check for 'report-status' capability.
2012-03-21 Jelmer VernooijMerge addition of dulwich.index.build_index_from_tree...
2012-03-19 Jelmer VernooijMerge fix from kankri to reset environment variables...
2012-03-19 Jelmer VernooijSome refactoring, put all os.environ-cleaning functiona...
2012-03-19 Jelmer Vernooijmerge trunk
2012-03-13 Jelmer VernooijMerge removal of unused variable.
2012-03-13 codingtonyremoved unused variable
2012-03-12 Jelmer VernooijRemove more uses of deprecated assertEquals.
2012-03-12 Jelmer VernooijMerge gzip filter support.
2012-03-12 Jelmer VernooijAvoid using custom gzip module and incrementally parse.
2012-03-12 David BlewettAdded WSGI middleware to handle transparent gzip decoding
2012-03-11 Jelmer VernooijUse TestCase.assertEqual rather than TestCase.assertEquals.
2012-03-04 Jelmer VernooijFix formatting timezones so that it is possible to...
2012-03-04 Jelmer VernooijFix two pydoctor warnings.
2012-03-03 Jelmer VernooijMerge fix for parsing of invalid timezones from Jason...
2012-03-03 Jason R. CoombsExpanded parse_timezone to accept double-negatives...
2012-03-01 Jelmer VernooijMerge patch from Sam Vilain to pass arguments to get_tr...
2012-03-01 Sam VilainAdd support for client init args in get_transport_and_path
2012-02-20 Jelmer VernooijFix python2.4 compatibility.
2012-02-20 Jelmer VernooijMerge support for only negotiating capabilities that...
2012-02-20 Rod CloutierAdded test to validate side bank 64k is not parsed...
2012-02-18 Risto KankkunenFix capability negotiation in dulwich.client
2012-02-12 milkiChange add_object to add_objects
2012-02-12 milkiFix pep8
2012-02-12 milkiConstruct modes instead of magic modes
2012-02-11 milkiMake index entry tests explicit
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Jelmer VernooijMerge fix to call parent constructor rather than grandp...
2012-02-09 Jelmer VernooijSome more docstrings.
next