summaryrefslogtreecommitdiff
path: root/server/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: Follow up to r1908388: ap_server_conf might be NULL.Yann Ylavic2023-03-141-3/+5
* core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.Yann Ylavic2023-03-141-1/+8
* core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.Yann Ylavic2023-03-141-7/+25
* core: log_tid support on FreeBSD.Yann Ylavic2022-06-161-2/+8
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-091-4/+4
* Fix an harmless warning spoted by gcc 10 and -Werror=discarded-qualifiersChristophe Jaillet2020-11-151-2/+2
* Check for and use gettid() directly if available; glibc 2.30 and laterJoe Orton2020-07-071-3/+7
* ap_log_pid(): Windown does not implement apr_file_perms_set(), not a failure.Yann Ylavic2020-05-121-1/+1
* * server/log.c (ap_log_pid): Use more traditional C style in httpd forJoe Orton2020-03-161-8/+4
* * server/log.c (ap_log_pid): Use a temporary file, then rename onceJoe Orton2020-03-131-7/+26
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-3/+3
* add server_rec to log.c fatal startup errorsEric Covener2018-06-191-10/+10
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-2/+2
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-2/+2
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-3/+3
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* Tab vs spaceChristophe Jaillet2015-02-061-1/+1
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-2/+2
* We really need some place where we can place a wholeJim Jagielski2014-06-031-0/+10
* Follow-up to r1512819:Jeff Trawick2014-02-071-1/+4
* Follow-up to r1539988:Jeff Trawick2013-11-201-3/+4
* Do not lose log messages with NULL server_rec when error log provider is used.Jan Kaluža2013-11-081-6/+26
* don't ignore some apr_procattr failures (clang scan-build)Jeff Trawick2013-10-231-2/+4
* Follow-up to r1525597:Jeff Trawick2013-10-151-0/+12
* avoid needless apr_pstrdup()Jeff Trawick2013-10-141-6/+2
* Fix the null device name on Windows so that stderr can be sentJeff Trawick2013-09-271-2/+9
* When adding APR_EOL_STR in the error log record before callingJeff Trawick2013-09-271-0/+1
* Error log providers need to be able to trigger a startup error from theirJeff Trawick2013-09-271-0/+4
* Suppress formatting of startup messages written to the console whenJeff Trawick2013-09-241-1/+1
* Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.Jan Kaluža2013-09-241-5/+9
* allow the provider to decide whether or not APLOG_NOTICEJeff Trawick2013-09-231-18/+9
* Add ap_errorlog_provider to make ErrorLog logging modular. MoveJan Kaluža2013-09-231-106/+22
* Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.Jeff Trawick2013-08-101-0/+135
* use ap_log_error's facility to print the apr error string instead ofStefan Fritsch2013-03-311-16/+13
* only write the first len chars to syslog, as the buffer may have additionalJeff Trawick2012-10-181-1/+2
* style tweakJeff Trawick2012-10-181-2/+1
* Add a few AP_DEBUG_ASSERT()s for the benefit of clangStefan Fritsch2012-09-141-1/+3
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-061-3/+3
* Fix segfault in logging if r->useragent_addr or c->client_addr is unsetStefan Fritsch2012-04-221-4/+6
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-4/+4
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-5/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-24/+24
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-7/+7
* Align the format variable for the raw IP between the error_log and theGraham Leggett2011-11-221-12/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-6/+25
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-211-7/+4
* Fix logic when to call error_log hookStefan Fritsch2011-11-211-2/+6
* add conn_rec to error log hookJeff Trawick2011-11-181-5/+5
* Fix per-request / per-conn logging, probably broken by r1041140Stefan Fritsch2011-11-091-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-15/+15