summaryrefslogtreecommitdiff
path: root/src/setproctitle.c
Commit message (Expand)AuthorAgeFilesLines
* Fix failed tests on Linux Alpine and add a CI job. (#8532)Yossi Gottlieb2021-02-231-1/+1
* Fix setproctitle related crashes. (#8150)Yossi Gottlieb2020-12-081-4/+39
* Fix use-after-free issue in spt_copyenv. (#8088)Yossi Gottlieb2020-11-241-19/+50
* DragonFlyBSD little build fixDavid Carlier2018-11-111-1/+1
* Fix undefined behavior constant defined.David Carlier2017-11-191-1/+5
* Set proctitle: avoid the use of __attribute__((constructor)).Stam He2013-02-271-4/+6
* setproctitle.c: declar tmp as static so valgrind will not detect a leak.antirez2013-02-261-1/+1
* Set process name in ps output to make operations safer.antirez2013-02-261-0/+259