| Commit message (Expand) | Author | Files | Lines |
2005-09-21 | Move mod_dbd from /experimental/ to /database/ | Nick Kew | 4 | -0/+9 |
2005-09-21 | Move mod_filter and mod_charset_lite from /experimental/ to /filters/ | Nick Kew | 12 | -11/+21 |
2005-09-21 | Add htcachclean to the win32 build. | Colm MacCarthaigh | 2 | -0/+144 |
2005-09-20 | update transformation | André Malo | 6 | -15/+20 |
2005-09-20 | * fix some content errors of the TraceEnable description | André Malo | 1 | -12/+13 |
2005-09-20 | `build all` | André Malo | 8 | -33/+39 |
2005-09-20 | Sync to 2.0.x changes | William A. Rowe Jr | 1 | -13/+13 |
2005-09-20 | At last, TraceEnable docs | William A. Rowe Jr | 4 | -15/+70 |
2005-09-20 | Backported to 2.2.x branch -- is 2.1.8 identical to 'the 2.2.x branch'? | Martin Kraemer | 1 | -3/+3 |
2005-09-20 | Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof()) | Martin Kraemer | 1 | -0/+3 |
2005-09-20 | Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof()) | Martin Kraemer | 1 | -1/+7 |
2005-09-20 | As of the 2.2.x docs re-sync, this change is now in the 2.2.x branch. | Colm MacCarthaigh | 1 | -3/+3 |
2005-09-20 | As discussed previously: OID() -> PeerExtList() | Martin Kraemer | 7 | -95/+107 |
2005-09-19 | simple German translation updates | André Malo | 15 | -25/+25 |
2005-09-19 | update transformation | André Malo | 49 | -427/+490 |
2005-09-19 | bring build properties up to date | André Malo | 1 | -2/+2 |
2005-09-19 | Backport graceful-stop to the 2.2.x branch. | Colm MacCarthaigh | 1 | -5/+5 |
2005-09-19 | Backport r239710, r239711, r239732, r239740 and r241815 to the 2.2.x branch; | Colm MacCarthaigh | 1 | -4/+4 |
2005-09-19 | s/CVS/subversion/ : no policy changes. | Colm MacCarthaigh | 1 | -5/+5 |
2005-09-19 | Backported to the 2.1.8/2.2.x tree | Jim Jagielski | 1 | -3/+7 |
2005-09-19 | * include/ap_mmn.h (MODULE_MAGIC_NUMBER_MAJOR): Bump for mod_ssl API | Joe Orton | 1 | -2/+3 |
2005-09-19 | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Fix gcc | Joe Orton | 1 | -2/+3 |
2005-09-19 | Backport r239420 and r239421 to the 2.2.x branch; Enhance | Colm MacCarthaigh | 1 | -4/+4 |
2005-09-19 | * server/mpm/prefork/prefork.c: Add volatile qualifier to die_now | Joe Orton | 1 | -1/+1 |
2005-09-19 | Backport r239407 to the 2.2.x branch; Improve mod_disk_cache hit/miss ratio | Colm MacCarthaigh | 1 | -0/+3 |
2005-09-18 | Backport r265506, r240044 and r240049 to the 2.2.x branch; Appends .PID to the | Colm MacCarthaigh | 1 | -3/+3 |
2005-09-18 | Catch up with the changes to mod_ssl and rename the | David Reid | 1 | -4/+5 |
2005-09-18 | Backport r264759 and r264788 to the 2.2.x branch. Fixes the get_suexec_identi... | Colm MacCarthaigh | 1 | -3/+3 |
2005-09-18 | Backport r239430 to the 2.2.x branch. Lets make sure WINCH is kept free. | Colm MacCarthaigh | 1 | -3/+6 |
2005-09-17 | get rid of an obsolete comment. the separate event thread disappeared when | Greg Ames | 1 | -3/+2 |
2005-09-16 | I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined | William A. Rowe Jr | 1 | -1/+1 |
2005-09-16 | - remove ssl_ext_lookup and replace it with ssl_ext_list | David Reid | 5 | -90/+55 |
2005-09-12 | Remove a call to strerror(). Possibly a leftover from prior debugging code. | Colm MacCarthaigh | 1 | -1/+0 |
2005-09-12 | Document the ReceiveBufferSize change done in r157583 | Stas Bekman | 12 | -2/+44 |
2005-09-11 | SYNC to 2.0.x/CHANGES; shift backported patches to the fixed-in-2.0.x | William A. Rowe Jr | 1 | -38/+71 |
2005-09-11 | rewrite CR mitigation logic to wipe out any trailing | Jeff Trawick | 1 | -6/+6 |
2005-09-10 | Any failure in apr_stat on a symlink currently gives | Joshua Slive | 1 | -1/+2 |
2005-09-10 | gcc -Wall fix: depending on signedness of char. | Jim Jagielski | 1 | -2/+2 |
2005-09-10 | gcc -Wall cleanup | Jim Jagielski | 1 | -1/+1 |
2005-09-10 | * modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gcc | Joe Orton | 2 | -2/+4 |
2005-09-10 | Fix config file for mod_dbd | Ian Holsman | 2 | -0/+3 |
2005-09-10 | Record the fact that we failed to set the username as requested. | David Reid | 1 | -0/+3 |
2005-09-09 | Move the timeout mutex up, to limit the time we are holding it. | Paul Querna | 1 | -2/+1 |
2005-09-09 | Proxy balancer lbmethods are now registered as providers and not | Jim Jagielski | 4 | -220/+196 |
2005-09-09 | New provider function, ap_list_provider_names(), which lists all | Jim Jagielski | 3 | -2/+90 |
2005-09-08 | Remove proxy_hook_load_lbmethods from Netware export list | Bradley Nicholes | 1 | -1/+0 |
2005-09-07 | update transformation | André Malo | 30 | -132/+182 |
2005-09-07 | Minor nit. Methods are server-wide, so simply use the base version table. | Jim Jagielski | 1 | -1/+1 |
2005-09-07 | s/Redhat/Red Hat/ but use Fedora here anyway. | Joe Orton | 3 | -19/+19 |
2005-09-07 | Restruct of lbmethod find-best algo's, bypassing hook mechanism. | Jim Jagielski | 4 | -189/+182 |