summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a "MATCH_" prefix to variables set withinGraham Leggett2014-01-032-8/+13
* new lognoJim Jagielski2013-12-311-1/+1
* Add directives to control two protocol options:Justin Erenkrantz2013-12-302-8/+53
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-303-12/+163
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicableChristophe Jaillet2013-12-151-1/+1
* Fix module id in log messages issued from main.cJeff Trawick2013-12-021-0/+4
* Fix missing spaces in messagesChristophe Jaillet2013-12-011-1/+1
* avoid duplication of APR_HOOK_LINK invocationsJeff Trawick2013-12-011-24/+16
* Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.Jeff Trawick2013-12-011-0/+2
* follow-up to r1546759: remove an inadvertently committed testcaseJeff Trawick2013-11-301-5/+0
* Add suspend_connection and resume_connection hooks to notify modulesJeff Trawick2013-11-302-1/+82
* fix whitespace in a debug messageJeff Trawick2013-11-302-2/+2
* Follow-up to r1538490:Jeff Trawick2013-11-262-1/+6
* Consistent types (2nd commit for future backport ease)Jim Jagielski2013-11-251-14/+14
* Consistent typesJim Jagielski2013-11-251-14/+14
* naming suggestion re: trawickJim Jagielski2013-11-252-6/+6
* Use offset which is smack dab in the middle.Jim Jagielski2013-11-252-2/+2
* Use correct type...Jim Jagielski2013-11-252-1/+3
* r1545286 for eventoptJim Jagielski2013-11-252-20/+14
* Use a normalized offset point for idlers... still need to worryJim Jagielski2013-11-252-20/+16
* revert 1544876Jim Jagielski2013-11-252-4/+4
* Just critically warn people... but keep pushing through.Jim Jagielski2013-11-232-4/+4
* Follow-up to r1539988:Jeff Trawick2013-11-201-3/+4
* Remove useless spaces that are not in 2.4.xChristophe Jaillet2013-11-171-8/+8
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-151-5/+4
* PR: 54852. Only use a dummy_connection for idle processesJim Jagielski2013-11-151-0/+5
* Fix potential rejection of valid MaxMemFree and ThreadStackSizeJeff Trawick2013-11-151-0/+2
* Add parse_errorlog_arg callback to ap_errorlog_provider to allow providersJan Kaluža2013-11-121-0/+6
* Do not lose log messages with NULL server_rec when error log provider is used.Jan Kaluža2013-11-081-6/+26
* c->sbh can be unexpectedly NULL when the thread that pulls the ready keepaliveEric Covener2013-11-042-1/+4
* don't ignore some apr_procattr failures (clang scan-build)Jeff Trawick2013-10-231-2/+4
* axe unused autodata+heap (clang scan-build)Jeff Trawick2013-10-231-1/+0
* Fix r1533728. Not a great idea to dereference process after pool destroy!Nick Kew2013-10-211-1/+6
* PR 55670Nick Kew2013-10-191-0/+9
* Follow-up to r1525597:Jeff Trawick2013-10-151-0/+12
* avoid needless apr_pstrdup()Jeff Trawick2013-10-151-6/+2
* core: Don't truncate output when sending is interrupted by a signal,Jeff Trawick2013-10-091-1/+3
* Disable event/eventopt if apr skiplist isn't availableJeff Trawick2013-10-053-0/+15
* skiplist is now in apr 1.5 and aboveJim Jagielski2013-10-024-681/+22
* * configure.in: Simplify/fix systemd detection: move later to fixJoe Orton2013-10-011-7/+7
* PR 55616 (add missing APLOGNO), part 1Kaspar Brand2013-10-011-1/+1
* Follow up to r1526666:Jeff Trawick2013-09-281-1/+5
* 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
* WinNT MPM: Exit the child if the parent process crashes or is terminated.Jeff Trawick2013-09-263-6/+23
* worker MPM: Don't forcibly kill worker threads if the child process isJeff Trawick2013-09-251-6/+10
* 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