]> granicus.if.org Git - apache/history - server
List all APR dependencies
[apache] / server /
2013-11-26 Jeff TrawickFollow-up to r1538490:
2013-11-25 Jim JagielskiConsistent types (2nd commit for future backport ease)
2013-11-25 Jim JagielskiConsistent types
2013-11-25 Jim Jagielskinaming suggestion re: trawick
2013-11-25 Jim JagielskiUse offset which is smack dab in the middle.
2013-11-25 Jim JagielskiUse correct type...
2013-11-25 Jim Jagielskir1545286 for eventopt
2013-11-25 Jim JagielskiUse a normalized offset point for idlers... still need...
2013-11-25 Jim Jagielskirevert 1544876
2013-11-23 Jim JagielskiJust critically warn people... but keep pushing through.
2013-11-20 Jeff TrawickFollow-up to r1539988:
2013-11-17 Christophe JailletRemove useless spaces that are not in 2.4.x
2013-11-15 Jeff Trawickmore apr_file_write_full() simplification (like r1542413)
2013-11-15 Jim JagielskiPR: 54852. Only use a dummy_connection for idle processes
2013-11-15 Jeff TrawickFix potential rejection of valid MaxMemFree and ThreadS...
2013-11-12 Jan KalužaAdd parse_errorlog_arg callback to ap_errorlog_provider...
2013-11-08 Jan KalužaDo not lose log messages with NULL server_rec when...
2013-11-04 Eric Covenerc->sbh can be unexpectedly NULL when the thread that...
2013-10-23 Jeff Trawickdon't ignore some apr_procattr failures (clang scan...
2013-10-23 Jeff Trawickaxe unused autodata+heap (clang scan-build)
2013-10-21 Nick KewFix r1533728. Not a great idea to dereference process...
2013-10-19 Nick KewPR 55670
2013-10-15 Jeff TrawickFollow-up to r1525597:
2013-10-14 Jeff Trawickavoid needless apr_pstrdup()
2013-10-09 Jeff Trawickcore: Don't truncate output when sending is interrupted...
2013-10-05 Jeff TrawickDisable event/eventopt if apr skiplist isn't available
2013-10-02 Jim Jagielskiskiplist is now in apr 1.5 and above
2013-10-01 Joe Orton* configure.in: Simplify/fix systemd detection: move...
2013-10-01 Kaspar BrandPR 55616 (add missing APLOGNO), part 1
2013-09-28 Jeff TrawickFollow up to r1526666:
2013-09-27 Jeff TrawickFix the null device name on Windows so that stderr...
2013-09-27 Jeff TrawickWhen adding APR_EOL_STR in the error log record before...
2013-09-27 Jeff TrawickError log providers need to be able to trigger a startu...
2013-09-26 Jeff TrawickWinNT MPM: Exit the child if the parent process crashes...
2013-09-25 Jeff Trawick worker MPM: Don't forcibly kill worker threads if...
2013-09-24 Jeff TrawickSuppress formatting of startup messages written to...
2013-09-24 Jan KalužaAdd AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorl...
2013-09-23 Jeff Trawickallow the provider to decide whether or not APLOG_NOTICE
2013-09-23 Jan KalužaAdd ap_errorlog_provider to make ErrorLog logging modul...
2013-09-20 Eric Covenername-based vhosts listed twice with apachectl -S
2013-09-19 Jim Jagielskidraft-ietf-httpbis-p1-messaging-23 fixes regarding...
2013-09-17 Jim JagielskiUpdate rationale
2013-09-17 Jim Jagielskirevert 1524161 for the time being
2013-09-17 Jim JagielskiRFC2616 issue
2013-09-15 Eric CovenerIn 2.4, the MPM leaves a copy of the non-disconnected...
2013-09-07 Eric Covenerstyle consistency in winnt's worker_main
2013-09-05 Jeff TrawickMistakenly try to use a line comment to the end of...
2013-09-02 Eric Coveneravoid non-continous ranges in EBCDIC in the scanner...
2013-08-25 Eric CovenerIn event's process_lingering_close, close the socket...
2013-08-15 Jeff Trawicktweak syntax strings for ServerTokens
2013-08-15 Jeff Trawickfollow-up to r813376:
2013-08-13 Jeff Trawickfollow up to r1513454: fill in missing log number
2013-08-13 Jeff TrawickAdd util_fcgi.h and associated definitions and support
2013-08-10 Jeff TrawickAdd ap_log_data(), ap_log_rdata(), etc. for logging...
2013-08-06 Paul QuernaAdd support for systemd socket activation to listener...
2013-08-04 Stefan Fritschadd high trace level log messages for debugging bufferi...
2013-07-24 Joe Orton* server/core.c (set_document_root): Improve error...
2013-07-17 Christophe JailletHave static analyser tool happy.
2013-07-09 Eric Covenerrestore "core_output_filter: writing data to the networ...
2013-07-02 Jim JagielskiFix: (long should be *plenty*!)
2013-07-02 Stefan FritschReplace pre_htaccess hook with more flexible open_htacc...
2013-06-27 Ruediger Pluem* Make code C89 compatible again
2013-06-26 Eric Covenerfactor out DEFAULT_HANDLER_NAME
2013-06-25 Jeff Trawickavoid "mixed declarations and code"
2013-06-25 Eric Covener *) core: merge AllowEncodedSlashes from the base...
2013-06-19 Rainer JungFix "unused variable" warning.
2013-06-19 Jim Jagielskiuse a simple allocation list to enable re-use of
2013-06-18 Jim Jagielskisubpool
2013-06-18 Jim Jagielskimake opaque
2013-06-17 Jim JagielskiFold in Eric Covener's socket callback
2013-06-15 Stefan Fritschupdate auto-generated code
2013-06-15 Stefan FritschThe new bison version now also includes the uppercased...
2013-06-15 Stefan FritschUpdate auto-generated source
2013-06-15 Stefan FritschProvide better token names for error messages
2013-06-06 Eric CovenerPR55069 include line number in 'AH00113: cannot use...
2013-05-29 Joe Orton* server/protocol.c (r_flush): Use int return type...
2013-05-22 Christophe JailletBe more clever when allocating memory for log item...
2013-05-22 Christophe JailletRevert change in order to apply a better solution.
2013-05-15 Christophe JailletAvoid over allocation when dealing with the common...
2013-05-15 Graham Leggettcore: Use the proper macro for HTTP/1.1.
2013-05-15 Graham Leggettcore: Stop ap_finalize_request_protocol() and ap_get_cl...
2013-05-14 Graham Leggettcore: Stop the HTTP_IN filter from attempting to write...
2013-05-11 Stefan Fritschupdate log tags
2013-05-11 Eric CovenerPR54948: wildcard name-based vhosts printed twice in...
2013-05-06 Graham Leggettcore: Add the ability to do explicit matching on weak...
2013-04-22 Graham Leggettsimple MPM: Lift the restriction that prevents mod_ssl...
2013-04-22 Graham Leggettcore, mod_ssl: Lift the restriction that prevents mod_s...
2013-04-20 Stefan FritschAdd workaround for gcc bug on sparc/64bit
2013-04-15 Christophe JailletTurn a int into a apr_size_t for a variabe used to...
2013-04-14 Daniel RuggeriPart two of r1467523
2013-04-13 Daniel RuggeriStatic var not neccessary here
2013-04-06 Christophe JailletMake the "default" parameter of the "ErrorDocument...
2013-03-31 Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2013-03-31 Stefan Fritschuse ap_log_error's facility to print the apr error...
2013-03-31 Stefan FritschRemove some useless declarations that were shadowing...
2013-03-27 Christophe JailletBe more clever when allocating memory for log item...
2013-03-19 Jim JagielskiUseful extensions...
2013-03-18 Stefan Fritschadd md5 function, too
2013-03-18 Stefan Fritschsimplify code by using ap_bin2hex()
2013-03-18 Graham LeggettExpression parser: use hex encoding for the sha1 hash.
next