1. 06355d7 Merge branch 'ab/pkt-line-cleanup' by Junio C Hamano · 3 years, 5 months ago
  2. ec9a37d pkt-line.[ch]: remove unused packet_read_line_buf() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  3. 97492aa Merge branch 'ab/http-pinned-public-key-mismatch' by Junio C Hamano · 3 years, 5 months ago
  4. abf897b string-list.[ch]: remove string_list_init() compatibility function by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  5. 3e8084f http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  6. e48a623 Merge branch 'ab/http-drop-old-curl' by Junio C Hamano · 3 years, 7 months ago
  7. 8dda4cb http: rename CURLOPT_FILE to CURLOPT_WRITEDATA by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  8. 013c7e2 http: drop support for curl < 7.16.0 by Jeff King · 3 years, 7 months ago
  9. 1119a15 http: drop support for curl < 7.11.1 by Jeff King · 3 years, 7 months ago
  10. 1e893a1 Merge branch 'dl/packet-read-response-end-fix' by Junio C Hamano · 3 years, 7 months ago
  11. 8232a0f pkt-line: replace "stateless separator" with "response end" by Denton Liu · 3 years, 8 months ago
  12. 00bc839 remote-curl: fix clone on sha256 repos by Eric Wong · 3 years, 10 months ago
  13. 3b990aa push: parse and set flag for "--force-if-includes" by Srinidhi Kaushik · 4 years, 5 months ago
  14. b4100f3 Merge branch 'jt/lazy-fetch' by Junio C Hamano · 4 years, 6 months ago
  15. 42d418d (various): document from_promisor parameter by Jonathan Tan · 4 years, 7 months ago
  16. 9dfa8db fetch-pack: remove no_dependents code by Jonathan Tan · 4 years, 7 months ago
  17. 46b225f Merge branch 'jk/strvec' by Junio C Hamano · 4 years, 7 months ago
  18. d70a9eb strvec: rename struct fields by Jeff King · 4 years, 7 months ago
  19. c2796ac Merge branch 'bc/push-cas-cquoted-refname' into master by Junio C Hamano · 4 years, 7 months ago
  20. f6d8942 strvec: fix indentation in renamed calls by Jeff King · 4 years, 7 months ago
  21. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 7 months ago
  22. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 7 months ago
  23. cd85b44 remote-curl: make --force-with-lease work with non-ASCII ref names by brian m. carlson · 4 years, 8 months ago
  24. 1221085 Merge branch 'bc/sha-256-part-2' by Junio C Hamano · 4 years, 8 months ago
  25. 97997e6 remote-curl: avoid truncating refs with ls-remote by brian m. carlson · 4 years, 9 months ago
  26. ac093d0 remote-curl: detect algorithm for dumb HTTP by size by brian m. carlson · 4 years, 9 months ago
  27. 7f60501 remote-curl: implement object-format extensions by brian m. carlson · 4 years, 10 months ago
  28. b0df0c1 stateless-connect: send response end packet by Denton Liu · 4 years, 10 months ago
  29. 0181b60 pkt-line: define PACKET_READ_RESPONSE_END by Denton Liu · 4 years, 10 months ago
  30. 74b082a remote-curl: error on incomplete packet by Denton Liu · 4 years, 10 months ago
  31. 04cc91a remote-curl: remove label indentation by Denton Liu · 4 years, 10 months ago
  32. 51ca7f8 remote-curl: fix typo by Denton Liu · 4 years, 10 months ago
  33. fe299ec oid_array: rename source file from sha1-array by Jeff King · 5 years ago
  34. 4a5c3e1 Merge branch 'rs/show-progress-in-dumb-http-fetch' by Junio C Hamano · 5 years ago
  35. 7655b41 remote-curl: show progress for fetches over dumb HTTP by René Scharfe · 5 years ago
  36. 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 5 years ago
  37. d45d771 Merge branch 'bc/smart-http-atomic-push' by Junio C Hamano · 5 years ago
  38. 6f11942 remote-curl: pass on atomic capability to remote side by brian m. carlson · 5 years ago
  39. 062a309 remote-curl: use argv_array in parse_push() by René Scharfe · 5 years ago
  40. 8a1569d i18n: fix typos found during l10n for git 2.22.0 by Jiang Xin · 6 years ago
  41. d4e568b Merge branch 'bc/hash-transition-16' by Junio C Hamano · 6 years ago
  42. aa1edf1 Merge branch 'js/remote-curl-i18n' by Junio C Hamano · 6 years ago
  43. 764bd20 Merge branch 'js/anonymize-remote-curl-diag' by Junio C Hamano · 6 years ago
  44. 9c9492e remote-curl: make hash size independent by brian m. carlson · 6 years ago
  45. c42c664 Merge branch 'jt/http-auth-proto-v2-fix' by Junio C Hamano · 6 years ago
  46. ed8b413 remote-curl: mark all error messages for translation by Johannes Schindelin · 6 years ago
  47. c1284b2 curl: anonymize URLs in error messages and warnings by Johannes Schindelin · 6 years ago
  48. a97d007 remote-curl: use post_rpc() for protocol v2 also by Jonathan Tan · 6 years ago
  49. ee4512e trace2: create new combined trace facility by Jeff Hostetler · 6 years ago
  50. 78ad917 remote-curl: refactor reading into rpc_state's buf by Jonathan Tan · 6 years ago
  51. b359030 remote-curl: reduce scope of rpc_state.result by Jonathan Tan · 6 years ago
  52. 5d91669 remote-curl: reduce scope of rpc_state.stdin_preamble by Jonathan Tan · 6 years ago
  53. 7d50d34 remote-curl: reduce scope of rpc_state.argv by Jonathan Tan · 6 years ago
  54. cbdb8d1 remote-curl: tighten "version 2" check for smart-http by Jeff King · 6 years ago
  55. 8ee3e12 remote-curl: refactor smart-http discovery by Jeff King · 6 years ago
  56. 5f8b86d Merge branch 'jt/fetch-v2-sideband' by Junio C Hamano · 6 years ago
  57. 99c0bdd Merge branch 'ms/http-no-more-failonerror' by Junio C Hamano · 6 years ago
  58. b79bdd8 remote-curl: unset CURLOPT_FAILONERROR by Masaya Suzuki · 6 years ago
  59. cf2fb92 remote-curl: define struct for CURLOPT_WRITEFUNCTION by Masaya Suzuki · 6 years ago
  60. e6cf87b http: enable keep_error for HTTP requests by Masaya Suzuki · 6 years ago
  61. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
  62. 01f9ec6 Use packet_reader instead of packet_read_line by Masaya Suzuki · 6 years ago
  63. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
  64. ab6409c Merge branch 'en/double-semicolon-fix' into maint by Junio C Hamano · 6 years ago
  65. cb8010b remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) by Torsten Bögershausen · 6 years ago
  66. ae109a9 Merge branch 'en/double-semicolon-fix' by Junio C Hamano · 6 years ago
  67. c3b9bc9 Remove superfluous trailing semicolons by Elijah Newren · 7 years ago
  68. 13bf260 Merge branch 'js/typofixes' by Junio C Hamano · 7 years ago
  69. a813241 remote-curl: remove spurious period by Johannes Schindelin · 7 years ago
  70. eaf6a1b remote-curl: accept compressed responses with protocol v2 by Brandon Williams · 7 years ago
  71. 1a53e69 remote-curl: accept all encodings supported by curl by Brandon Williams · 7 years ago
  72. 96f2952 Merge branch 'ma/http-walker-no-partial' by Junio C Hamano · 7 years ago
  73. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  74. 0b6b342 walker: drop fields of `struct walker` which are always 1 by Martin Ågren · 7 years ago
  75. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago
  76. a4d78ce remote-curl: don't request v2 when pushing by Brandon Williams · 7 years ago
  77. 0f1dc53 remote-curl: implement stateless-connect command by Brandon Williams · 7 years ago
  78. 237ffed http: eliminate "# service" line when using protocol v2 by Brandon Williams · 7 years ago
  79. 884e586 http: don't always add Git-Protocol header by Brandon Williams · 7 years ago
  80. 49e85e9 remote-curl: store the protocol version the server responded with by Brandon Williams · 7 years ago
  81. f08a5d4 remote-curl: create copy of the service name by Brandon Williams · 7 years ago
  82. 8f6982b protocol: introduce enum protocol_version value protocol_v2 by Brandon Williams · 7 years ago
  83. ad6ac12 connect: discover protocol version outside of get_remote_heads by Brandon Williams · 7 years ago
  84. 69917e6 Merge branch 'jk/push-options-via-transport-fix' by Junio C Hamano · 7 years ago
  85. 2fb346c Merge branch 'js/packet-read-line-check-null' by Junio C Hamano · 7 years ago
  86. 90dce21 remote-curl: unquote incoming push-options by Jeff King · 7 years ago
  87. bb1356d always check for NULL return from packet_read_line() by Jon Simons · 7 years ago
  88. acb0c57 fetch: support filters by Jeff Hostetler · 7 years ago
  89. 88e2f9e introduce fetch-object: fetch one promisor object by Jonathan Tan · 7 years ago
  90. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  91. 4c01f67 Merge branch 'dt/http-postbuffer-can-be-large' by Junio C Hamano · 8 years ago
  92. b1081e4 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  93. 37ee680 http.postbuffer: allow full range of ssize_t values by David Turner · 8 years ago
  94. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  95. ee3051b sha1-array: convert internal storage for struct sha1_array to object_id by brian m. carlson · 8 years ago
  96. 511155d remote-curl: allow push options by Brandon Williams · 8 years ago
  97. d984592 Merge branch 'dt/smart-http-detect-server-going-away' by Junio C Hamano · 8 years ago
  98. 8a2882f Merge branch 'jk/http-walker-limit-redirect-2.9' by Junio C Hamano · 8 years ago
  99. 50d3413 http: make redirects more obvious by Jeff King · 8 years ago
  100. fcaa6e6 remote-curl: rename shadowed options variable by Jeff King · 8 years ago