aboutsummaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAge
* send-pack: use internal argv_array of struct child_processRené Scharfe2017-12-22
* consistently use "fallthrough" comments in switchesJeff King2017-09-22
* send-pack: release strbuf on error return in send_pack()Rene Scharfe2017-09-07
* Spelling fixesVille Skyttä2017-06-27
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\
| * Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
* | Merge branch 'sb/push-options-via-transport'Junio C Hamano2017-03-27
|\ \ | |/ |/|
| * send-pack: send push options correctly in stateless-rpc caseBrandon Williams2017-03-22
* | send-pack: report signal death of pack-objectsJeff King2017-03-07
* | send-pack: read "unpack" status even on pack-objects failureJeff King2017-03-07
* | send-pack: improve unpack-status error messagesJeff King2017-03-07
* | send-pack: use skip_prefix for parsing unpack statusJeff King2017-03-07
* | send-pack: extract parsing of "unpack" responseJeff King2017-03-07
|/
* cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
* Merge branch 'rs/use-strbuf-addstr'Junio C Hamano2016-08-08
|\
| * use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-01
* | push: accept push optionsStefan Beller2016-07-14
* | send-pack: use buffered I/O to talk to pack-objectsJeff King2016-06-08
|/
* send-pack: isolate sigpipe in demuxer threadJeff King2016-04-20
* send-pack: close demux pipe before finishing async processJeff King2016-04-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-31
|\
| * push: support signing pushes iff the server supports itDave Borowitz2015-08-19
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\ \ | |/ |/|
| * commit: convert parts to struct object_idbrian m. carlson2015-03-13
* | Merge branch 'jc/push-cert'Junio C Hamano2015-04-20
|\ \
| * | push --signed: tighten what the receiving end can ask to signJunio C Hamano2015-04-02
* | | Merge branch 'sb/atomic-push'Junio C Hamano2015-04-02
|\ \ \
| * | | send-pack: unify error messages for unsupported capabilitiesRalf Thielow2015-04-02
* | | | Merge branch 'sb/atomic-push'Junio C Hamano2015-02-11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | send-pack.c: add --atomic command line argumentRonnie Sahlberg2015-01-07
| * | send-pack: rename ref_update_to_be_sent to check_to_send_updateStefan Beller2015-01-07
* | | pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson2014-12-29
|/ /
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ | |/
| * signed push: fortify against replay attacksJunio C Hamano2014-09-17
| * signed push: add "pushee" header to push certificateJunio C Hamano2014-09-15
| * signed push: remove duplicated protocol infoJunio C Hamano2014-09-15
| * send-pack: send feature request on push-cert packetJunio C Hamano2014-09-15
| * push: the beginning of "git push --signed"Junio C Hamano2014-09-15
| * send-pack: clarify that cmds_sent is a booleanJunio C Hamano2014-09-15
| * send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano2014-09-15
| * send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-09-15
| * send-pack: factor out capability string generationJunio C Hamano2014-09-15
| * send-pack: always send capabilitiesJunio C Hamano2014-09-15
| * send-pack: refactor decision to send update per refJunio C Hamano2014-09-15
| * send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-09-15
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\