280 Commits (76a7bc092efc2be59f1e42dc437154a9a1feed0a)

Author SHA1 Message Date
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 7 years ago
Jeff King 7987d2232d receive-pack: update comment with check_everything_connected 7 years ago
Elijah Newren c3b9bc94b9 Remove superfluous trailing semicolons 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 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 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
René Scharfe f730944a49 receive-pack: don't access hash of NULL object_id pointer 8 years ago
brian m. carlson 15be4a5d38 Convert remaining callers of get_sha1 to get_oid. 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jonathan Tan cbaf82cc6b receive-pack: verify push options in cert 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin bda6e82801 receive-pack: plug memory leak in update() 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
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 360244a51a receive-pack: drop tmp_objdir_env from run_update_hook 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
Jeff King 446d5d9112 receive-pack: print --pack-header directly into argv array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago