커밋 기록

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