Add porcelain for branch delete/list/create.
[jelmer/dulwich.git] / dulwich /
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 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-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 MerweUse stderr.splitlines rather than Popen(universal_newli...
2014-06-18 Gary van der MerweUse with statement rather than try: finaly: x.close().
2014-06-16 Gary van der MerweGet git-daemon to run on windows in test_suite.
2014-06-16 Gary van der MerweMake get_transport_and_path return a local client for...
2014-06-16 Gary van der MerweCorrectly handle socket.timeout on windows.
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 VernooijAllow passing in repo to porcelain.status.
2014-06-09 Jelmer VernooijAdd porcelain for receive-pack and upload-pack.
2014-06-08 Jelmer VernooijStart on 0.9.8.
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 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 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 MerweAdd .gitattributes files to force fast-export data...
2014-06-06 Gary van der MerweSkip 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 MerweClose file objects.
2014-06-04 Gary van der MerweClose files for Pack objects.
2014-06-04 Gary van der MerweClose files for Protocol objects.
2014-06-04 Jelmer VernooijFix another potential XSS issue, and add test for the...
2014-06-04 Gary van der MerweFix 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 MerweUse byte literal in test_pack.py so that module can...
2014-06-03 Gary van der MerweAlter itertools import statement so that 2to3 fixes it.
2014-06-03 Gary van der MerweFix 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 MerweUse for loop instead of map.
2014-06-01 Gary van der MerweStop using more deprecated test methods.
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 Fabien BoucherAdd dulwich.greenthreads module.
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 MerweIn Protocol.read_pkt_line, assert the length of the...
2014-05-24 Gary van der MerweCorrectly handle binascii.Error.
2014-05-24 Gary van der MerweUse for loop instead of map when not iterating.
2014-05-24 Gary van der MerweUse assertEqual rather than assertEquals as the latter...
2014-05-24 Gary van der MerweMake next methods available as __next__.
2014-05-24 Gary van der MerweUse int division `//` insted of float division `/`.
2014-05-24 Gary van der MerweUse io module instead of file.
2014-05-24 Gary van der MerweFix octal literals.
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-06 Jelmer VernooijRemove long lines.
2014-04-24 Robert BrownAdd symbolic link support to Repo.stage().
2014-04-23 Mike EdgarFix tests dependent on hash ordering.
2014-04-22 Jelmer VernooijStart on 0.9.7.
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 VernooijMerge branch 'github-fix' of git://github.com/sid0...
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 MerweRemove monkeypatch for older versions of urlparse.uses_...
2014-04-02 Gary van der MerweRemove ShutdownServerMixIn now that we don't support...
2014-04-02 Gary van der MerweUse next(iter) instead of iter.next()
2014-04-02 Gary van der MerweUse email.parser rather than rfc822.
2014-04-02 Gary van der MerweUse io.BytesIO rather than cStringIO.
next