summaryrefslogtreecommitdiff
path: root/sub-process.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-231-0/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason2021-11-251-1/+1
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-1/+1
* hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-2/+1
* hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6
* hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-1/+2
* hashmap_remove takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-2/+2
* trace2:data: add trace2 sub-process classificationJeff Hostetler2019-02-221-0/+1
* Merge branch 'tg/memfixes'Junio C Hamano2017-10-071-2/+1
|\
| * sub-process: use child_process.args instead of child_process.argvtg/memfixesJohannes Sixt2017-10-041-2/+1
* | Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano2017-09-251-2/+2
|\ \
| * | subprocess: loudly die when subprocess asks for an unsupported capabilitycc/subprocess-handshake-missing-capabilitiesJunio C Hamano2017-09-111-2/+2
| |/
* | Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano2017-08-241-2/+2
|\ \ | |/
| * sub-process: print the cmd when a capability is unsupportedChristian Couder2017-08-161-2/+2
* | Merge branch 'jt/subprocess-handshake'Junio C Hamano2017-08-111-0/+104
|\ \ | |/
| * sub-process: refactor handshake to common functionjt/subprocess-handshakeJonathan Tan2017-07-261-0/+104
* | convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller2017-07-051-2/+5
|/
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-3/+4
* convert: update subprocess_read_status() to not die on EOFbp/sub-process-convert-filterBen Peart2017-05-151-3/+7
* sub-process: move sub-process functions into separate filesBen Peart2017-05-151-0/+102