325 Commits (29c83fc23f140c6d06e13916f40e6830616cfa29)

Author SHA1 Message Date
Jeff King aaaa881822 upload-pack: fix broken if/else chain in config callback 6 years ago
Jonathan Tan d1035cac09 upload-pack: clear flags before each v2 request 6 years ago
Jonathan Tan 1d1243fe63 upload-pack: make want_obj not global 6 years ago
Jonathan Tan 0b9333ff3e upload-pack: make have_obj not global 6 years ago
brian m. carlson f690b6b030 upload-pack: express constants in terms of the_hash_algo 6 years ago
Derrick Stolee 829a321569 commit-graph: close_commit_graph before shallow walk 7 years ago
Derrick Stolee 4fbcca4eff commit-reach: make can_all_from_reach... linear 7 years ago
Derrick Stolee ba3ca1edce commit-reach: move can_all_from_reach_with_flags 7 years ago
Derrick Stolee 118be5785e upload-pack: generalize commit date cutoff 7 years ago
Derrick Stolee 921bf7734f upload-pack: refactor ok_to_give_up() 7 years ago
Derrick Stolee f044bb49ad upload-pack: make reachable() more generic 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Brandon Williams 516e2b76bd upload-pack: implement ref-in-want 7 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
Stefan Beller 19143f139d shallow: add repository argument to register_shallow 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Jonathan Tan ba95710a3b {fetch,upload}-pack: support filter in protocol v2 7 years ago
Jonathan Tan 5459268751 upload-pack: read config when serving protocol v2 7 years ago
Jonathan Tan 7cc6ed2d06 upload-pack: fix error message typo 7 years ago
brian m. carlson 55dc227d16 upload-pack: replace use of several hard-coded constants 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Jonathan Nieder c7620bd0f3 upload-pack: disable object filtering when disabled by config 7 years ago
Brandon Williams 685fbd3291 fetch-pack: perform a fetch using v2 7 years ago
Brandon Williams 3145ea957d upload-pack: introduce fetch server command 7 years ago
Brandon Williams ae2948f30c upload-pack: factor out processing lines 7 years ago
Brandon Williams a3d6b53e92 upload-pack: convert to a builtin 7 years ago
Jeff Hostetler 10ac85c785 upload-pack: add object filtering for partial clone 7 years ago
Jonathan Tan 0b6069fe0a fetch-pack: test support excluding large blobs 7 years ago
Brandon Williams aa9bab29b8 upload-pack, receive-pack: introduce protocol version 1 8 years ago
brian m. carlson b420d90980 refs: convert peel_ref to struct object_id 8 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Martin Ågren dcb572ab94 object_array: use `object_array_clear()`, not `free()` 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
brian m. carlson cf93982fae upload-pack: convert remaining parse_object callers to object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
Jonathan Tan bdb31eada7 upload-pack: report "not our ref" to client 8 years ago
David Turner f8edeaa05d upload-pack: optionally allow fetching any sha1 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 9 years ago
Jeff King 5411b10cef upload-pack: use priority queue in reachable() check 9 years ago
Ville Skyttä 2e3a16b279 Spelling fixes 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