コミット履歴

作者 SHA1 メッセージ 日付
  Risto Kankkunen 6c4ad89bc7 Fix capability negotiation in dulwich.client 13 年 前
  Risto Kankkunen 75c0e52a47 Merged master 13 年 前
  Risto Kankkunen 8826b9254f Call the parent class constructor, not grandparent's, to avoid surprises later 13 年 前
  Jelmer Vernooij 3da7cada8c dulwich.client: Make progress argument optional. 13 年 前
  Jelmer Vernooij 2c7868e73c Allow determine_wants methods to include the zero sha in their return value. 13 年 前
  Jelmer Vernooij 12ece49218 Document return types. 13 年 前
  Jelmer Vernooij 2b8ba6e4a6 Include status information in Python modules. 13 年 前
  Jelmer Vernooij 493ed46a2b Properly abort connections when the determine_wants function 13 年 前
  Jelmer Vernooij df4aeaf611 Add support for retrieving tarballs from remote servers. 13 年 前
  Jelmer Vernooij 711969d1c9 Merge fix from Chris to hide unpacking objects from git during tests. 13 年 前
  Chris Eberle 0619b382f9 Got rid of 'Unpacking objects' messages produced by git-receive-pack. Unfortunately there's no command line options to silence this message, so the only way is to redirect stderr. 13 年 前
  Jelmer Vernooij 7551970711 merge fix for parsing of HTTP Git URLs. 14 年 前
  Jelmer Vernooij 7a6334a0ad dulwich.client: Use buffering when receiving pack file from smart http server. 14 年 前
  Bruno Renié 80a341c0b6 Fixed parsing of HTTP Git URLs 14 年 前
  Jelmer Vernooij ea94de72ff Smart protocol clients can now change refs even if they are not uploading new data. 14 年 前
  Jelmer Vernooij a9763559f7 Fix handling of slashes in the http client. 14 年 前
  Jelmer Vernooij 492c17406a Two minor fixes to improve compatibility with some Git http servers. 14 年 前
  Jelmer Vernooij 528cbe0287 client: Support smart server access over https, pass URLs around rather than tuples with hostname/port/username/etc. 14 年 前
  Jelmer Vernooij bbdca14ad2 client: Raise NotGitRepository if there is no remote repository. 14 年 前
  Jelmer Vernooij 566e84b697 client: Continue reading revision info on 'ready', too. 14 年 前
  Jelmer Vernooij 20f6a5c165 client: Add http support for 'git-upload-pack'. 14 年 前
  Jelmer Vernooij 8c168f9d60 merge trunk 14 年 前
  Jelmer Vernooij a66cf30906 client: Add support for multi_ack_detailed capability. 14 年 前
  Jelmer Vernooij 15910d9f08 client: Refactor handling of negotiation. 14 年 前
  Jelmer Vernooij 288fc91228 client: Refactor 'git-receive-pack' tail handling. 14 年 前
  Jelmer Vernooij 7ec4cd22fe Merge trunk. 14 年 前
  Jelmer Vernooij 3cae0be3e8 Support the 'side-band-64k' capability in 'git-receive-pack'. 14 年 前
  Jelmer Vernooij b0f69d1c8f client: Factor out ReportStatusParser. 14 年 前
  Jelmer Vernooij 3930939c7a Implement most of git-receive-pack. 14 年 前
  Jelmer Vernooij d67ecb3735 Implement HTTPGitClient._read_references. 14 年 前