| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -0/+6 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -6/+0 |
* | Mostly revert r733493: signal based rotation | Rainer Jung | 2009-01-16 | 1 | -77/+0 |
* | Adopt latest changes in usage message. | Rainer Jung | 2009-01-11 | 1 | -1/+1 |
* | Allow size units B, K, M, G and combination of | Rainer Jung | 2009-01-11 | 1 | -29/+116 |
* | rotatelogs: Add flag for verbose (debug) output. | Rainer Jung | 2009-01-11 | 1 | -5/+54 |
* | More rotatelogs changes: | Rainer Jung | 2009-01-11 | 1 | -21/+27 |
* | Minor rotatelogs changes: | Rainer Jung | 2009-01-11 | 1 | -14/+15 |
* | Use APR_WANT_STRFUNC and apr_want.h instead | Rainer Jung | 2009-01-11 | 1 | -6/+2 |
* | Allow to trigger rotatelogs log file rotation from | Rainer Jung | 2009-01-11 | 1 | -8/+99 |
* | Addition to r733479 and r733479: | Rainer Jung | 2009-01-11 | 1 | -9/+10 |
* | Addition to r744476: | Rainer Jung | 2009-01-11 | 1 | -2/+3 |
* | Refactor rotatelogs to allow easier implementation | Rainer Jung | 2009-01-11 | 1 | -165/+207 |
* | rotatelogs: Log the current file size and error code/description | Jeff Trawick | 2008-04-10 | 1 | -6/+25 |
* | Add in new option for rotatelogs: -f | Jim Jagielski | 2008-02-29 | 1 | -17/+43 |
* | * Don't leak memory when reopening the logfile. | Ruediger Pluem | 2008-01-28 | 1 | -1/+10 |
* | - when using "-l" reduce two consecutive calls to apr_time_now() to one. | Ruediger Pluem | 2007-12-01 | 1 | -21/+17 |
* | Allow local timestamps to be used when rotating based on file size. | Jeff Trawick | 2007-11-20 | 1 | -20/+23 |
* | improve command-line parsing | Jeff Trawick | 2007-11-20 | 1 | -46/+71 |
* | increase size of error string buffer passed to apr_strerror(); | Jeff Trawick | 2006-12-11 | 1 | -1/+1 |
* | * support/rotatelogs.c (main): Produce useful error message for open() | Joe Orton | 2006-11-22 | 1 | -9/+16 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -2/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | make the check for GMT offset occur each time through the loop, | Ken Coar | 2004-06-16 | 1 | -6/+11 |
* | oops; left over from an earlier version | Ken Coar | 2004-06-14 | 1 | -1/+0 |
* | add "-l" option to indicate interval is based on localtime not gmt | Ken Coar | 2004-06-11 | 1 | -11/+39 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according the first cehck in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -51/+12 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Axe some warnings in rotatelogs which came when the program was | Jeff Trawick | 2002-11-20 | 1 | -8/+4 |
* | Cleanup some type mismatch emits and consistify to our new apr time helpers | William A. Rowe Jr | 2002-06-14 | 1 | -3/+3 |
* | Just quiet an annoying warning. | Ryan Bloom | 2002-06-13 | 1 | -1/+1 |
* | Added log rotation based on file size to the RotateLog support utility. | Bradley Nicholes | 2002-06-12 | 1 | -17/+62 |
* | Oops, found another typo | Bradley Nicholes | 2002-06-11 | 1 | -1/+1 |
* | Fixing a typo | Bradley Nicholes | 2002-06-11 | 1 | -1/+1 |
* | Correct const'ness of argv in all support apps, and use the new | William A. Rowe Jr | 2002-04-13 | 1 | -3/+3 |
* | Update callers of apr_explode_gmt to apr_time_exp_gmt. The | Sander Striker | 2002-03-21 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | apr-utils rename apr_ansi_time_to_apr_time and | Ian Holsman | 2002-03-06 | 1 | -1/+1 |
* | Too many args is a bad thing too, some days | William A. Rowe Jr | 2001-10-10 | 1 | -2/+2 |
* | Rewrite of rotatelogs as an apr-ized app. | William A. Rowe Jr | 2001-10-10 | 1 | -48/+66 |
* | include string.h for the strstr() prototype | Jeff Trawick | 2001-03-14 | 1 | -0/+1 |
* | Enhance customisability of rotatelogs: strftime(3) | Ken Coar | 2001-03-13 | 1 | -5/+21 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | All the supports now build on APR (+APRUTIL), no reliance on httpd. | William A. Rowe Jr | 2000-12-21 | 1 | -5/+12 |
* | *) Accomodate an out-of-space condition in the piped logs and the | William A. Rowe Jr | 2000-11-21 | 1 | -11/+49 |