1. f786ae9 http-backend: allow 64-character hex names by brian m. carlson · 6 years ago
  2. ea8620b Merge branch 'mk/http-backend-kill-children-before-exit' by Junio C Hamano · 6 years ago
  3. 02818a9 http-backend: enable cleaning up forked upload/receive-pack on exit by Max Kirillov · 6 years ago
  4. 49f210f Merge branch 'ds/multi-pack-index' by Junio C Hamano · 6 years ago
  5. fe468ef Merge branch 'mk/http-backend-content-length' by Junio C Hamano · 6 years ago
  6. 574c513 http-backend: allow empty CONTENT_LENGTH by Max Kirillov · 7 years ago
  7. 454ea2e treewide: use get_all_packs by Derrick Stolee · 7 years ago
  8. c5d276c Merge branch 'mk/http-backend-content-length' by Junio C Hamano · 7 years ago
  9. 6c213e8 http-backend: respect CONTENT_LENGTH for receive-pack by Max Kirillov · 7 years ago
  10. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  11. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  12. c79edf7 http-backend: respect CONTENT_LENGTH as specified by rfc3875 by Max Kirillov · 7 years ago
  13. 6b1fae1 http-backend: cleanup writing to child process by Max Kirillov · 7 years ago
  14. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  15. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago
  16. 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
  17. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
  18. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  19. 237ffed http: eliminate "# service" line when using protocol v2 by Brandon Williams · 7 years ago
  20. 73ecdc6 Merge branch 'rs/resolve-ref-optional-result' by Junio C Hamano · 7 years ago
  21. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  22. 744c040 refs: pass NULL to resolve_ref_unsafe() if hash is not needed by René Scharfe · 7 years ago
  23. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  24. 0abe14f pack: move {,re}prepare_packed_git and approximate_object_count by Jonathan Tan · 8 years ago
  25. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  26. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  27. 6b526ce Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  28. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
  29. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 8 years ago
  30. 81c634e pkt-line: rename packet_write() to packet_write_fmt() by Lars Schneider · 8 years ago
  31. 3787e3c Merge branch 'ew/http-backend-batch-headers' by Junio C Hamano · 9 years ago
  32. b36045c http-backend: buffer headers before sending by Eric Wong · 9 years ago
  33. de61ceb Merge branch 'jk/common-main-2.8' into jk/common-main by Junio C Hamano · 9 years ago
  34. 5ce5f5f common-main: call git_setup_gettext() by Jeff King · 9 years ago
  35. 650c449 common-main: call git_extract_argv0_path() by Jeff King · 9 years ago
  36. 3f2e229 add an extra level of indirection to main() by Jeff King · 9 years ago
  37. 7fd12bf show_head_ref(): check the result of resolve_ref_namespace() by Michael Haggerty · 9 years ago
  38. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  39. fcd12db prefer git_pathdup to git_path in some possibly-dangerous cases by Jeff King · 10 years ago
  40. a5481a6 convert "enum date_mode" into a struct by Jeff King · 10 years ago
  41. 5455ee0 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  42. 6bc0cb5 http-backend: spool ref negotiation requests to buffer by Jeff King · 10 years ago
  43. 5f9cf5a show_head_ref(): convert local variable "unused" to object_id by Michael Haggerty · 10 years ago
  44. f72f542 http-backend: rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  45. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  46. 7253a02 http-backend: fix die recursion with custom handler by Jeff King · 10 years ago
  47. 217610d Merge branch 'rs/run-command-env-array' by Junio C Hamano · 10 years ago
  48. a915459 use env_array member of struct child_process by René Scharfe · 10 years ago
  49. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  50. 825fd93 Merge branch 'rs/child-process-init' by Junio C Hamano · 10 years ago
  51. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  52. 6881f0c http-backend.c: replace `git_config()` with `git_config_get_bool()` family by Tanay Abhra · 11 years ago
  53. 9ab0882 Merge branch 'maint' by Junio C Hamano · 11 years ago
  54. 5c0b13f use xmemdupz() to allocate copies of strings given by start and length by René Scharfe · 11 years ago
  55. ae021d8 use skip_prefix to avoid magic numbers by Jeff King · 11 years ago
  56. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  57. 26e53f8 Merge branch 'bc/http-backend-allow-405' by Junio C Hamano · 11 years ago
  58. 9247be0 http-backend: provide Allow header for 405 by Brian M. Carlson · 11 years ago
  59. 3e4ca43 show_head_ref(): rename first parameter to "refname" by Michael Haggerty · 12 years ago
  60. 1d811db show_head_ref(): do not shadow name of argument by Michael Haggerty · 12 years ago
  61. 77354d8 Merge branch 'jk/http-dumb-namespaces' by Junio C Hamano · 12 years ago
  62. 6130f86 http-backend: respect GIT_NAMESPACE with dumb clients by John Koleszar · 12 years ago
  63. cdf4fb8 pkt-line: drop safe_write function by Jeff King · 12 years ago
  64. e32a458 http-backend: respect existing GIT_COMMITTER_* variables by Jeff King · 13 years ago
  65. 5e9637c i18n: add infrastructure for translating Git with gettext by Ævar Arnfjörð Bjarmason · 13 years ago
  66. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano · 14 years ago
  67. 5e86c1f zlib: wrap inflateInit2 used to accept only for gzip format by Junio C Hamano · 14 years ago
  68. 9e7e5ca zlib: wrap remaining calls to direct inflate/inflateEnd by Junio C Hamano · 14 years ago
  69. cf688cc http-backend: use end_url_with_slash() by Tay Ray Chuan · 14 years ago
  70. a53deac Merge branch 'jp/string-list-api-cleanup' by Junio C Hamano · 15 years ago
  71. e8c8b71 string_list: Fix argument order for string_list_lookup by Julian Phillips · 15 years ago
  72. 78a395d string_list: Fix argument order for string_list_insert by Julian Phillips · 15 years ago
  73. 7626550 Merge branch 'js/async-thread' by Junio C Hamano · 15 years ago
  74. 638794c make url-related functions reusable by Jeff King · 15 years ago
  75. 5856b5f http-backend: Don't infinite loop during die() by Shawn O. Pearce · 15 years ago
  76. ebaa79f Make report() from usage.c public as vreportf() and use it. by Johannes Sixt · 15 years ago
  77. 8b2bd7c Smart-http: check if repository is OK to export before serving it by Tarmigan Casebolt · 15 years ago
  78. 3548701 http-backend: Let gcc check the format of more printf-type functions. by Tarmigan Casebolt · 15 years ago
  79. 48aec1b http-backend: Fix access beyond end of string. by Tarmigan Casebolt · 15 years ago
  80. 4a5328d http-backend: Fix bad treatment of uintmax_t in Content-Length by Shawn O. Pearce · 15 years ago
  81. 34b6cb8 http-backend: Protect GIT_PROJECT_ROOT from /../ requests by Shawn O. Pearce · 15 years ago
  82. 92815b3 Git-aware CGI to provide dumb HTTP transport by Shawn O. Pearce · 15 years ago
  83. 5abb013 http-backend: Use http.getanyfile to disable dumb HTTP serving by Shawn O. Pearce · 15 years ago
  84. 917adc0 http-backend: add GIT_PROJECT_ROOT environment var by Mark Lodato · 15 years ago
  85. 556cfa3 Smart fetch and push over HTTP: server side by Shawn O. Pearce · 15 years ago
  86. 2f4038a Git-aware CGI to provide dumb HTTP transport by Shawn O. Pearce · 15 years ago