summaryrefslogtreecommitdiff
path: root/support/rotatelogs.c
Commit message (Expand)AuthorAgeFilesLines
* s/to to/to/Christophe Jaillet2023-03-021-1/+1
* add -T flag to truncate rotated logs onlyEric Covener2023-01-061-6/+21
* minor tweak to -n with size rotationEric Covener2023-01-061-0/+14
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* rotatelogs: fix -n help textEric Covener2017-01-261-1/+1
* Choose "-D" instead of "-d" for the rotatelogsRainer Jung2015-03-131-6/+6
* Small changes to rotatelogs:Rainer Jung2015-03-131-3/+4
* * support/rotatelogs.c (main): Prevent creation of zombies fromJoe Orton2014-04-141-0/+5
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-151-1/+1
* * support/rotatelogs.c: Introduce an adjusted_time_t type to store theJoe Orton2013-10-311-11/+17
* rotatelogs: Remove last constant length error buffer.Ben Reser2013-10-231-18/+20
* rotatelogs: Remove another use of a consant length buffer for errors.Ben Reser2013-10-231-6/+4
* rotatelogs: Use apr_psprintf() with %pm instead of a constant length buffer forBen Reser2013-10-231-19/+17
* Add an option to autocreate directories to rotatelogs.Ben Reser2013-10-191-6/+33
* * support/rotatelogs.c (get_now): Fix the NULL ptr dereferences Joe Orton2013-10-151-3/+7
* * support/rotatelogs.c (get_now): Return the offset applied to theJoe Orton2013-10-151-14/+26
* don't truncate the very first file opened (unless the truncate flag is there ...Eric Covener2013-06-071-1/+1
* rotatelogs: add -n number-of-files option to roate through a numberEric Covener2013-06-071-5/+34
* Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-4/+2
* error[120] is already defined in this function. Just use it instead of shadow...Christophe Jaillet2012-12-021-1/+0
* * support/rotatelogs.c: Cleanups, no functional change. Drop revisionJoe Orton2012-11-151-31/+2
* * support/rotatelogs.c (post_rotate): Really omit the second arg whenJoe Orton2012-11-151-1/+1
* * support/rotatelogs.c (truncate_and_write_error): Factor out fromJoe Orton2012-08-171-16/+21
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-14/+3
* * support/rotatelogs.c (usage, main): Add support for -c option.Joe Orton2011-10-261-0/+68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-7/+7
* * support/rotatelogs.c (main): Exit with success on EOF.Joe Orton2011-06-271-3/+6
* Simplify state handling in rotatelogs, fixing -L support in the caseJoe Orton2011-06-271-114/+98
* Tweak rotatelogs -p such that the program is invoked the first time aJoe Orton2011-06-271-11/+13
* rotatelogs: Add support for running a custom program after a logJoe Orton2011-06-201-14/+93
* rotatelogs: Add -e option to write logs through to stdout for optionalGraham Leggett2010-12-211-3/+21
* With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,Daniel Earl Poirier2010-10-191-2/+7
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg;Guenter Knauf2010-10-061-3/+3
* Use portable apr_snprintf in rotatelogs.Graham Leggett2010-02-271-2/+2
* Add -L option to create a hard link to the current log file. Daniel Earl Poirier2010-02-251-3/+23
* support/rotatelogs: Support the simplest log rotation case, logGraham Leggett2010-02-161-6/+19
* Bring back OS/2 support.Brian Havard2009-08-261-0/+6
* remove OS/2 platform supportJeff Trawick2009-03-261-6/+0
* Mostly revert r733493: signal based rotationRainer Jung2009-01-161-77/+0
* Adopt latest changes in usage message.Rainer Jung2009-01-111-1/+1
* Allow size units B, K, M, G and combination ofRainer Jung2009-01-111-29/+116
* rotatelogs: Add flag for verbose (debug) output.Rainer Jung2009-01-111-5/+54
* More rotatelogs changes:Rainer Jung2009-01-111-21/+27
* Minor rotatelogs changes:Rainer Jung2009-01-111-14/+15
* Use APR_WANT_STRFUNC and apr_want.h insteadRainer Jung2009-01-111-6/+2
* Allow to trigger rotatelogs log file rotation fromRainer Jung2009-01-111-8/+99
* Addition to r733479 and r733479:Rainer Jung2009-01-111-9/+10
* Addition to r744476:Rainer Jung2009-01-111-2/+3
* Refactor rotatelogs to allow easier implementationRainer Jung2009-01-111-165/+207
* rotatelogs: Log the current file size and error code/descriptionJeff Trawick2008-04-101-6/+25