jelmer/dulwich.git
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
2014-06-01 Hannu Valtonenpy3k: These need to return a value since in Py3k they...
2014-06-01 Hannu Valtonenpy3k: Go through all uses of itertools and make them...
2014-05-31 Hannu Valtonentests: Change assertEquals to be py3k compatible assert...
2014-05-24 Gary van der... In Protocol.read_pkt_line, assert the length of the...
2014-05-24 Gary van der... Correctly handle binascii.Error.
2014-05-24 Gary van der... Use for loop instead of map when not iterating.
2014-05-24 Gary van der... Use assertEqual rather than assertEquals as the latter...
2014-05-24 Gary van der... Make next methods available as __next__.
2014-05-24 Gary van der... Use int division `//` insted of float division `/`.
2014-05-24 Gary van der... Use io module instead of file.
2014-05-24 Gary van der... Fix octal literals.
2014-05-24 Michael Kprint(): Switch from statement to funtion.
2014-05-24 Michael KUse the print() function in Makefile.
2014-05-24 Jelmer VernooijMove logic for creating blog from path to dulwich.index.
2014-05-24 Jelmer VernooijAdd test to make sure unmodified files don't show up...
2014-05-24 Ryan FaulknerAdd porcelain for 'status'.
2014-05-21 Michael KUse namedtuple for index entry.
2014-05-15 Michael KBugfix: cmd_reset could not determine the mode
2014-05-11 Michael KFix copy-&-paste errors in command line interface.
2014-05-10 MichaelFix typo in tutorial.
2014-05-06 Michaelfix twisted output
next