2011-05-03 |
Rainer Jung | Minor mime.types fixes: |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Eric Covener | fix typo -- two periods |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Eric Covener | mention mod_expires bailing out when the handler has... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Stefan Fritsch | avoid compiler warnings with gcc |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Lucien Gentis | Update. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Jeff Trawick | fix some dead assignments found by the clang analyzer |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Jeff Trawick | Follow on to 1057048: |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Stefan Fritsch | Fix double free in out-of-mem situation |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Jeff Trawick | WinNT MPM has hard-coded daemon limit of 1, not 0 |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Igor Galić | Make sure support/check_forensic works with mod_unique_... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jeff Trawick | spelling fix |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jeff Trawick | Add child_status hook for tracking creation/termination... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Stefan Fritsch | mod_ldap: Make LDAPSharedCacheSize 0 create a non-share... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Stefan Fritsch | Add new ap_reserve_module_slots/ap_reserve_module_slots... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Stefan Fritsch | Report filename and line number in config warning |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Stefan Fritsch | avoid useless call to apr_pstrdup |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Daniel Earl... | update transform |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Daniel Earl... | Add example for using %{msec_frac}t. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Joe Orton | * server/util_pcre.c (ap_regerror): Use passed-in buffe... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Stefan Fritsch | The pre_config hook should return int, not apr_status_t. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Guenter Knauf | Fixed line length to < 80 char. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Guenter Knauf | Added shebang check for '! so that .vbs scripts can... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Stefan Fritsch | clarify comment |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Lucien Gentis | Miscellaneous corrections. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Bowen | via Matthew Sporleder - domain is required in the CO... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Bowen | The domain is not in fact optional. The cookie is not... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Bowen | Whether it's intentional or not, the hostname/domainnam... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Fritsch | Prevent segfault if DYNAMIC_MODULE_LIMIT is reached |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Jeff Trawick | move -L/path/to/pcrelib -lpcre out beyond all the LDFLAGS |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Guenter Knauf | Fixed missing struct member error introduced with r1092076. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Jean-Frederic... | try to prevent a single long request marking a worker... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Guenter Knauf | Axed tabs and trailing spaces. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jeff Trawick | AP_ENABLE_V4_MAPPED with WinNT MPM |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jeff Trawick | add some debug logging to show more information about... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jean-Frederic... | Allow apr and apr-util to be in 2 different location. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jeff Trawick | axe the cast in the call to our mpm_nt_eventlog_stderr_... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jeff Trawick | match expected type of arg to StartService() |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Jeff Trawick | ignore generated file httpd.exe |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Stefan Fritsch | Remove unused variable |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jeff Trawick | don't try to shut down child if it wasn't created |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jeff Trawick | WinNT MPM: Improve robustness under heavy load. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jeff Trawick | Fix some MinGW build issues... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jeff Trawick | fix some logging glitches in the WinNT MPM: |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Jeff Trawick | include <stdlib.h> to ensure that the exit() prototype... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Jeff Trawick | log message fixes/tweaks |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Stefan Fritsch | core: Support module names with colons in loglevel... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Stefan Fritsch | mod_ssl, ab: Support OpenSSL compiled without SSLv2... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Bowen | hernan gonzalez <hgonzalez gmail.com> points out that... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Bowen | Remove more unnecessary anchors from rewrite examples. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Bowen | Remove unnecessary .* from regex. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Bowen | Remove unnecessary .* from regex, as noted in |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Joe Orton | * server/util_expr_eval.c (req_table_func): Try r-... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | gcc compatibility |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | rework choice of cgi implementation, handling MinGW |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | don't build checkgid or fcgistarter on MinGW |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | hide some unused code on Win32 and NetWare |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Bowen | Remove mentions of the 1.3 generation of the server. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | ignore generated file modules.mk |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | Stop explicitly including the current pid in WinNT... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Bowen | There are no versions of httpd earlier than 2.0. Oceani... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Bowen | Rebuild transformations. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Bowen | Oops. Mixed file names in my example. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Bowen | Adds an example of constructing a type-map file. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Bowen | Adds an example of how one might actually construct... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | axe a couple of unused vars, mark a function as static |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | get prototype for ap_os_create_privileged_process() |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Jeff Trawick | axe ap_registry_get_server_root(), which seems to have... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | format string fixes: |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | HANDLE is PVOID which is reasonably formatted by %pp... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | can't format time_t with %d; cast this small interval... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | Log the OS socket (int) instead of the apr_socket_t *. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | yank some dead code and variables |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | cleanups to function signatures, prototypes, visibility |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jeff Trawick | Abort if the MPM is changed across restart. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Joe Orton | * docs/manual/rewrite/: Fix the real long form of DPI... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Graham Leggett | rpm spec file: Use "service httpd graceful" rather... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Bowen | Rebuild typo correction. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Bowen | Typo |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Guenter Knauf | Fixed NWGNUversion.inc target. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Guenter Knauf | Fixed sysinclude; removed trailing 0; fixed indent. |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Eric Covener | * add the constructed filter at TRACE1 to authn, and... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Jim Jagielski | better error message |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Eric Covener | bad links due to typo |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Rich Bowen | Yet Another Typo. (Thanks to Vincent de Lau) |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Rich Bowen | Rebuilds mod_alias update from last week. Several other... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Rich Bowen | Markup typos. Rebuild HTML. |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Rich Bowen | Adds a new section for the [END] flag. This duplicates... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Rich Bowen | Mention the new rewrite flags as a module enhancement... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Guenter Knauf | Fixed only some proxy prototype formats. |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Guenter Knauf | Fixed NetWare build for proxy modules. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Jim Jagielski | *) mod_proxy_ajp: Add support for 'ProxyErrorOverride... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Jim Jagielski | *) mod_proxy_fcgi: Add support for 'ProxyErrorOverrid... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Jim Jagielski | More cleanups at cleanup... move to using pconf and... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Jim Jagielski | wrong stash |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Guenter Knauf | Make our Windows touch silent. |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Guenter Knauf | Added TOUCH macro to kill Win32 dependency on external... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Guenter Knauf | Fixed lib target for old PCRE. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Jim Jagielski | Make the 'need to reset' more generic by extending... |
commit | commitdiff | tree | snapshot |
next |