160 Commits (f0ec22bb70f66f92dda670a7ee0514b908f2237c)

Author SHA1 Message Date
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 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
Nguyễn Thái Ngọc Duy c0e40a2d66 send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c 6 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson 246d7400fb send-pack: convert remaining functions to struct object_id 7 years ago
Jon Simons bb1356dc64 always check for NULL return from packet_read_line() 7 years ago
René Scharfe a923e05944 send-pack: use internal argv_array of struct child_process 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Rene Scharfe 872d651f52 send-pack: release strbuf on error return in send_pack() 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Brandon Williams eb7b9749f2 send-pack: send push options correctly in stateless-rpc case 8 years ago
Jeff King d1a13d3fcb send-pack: report signal death of pack-objects 8 years ago
Jeff King ba69f92db6 send-pack: read "unpack" status even on pack-objects failure 8 years ago
Jeff King 40d05d04dd send-pack: improve unpack-status error messages 8 years ago
Jeff King f7cd74d19d send-pack: use skip_prefix for parsing unpack status 8 years ago
Jeff King 7c39df2979 send-pack: extract parsing of "unpack" response 8 years ago
Junio C Hamano 13092a916d cocci: refactor common patterns to use xstrdup_or_null() 8 years ago
René Scharfe 02962d3684 use strbuf_addstr() for adding constant strings to a strbuf 9 years ago
Stefan Beller f6a4e61fbb push: accept push options 9 years ago
Jeff King f0bca72dc7 send-pack: use buffered I/O to talk to pack-objects 9 years ago
Jeff King 3e8b06d09c send-pack: isolate sigpipe in demuxer thread 9 years ago
Jeff King 739cf49161 send-pack: close demux pipe before finishing async process 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
Junio C Hamano afcb6ee30a push --signed: tighten what the receiving end can ask to sign 10 years ago
Ralf Thielow c8b8f22aa9 send-pack: unify error messages for unsupported capabilities 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Ronnie Sahlberg 4ff17f10c4 send-pack.c: add --atomic command line argument 10 years ago
Stefan Beller 7582e9397c send-pack: rename ref_update_to_be_sent to check_to_send_update 10 years ago
brian m. carlson 2dacf26d09 pack-objects: use --objects-edge-aggressive for shallow repos 10 years ago
Junio C Hamano b89363e4a5 signed push: fortify against replay attacks 11 years ago
Junio C Hamano 9be89160e7 signed push: add "pushee" header to push certificate 11 years ago
Junio C Hamano 4adf569dea signed push: remove duplicated protocol info 11 years ago
Junio C Hamano 20a7558f31 send-pack: send feature request on push-cert packet 11 years ago
Junio C Hamano a85b377d04 push: the beginning of "git push --signed" 11 years ago
Junio C Hamano c67072b90b send-pack: clarify that cmds_sent is a boolean 11 years ago
Junio C Hamano b783aa71c0 send-pack: refactor inspecting and resetting status and sending commands 11 years ago
Junio C Hamano ab2b0c908a send-pack: rename "new_refs" to "need_pack_data" 11 years ago
Junio C Hamano 887f3533fd send-pack: factor out capability string generation 11 years ago
Junio C Hamano 64de20a126 send-pack: always send capabilities 11 years ago
Junio C Hamano e40671a3d9 send-pack: refactor decision to send update per ref 11 years ago
Junio C Hamano 621b0599fd send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Ramsay Jones 16a2743cd0 send-pack.c: mark a file-local function static 11 years ago
Nguyễn Thái Ngọc Duy f2c681cf12 send-pack: support pushing from a shallow clone via http 11 years ago