index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: Follow up to r1908388: ap_server_conf might be NULL.
Yann Ylavic
2023-03-14
1
-3
/
+5
*
core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.
Yann Ylavic
2023-03-14
1
-1
/
+8
*
core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.
Yann Ylavic
2023-03-14
1
-7
/
+25
*
core: log_tid support on FreeBSD.
Yann Ylavic
2022-06-16
1
-2
/
+8
*
core: Add ap_create_connection() to create a server or client/proxy connection.
Yann Ylavic
2021-09-09
1
-4
/
+4
*
Fix an harmless warning spoted by gcc 10 and -Werror=discarded-qualifiers
Christophe Jaillet
2020-11-15
1
-2
/
+2
*
Check for and use gettid() directly if available; glibc 2.30 and later
Joe Orton
2020-07-07
1
-3
/
+7
*
ap_log_pid(): Windown does not implement apr_file_perms_set(), not a failure.
Yann Ylavic
2020-05-12
1
-1
/
+1
*
* server/log.c (ap_log_pid): Use more traditional C style in httpd for
Joe Orton
2020-03-16
1
-8
/
+4
*
* server/log.c (ap_log_pid): Use a temporary file, then rename once
Joe Orton
2020-03-13
1
-7
/
+26
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-3
/
+3
*
add server_rec to log.c fatal startup errors
Eric Covener
2018-06-19
1
-10
/
+10
*
Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.
Yann Ylavic
2015-11-24
1
-2
/
+2
*
More ap_casecmpstr[n]() usages (follow up to r1715876).
Yann Ylavic
2015-11-23
1
-2
/
+2
*
Silence a sparse warning about inconsistent indenting + some minor style issues
Christophe Jaillet
2015-08-31
1
-3
/
+3
*
core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.
Yann Ylavic
2015-05-16
1
-1
/
+1
*
Tab vs space
Christophe Jaillet
2015-02-06
1
-1
/
+1
*
MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531
Yann Ylavic
2014-10-30
1
-2
/
+2
*
We really need some place where we can place a whole
Jim Jagielski
2014-06-03
1
-0
/
+10
*
Follow-up to r1512819:
Jeff Trawick
2014-02-07
1
-1
/
+4
*
Follow-up to r1539988:
Jeff Trawick
2013-11-20
1
-3
/
+4
*
Do not lose log messages with NULL server_rec when error log provider is used.
Jan Kaluža
2013-11-08
1
-6
/
+26
*
don't ignore some apr_procattr failures (clang scan-build)
Jeff Trawick
2013-10-23
1
-2
/
+4
*
Follow-up to r1525597:
Jeff Trawick
2013-10-15
1
-0
/
+12
*
avoid needless apr_pstrdup()
Jeff Trawick
2013-10-15
1
-6
/
+2
*
Fix the null device name on Windows so that stderr can be sent
Jeff Trawick
2013-09-27
1
-2
/
+9
*
When adding APR_EOL_STR in the error log record before calling
Jeff Trawick
2013-09-27
1
-0
/
+1
*
Error log providers need to be able to trigger a startup error from their
Jeff Trawick
2013-09-27
1
-0
/
+4
*
Suppress formatting of startup messages written to the console when
Jeff Trawick
2013-09-24
1
-1
/
+1
*
Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.
Jan Kaluža
2013-09-24
1
-5
/
+9
*
allow the provider to decide whether or not APLOG_NOTICE
Jeff Trawick
2013-09-23
1
-18
/
+9
*
Add ap_errorlog_provider to make ErrorLog logging modular. Move
Jan Kaluža
2013-09-23
1
-106
/
+22
*
Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
Jeff Trawick
2013-08-10
1
-0
/
+135
*
use ap_log_error's facility to print the apr error string instead of
Stefan Fritsch
2013-03-31
1
-16
/
+13
*
only write the first len chars to syslog, as the buffer may have additional
Jeff Trawick
2012-10-18
1
-1
/
+2
*
style tweak
Jeff Trawick
2012-10-18
1
-2
/
+1
*
Add a few AP_DEBUG_ASSERT()s for the benefit of clang
Stefan Fritsch
2012-09-14
1
-1
/
+3
*
The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
Jeff Trawick
2012-08-06
1
-3
/
+3
*
Fix segfault in logging if r->useragent_addr or c->client_addr is unset
Stefan Fritsch
2012-04-22
1
-4
/
+6
*
Further clarify the naming of the entity that directly connects to us by
Graham Leggett
2011-12-14
1
-4
/
+4
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-5
/
+5
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-24
/
+24
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-7
/
+7
*
Align the format variable for the raw IP between the error_log and the
Graham Leggett
2011-11-22
1
-12
/
+1
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-6
/
+25
*
Pass ap_errorlog_info to error_log hook.
Stefan Fritsch
2011-11-21
1
-7
/
+4
*
Fix logic when to call error_log hook
Stefan Fritsch
2011-11-21
1
-2
/
+6
*
add conn_rec to error log hook
Jeff Trawick
2011-11-18
1
-5
/
+5
*
Fix per-request / per-conn logging, probably broken by r1041140
Stefan Fritsch
2011-11-09
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-15
/
+15
[next]