]> granicus.if.org Git - apache/history - server
Avoid use of deprecated functions for OpenSSL version >= 1.0
[apache] / server /
2012-12-10 Christophe JailletcppCheck: same expression on both side of '|'.
2012-12-08 Stefan FritschAdd LogLevelOverride directive that allows to override...
2012-12-08 Fabien Coelhoremove C99 features from 'Warning' directive handling
2012-12-08 Fabien CoelhoAdd minor 'Warning' directive as defined in current...
2012-12-05 Jim Jagielskisave a apr_time_now() call for every request.
2012-12-02 Stefan FritschAvoid processing some files twice if APR_INCLUDEDIR and
2012-12-02 Stefan FritschSort error message for ServerTokens by increasing verbo...
2012-11-30 Jim JagielskiFix peek
2012-11-29 Eric CovenerPR54223: 2.4 generates AH00554 when Include points...
2012-11-29 Eric CovenerPR54222: catch invalid ServerTokens args
2012-11-21 Jim JagielskiSometimes we miss the last few items in the Q due
2012-11-20 Jim JagielskiBug from not using pools by default :)
2012-11-19 Jim JagielskiForce even malloc'ed mem to be 0ed. And pull out wasted...
2012-11-19 Jim JagielskiSome formatting and a bugfix
2012-11-19 Jim JagielskiThe compiler *should* do this, but just in case
2012-11-19 Jim Jagielskiskiplist_destroy() is new-ish
2012-11-19 Jim JagielskiRemove from API
2012-11-19 Jim JagielskiMerge branch 'skiplist'
2012-11-18 Jim JagielskiDocument the check in open_logs()
2012-11-17 Stefan FritschAdd SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR,
2012-11-16 Jim Jagielskifdq expects a certain behavior from atomics... ensure...
2012-11-16 Jim JagielskiFold in a missing optimization...
2012-11-15 Jim Jagielskimissed one
2012-11-15 Jim JagielskiUpdate and sync
2012-11-15 Jim JagielskiPrefer higher-mode polling, but allow for drop down...
2012-11-14 Jim Jagielskino longer needed
2012-11-14 Jim JagielskiPull out the "extended" pod functions used by event...
2012-11-09 Stefan FritschMake HttpProtocol accept a range of allowed versions.
2012-11-09 Stefan FritschExpose ap_method_register() to the admin with a new...
2012-11-09 Jim JagielskiPull the event optimization MPM back into trunk. This
2012-11-09 Stefan Fritschremove obsolete comment from 1.3 days
2012-11-08 Stefan Fritschremove some more old unused code
2012-11-08 Stefan Fritschlog client error at level debug, log broken Host header...
2012-11-08 Stefan FritschRemove unused code. "Next week" hasn't happened in...
2012-11-07 Stefan FritschNew directive HttpProtocol which allows to disable...
2012-11-07 Stefan FritschMake ap_check_cmd_context() treat <If> sections like...
2012-11-07 Stefan FritschMake <If> sections in virtual host context fill in...
2012-11-05 Christophe JailletcppCheck: kill two warnings about incorrect printf...
2012-11-05 Stefan FritschUpdate auto-generated code
2012-11-05 Stefan FritschProperly log flex fatal errors and abort(), instead...
2012-11-03 Jeff Trawickrevert r1401448 and add a comment on why there's a...
2012-10-29 Stefan Fritschap_expr: Add req_novary function that allows HTTP heade...
2012-10-23 Christophe JailletNo need to apr_pstrdup things here, 'apr_socket_accept_...
2012-10-18 Jeff Trawickonly write the first len chars to syslog, as the buffer...
2012-10-18 Jeff Trawickstyle tweak
2012-10-14 Christophe JailletNo need to test for NULL before calling apr_pstrdup.
2012-10-12 Jeff Trawickfollow-up to r1389481: find/use getloadavg() prototype...
2012-10-12 Jeff Trawickfollow up to r1390564: we just need scope, not control...
2012-10-12 Christophe Jaillets/;;/;/
2012-10-11 Jeff Trawick"Iterate" directives: Report an error if no arguments...
2012-10-07 Stefan FritschFix usage of MOD_* variables for MPM modules
2012-10-03 Graham LeggettFix spelling mistakes.
2012-10-03 Joe OrtonExtract some more data through the server load API:
2012-10-02 Jeff Trawickfollow up to r1387633: use the right exit code dependin...
2012-10-01 Jeff Trawickcore: ErrorDocument now works for requests without...
2012-09-26 Jim Jagielskiwrap var inits in the macro w/ a do-while.
2012-09-26 Jim JagielskiMore accurate counts of busy and ready/idle
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-09-24 Jeff Trawickadd pre_htaccess hook; in conjunction with earlier...
2012-09-24 Jeff TrawickWinNT MPM logging:
2012-09-21 Jeff Trawickadd dirwalk_stat hook, for use by mpm-itk
2012-09-19 Joe Orton* server/mpm/prefork/prefork.c (child_main): Don't...
2012-09-14 Stefan Fritschap_sub_req_lookup_dirent() depends on the over-allocati...
2012-09-14 Stefan FritschAdd a few AP_DEBUG_ASSERT()s for the benefit of clang
2012-08-28 Ryan Panremove an unnecessary check in a nest loop of ap_create...
2012-08-23 Chris DarrochApply the same length limit when logging Status header...
2012-08-20 Jeff Trawickuse state query API instead of static counters to deter...
2012-08-19 Jeff Trawickthe rest of r1374877
2012-08-19 Jeff Trawickminor cleanups
2012-08-19 Jeff Trawickcorrection to r1374780:
2012-08-19 Jeff TrawickWinNT MPM: Fix thread-safety issue in worker_main(...
2012-08-19 Jeff TrawickWinNT MPM: Store pid and generation for each thread...
2012-08-17 Jeff TrawickWindows: Fix output of -M, -L, and similar command...
2012-08-13 Daniel Grunomake the CT check in ap_parse_form_data case-insensitive
2012-08-13 Daniel GrunoDitch the !, since that would result in the opposite...
2012-08-13 Daniel Grunocore: use a cheaper way of matching the content-type...
2012-08-12 Daniel Grunocore:
2012-08-10 Jeff TrawickWindows: Fix SSL failures on windows with AcceptFilter...
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-07 Jeff TrawickMutex directive: finish support of DefaultRuntimeDir
2012-08-06 Jeff TrawickThe Pidfile directive and ap_log_pid()/ap_remove_pid...
2012-08-04 Jeff Trawickcore: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR...
2012-08-01 Jeff Trawickspelling fix
2012-08-01 Jeff Trawickcore: Add post_perdir_config hook.
2012-07-31 Jeff Trawickinitialize the protocol field when manufacturing an...
2012-07-23 Jeff TrawickFollow up to r1363557:
2012-07-21 Jeff TrawickTweak a message added in r750567 so that the accept...
2012-07-19 Jeff Trawickmpm_event, mpm_worker: Remain active amidst prevalent...
2012-07-19 Jeff Trawickmpm_event, mpm_worker: Fix cases where the spawn rate...
2012-07-19 Jeff TrawickFollow the MS docs on AcceptEx/GetAcceptExSockaddrs...
2012-07-19 Jeff Trawickfix child exit status in prefork after certain errors in
2012-07-17 Chris DarrochLog the value of Status header lines in script response...
2012-07-15 Stefan FritschVarious code clean up
2012-07-15 Stefan FritschDon't count connections in lingering close state when
2012-07-15 Stefan FritschKeep track of the number of clogged, lingering, and...
2012-07-15 Stefan FritschSimplify handling of MaxConnectionsPerChild
2012-07-11 Eric Covenerr1052419 changed the default value of Options to Follow...
2012-07-10 Stefan Fritschmake varbuf functions treat AP_VARBUF_UNKNOWN consisten...
next