История коммитов

Автор SHA1 Сообщение Дата
  Gary van der Merwe 5bdc8095d8 Port the minimal needed to get the test suite to run in python3. 11 лет назад
  Mike Edgar 80cca3baef client: allow send_pack callers to override how packs are emitted 11 лет назад
  Mike Edgar 9c202951b6 send_pack: simplify condition guarding whether a pack is sent 11 лет назад
  Mike Edgar 638a6f07e2 send_pack: simplify filtering of unsupported ref deletions 11 лет назад
  Mike Edgar e3ac84b592 cleanup: consistently use local variable instead of attribute 11 лет назад
  Mike Edgar 49efdb39a3 Strip newline from final ACKed SHA while fetching packs. 11 лет назад
  Gary van der Merwe 46f0f95ea3 Make get_transport_and_path return a local client for windows abs paths. 11 лет назад
  Jelmer Vernooij fb5b85e5e0 Add write_error argument to GitClient.archive(). 11 лет назад
  Gary van der Merwe 2d3b02c9bb Close files for Protocol objects. 11 лет назад
  Jelmer Vernooij c4c1fec37b Add pep8 make target and fix some pep8ness. 11 лет назад
  Siddharth Agarwal e08a4c62f6 Don't wait for EOF in _handle_receive_pack_tail 11 лет назад
  Siddharth Agarwal b3f9fd164a Don't wait for EOF in _handle_upload_pack_tail with side-band-64k 11 лет назад
  Jelmer Vernooij 5dec9e694a Merge branch 'python3' of git://github.com/garyvdm/dulwich 11 лет назад
  Gary van der Merwe 58921915e8 Remove monkeypatch for older versions of urlparse.uses_netloc. 11 лет назад
  Gary van der Merwe a1374fa4a1 Use next(iter) instead of iter.next() 11 лет назад
  Gary van der Merwe 17b8807913 Use io.BytesIO rather than cStringIO. 11 лет назад
  Gary van der Merwe 33b179de80 Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.) 11 лет назад
  Gary van der Merwe c67873b19f Apply lib2to3.fixes.fix_apply 11 лет назад
  Jelmer Vernooij a12aef3430 Add support for 'http.useragent'. 11 лет назад
  Jelmer Vernooij e19347f838 Support http.proxy setting in HttpGitClient. 11 лет назад
  Jelmer Vernooij 8cda43466a Update NEWS, switch to opener rather than handlers in HttpGitClient. 12 лет назад
  Dov Feldstern d1ee824899 use handlers without affecting the global state 12 лет назад
  Dov Feldstern 2eb0675641 add support for handlers when opening http urls (e.g., for authentication) 12 лет назад
  Jelmer Vernooij 621c9568fe Implement LocalGitClient.fetch_pack(). 12 лет назад
  Jelmer Vernooij 3d8eaa731a Use new style exception handling in a few more places. 12 лет назад
  Jelmer Vernooij a60d8c3aaf Add LocalGitClient. 12 лет назад
  Jelmer Vernooij 32fceeb6d6 Fix typo: URI -> URL. 12 лет назад
  Jelmer Vernooij 048c3e1cce Allow overriding default class for local git client access. 12 лет назад
  Jelmer Vernooij 84dbdd8546 Split get_transport_and_path_from_url() out of get_transport_and_path(). 12 лет назад
  Jelmer Vernooij b7555d1171 Move read_info_refs from dulwich.client to dulwich.refs. 12 лет назад