Commit History

Author SHA1 Message Date
  Risto Kankkunen 72fd323883 Fix a hang of SSH pull on Windows. 10 years ago
  Jelmer Vernooij b61886c0f4 Some cleanup. 10 years ago
  diryboy 907c88f334 Implement LocalGitClient.send_pack 10 years ago
  Jelmer Vernooij 4040fb7a3a Revert "Implement LocalGitClient.send_pack" 10 years ago
  Paul Chen aa85525c62 Implement LocalGitClient.send_pack 10 years ago
  Gary van der Merwe 51a8d2ae77 Port the minimal needed to get the test suite to run in python3. 11 years ago
  Mike Edgar 2cb9191d2f client: allow send_pack callers to override how packs are emitted 11 years ago
  Mike Edgar d007623b73 send_pack: simplify condition guarding whether a pack is sent 11 years ago
  Mike Edgar a1459ff04a send_pack: simplify filtering of unsupported ref deletions 11 years ago
  Mike Edgar e8ffa65e91 cleanup: consistently use local variable instead of attribute 11 years ago
  Mike Edgar 5d994163ef Strip newline from final ACKed SHA while fetching packs. 11 years ago
  Gary van der Merwe f569d0d4c1 Make get_transport_and_path return a local client for windows abs paths. 11 years ago
  Jelmer Vernooij f5c0a12252 Add write_error argument to GitClient.archive(). 11 years ago
  Gary van der Merwe c506678ad5 Close files for Protocol objects. 11 years ago
  Jelmer Vernooij 5a4e20d14b Add pep8 make target and fix some pep8ness. 11 years ago
  Siddharth Agarwal a0343b4fbd Don't wait for EOF in _handle_receive_pack_tail 11 years ago
  Siddharth Agarwal 730463ca4f Don't wait for EOF in _handle_upload_pack_tail with side-band-64k 11 years ago
  Jelmer Vernooij bd834f06f6 Merge branch 'python3' of git://github.com/garyvdm/dulwich 11 years ago
  Gary van der Merwe 8f4db8b43b Remove monkeypatch for older versions of urlparse.uses_netloc. 11 years ago
  Gary van der Merwe 70ea9dd73c Use next(iter) instead of iter.next() 11 years ago
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. 11 years ago
  Gary van der Merwe 6ce5acaf9a Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.) 11 years ago
  Gary van der Merwe 044a7c1b69 Apply lib2to3.fixes.fix_apply 11 years ago
  Jelmer Vernooij 767ba0d0cc Add support for 'http.useragent'. 11 years ago
  Jelmer Vernooij 3e3f61aa00 Support http.proxy setting in HttpGitClient. 11 years ago
  Jelmer Vernooij 0e5b568f07 Update NEWS, switch to opener rather than handlers in HttpGitClient. 11 years ago
  Dov Feldstern e7414437cb use handlers without affecting the global state 11 years ago
  Dov Feldstern 34bd3293b5 add support for handlers when opening http urls (e.g., for authentication) 11 years ago
  Jelmer Vernooij b19f94b213 Implement LocalGitClient.fetch_pack(). 11 years ago
  Jelmer Vernooij 87303b1590 Use new style exception handling in a few more places. 11 years ago