2016-08-05 |
Rich Bowen | Correct name of authnz_ldap module in French translation. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | Remove reference to long-gone FAQ. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | rebuild |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | Remove reference to long-gone FAQ. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | fix link to mod_setenvif |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | rebuild |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | fix broken links |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Jim Jagielski | Update |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Jim Jagielski | We didn't change the MODULE_MAGIC_NUMBER_MAJOR |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | rebuild |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Stefan Eissing | mod_http2: support for intermediate responses |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Rich Bowen | Update link to new location of Trawick's Exception... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
William A.... | Stop reflecting irrelevant data to the request error... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
William A.... | Treat an empty obs-fold line as abusive traffic |
commit | commitdiff | tree | snapshot |
2016-08-04 |
William A.... | Strictly observe the one-SP requirement of every obs... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
William A.... | Now eliminate all intra-obs-fold excess whitespace... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
William A.... | An empty obs-fold line is a no-op. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
William A.... | As promised, reduce this logic by net 9 code lines... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Another comment for reviewers to follow |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Testing len > 0 is redundant when *field is a "\0"... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Reformat for indentation following r1755123, Whitespace... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Clean up an edge case where obs-fold continuation prece... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Revert to r1754577 based on last_field NULL on first... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | C89 fix, caught by Jacob Champion |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Improve comments for reviewers to understand this logic |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Testing len > 0 is redundant when *field is a "\0"... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Whitespace-only followup after r1755098 logic patch |
commit | commitdiff | tree | snapshot |
2016-08-03 |
William A.... | Clean up an edge case where obs-fold continuation prece... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Luca Toscano | Revert r1754732,r1754734,r1754736 after a conversation... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Yann Ylavic | mod_proxy_http: 204 or 304 cannot happen here since... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Yann Ylavic | mod_proxy_http: handle 401 error override in the same... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Yann Ylavic | mod_proxy_http: don't pretend we are sending a body... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Rich Bowen | Correct use of <module> tag to fix broken links. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Rich Bowen | Point to correct metafile for this howto doc. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Luca Toscano | Changed the code comments to be more clear a fixed... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Luca Toscano | Fixed a typo introduced by my previous commit, really... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Luca Toscano | Skip message-body with HTTP 304 responses and mod_proxy... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Luis Gil | Commiting to repor to not get later errors and continue... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Replacement solution to identify VCHAR/ASCII symbols... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Correct logic, detect no 'token' chars, or missing ':' |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Correct usage for ap_scan_http_token (had used _get_... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Clean up doubled-'{' |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Friendly catch by Rüdiger, restore line mis-removed... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Introduce ap_scan_http_token / ap_scan_http_field_conte... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Leave an emphatic TODO per Jeff's observations |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Strictly observe spec on obs-fold |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | We arrive here for more than one cause; offer a more... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | With NUL as a TOKEN_STOP, this code is more efficient |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Introduce ap_scan_http_field_content, ap_scan_http_token |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Introduce T_HTTP_CTRLS for efficiently finding non... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Be more explicit about NUL in case iscntrl is inconsistent |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Correct T_HTTP_TOKEN_STOP per RFC2068 (2.2) - RFC7230... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
William A.... | Improve legibility of reviewing the generated table... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Stefan Eissing | mod_http2: complete implemenmtation of draft-http2... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Stefan Eissing | mod_http2: work on .well-known/h2Interop/state |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Yann Ylavic | mod_reqtimeout: follow up to r1754391: fix missing... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Yann Ylavic | mod_reqtimeout: Fix body timeout disabling for CONNECT... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
André Malo | update transformation |
commit | commitdiff | tree | snapshot |
2016-07-28 |
André Malo | set eol-style |
commit | commitdiff | tree | snapshot |
2016-07-28 |
André Malo | fix encoding in commit mails for spanish translations |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Luis Gil | Commiting to repor to not get later errors and continue... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Luis Gil | took out the html codes of the accents. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Yann Ylavic | mod_proxy_wstunnel: we want to detect whether some... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Yann Ylavic | mod_proxy_connect,wstunnel: log polling errors (and... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Yann Ylavic | mod_proxy_http: ping retry only if full 100-continue... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Stefan Eissing | mod_http2: update after backport |
commit | commitdiff | tree | snapshot |
2016-07-23 |
Lucien Gentis | Rebuild. |
commit | commitdiff | tree | snapshot |
2016-07-23 |
Lucien Gentis | XML update. |
commit | commitdiff | tree | snapshot |
2016-07-23 |
Eric Covener | Since this is beginner doc, split the -S invocation... |
commit | commitdiff | tree | snapshot |
2016-07-22 |
William A.... | Permit mod_proxy_hcheck.c to compile on Win32 32-bit... |
commit | commitdiff | tree | snapshot |
2016-07-21 |
Eric Covener | add basic h2: and h2c: backend proxy examples |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ruediger Pluem | * Prevent redirect loops between workers within a balan... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ruediger Pluem | * Fix typo |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ruediger Pluem | * Do not overwrite r->status with access_status if... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Ruediger Pluem | * Whitespace police |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Stefan Eissing | mod_http2: fixing config lookup now that we have dir... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Stefan Eissing | html update after new http2 directive |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Stefan Eissing | mod_http2: new H2CopyFiles directive |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Jacob Champion | configure: remove orphaned APACHE_OUTPUT macro |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Jacob Champion | configure: move away from obsolete AC_OUTPUT args |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | A whole lotta nope, if you implement HTCPCP then regist... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | Restore 'HEAD' method as a special case of GET with... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | The method_registry is initialized in register_hooks... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | Optimization to httpoxy workaround, for 2.4.23+ only. |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | httpoxy workarounds, first draft patch as published... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | Unclear whether fdpass is common enough to justify... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
William A.... | Simplify; this code is executed one per request process... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Luca Toscano | mod_proxy_fcgi: avoid loops serving proxied error documents |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Lucien Gentis | Rebuild. |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Lucien Gentis | XML update. |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Roy T. Fielding | add comments for all media types in IANA registry dated... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Luca Toscano | Doc rebuild |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Luca Toscano | Added a reference to how ListenCoresBucketsRatio influe... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Christophe... | xforms |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Christophe... | Fix PR 59856. |
commit | commitdiff | tree | snapshot |
2016-07-13 |
Eric Covener | PR59844: stack-allocated ap_expr_info_t returned from... |
commit | commitdiff | tree | snapshot |
2016-07-13 |
Luca Toscano | Fix typo in CHANGES |
commit | commitdiff | tree | snapshot |
2016-07-12 |
Graham Leggett | Ensure the default mode and cipher is set correctly... |
commit | commitdiff | tree | snapshot |
2016-07-12 |
Luca Toscano | Force mod_proxy_fcgi to read the whole FCGI response |
commit | commitdiff | tree | snapshot |
2016-07-12 |
Jacob Champion | CMake: quote installation paths |
commit | commitdiff | tree | snapshot |
next |