| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,... | Daniel Gruno | 2013-09-11 | 3 | -2/+363 |
* | revert comments in r1521973, may be more misleadin then good. | Eric Covener | 2013-09-11 | 1 | -13/+1 |
* | comments only, before I task switch. | Eric Covener | 2013-09-11 | 1 | -1/+13 |
* | make docs xforms | Jeff Trawick | 2013-09-11 | 29 | -2209/+2394 |
* | fix tagging problems that break validation | Jeff Trawick | 2013-09-11 | 1 | -4/+3 |
* | Add "default user id" capability for authorizers that handle | Jeff Trawick | 2013-09-11 | 2 | -1/+20 |
* | install .pdb files when available | Jeff Trawick | 2013-09-11 | 2 | -34/+78 |
* | Forgot to add getcookie/setcookie to CHANGES. Hereby done. | Daniel Gruno | 2013-09-11 | 1 | -0/+3 |
* | Drag the example into this decade. | Rich Bowen | 2013-09-10 | 1 | -14/+6 |
* | correct path | Jim Jagielski | 2013-09-10 | 1 | -1/+1 |
* | Rebuild | Rich Bowen | 2013-09-10 | 15 | -19/+40 |
* | Replaces some awkward phrasing | Rich Bowen | 2013-09-10 | 1 | -4/+4 |
* | Add ProxyExpressEnable directive to example | Rich Bowen | 2013-09-10 | 1 | -0/+1 |
* | wordsmithing | Jeff Trawick | 2013-09-09 | 1 | -17/+37 |
* | Add a global ENABLE_MODULES setting to make it easy | Jeff Trawick | 2013-09-09 | 2 | -0/+64 |
* | Since a couple of modules have module names that don't | Jeff Trawick | 2013-09-08 | 1 | -140/+137 |
* | add "Header note" which was the solution for two users this week on IRC. | Eric Covener | 2013-09-08 | 3 | -8/+21 |
* | install cache_common.h; add notes on other files that aren't installed | Jeff Trawick | 2013-09-08 | 2 | -1/+6 |
* | add apreq and skiplist to libhttpd, support mod_apreq | Jeff Trawick | 2013-09-08 | 2 | -5/+25 |
* | fix odd bug that prevented the manual from being installed | Jeff Trawick | 2013-09-08 | 1 | -3/+1 |
* | elaborate on fastcgistarer, which is a) not yet supported on windows and | Eric Covener | 2013-09-08 | 1 | -2/+4 |
* | Added missing export for proxy module. | Guenter Knauf | 2013-09-08 | 1 | -1/+2 |
* | support mod_lua; add some tweaks/disclaimers to the README | Jeff Trawick | 2013-09-08 | 2 | -3/+14 |
* | handle mod_ldap/mod_authnz_ldap, along with tiny infrastructure | Jeff Trawick | 2013-09-08 | 2 | -7/+26 |
* | Add macro for checking apr/apu defines like APR_HAS_feature, | Jeff Trawick | 2013-09-07 | 2 | -8/+78 |
* | Update. | Lucien Gentis | 2013-09-07 | 1 | -3/+197 |
* | style consistency in winnt's worker_main | Eric Covener | 2013-09-07 | 1 | -9/+6 |
* | Add a warning if protocol given in SSLProtocol or SSLProxyProtocol will over... | Christophe Jaillet | 2013-09-06 | 2 | -1/+8 |
* | Mistakenly try to use a line comment to the end of your Listen | Jeff Trawick | 2013-09-05 | 3 | -2/+13 |
* | mod_lua: init cookie as NULL. | Daniel Gruno | 2013-09-05 | 1 | -0/+1 |
* | remove an unneeded variable I just added, oops. | Daniel Gruno | 2013-09-05 | 1 | -1/+0 |
* | mod_lua: Use ap_cookie_read for reading cookie values, since it's already there. | Daniel Gruno | 2013-09-05 | 1 | -7/+5 |
* | Set LONG_NAME and BIN_NAME to something reasonable for httpd.rc, | Jeff Trawick | 2013-09-05 | 1 | -0/+1 |
* | Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques... | Daniel Gruno | 2013-09-04 | 3 | -0/+63 |
* | Update related to r1519556 | Christophe Jaillet | 2013-09-03 | 1 | -2/+3 |
* | Add missing space | Christophe Jaillet | 2013-09-03 | 1 | -1/+1 |
* | mod_status, mod_echo: Fix the display of client addresses. They were truncate... | Christophe Jaillet | 2013-09-03 | 2 | -1/+5 |
* | mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should | Eric Covener | 2013-09-02 | 2 | -12/+36 |
* | mention some trickyness with mod_lua + mod_filter. | Eric Covener | 2013-09-02 | 2 | -0/+14 |
* | avoid non-continous ranges in EBCDIC in the scanner, important characters lik... | Eric Covener | 2013-09-02 | 1 | -4/+4 |
* | forgot my name | Eric Covener | 2013-09-02 | 1 | -1/+1 |
* | mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter | Eric Covener | 2013-09-02 | 2 | -0/+9 |
* | register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE... | Eric Covener | 2013-09-02 | 2 | -2/+11 |
* | *) mod_filter: Add "change=no" as a proto-flag to FilterProtocol | Eric Covener | 2013-09-02 | 2 | -0/+7 |
* | Return a 500 error instead of DECLINED when LuaHook* script does not | Eric Covener | 2013-09-02 | 2 | -0/+8 |
* | trace4 logging of return codes from LuaHook* functions. | Eric Covener | 2013-09-02 | 1 | -0/+2 |
* | Removed comment which should never have been committed. | Guenter Knauf | 2013-09-01 | 1 | -1/+0 |
* | some xforms | Daniel Gruno | 2013-09-01 | 18 | -367/+443 |
* | Adding a simple logging hook for mod_lua, which allows users to create their ... | Daniel Gruno | 2013-09-01 | 2 | -2/+75 |
* | Let the location of APR[-Util] and PCRE libs and | Jeff Trawick | 2013-09-01 | 2 | -16/+75 |