2015-11-25 |
Stefan Eissing | changed nghttp2 write frequency to fix nghttp2_stream... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Stefan Eissing | html updates after build |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Stefan Eissing | new directive H2PushPriority to define content-type... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Stefan Eissing | update CHANGES, version and compiler warning |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Stefan Eissing | priorities for pushed streams are changed if nghttp2... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Yann Ylavic | Follow up to r1715880: revert abusive ap_casecmpstr... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Stefan Eissing | start of PUSH priority handling, fixing core when task... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | Follow up to r1715876: fix typo. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Stefan Eissing | update CHANGES, re http2 trailers |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Stefan Eissing | sending trailers out, when seeing EOR bucket and r... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | mod_cache: Fix (max-stale with no '=') and enforce... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | More ap_casecmpstr[n]() usages (follow up to r1715876). |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | Use new ap_casecmpstr[n]() functions where appropriate... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | Revert r1715789: will re-commit without spurious functi... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Jim Jagielski | we just worry about "equality" with this implementation... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Jim Jagielski | MMN update and func name change |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Stefan Eissing | adding nghttp2 alloc logging for trace6 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Stefan Eissing | fixes races during session shutdown when connection... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | Use new ap_casecmpstr[n]() functions where appropriate... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Yann Ylavic | Before they are used, rename ap_str[n]casecmp() to... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
William A.... | Introduce an ascii-like sortation for EBCDIC, case... |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Eric Covener | revert until these functions are used. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Christophe... | Remove some useless 'return' statements. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Eric Covener | stick with underlying strcasecmp on EBCDIC builds |
commit | commitdiff | tree | snapshot |
2015-11-21 |
William A.... | Not strictly ASCII only, but only ASCII char case is... |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Jim Jagielski | further info re impl |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Jim Jagielski | move to simpler while loop and reduce number of returns |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Jim Jagielski | typo |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Jim Jagielski | make bill happy (if possible!) |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Jim Jagielski | Provide our own impl of str[n]casecmp() |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Stefan Eissing | removing CHANGES that have made it to 2.4.x |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Stefan Eissing | updated CHANGES |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Stefan Eissing | incoming trailers passed into chunked request bodies... |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Christophe... | Revert r1715289 (Connection header field should use... |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Christophe... | Connection header field should use "upgrade" instead... |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Christophe... | Save a few bytes in conf pool. |
commit | commitdiff | tree | snapshot |
2015-11-19 |
William A.... | Regenerate |
commit | commitdiff | tree | snapshot |
2015-11-19 |
William A.... | XML Parsing error, I believe this is the fix |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Stefan Eissing | include fixes for older apr, added flushing for 2.4... |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Stefan Eissing | updated documenation, fixed includes to work with older... |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Stefan Eissing | fix in connection shutdown to no longer log after free... |
commit | commitdiff | tree | snapshot |
2015-11-18 |
Yann Ylavic | mod_ssl: follow up to r1709602. |
commit | commitdiff | tree | snapshot |
2015-11-17 |
Stefan Eissing | early release of h2_mplx on session end |
commit | commitdiff | tree | snapshot |
2015-11-17 |
Stefan Eissing | flushing and shutdown tuning |
commit | commitdiff | tree | snapshot |
2015-11-17 |
Stefan Eissing | reverting change re flush |
commit | commitdiff | tree | snapshot |
2015-11-17 |
Stefan Eissing | flushing connection after h2_session is done |
commit | commitdiff | tree | snapshot |
2015-11-17 |
Stefan Eissing | handling body of chunked requests without content-lengt... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
Stefan Eissing | task creation moved into h2_worker domain (pool+thread) |
commit | commitdiff | tree | snapshot |
2015-11-16 |
Stefan Eissing | improvements in handling orphaned stream resources... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
Stefan Eissing | chaning WINDOW_SIZE default to protocol default, avoid... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
Stefan Eissing | fixing h2c scheme/authority initialization |
commit | commitdiff | tree | snapshot |
2015-11-13 |
Stefan Eissing | new directive H2Push on/off to en-/disable HTTP/2 serve... |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Gregg Lewis... | goodbye h2_to_h1, hello h2_push.c |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Stefan Eissing | some rework for server push |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Stefan Eissing | task bucket_alloc now created per task pool, spare... |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Stefan Eissing | some connection state tweaks to appease event mpm |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Stefan Eissing | refactored connection io handling to go for blocking... |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Kaspar Brand | insert missing LOGNO in ssl_util_stapling.c |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Lucien Gentis | Rebuild. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Lucien Gentis | XML update. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Stefan Eissing | eliminating some compiler warnings on win32/win64,... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Christophe... | Save a few bytes in conf pool when processing 'Define'. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Christophe... | Save a few bytes in conf pool when processing 'AllowOve... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Stefan Eissing | replacing own stream_set with apr_hash internally |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Stefan Eissing | AP_DECLARRE removals |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Stefan Eissing | removing copy+paste, unwanted AP_DECLAREs and renamed... |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Christophe... | Remove backported items |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Gregg Lewis... | add new h2_bucket_* files to cmake build |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Gregg Lewis... | add new h2_bucket_* files to legacy win build |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Stefan Eissing | rework of output handling on stream/session close,... |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Stefan Eissing | fixing compile errors due to if assignment warnings |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Yann Ylavic | core: follow up to r1710095, r1710105. |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Kaspar Brand | update mod_ssl.html.en transformation |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Kaspar Brand | For the "SSLStaplingReturnResponderErrors off" case... |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Yann Ylavic | Follow up to r1709008: CHANGES entry. |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Christophe... | Constify + save a few bytes in conf pool |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Christophe... | xform |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Christophe... | Fix a typo in doc as spotted by ceving in online doc |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Stefan Eissing | improved h2c write performance |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Jan Kaluža | Fix crash in ap_mpm_pod_check call caused by NULL deref... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Stefan Eissing | fixing unbuffered output handling for h2c |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Stefan Eissing | some tuning of buffer/write record sizes |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Stefan Eissing | inserting needed flush buckets on master connections... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Mike Rumph | Generated doc changes |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Mike Rumph | Add compatibility note to mod_http2 doc |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Mike Rumph | Generated doc changes |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Stefan Eissing | http2 priority based scheduling of stream execution... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Stefan Eissing | http2 TLS record size handling configuration, improved... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Christophe... | RFC2616 defines #rules as: |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Stefan Eissing | improvements in stream reset handling and early stream... |
commit | commitdiff | tree | snapshot |
next |