]> granicus.if.org Git - apache/history - server
* Backported
[apache] / server /
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.
2013-03-17 Graham LeggettRemove the comment, this is done.
2013-03-17 Graham LeggettExpression parser: Add the ability to apply a SHA1...
2013-03-17 Graham LeggettExpression parser: Add the ability to base64 encode...
2013-03-05 Jim JagielskiI do DECLARE
2013-03-03 Christophe JailletRemove useless tests.
2013-03-03 Eric Covenerrv uninitialized -- the failing checks don't set rv...
2013-03-01 Jim JagielskiAs long as we have skiplist, use it.
2013-03-01 Jim Jagielskiaboid NULL refs
2013-03-01 Jim JagielskiAnd now make aware... compile/build again :)
2013-03-01 Jim JagielskiMove skiplist to core
2013-03-01 Jim Jagielskisync
2013-03-01 Jim Jagielski1st phase of moving into httpd "core"
2013-03-01 Jim Jagielskistreamline TZ check
2013-03-01 Jim Jagielskisync w/ current event bug-fixes
2013-03-01 Christophe JailletAvoid some memory allocation on error path in 'http2env...
2013-02-20 Jim Jagielskiresync w/ some event fixes
2013-02-19 Jim Jagielskitypos
2013-02-19 Jim Jagielskiensure positive
2013-02-15 Joe Schaeferap_rgetline_core() now pulls from r->proto_input_filters
2013-02-05 Christophe JailletCan't figure out why we allocate len+2 bytes here....
2013-02-04 Christophe JailletFix incomplete filename in ErrorLog when trying to...
2013-01-21 Ruediger Pluem* Ensure that is_v6literal is always initialized
2013-01-15 Christophe JailletLog a warning if ThreadStackSize has an inappropriate...
2013-01-15 Christophe JailletImprove error message
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2012-12-30 Stefan Fritschchange protocol number parsing in strict mode according...
2012-12-30 Stefan Fritschremove comment; empty host headers can happen in proxy...
2012-12-30 Stefan Fritschadd log tags missing in r1426877
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-29 Stefan FritschCorrectly parse an IPv6 literal host specification...
2012-12-25 Stefan FritschCheck that AsyncRequestWorkerFactor is not negative
2012-12-25 Stefan FritschReplace strdup by ap_malloc to ensure a proper error...
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-12-16 Stefan Fritschremove unnecessary cast
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
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/;;/;/
next