| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move includes in ps_title.c | David Carlier | 2017-12-16 | 1 | -10/+11 |
| | | | | | | | The HAVE_UNISTD_H check has to be after including config.h. Also include sys/types.h, which may be needed for setproctitle. | ||||
| * | fix buffer overflow | Anatol Belski | 2017-04-03 | 1 | -2/+1 |
| | | |||||
| * | pull ps_title behind the logic to support the current codepage | Anatol Belski | 2016-08-11 | 1 | -23/+14 |
| | | |||||
| * | couple of resource leaks fixes and use after free's | David Carlier | 2016-06-27 | 1 | -1/+3 |
| | | |||||
| * | don't expect set/get title symbols are always there | Anatol Belski | 2015-03-18 | 1 | -3/+35 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | |||||
| * | fix var declaration used by macro conditions | Anatol Belski | 2014-11-10 | 1 | -0/+2 |
| | | |||||
| * | fix sprintf spec | Anatol Belski | 2014-11-10 | 1 | -1/+1 |
| | | |||||
| * | fix compilation warning | Anatol Belski | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | fix format | Anatol Belski | 2014-09-14 | 1 | -1/+1 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | leave a sane environment behind (even if empty) when exiting | Nuno Lopes | 2013-04-07 | 1 | -0/+4 |
| | | | | | some OS atexit() handlers call getenv() | ||||
| * | missed part of the patch | Xinchen Hui | 2013-03-29 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #64544 (Valgrind warnings after using putenv) | Xinchen Hui | 2013-03-29 | 1 | -5/+7 |
| | | | | | | The frozen_envion is needed, since if an item in environ is updated (like the test script HOME one), invalid free still shows up | ||||
| * | Patch for Bug #64544. | Keyur Govande | 2013-03-29 | 1 | -4/+8 |
| | | | | | | | The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv() | ||||
| * | Support for CLI process title (https://wiki.php.net/rfc/cli_process_title) | Keyur Govande | 2013-03-07 | 1 | -0/+426 |
| A new commit into branch 5.5 | |||||
