| Commit message (Expand) | Author | Age | Files | Lines |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-20 | 64 | -64/+64 |
* | Remove a host of dependencies upon awk, using the same template for | William A. Rowe Jr | 2006-04-20 | 64 | -2008/+192 |
* | Update the last year of copyright. | Colm MacCarthaigh | 2006-04-19 | 4 | -4/+4 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 160 | -163/+163 |
* | Fix for platforms without threads: inreslist exists only if APR_HAS_THREADS i... | Martin Kraemer | 2006-04-19 | 1 | -0/+4 |
* | Correctly handle internal redirects, by testing only for r-main == NULL. | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Thiago Zaninotti reported to security@apache.org on 20060410 a possible | Mark J. Cox | 2006-04-18 | 1 | -1/+1 |
* | * Also initialize local data structures for workers of a balancer. | Ruediger Pluem | 2006-04-16 | 1 | -0/+1 |
* | PR#39321 - don't segfault if a bad URL is specified in ProxyPass | Nick Kew | 2006-04-16 | 1 | -0/+3 |
* | * Avoid calling ap_proxy_http_cleanup twice as this releases a connection | Ruediger Pluem | 2006-04-14 | 3 | -3/+18 |
* | * After r377780 the condition in the if clause never becomes true, because | Ruediger Pluem | 2006-04-14 | 1 | -10/+0 |
* | more explanation for a couple of subtle lines of code | Greg Ames | 2006-04-11 | 1 | -1/+2 |
* | expand on a comment for a rather subtle line of code so I have a chance of | Greg Ames | 2006-04-10 | 1 | -1/+3 |
* | * Check for an existing socket independant of an existing connection record. | Ruediger Pluem | 2006-04-08 | 1 | -4/+4 |
* | svn:eol-style = native | André Malo | 2006-04-07 | 1 | -250/+250 |
* | Clean up some stuff found by Coverity. | Garrett Rooney | 2006-03-31 | 2 | -22/+3 |
* | * As per discussion on the list: Return error code of apr_file_write_full | Ruediger Pluem | 2006-03-31 | 1 | -2/+2 |
* | Document the removal of the flushing bandaid to a | Jim Jagielski | 2006-03-30 | 4 | -20/+20 |
* | * Check return value of apr_bucket_read when storing the response body to disk. | Ruediger Pluem | 2006-03-29 | 1 | -1/+9 |
* | revert the LDAPConnectionTimeout and LDAPVerifyServerCert directives back to ... | Bradley Nicholes | 2006-03-22 | 1 | -7/+22 |
* | Eliminate last win32-isms, SetLastError becomes apr's set_os_error | William A. Rowe Jr | 2006-03-18 | 1 | -24/+24 |
* | Escape from casting purgatory, which the Solaris cc compiler | William A. Rowe Jr | 2006-03-18 | 1 | -22/+24 |
* | Remove the global only flag from the LDAPConnectionTimeout directive and add ... | Bradley Nicholes | 2006-03-17 | 1 | -5/+29 |
* | Fix the server_merge so that the memory pools and mutexes that were created d... | Bradley Nicholes | 2006-03-17 | 1 | -4/+16 |
* | Add mod_authz_dbd to the NetWare build | Bradley Nicholes | 2006-03-17 | 1 | -0/+250 |
* | remove the race condition when creating the connection pool mutex. Also elim... | Bradley Nicholes | 2006-03-17 | 1 | -8/+11 |
* | Clean up some string manipulation. | Jeff Trawick | 2006-03-16 | 1 | -5/+1 |
* | Log a better error message if initialisation fails on prepared statements. | Nick Kew | 2006-03-16 | 1 | -0/+4 |
* | Unsure why win32 never noticed this, but the value returned is a const char* | William A. Rowe Jr | 2006-03-10 | 1 | -1/+1 |
* | Not an extern; correct a build failure, static suggested by dreid. | William A. Rowe Jr | 2006-03-10 | 1 | -1/+1 |
* | Drop the LogLevel of the messages for the deprecated access control directive... | Bradley Nicholes | 2006-03-09 | 1 | -3/+3 |
* | Make AJP flushing admin configurable. | Jim Jagielski | 2006-03-09 | 4 | -24/+43 |
* | * modules/aaa/mod_auth_digest.c (hdr): Remove function. | Joe Orton | 2006-03-09 | 1 | -64/+4 |
* | * Crosscheck the length of the body chunk with the length of the ajp message | Ruediger Pluem | 2006-03-05 | 1 | -0/+18 |
* | * modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with | Joe Orton | 2006-03-03 | 1 | -2/+7 |
* | APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL | William A. Rowe Jr | 2006-03-01 | 1 | -2/+0 |
* | mod_charset_lite: Remove Content-Length when output filter can | Jeff Trawick | 2006-02-23 | 1 | -0/+26 |
* | Ensure that the proper status line is written to the client, fixing | Jeff Trawick | 2006-02-21 | 1 | -0/+20 |
* | * Disable persistent connections for SSL backends again as we do not | Ruediger Pluem | 2006-02-20 | 1 | -1/+9 |
* | Add a note about the ap_satisfies mess we currently have. | David Reid | 2006-02-18 | 1 | -0/+3 |
* | This should cure the build issues people are having and would | David Reid | 2006-02-18 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spurious | Joe Orton | 2006-02-17 | 1 | -8/+8 |
* | - tidy up some of the comments and make the file more readable | David Reid | 2006-02-17 | 1 | -52/+91 |
* | - add a define for ap_satisfies which is now an optional fn. Without | David Reid | 2006-02-17 | 1 | -0/+2 |
* | svn:eol-style = native | André Malo | 2006-02-16 | 1 | -250/+250 |
* | *) mod_proxy: Fix KeepAlives not being allowed and set to | Jim Jagielski | 2006-02-15 | 2 | -50/+17 |
* | OK, handle better the initializing of worker, separating | Jim Jagielski | 2006-02-14 | 1 | -14/+34 |
* | I wondered why I never saw the scoreboard init entry; now I know. | Jim Jagielski | 2006-02-14 | 1 | -10/+14 |
* | * Use the correct pool for apr_table_copy. Otherwise we trigger the bad pool | Ruediger Pluem | 2006-02-13 | 1 | -1/+7 |
* | Clean up some code in mod_dav. | Garrett Rooney | 2006-02-13 | 1 | -6/+0 |