jelmer/dulwich.git
2014-10-01 Jelmer VernooijSupport 'gpgsig' property in Commit objects.
2014-09-30 Jelmer VernooijAdd docstrings for Commit.extra and Commit.parents.
2014-09-19 Mike Edgarsend_pack: simplify condition guarding whether a pack...
2014-09-19 Mike Edgarsend_pack: simplify filtering of unsupported ref deletions
2014-09-19 Mike Edgarcleanup: consistently use local variable instead of...
2014-09-13 Jelmer VernooijRemove GNU make-ish.
2014-09-08 Jelmer VernooijShallow is supported; update docstring.
2014-09-01 Jelmer VernooijAdd classifiers.
2014-08-19 Mike EdgarReceivePackHandler: only compute sorted refs if they...
2014-08-11 Marcin KuźmińskiFixed wrong string formatting call
2014-07-27 Jelmer VernooijSort imports alphabetically.
2014-07-27 milkiAdd ShaFile.copy()
2014-07-19 Jelmer VernooijAdd tag_delete porcelain.
2014-07-19 Jelmer VernooijSplit out build_file_from_blob.
2014-07-19 Jelmer VernooijAdd 'fetch' porcelain.
2014-07-19 Jelmer VernooijAdd porcelain for branch delete/list/create.
2014-07-19 Jelmer VernooijMerge dul-web into dulwich command.
2014-07-19 Jelmer VernooijUse optparse to handle options in dulwich.web.main...
2014-07-19 Jelmer VernooijDrop handling of python installations without wsgiref...
2014-07-15 Jelmer VernooijUpdate NEWS, add check for validity of shas passed...
2014-07-15 Mike EdgarStrip newline from final ACKed SHA while fetching packs.
2014-07-15 Jelmer VernooijIn dulwich.tests.test_object_store, use real sha lengths.
2014-07-14 Jelmer VernooijUpdate NEWS.
2014-07-14 Robert BrownLimit delta copy length to 64K.
2014-07-02 Jelmer VernooijAdd tests for adding empty thin packs to object stores.
2014-07-02 Jelmer VernooijAdd extra check for bytes to read in compute_file_sha.
2014-06-19 David OstrovskyFix typo in method description
2014-06-19 David OstrovskyRemove tags from list of missing documentation
2014-06-18 Jelmer VernooijMerge branch 'with' of git://github.com/garyvdm/dulwich
2014-06-18 Jelmer VernooijMerge branch 'travis' of git://github.com/garyvdm/dulwich
2014-06-18 Gary van der... Use stderr.splitlines rather than Popen(universal_newli...
2014-06-18 Gary van der... Travis: use system site packages in virtualenv.
2014-06-18 Gary van der... Use with statement rather than try: finaly: x.close().
2014-06-18 Jelmer VernooijInstall fastimport, mock and gevent from the apt reposi...
2014-06-17 Gary van der... Add all test requirements to setup.py. Use setup.py...
2014-06-16 Gary van der... NEWS entry for windows test fixes.
2014-06-16 Gary van der... Get git-daemon to run on windows in test_suite.
2014-06-16 Gary van der... Make get_transport_and_path return a local client for...
2014-06-16 Gary van der... Correctly handle socket.timeout on windows.
2014-06-11 Augie FacklerMakefile: run tests with PYTHONHASHSEED=random
2014-06-11 Augie Facklertest_porcelain: fix test that is flaky with hash random...
2014-06-09 Jelmer VernooijAdd note about using dulwich.diff_tree.
2014-06-09 Jelmer VernooijAdd basic 'status' support to bin/dulwich.
2014-06-09 Jelmer VernooijAllow passing in repo to porcelain.status.
2014-06-09 Jelmer VernooijHandle SIGINT signals in dulwich script.
2014-06-09 Jelmer VernooijAdd porcelain for receive-pack and upload-pack.
2014-06-08 Jelmer VernooijStart on 0.9.8.
2014-06-08 Jelmer VernooijRelease 0.9.7. dulwich-0.9.7
2014-06-07 Jelmer VernooijAdd porcelain 'daemon'.
2014-06-07 Jelmer VernooijAdd some tests for FileSystemBackend and DictBackend.
2014-06-07 Jelmer VernooijRemove --backend option from dulwich.server.main.
2014-06-07 Jelmer VernooijAdd default values for outstreams in dulwich.porcelain.
2014-06-07 Jelmer VernooijUpdate NEWS.
2014-06-07 Robert BrownFix logic for extra adds of identical files.
2014-06-07 Jelmer VernooijMove the swift backend to dulwich/contrib.
2014-06-07 Fabien BoucherOpenstack Swift backend support for bare repositories
2014-06-07 Fabien BoucherCherry-pick addition of --listen_address/--port argumen...
2014-06-06 Jelmer VernooijDisable test_delta_large_object for the moment, since...
2014-06-06 Augie Facklercompat/test_pack: add test that proves large copies...
2014-06-06 Jelmer VernooijUpdate NEWS.
2014-06-06 Augie Facklercompat/test_pack: add test that proves we correctly...
2014-06-06 Jelmer VernooijFor the moment, keep deltification disabled - but add...
2014-06-06 Augie Facklerpack.write_pack_objects: when packing, actually build...
2014-06-06 Augie Facklercompat/test_pack: extract parsing of git-verify-pack...
2014-06-06 Augie Facklerpack.write_pack_data: when writing OFS_DELTA entries...
2014-06-06 Jelmer VernooijAdd tests for encode functions.
2014-06-06 Augie Facklerpack.create_delta: fix copy operations that are larger...
2014-06-06 Augie Facklerpack.create_delta: correctly encode copy operations...
2014-06-06 Augie Facklerpack.create_delta: rename a couple of variables to...
2014-06-06 Augie Facklerpack.create_delta: move encode_size to not be a nested...
2014-06-06 Augie Facklerpack: enhance docstring on deltify_pack_objects
2014-06-06 Gary van der... Add .gitattributes files to force fast-export data...
2014-06-06 Gary van der... Skip side-band-64k TCP server tests on windows if cgit...
2014-06-05 Jelmer VernooijMerge branch 'octal-numbers' of git://github.com/garyvd...
2014-06-05 Jelmer VernooijAdd write_error argument to GitClient.archive().
2014-06-05 Jelmer VernooijSkip porcelain archive test when c git is not available.
2014-06-04 Jelmer VernooijMerge branch 'python3-close-files' of git://github...
2014-06-04 Gary van der... News entry for file object closing.
2014-06-04 Gary van der... Close file objects.
2014-06-04 Gary van der... Close files for Pack objects.
2014-06-04 Gary van der... Close files for Protocol objects.
2014-06-04 Jelmer VernooijFix another potential XSS issue, and add test for the...
2014-06-04 Gary van der... Fix octal number literals.
2014-06-03 Jelmer VernooijMerge branch 'service-name-xss' of git://github.com...
2014-06-03 Dave Borowitzweb: don't echo back invalid service names
2014-06-03 Gary van der... Use byte literal in test_pack.py so that module can...
2014-06-03 Gary van der... Alter itertools import statement so that 2to3 fixes it.
2014-06-03 Gary van der... Use 2to3 in setup.py.
2014-06-03 Gary van der... Fix octal number literals.
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Jelmer Vernooijindex: Fix IndexEntry to not include name.
2014-06-01 Gary van der... NEWS entry for python3 changes.
2014-06-01 Gary van der... Use for loop instead of map.
2014-06-01 Gary van der... Stop using more deprecated test methods.
2014-06-01 Jelmer VernooijAdd 'make before-push' target.
2014-06-01 Jelmer VernooijAdd pep8 make target and fix some pep8ness.
2014-06-01 Jelmer VernooijAdd 'flakes' target invoking pyflakes, and fix some...
2014-06-01 Jelmer VernooijRemove pylint config.
2014-06-01 Fabien BoucherAdd dulwich.greenthreads module.
2014-06-01 Hannu Valtonensetup: Make setup.py also work on py3k on OS X
next