index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
rotatelogs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
rotatelogs: fix -n help text
Eric Covener
2017-01-26
1
-1
/
+1
*
Choose "-D" instead of "-d" for the rotatelogs
Rainer Jung
2015-03-13
1
-6
/
+6
*
Small changes to rotatelogs:
Rainer Jung
2015-03-13
1
-3
/
+4
*
* support/rotatelogs.c (main): Prevent creation of zombies from
Joe Orton
2014-04-14
1
-0
/
+5
*
more apr_file_write_full() simplification (like r1542413)
Jeff Trawick
2013-11-15
1
-1
/
+1
*
* support/rotatelogs.c: Introduce an adjusted_time_t type to store the
Joe Orton
2013-10-31
1
-11
/
+17
*
rotatelogs: Remove last constant length error buffer.
Ben Reser
2013-10-23
1
-18
/
+20
*
rotatelogs: Remove another use of a consant length buffer for errors.
Ben Reser
2013-10-23
1
-6
/
+4
*
rotatelogs: Use apr_psprintf() with %pm instead of a constant length buffer for
Ben Reser
2013-10-23
1
-19
/
+17
*
Add an option to autocreate directories to rotatelogs.
Ben Reser
2013-10-19
1
-6
/
+33
*
* support/rotatelogs.c (get_now): Fix the NULL ptr dereferences
Joe Orton
2013-10-15
1
-3
/
+7
*
* support/rotatelogs.c (get_now): Return the offset applied to the
Joe Orton
2013-10-15
1
-14
/
+26
*
don't truncate the very first file opened (unless the truncate flag is there ...
Eric Covener
2013-06-07
1
-1
/
+1
*
rotatelogs: add -n number-of-files option to roate through a number
Eric Covener
2013-06-07
1
-5
/
+34
*
Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet
2013-04-02
1
-4
/
+2
*
error[120] is already defined in this function. Just use it instead of shadow...
Christophe Jaillet
2012-12-02
1
-1
/
+0
*
* support/rotatelogs.c: Cleanups, no functional change. Drop revision
Joe Orton
2012-11-15
1
-31
/
+2
*
* support/rotatelogs.c (post_rotate): Really omit the second arg when
Joe Orton
2012-11-15
1
-1
/
+1
*
* support/rotatelogs.c (truncate_and_write_error): Factor out from
Joe Orton
2012-08-17
1
-16
/
+21
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-14
/
+3
*
* support/rotatelogs.c (usage, main): Add support for -c option.
Joe Orton
2011-10-26
1
-0
/
+68
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-7
/
+7
*
* support/rotatelogs.c (main): Exit with success on EOF.
Joe Orton
2011-06-27
1
-3
/
+6
*
Simplify state handling in rotatelogs, fixing -L support in the case
Joe Orton
2011-06-27
1
-114
/
+98
*
Tweak rotatelogs -p such that the program is invoked the first time a
Joe Orton
2011-06-27
1
-11
/
+13
*
rotatelogs: Add support for running a custom program after a log
Joe Orton
2011-06-20
1
-14
/
+93
*
rotatelogs: Add -e option to write logs through to stdout for optional
Graham Leggett
2010-12-21
1
-3
/
+21
*
With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,
Daniel Earl Poirier
2010-10-19
1
-2
/
+7
*
Renamed optarg -> opt_arg to avoid name clashes with system-own optarg;
Guenter Knauf
2010-10-06
1
-3
/
+3
*
Use portable apr_snprintf in rotatelogs.
Graham Leggett
2010-02-27
1
-2
/
+2
*
Add -L option to create a hard link to the current log file.
Daniel Earl Poirier
2010-02-25
1
-3
/
+23
*
support/rotatelogs: Support the simplest log rotation case, log
Graham Leggett
2010-02-16
1
-6
/
+19
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-0
/
+6
*
remove OS/2 platform support
Jeff Trawick
2009-03-26
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
[next]