]> granicus.if.org Git - apache/history - server
On the trunk:
[apache] / server /
2017-04-25 Luca ToscanoEvaluate nested If/ElseIf/Else config sections
2017-04-21 Nick KewIntroduce request taint-checking concept.
2017-04-19 Jacob ChampionPR61009: be as helpful as possible during -V operation
2017-04-11 William A. Rowe JrIf the lingering close does not leave the socket in...
2017-04-11 Stefan EissingOn the trunk:
2017-03-28 Yann Ylaviccore: Disallow multiple Listen on the same IP:port...
2017-03-28 Yann YlavicRevert r1789061: it didn't any leak since duplicated...
2017-03-28 Yann Ylaviccore: Fix leak of duplicated listeners (socket descript...
2017-03-19 Stefan EissingOn the trunk:
2017-03-16 Eric Covenerprint r->uri during failure
2017-03-10 Mike RumphFix some spelling errors in comments
2017-03-09 Joe Orton* server/config.c, include/http_config.h (ap_build_cont...
2017-03-09 Joe Orton* server/core.c (start_cond_section): Comment & variabl...
2017-03-09 Joe OrtonAdd <IfDirective> and <IfSection>:
2017-03-08 Joe OrtonRemove duplicate implementations of conditional section...
2017-02-21 Yann Ylavicmpm_event: no mutex needed at ptrans' allocator level.
2017-02-21 Yann Ylavicmpm_worker: no mutex needed at ptrans' allocator level.
2017-02-21 Yann Ylavicmpm_motorz: no mutex needed at ptrans' allocator level.
2017-02-21 Yann YlavicMPMs unix: Place signals handlers and helpers out of...
2017-02-20 Yann Ylavicmpm_motorz: follow up to r1783755.
2017-02-20 Yann Ylavicmpm_worker: follow up to r1783755.
2017-02-20 Yann Ylavicmpm_motorz: follow up to r1783772, with the real changes.
2017-02-20 Yann Ylavicwinnt/service: each log message should use its own...
2017-02-20 Yann YlavicFollow up to r1783755: update APLOGNO.
2017-02-20 Yann YlavicRevert r1783759: really more things than intended :p
2017-02-20 Yann YlavicFollow up to r1783755: update APLOGNO.
2017-02-20 Yann Ylavicmpm_event: use a mutex for ptrans' allocator to be...
2017-02-14 Yann Ylavicdefault_handler: cleanup outputed brigade before leaving.
2017-02-14 Yann Ylavicutil_filter: better ap_pass_brigade() vs empty brigades.
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-30 Jacob Championbuildconf: merge apr-config mode from its feature branch
2017-01-25 Eric Covener80 chars
2017-01-25 Eric CovenerPR60647: ACC per connection not available w/ event MPM
2017-01-24 Eric CovenerFix %{DOCUMENT_URI} in SSI w/ default parser
2017-01-18 Yann Ylavicevent: follow up to r1762701.
2017-01-09 Jacob ChampionSync-merge with trunk
2017-01-09 Eric Coveneravoid SO_REUSEPORT w/o ListenCoresBucketsRatio
2017-01-06 Jacob Championsync merge with trunk
2017-01-06 Christophe JailletFix some tiny style issues (missing space)
2017-01-06 Christophe Jaillet'repl' is already allocated in the request pool by...
2017-01-04 Eric Covenerold IBM EBCDIC fix that never got shared.
2016-12-29 Eric CovenerPR59938: add %{REMOTE_PORT} to the expression parser
2016-12-22 Eric Covenerremove initial isascii check entirely
2016-12-21 Eric Covenerfix crash in util_fcgi.c
2016-12-20 Eric CovenerFix strict Host: header checking on EBCDIC
2016-12-20 Eric Covenerassign a logno
2016-12-15 Yann Ylavicevent: close a race condition where we might re-enable...
2016-12-15 Yann Ylavicevent: follow up to r1762718.
2016-12-15 Yann YlavicRevert r1774525, will commit a better way to handle...
2016-12-15 Jim Jagielskikill the keepalive conns as early as possible during...
2016-12-12 William A. Rowe JrWith the changes of api from pcre 8.x to 10.x, do not...
2016-12-09 William A. Rowe JrReplace PCRE with PCRE2 where it is available.
2016-12-07 William A. Rowe JrPartial port of proposed r1773158 for httpd-2.x only...
2016-11-22 William A. Rowe JrOptimize away one more strchr
2016-11-22 William A. Rowe JrList discussion resulted in rejecting all but SP charac...
2016-11-21 Stefan Fritschmpm_event: add clarifying comment
2016-11-21 Stefan FritschUse all available scoreboard slots
2016-11-21 Stefan Fritschap_reclaim_child_processes(): Implement terminate immed...
2016-11-16 William A. Rowe JrActually cause the Host header to be overridden, as...
2016-11-15 Eric Coveneradd an <IfFile> config section like <IfDefine>
2016-11-10 Jacob ChampionRemove unnecessary apr_table_do() function casts
2016-10-21 Yann Ylavicmpm_unix: Apache fails to start if previously crashed...
2016-10-18 William A. Rowe JrWhen redrawing the parser, ap_get_http_token looked...
2016-10-14 William A. Rowe JrDropped the never-released ap_has_cntrls() as it had...
2016-09-29 Yann Ylavicevent: follow up to r1762718 and r1762742: put de condi...
2016-09-29 Yann Ylavicevent: follow up to r1762718.
2016-09-28 Yann Ylavicevent: avoid unnecessary listener/polling wake ups...
2016-09-28 Yann Ylavicevent: compute now() in event_get_timer_event, when...
2016-09-28 Yann Ylavicevent: follow up to r1762701: update log tag.
2016-09-28 Yann Ylavicevent: add/remove from/to the pollset outside of the...
2016-09-27 Yann Ylavicevent: use atomics for *timeout_queue->total since...
2016-09-27 Yann Ylavicevent: follow up to r1593860.
2016-09-12 William A. Rowe JrReview of IE 11, Firefox 48 and Chrome 53 all indicate...
2016-08-30 William A. Rowe JrClarify
2016-08-29 Jacob Championmpm_winnt: clear OVERLAPPED structs before reuse
2016-08-29 Jacob Championmpm_winnt: remove duplication of ap_process_connection
2016-08-29 Jacob Championmpm_winnt: remove the AcceptEx data network bucket
2016-08-29 Jacob Championmpm_winnt: remove 'data' AcceptFilter in favor of ...
2016-08-29 William A. Rowe JrCalm some overly agressive crlf handling
2016-08-29 William A. Rowe JrNew optional flag to enforce <CR><LF> line delimiters...
2016-08-29 William A. Rowe JrCorrect the parser construction for several optimizations,
2016-08-29 William A. Rowe JrFolding StrictWhitespace into the Strict ruleset of...
2016-08-26 William A. Rowe JrRevert to the correct APLOGNO ID for this case
2016-08-26 William A. Rowe JrCorrect URL failure reporting.
2016-08-26 William A. Rowe JrFirst survey results, all intrinsicly bad input will...
2016-08-26 Luca ToscanoAfter a long discussion in dev@ I reviewed my previous...
2016-08-25 William A. Rowe JrAlso catch invalid spaces between the URI <> Protocol...
2016-08-25 William A. Rowe JrRename LenientWhitespace to UnsafeWhitespace and change...
2016-08-21 William A. Rowe JrAs commented, ensure we don't flag a request as a rejec...
2016-08-21 William A. Rowe JrYann is correct, % is distinct from reserved and unreserved
2016-08-21 Stefan Fritschap_reclaim_child_processes() ignores its first argument
2016-08-21 Stefan FritschRevert "On exit, don't write to other generations'...
2016-08-20 Stefan Fritschmpm_event: don't re-use scoreboard slots that are still...
2016-08-20 Stefan Fritschmpm_event: minor code simplification
2016-08-20 William A. Rowe JrSurpress noise about syntax
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-08-19 William A. Rowe JrAfter lengthy investigation with covener's assistance...
2016-08-19 William A. Rowe JrGenerally, the cart comes before the horse, this mirror...
2016-08-19 William A. Rowe JrResolve Netware (and other arch) build error for non...
2016-08-18 William A. Rowe JrA band-aid to resolve an immediate IBM MVS'ism
next