]> granicus.if.org Git - apache/shortlog
apache
2016-08-14 Yann YlavicFollow up to r1750392: r1756186 should have also bumped...
2016-08-13 Lucien GentisRebuild.
2016-08-13 Lucien GentisXML updates.
2016-08-12 Rich Bowenrebuild various recent changes
2016-08-12 Yann Ylavicmod_proxy_fcgi: forcing proxy_conn->close here is usele...
2016-08-12 Yann Ylavic[mod_proxy_]http: follow up to r1750392.
2016-08-12 Rainer JungClarify some z/OS mysteries via code comments.
2016-08-12 Luis GilCommiting to repor to not get later errors and continue...
2016-08-11 Yann YlavicRevert r1756064 and r1756060 until fixed (tests framewo...
2016-08-11 Yann Ylavichttp: follow up to r1750392.
2016-08-11 Yann Ylavic[mod_proxy_]http: follow up to r1750392.
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-08-11 Rich Bowengrammar++
2016-08-11 Rich Bowenrebuild. Remove weird copy/paste error.
2016-08-11 Rich Bowenindentation for better readability
2016-08-11 Rich Bowenrebuild various things
2016-08-11 Rich BowenA little odd having that warning buried under the machi...
2016-08-11 Yann YlavicRevert r1755930: actually what'd be read after AP_FCGI_...
2016-08-11 Yann Ylavicmod_{proxy,authnz}_fcgi: follow up to r1750392.
2016-08-10 Rainer JungSilence more "defined but not used" compiler
2016-08-10 Rainer JungSilence "defined but not used" compiler warnings
2016-08-10 Rainer JungOpenSSL 1.1.0 compat:
2016-08-10 William A.... Follow on to r1755264, for the case of merged header...
2016-08-10 Rainer JungRemove calling ERR_remove_thread_state when
2016-08-09 Rainer JungCompatibility with OpenSSL 1.1.0 pre6.
2016-08-05 Rich BowenClarify phrasing, as per bz53152
2016-08-05 Rich BowenVarious typos, broken links, and obsolete modules.
2016-08-05 Rich Bowenfix link to mod_headers
2016-08-05 Rich Bowenrebuild
2016-08-05 Rich Bowenremove references to MPMs that no longer exist
2016-08-05 Yann YlavicFollow up to r1755264.
2016-08-05 Rich Bowenrebuild fixed links
2016-08-05 Rich BowenCorrect name of authnz_ldap module in French translation.
2016-08-05 Rich BowenRemove reference to long-gone FAQ.
2016-08-05 Rich Bowenrebuild
2016-08-05 Rich BowenRemove reference to long-gone FAQ.
2016-08-05 Rich Bowenfix link to mod_setenvif
2016-08-05 Rich Bowenrebuild
2016-08-05 Rich Bowenfix broken links
2016-08-05 Jim JagielskiUpdate
2016-08-05 Jim JagielskiWe didn't change the MODULE_MAGIC_NUMBER_MAJOR
2016-08-05 Rich Bowenrebuild
2016-08-05 Stefan Eissingmod_http2: support for intermediate responses
2016-08-05 Rich BowenUpdate link to new location of Trawick's Exception...
2016-08-05 William A.... Stop reflecting irrelevant data to the request error...
2016-08-05 William A.... Treat an empty obs-fold line as abusive traffic
2016-08-04 William A.... Strictly observe the one-SP requirement of every obs...
2016-08-04 William A.... Now eliminate all intra-obs-fold excess whitespace...
2016-08-04 William A.... An empty obs-fold line is a no-op.
2016-08-04 William A.... As promised, reduce this logic by net 9 code lines...
2016-08-03 William A.... Another comment for reviewers to follow
2016-08-03 William A.... Testing len > 0 is redundant when *field is a "\0"...
2016-08-03 William A.... Reformat for indentation following r1755123, Whitespace...
2016-08-03 William A.... Clean up an edge case where obs-fold continuation prece...
2016-08-03 William A.... Revert to r1754577 based on last_field NULL on first...
2016-08-03 William A.... C89 fix, caught by Jacob Champion
2016-08-03 William A.... Improve comments for reviewers to understand this logic
2016-08-03 William A.... Testing len > 0 is redundant when *field is a "\0"...
2016-08-03 William A.... Whitespace-only followup after r1755098 logic patch
2016-08-03 William A.... Clean up an edge case where obs-fold continuation prece...
2016-08-02 Luca ToscanoRevert r1754732,r1754734,r1754736 after a conversation...
2016-08-02 Yann Ylavicmod_proxy_http: 204 or 304 cannot happen here since...
2016-08-02 Yann Ylavicmod_proxy_http: handle 401 error override in the same...
2016-08-02 Yann Ylavicmod_proxy_http: don't pretend we are sending a body...
2016-08-01 Rich BowenCorrect use of <module> tag to fix broken links.
2016-08-01 Rich BowenPoint to correct metafile for this howto doc.
2016-08-01 Luca ToscanoChanged the code comments to be more clear a fixed...
2016-08-01 Luca ToscanoFixed a typo introduced by my previous commit, really...
2016-08-01 Luca ToscanoSkip message-body with HTTP 304 responses and mod_proxy...
2016-07-31 Luis GilCommiting to repor to not get later errors and continue...
2016-07-29 William A.... Replacement solution to identify VCHAR/ASCII symbols...
2016-07-29 William A.... Correct logic, detect no 'token' chars, or missing ':'
2016-07-29 William A.... Correct usage for ap_scan_http_token (had used _get_...
2016-07-29 William A.... Clean up doubled-'{'
2016-07-29 William A.... Friendly catch by Rüdiger, restore line mis-removed...
2016-07-29 William A.... Introduce ap_scan_http_token / ap_scan_http_field_conte...
2016-07-29 William A.... Leave an emphatic TODO per Jeff's observations
2016-07-29 William A.... Strictly observe spec on obs-fold
2016-07-29 William A.... We arrive here for more than one cause; offer a more...
2016-07-29 William A.... With NUL as a TOKEN_STOP, this code is more efficient
2016-07-29 William A.... Introduce ap_scan_http_field_content, ap_scan_http_token
2016-07-29 William A.... Introduce T_HTTP_CTRLS for efficiently finding non...
2016-07-29 William A.... Be more explicit about NUL in case iscntrl is inconsistent
2016-07-29 William A.... Correct T_HTTP_TOKEN_STOP per RFC2068 (2.2) - RFC7230...
2016-07-29 William A.... Improve legibility of reviewing the generated table...
2016-07-29 Stefan Eissingmod_http2: complete implemenmtation of draft-http2...
2016-07-28 Stefan Eissingmod_http2: work on .well-known/h2Interop/state
2016-07-28 Yann Ylavicmod_reqtimeout: follow up to r1754391: fix missing...
2016-07-28 Yann Ylavicmod_reqtimeout: Fix body timeout disabling for CONNECT...
2016-07-28 André Maloupdate transformation
2016-07-28 André Maloset eol-style
2016-07-28 André Malofix encoding in commit mails for spanish translations
2016-07-28 Luis GilCommiting to repor to not get later errors and continue...
2016-07-26 Luis Giltook out the html codes of the accents.
2016-07-26 Yann Ylavicmod_proxy_wstunnel: we want to detect whether some...
2016-07-26 Yann Ylavicmod_proxy_connect,wstunnel: log polling errors (and...
2016-07-26 Yann Ylavicmod_proxy_http: ping retry only if full 100-continue...
2016-07-26 Stefan Eissingmod_http2: update after backport
2016-07-23 Lucien GentisRebuild.
2016-07-23 Lucien GentisXML update.
next