306 Commits (e5b942136ec1af98551b259997872e9849b2766c)

Author SHA1 Message Date
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 4 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 4 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 4 years ago
brian m. carlson bb095d0875 builtin/receive-pack: detect when the server doesn't support our hash 5 years ago
brian m. carlson bf30dbf826 remote: advertise the object-format capability on the server side 5 years ago
Carlo Marcelo Arenas Belón 3013118eb8 builtin/receive-pack: avoid generic function name hmac() 5 years ago
Taylor Blau cac4b8e22e shallow: use struct 'shallow_lock' for additional safety 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Taylor Blau 37b9dcabfc shallow.c: use '{commit,rollback}_shallow_file' 5 years ago
Junio C Hamano 719483e547 receive-pack: compilation fix 5 years ago
brian m. carlson edc6dccf81 builtin/receive-pack: use constant-time comparison for HMAC value 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Hariom Verma 4ef346482d receive.denyCurrentBranch: respect all worktrees 5 years ago
brian m. carlson fc06be3b7f builtin/receive-pack: replace sha1_to_hex 5 years ago
brian m. carlson fabec2c5c3 builtin/receive-pack: switch to use the_hash_algo 5 years ago
Jeff King 709dfa6990 object-store.h: move for_each_alternate_ref() from transport.h 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Jeff King c95fc72f47 receive-pack: drop unused "commands" from prepare_shallow_update() 6 years ago
Jeff Hostetler 6206286e49 trace2:data: add trace2 hook classification 6 years ago
Ævar Arnfjörð Bjarmason 9903623761 receive-pack: fix use-after-free bug 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Masaya Suzuki 01f9ec64c8 Use packet_reader instead of packet_read_line 6 years ago
Junio C Hamano b072a25fad receive: denyCurrentBranch=updateinstead should not blindly update 6 years ago
Jeff King bdf4276c91 transport: drop refnames from for_each_alternate_ref 6 years ago
Jeff King 7987d2232d receive-pack: update comment with check_everything_connected 6 years ago
Elijah Newren c3b9bc94b9 Remove superfluous trailing semicolons 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Henning Schild 3b9291e182 builtin/receive-pack: use check_signature from gpg-interface 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 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
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson c00866a2cc builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX 7 years ago
brian m. carlson f6d27d2468 builtin/receive-pack: avoid hard-coded constants for push certs 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Stefan Beller a49d283435 packfile: add repository argument to reprepare_packed_git 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Brandon Williams 8f6982b4e1 protocol: introduce enum protocol_version value protocol_v2 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Brandon Williams aa9bab29b8 upload-pack, receive-pack: introduce protocol version 1 7 years ago
brian m. carlson 6ccac9eed5 Convert check_connected to use struct object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 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 3836d88ae5 pack: move pack-closing functions 7 years ago