aboutsummaryrefslogtreecommitdiffstats
path: root/sub-process.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren1-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19hashmap: mark unused callback parametersJeff King1-2/+2
2021-11-25run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason1-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-1/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-2/+1
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-1/+2
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-2/+2
2019-02-22trace2:data: add trace2 sub-process classificationJeff Hostetler1-0/+1
2017-10-07Merge branch 'tg/memfixes'Junio C Hamano1-2/+1
2017-10-04sub-process: use child_process.args instead of child_process.argvJohannes Sixt1-2/+1
2017-09-25Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano1-2/+2
2017-09-11subprocess: loudly die when subprocess asks for an unsupported capabilityJunio C Hamano1-2/+2
2017-08-24Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano1-2/+2
2017-08-16sub-process: print the cmd when a capability is unsupportedChristian Couder1-2/+2
2017-08-11Merge branch 'jt/subprocess-handshake'Junio C Hamano1-0/+104
2017-07-26sub-process: refactor handshake to common functionJonathan Tan1-0/+104
2017-07-05convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller1-2/+5
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-3/+4
2017-05-15convert: update subprocess_read_status() to not die on EOFBen Peart1-3/+7
2017-05-15sub-process: move sub-process functions into separate filesBen Peart1-0/+102