]> granicus.if.org Git - apache/history - server
Fix a cmake compatiblity issue related to quoting with cmake 2.8.12
[apache] / server /
2014-09-11 Jim Jagielskimod_status should honor remote_ip as documented
2014-09-01 Christophe JailletSilent some cppcheck warnings.
2014-08-30 Christophe JailletFix sscanf format spotted by cppcheck.
2014-08-30 Christophe JailletFix printf format spotted by cppcheck.
2014-08-26 Jan Kalužaworker MPM: Fix null-dereference crash when using ...
2014-08-21 Christophe JailletMissing va_end spotted by cppcheck
2014-08-18 Jan Kalužaprefork: Ignore SIGINT in child. This fixes race-condit...
2014-08-18 Christophe JailletAvoid useless warning message when parsing a section...
2014-08-01 Christophe JailletTurn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e...
2014-07-25 Eric Covenermod_proxy_wstunnel: Concurrent websockets messages...
2014-07-23 Guenter KnaufRe-introduce check for sufficient PCRE version.
2014-07-23 Rainer JungAdd compiled and loaded PCRE version numbers
2014-07-23 Rainer JungCheck for correct minimum PCRE version in configure,
2014-07-22 Rainer JungClarify comment.
2014-07-22 Christophe JailletRemove APLOG_NOERRNO.
2014-07-20 Christophe JailletAdd missing APLOGNO.
2014-07-19 Christophe JailletMove comment from .c to .h in order to make use of...
2014-07-19 Christophe JailletDo not use deprecated define.
2014-07-17 William A. Rowe JrAs noted by Yann, this resulted in a dead var assignmen...
2014-07-16 William A. Rowe Jrmpm_winnt: Accept utf-8 (Unicode) service names and...
2014-07-16 William A. Rowe JrGeneral whitespace cleanup, error message normalization...
2014-07-15 Eric Covener *) SECURITY: CVE-2013-5704 (cve.mitre.org)
2014-07-15 Joe OrtonSECURITY (CVE-2014-0117): Fix a crash in mod_proxy...
2014-07-15 Jeff TrawickSECURITY (CVE-2014-3523): Fix a memory consumption...
2014-07-14 Joe OrtonSECURITY (CVE-2014-0226): Fix a race condition in score...
2014-07-14 Christophe JailletRemove some 'register' in variable declaration.
2014-07-13 Rainer JungAvoid C99 idiom.
2014-07-08 Jeff Trawickclarify a comment
2014-07-08 Jan Kaluža* server/listen.c: return -1 in find_systemd_socket...
2014-07-08 Jeff Trawickwhitespace changes only
2014-07-08 Jan Kaluža* server/listen.c: detect systemd socket activation...
2014-07-08 Jan KalužaFollow up r1608686, pass process to alloc_systemd_listener.
2014-07-08 Jan Kaluža* server/listen.c: duplicate sockets correctly when...
2014-07-02 Jeff TrawickFollow-up to r1606368: HANDLE is PVOID which is void...
2014-06-28 Jeff TrawickFollow up to r1527220/r1588852:
2014-06-27 Takashi SatoRevert r1601943, r1602058, r1605307 (socket callback...
2014-06-25 Takashi Satoevent: minify local variables scope.
2014-06-25 Takashi Satofollow up r1601943:
2014-06-24 Eric Covenerfollowup to r1604350, move the c->sbh assignment to...
2014-06-21 Yann Ylavicevent: Avoid timer's mutex two successive locks/unlocks...
2014-06-21 Yann Ylavicevent: follow up to r1604347.
2014-06-21 Eric Covenermissed a case in r1538490:
2014-06-21 Takashi SatoDo not call a timeout callback after the asociated...
2014-06-16 Yann YlavicCore filters do not need mod_proxy.h
2014-06-16 Yann YlavicFixed unused "ap_listen_rec *lr;" in prefork_run().
2014-06-16 Yann YlavicMark all unused/duplicated/closed child listeners as...
2014-06-14 Takashi Satostyle fix, no functional change.
2014-06-13 Takashi SatoeventMPM:
2014-06-11 Takashi SatoSocket event callback now takes pollfd.
2014-06-10 Yann YlavicStrip useless apr_brigade_cleanup() calls.
2014-06-10 Takashi Satofollow up r1599531 and r1599593:
2014-06-09 Yann YlavicRevert r1601285 and r1601283.
2014-06-09 Yann Ylaviceventopt: fix duplicated APLOGNOs.
2014-06-09 Yann Ylaviccore: Update empty log tags.
2014-06-07 Yann Ylavicmpm_event[opt]: Send the SSL close notify alert when...
2014-06-07 Yann Ylavic-MPMs event & eventopt: child listeners are used in...
2014-06-07 Yann Ylavic-MPMs prefork & worker: avoid segfault with SAFE_ACCEPT...
2014-06-07 Christophe JailletTypo
2014-06-05 Jim Jagielskifix restart issues
2014-06-04 Christophe JailletFix URL in doxygen comment.
2014-06-03 Jim JagielskiBreak out common code to be share-able
2014-06-03 Jim Jagielskifold in performance hack from eventopt
2014-06-03 Jim JagielskiUpdate eventopt w/ bucket listeners
2014-06-03 Jim JagielskiNow allow MPMs to call ap_log_common()
2014-06-03 Jim JagielskiWe really need some place where we can place a whole
2014-06-03 Jim JagielskiDon't try to assume the value of SO_REUSEPORT...
2014-06-03 Jim JagielskiOptimize w/ duplicated listeners and use of SO_REUSEPORT
2014-05-16 Christophe JailletTweak a AP_DEBUG_ASSERT condition.
2014-05-13 Mike RumphFix some comment typos
2014-05-11 Eric CovenerPR56333: Add an API to resume a connection that a handl...
2014-05-11 Eric CovenerExtend the socket callbacks in event to allow a timeout...
2014-04-25 Graham LeggettOnly include the ldap escaping if present within APR.
2014-04-25 Graham LeggettAdd the ldap function to the expression API, allowing...
2014-04-24 Christophe JailletFollow up to r1384924 .
2014-04-21 Christophe JailletBetter self document code
2014-04-20 Eric Covenerr1494157 from eventopt for event, per sf's review comments.
2014-04-18 Graham LeggettMove two variable assignments off the fast path.
2014-03-19 Jim JagielskiAnd use #error if we get past configure...
2014-02-28 Yann Ylaviccore: avoid a double apr_time_now() call on the first...
2014-02-07 Jeff TrawickFollow-up to r1512819:
2014-02-07 Jim Jagielskitypo
2014-02-07 Jim JagielskiOops... missed this when I switched slaves to their
2014-02-07 Jim JagielskiAdd in the concept of "slave" connections...
2014-02-04 Ruediger Pluem* Only use PCRE_DUPNAMES if it is present (only in...
2014-02-01 Christophe Jaillets/apr_pstrndup/apr_pstrmemdup/ when applicable
2014-02-01 Christophe JailletUse %pm in order to save 8k of stack in 'ap_pcfg_strerror'
2014-01-24 Jim Jagielskijust put up w/ the error message... no real way to
2014-01-24 Jim JagielskiUse simple macro ifdef rather than APR versioning...
2014-01-24 Jim JagielskiIf we try to set this on a UDS socket, don't log the...
2014-01-18 Christophe JailletNo need to test for NULL, apr_pstrndup already handles it.
2014-01-03 Graham LeggettAdd a "MATCH_" prefix to variables set within
2013-12-31 Jim Jagielskinew logno
2013-12-30 Justin ErenkrantzAdd directives to control two protocol options:
2013-12-30 Graham Leggettcore: Support named groups and backreferences within...
2013-12-15 Christophe JailletUse 'apr_pstrmemdup' instead of 'apr_pstrndup' when...
2013-12-02 Jeff TrawickFix module id in log messages issued from main.c
2013-12-01 Christophe JailletFix missing spaces in messages
2013-12-01 Jeff Trawickavoid duplication of APR_HOOK_LINK invocations
2013-12-01 Jeff TrawickFollow-up to r1546759: Fix compilation when exception...
2013-11-30 Jeff Trawickfollow-up to r1546759: remove an inadvertently committe...
next