83 Commits (5e82c3dd22aa804ba0ae571bf903b387b0f766a6)

Author SHA1 Message Date
Max Kirillov 574c513e8d http-backend: allow empty CONTENT_LENGTH 6 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 7 years ago
Max Kirillov 6c213e863a http-backend: respect CONTENT_LENGTH for receive-pack 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Max Kirillov c79edf73f4 http-backend: respect CONTENT_LENGTH as specified by rfc3875 7 years ago
Max Kirillov 6b1fae1dfb http-backend: cleanup writing to child process 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Brandon Williams 237ffedd46 http: eliminate "# service" line when using protocol v2 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago
Eric Wong b36045c1dc http-backend: buffer headers before sending 9 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Michael Haggerty 7fd12bfbef show_head_ref(): check the result of resolve_ref_namespace() 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Jeff King 6bc0cb5176 http-backend: spool ref negotiation requests to buffer 10 years ago
Michael Haggerty 5f9cf5abd2 show_head_ref(): convert local variable "unused" to object_id 10 years ago
Michael Haggerty f72f542107 http-backend: rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King 7253a02348 http-backend: fix die recursion with custom handler 10 years ago
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