summaryrefslogtreecommitdiff
path: root/src/setproctitle.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14Warn when setproctitle() gets called before initializationGuillem Jover1-1/+9
2013-07-14Move setproctitle() automatic initialization to its own libraryGuillem Jover1-10/+2
2013-06-08Create a shallow copy of environ before replacing it in setproctitle()Guillem Jover1-9/+34
2013-06-08Specify setproctitle_stub() signature manually if typeof is missingGuillem Jover1-2/+5
2013-06-08Try to check if setproctitle() constructor got passed argumentsGuillem Jover1-0/+4
2013-06-08Force setproctitle() into .init_array sectionGuillem Jover1-2/+10
2013-05-27Make setproctitle() available in 0.2 and 0.5 version nodesGuillem Jover1-1/+11
2013-05-27Implement sendmail semantics for setproctitle()Guillem Jover1-1/+11
2013-05-27Modify setproctitle() to conform to project coding styleGuillem Jover1-122/+97
2013-05-27Add a setproctitle() implementationWilliam Ahern1-28/+256
2012-05-29Add email address to my nameGuillem Jover1-1/+1
2011-05-29Remove blank lines at EOFGuillem Jover1-1/+0
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover1-0/+33