| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 13 | -25/+22 |
* | Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".". | Stefan Fritsch | 2011-12-18 | 1 | -4/+8 |
* | remove some dead code | Stefan Fritsch | 2011-12-18 | 2 | -7/+2 |
* | mod_firehose: Ensure directives are defined global only. | Graham Leggett | 2011-12-18 | 1 | -7/+7 |
* | Update transformations. | Graham Leggett | 2011-12-18 | 2 | -16/+18 |
* | mod_firehose: Support portable non blocking support, and make non blocking | Graham Leggett | 2011-12-18 | 2 | -65/+65 |
* | Remove unused variable. | Graham Leggett | 2011-12-17 | 1 | -4/+0 |
* | Fix the test for APR_HAVE_SYS_SYSLIMITS_H. | Graham Leggett | 2011-12-17 | 1 | -2/+2 |
* | RPM: add firehose and mod_firehose to the RPM. | Graham Leggett | 2011-12-17 | 1 | -0/+2 |
* | Update transformations. | Graham Leggett | 2011-12-17 | 5 | -4/+7 |
* | Add a seealso section to link mod_firehose to the firehose tool. | Graham Leggett | 2011-12-17 | 1 | -0/+1 |
* | Update transformations. | Graham Leggett | 2011-12-17 | 21 | -2/+560 |
* | mod_firehose: Add a new debugging module able to record traffic | Graham Leggett | 2011-12-17 | 9 | -1/+1791 |
* | Update. | Lucien Gentis | 2011-12-17 | 1 | -441/+663 |
* | Allow for changing of string more easily... | Jim Jagielski | 2011-12-14 | 1 | -3/+3 |
* | update transformations. | Nilgun Belma Buguner | 2011-12-14 | 31 | -144/+548 |
* | New Turkish translation | Nilgun Belma Buguner | 2011-12-14 | 1 | -0/+337 |
* | update for sync with English doc. | Nilgun Belma Buguner | 2011-12-14 | 11 | -81/+146 |
* | Update transformations. | Graham Leggett | 2011-12-14 | 4 | -37/+38 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 16 | -74/+75 |
* | Update transformations. | Graham Leggett | 2011-12-14 | 12 | -75/+125 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 5 | -12/+12 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 15 | -35/+35 |
* | update translation | Nilgun Belma Buguner | 2011-12-13 | 1 | -1/+1 |
* | Explicitly cast function pointer, to remove 'const'. | Stefan Fritsch | 2011-12-13 | 1 | -3/+4 |
* | logging adjustments: | Kaspar Brand | 2011-12-12 | 3 | -8/+8 |
* | zap an unhelpful, out of date comment from httpd 1.2 | Jeff Trawick | 2011-12-12 | 1 | -3/+0 |
* | definAtely | Jeff Trawick | 2011-12-12 | 1 | -1/+1 |
* | Streamline TLS session ticket key handling (added in r1200040): | Kaspar Brand | 2011-12-12 | 7 | -196/+192 |
* | Limit length of lines in .htaccess to 8K again, to reduce DoS potential. | Stefan Fritsch | 2011-12-12 | 5 | -6/+26 |
* | Fix names of unary operators like '-s' being compared case insensitively. | Stefan Fritsch | 2011-12-10 | 2 | -3/+16 |
* | Typos | Nick Kew | 2011-12-10 | 1 | -3/+3 |
* | RPM: Update the spec file to require at least apr-util v1.4.x. | Graham Leggett | 2011-12-09 | 1 | -1/+1 |
* | Typo correction. | Rich Bowen | 2011-12-08 | 1 | -1/+1 |
* | Various fixes for log message tags: | Stefan Fritsch | 2011-12-07 | 11 | -31/+92 |
* | Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x | Stefan Fritsch | 2011-12-07 | 6 | -12/+14 |
* | Remove unused variable | Stefan Fritsch | 2011-12-07 | 1 | -1/+0 |
* | Add reference to the mod_socache modules in the mod_ssl docs. | Graham Leggett | 2011-12-07 | 1 | -4/+7 |
* | * modules/: More doxy group fixes. | Joe Orton | 2011-12-07 | 4 | -5/+6 |
* | * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving | Joe Orton | 2011-12-07 | 7 | -6/+13 |
* | Removed some proxy imports from NetWare build. | Guenter Knauf | 2011-12-07 | 1 | -9/+0 |
* | Removed import file since now dynamically generated. | Guenter Knauf | 2011-12-07 | 1 | -0/+0 |
* | * include/: Various doxy markup tweaks. | Joe Orton | 2011-12-07 | 4 | -12/+21 |
* | Adjust the OpenSSL session id context for SNI configurations, so that | Kaspar Brand | 2011-12-07 | 1 | -0/+18 |
* | * include/util_varbuf.h: Doxygen tweaks. | Joe Orton | 2011-12-07 | 1 | -1/+2 |
* | The mod_socache* modules now have basic documentation. | Graham Leggett | 2011-12-06 | 1 | -3/+0 |
* | Update xforms | Jim Jagielski | 2011-12-06 | 1 | -5/+3 |
* | Update transformations. | Graham Leggett | 2011-12-06 | 23 | -6/+383 |
* | Create initial documentation for mod_socache_shmcb, mod_socache_dc, | Graham Leggett | 2011-12-06 | 7 | -6/+243 |
* | NetWare build fixes. | Guenter Knauf | 2011-12-06 | 4 | -18/+11 |