summaryrefslogtreecommitdiffstats
path: root/support/rotatelogs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring back OS/2 support.Brian Havard2009-08-261-0/+6
* remove OS/2 platform supportJeff Trawick2009-03-271-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
* Add in new option for rotatelogs: -fJim Jagielski2008-02-291-17/+43
* * Don't leak memory when reopening the logfile.Ruediger Pluem2008-01-281-1/+10
* - when using "-l" reduce two consecutive calls to apr_time_now() to one.Ruediger Pluem2007-12-011-21/+17
* Allow local timestamps to be used when rotating based on file size.Jeff Trawick2007-11-201-20/+23
* improve command-line parsingJeff Trawick2007-11-201-46/+71
* increase size of error string buffer passed to apr_strerror();Jeff Trawick2006-12-111-1/+1
* * support/rotatelogs.c (main): Produce useful error message for open()Joe Orton2006-11-221-9/+16
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* make the check for GMT offset occur each time through the loop,Ken Coar2004-06-161-6/+11
* oops; left over from an earlier versionKen Coar2004-06-141-1/+0
* add "-l" option to indicate interval is based on localtime not gmtKen Coar2004-06-111-11/+39
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according the first cehck inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-51/+12
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Axe some warnings in rotatelogs which came when the program wasJeff Trawick2002-11-201-8/+4
* Cleanup some type mismatch emits and consistify to our new apr time helpersWilliam A. Rowe Jr2002-06-141-3/+3
* Just quiet an annoying warning.Ryan Bloom2002-06-131-1/+1
* Added log rotation based on file size to the RotateLog support utility.Bradley Nicholes2002-06-121-17/+62
* Oops, found another typoBradley Nicholes2002-06-111-1/+1
* Fixing a typoBradley Nicholes2002-06-111-1/+1
* Correct const'ness of argv in all support apps, and use the newWilliam A. Rowe Jr2002-04-131-3/+3
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* Too many args is a bad thing too, some daysWilliam A. Rowe Jr2001-10-101-2/+2
* Rewrite of rotatelogs as an apr-ized app.William A. Rowe Jr2001-10-101-48/+66
* include string.h for the strstr() prototypeJeff Trawick2001-03-141-0/+1
* Enhance customisability of rotatelogs: strftime(3)Ken Coar2001-03-131-5/+21
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* All the supports now build on APR (+APRUTIL), no reliance on httpd.William A. Rowe Jr2000-12-211-5/+12
* *) Accomodate an out-of-space condition in the piped logs and theWilliam A. Rowe Jr2000-11-211-11/+49