summaryrefslogtreecommitdiff
path: root/sub-process.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Merge branch 'tg/memfixes'Libravatar Junio C Hamano1-2/+1
2017-10-04sub-process: use child_process.args instead of child_process.argvLibravatar Johannes Sixt1-2/+1
2017-09-25Merge branch 'cc/subprocess-handshake-missing-capabilities'Libravatar Junio C Hamano1-2/+2
2017-09-11subprocess: loudly die when subprocess asks for an unsupported capabilityLibravatar Junio C Hamano1-2/+2
2017-08-24Merge branch 'cc/subprocess-handshake-missing-capabilities'Libravatar Junio C Hamano1-2/+2
2017-08-16sub-process: print the cmd when a capability is unsupportedLibravatar Christian Couder1-2/+2
2017-08-11Merge branch 'jt/subprocess-handshake'Libravatar Junio C Hamano1-0/+104
2017-07-26sub-process: refactor handshake to common functionLibravatar Jonathan Tan1-0/+104
2017-07-05convert/sub-process: drop cast to hashmap_cmp_fnLibravatar Stefan Beller1-2/+5
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-3/+4
2017-05-15convert: update subprocess_read_status() to not die on EOFLibravatar Ben Peart1-3/+7
2017-05-15sub-process: move sub-process functions into separate filesLibravatar Ben Peart1-0/+102