40 Commits (5883034c61c60e04db16520a759ec67a34ffaea3)

Author SHA1 Message Date
René Scharfe a915459097 use env_array member of struct child_process 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Tanay Abhra 6881f0ccb4 http-backend.c: replace `git_config()` with `git_config_get_bool()` family 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Brian M. Carlson 9247be05cf http-backend: provide Allow header for 405 12 years ago
Michael Haggerty 3e4ca43fd0 show_head_ref(): rename first parameter to "refname" 12 years ago
Michael Haggerty 1d811dbd04 show_head_ref(): do not shadow name of argument 12 years ago
John Koleszar 6130f86dea http-backend: respect GIT_NAMESPACE with dumb clients 12 years ago
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Jeff King e32a4581bc http-backend: respect existing GIT_COMMITTER_* variables 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 5e86c1fb86 zlib: wrap inflateInit2 used to accept only for gzip format 14 years ago
Junio C Hamano 9e7e5ca372 zlib: wrap remaining calls to direct inflate/inflateEnd 14 years ago
Tay Ray Chuan cf688cc273 http-backend: use end_url_with_slash() 14 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Jeff King 638794cde0 make url-related functions reusable 15 years ago
Shawn O. Pearce 5856b5f568 http-backend: Don't infinite loop during die() 15 years ago
Johannes Sixt ebaa79f462 Make report() from usage.c public as vreportf() and use it. 15 years ago
Tarmigan Casebolt 8b2bd7cdac Smart-http: check if repository is OK to export before serving it 15 years ago
Tarmigan Casebolt 354870171b http-backend: Let gcc check the format of more printf-type functions. 15 years ago
Tarmigan Casebolt 48aec1b1f1 http-backend: Fix access beyond end of string. 15 years ago
Shawn O. Pearce 4a5328d644 http-backend: Fix bad treatment of uintmax_t in Content-Length 15 years ago
Shawn O. Pearce 34b6cb8bb0 http-backend: Protect GIT_PROJECT_ROOT from /../ requests 15 years ago
Shawn O. Pearce 92815b3363 Git-aware CGI to provide dumb HTTP transport 15 years ago
Shawn O. Pearce 5abb013b3d http-backend: Use http.getanyfile to disable dumb HTTP serving 16 years ago
Mark Lodato 917adc0360 http-backend: add GIT_PROJECT_ROOT environment var 16 years ago
Shawn O. Pearce 556cfa3b6d Smart fetch and push over HTTP: server side 16 years ago
Shawn O. Pearce 2f4038ab33 Git-aware CGI to provide dumb HTTP transport 16 years ago