summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-10trailer: use CHILD_PROCESS_INIT in apply_command()Libravatar René Scharfe1-2/+1
2014-10-28use child_process_init() to initialize struct child_process variablesLibravatar René Scharfe1-1/+1
2014-10-13trailer: execute command from 'trailer.<name>.command'Libravatar Christian Couder1-1/+84
2014-10-13trailer: put all the processing together and printLibravatar Christian Couder1-0/+69
2014-10-13trailer: parse trailers from file or stdinLibravatar Christian Couder1-0/+123
2014-10-13trailer: process command line trailer argumentsLibravatar Christian Couder1-0/+112
2014-10-13trailer: read and process config informationLibravatar Christian Couder1-0/+185
2014-10-13trailer: process trailers from input message and argumentsLibravatar Christian Couder1-0/+210
2014-10-13trailer: add data structures and basic functionsLibravatar Christian Couder1-0/+69