summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-2064-64/+64
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-2064-2008/+192
* Update the last year of copyright.Colm MacCarthaigh2006-04-194-4/+4
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-19160-163/+163
* Fix for platforms without threads: inreslist exists only if APR_HAS_THREADS i...Martin Kraemer2006-04-191-0/+4
* Correctly handle internal redirects, by testing only for r-main == NULL.Colm MacCarthaigh2006-04-191-1/+1
* Thiago Zaninotti reported to security@apache.org on 20060410 a possibleMark J. Cox2006-04-181-1/+1
* * Also initialize local data structures for workers of a balancer.Ruediger Pluem2006-04-161-0/+1
* PR#39321 - don't segfault if a bad URL is specified in ProxyPassNick Kew2006-04-161-0/+3
* * Avoid calling ap_proxy_http_cleanup twice as this releases a connectionRuediger Pluem2006-04-143-3/+18
* * After r377780 the condition in the if clause never becomes true, becauseRuediger Pluem2006-04-141-10/+0
* more explanation for a couple of subtle lines of codeGreg Ames2006-04-111-1/+2
* expand on a comment for a rather subtle line of code so I have a chance ofGreg Ames2006-04-101-1/+3
* * Check for an existing socket independant of an existing connection record.Ruediger Pluem2006-04-081-4/+4
* svn:eol-style = nativeAndré Malo2006-04-071-250/+250
* Clean up some stuff found by Coverity.Garrett Rooney2006-03-312-22/+3
* * As per discussion on the list: Return error code of apr_file_write_fullRuediger Pluem2006-03-311-2/+2
* Document the removal of the flushing bandaid to aJim Jagielski2006-03-304-20/+20
* * Check return value of apr_bucket_read when storing the response body to disk.Ruediger Pluem2006-03-291-1/+9
* revert the LDAPConnectionTimeout and LDAPVerifyServerCert directives back to ...Bradley Nicholes2006-03-221-7/+22
* Eliminate last win32-isms, SetLastError becomes apr's set_os_errorWilliam A. Rowe Jr2006-03-181-24/+24
* Escape from casting purgatory, which the Solaris cc compilerWilliam A. Rowe Jr2006-03-181-22/+24
* Remove the global only flag from the LDAPConnectionTimeout directive and add ...Bradley Nicholes2006-03-171-5/+29
* Fix the server_merge so that the memory pools and mutexes that were created d...Bradley Nicholes2006-03-171-4/+16
* Add mod_authz_dbd to the NetWare buildBradley Nicholes2006-03-171-0/+250
* remove the race condition when creating the connection pool mutex. Also elim...Bradley Nicholes2006-03-171-8/+11
* Clean up some string manipulation.Jeff Trawick2006-03-161-5/+1
* Log a better error message if initialisation fails on prepared statements.Nick Kew2006-03-161-0/+4
* Unsure why win32 never noticed this, but the value returned is a const char*William A. Rowe Jr2006-03-101-1/+1
* Not an extern; correct a build failure, static suggested by dreid.William A. Rowe Jr2006-03-101-1/+1
* Drop the LogLevel of the messages for the deprecated access control directive...Bradley Nicholes2006-03-091-3/+3
* Make AJP flushing admin configurable.Jim Jagielski2006-03-094-24/+43
* * modules/aaa/mod_auth_digest.c (hdr): Remove function.Joe Orton2006-03-091-64/+4
* * Crosscheck the length of the body chunk with the length of the ajp messageRuediger Pluem2006-03-051-0/+18
* * modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark withJoe Orton2006-03-031-2/+7
* APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULLWilliam A. Rowe Jr2006-03-011-2/+0
* mod_charset_lite: Remove Content-Length when output filter canJeff Trawick2006-02-231-0/+26
* Ensure that the proper status line is written to the client, fixingJeff Trawick2006-02-211-0/+20
* * Disable persistent connections for SSL backends again as we do notRuediger Pluem2006-02-201-1/+9
* Add a note about the ap_satisfies mess we currently have.David Reid2006-02-181-0/+3
* This should cure the build issues people are having and wouldDavid Reid2006-02-181-1/+1
* * modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spuriousJoe Orton2006-02-171-8/+8
* - tidy up some of the comments and make the file more readableDavid Reid2006-02-171-52/+91
* - add a define for ap_satisfies which is now an optional fn. WithoutDavid Reid2006-02-171-0/+2
* svn:eol-style = nativeAndré Malo2006-02-161-250/+250
* *) mod_proxy: Fix KeepAlives not being allowed and set toJim Jagielski2006-02-152-50/+17
* OK, handle better the initializing of worker, separatingJim Jagielski2006-02-141-14/+34
* I wondered why I never saw the scoreboard init entry; now I know.Jim Jagielski2006-02-141-10/+14
* * Use the correct pool for apr_table_copy. Otherwise we trigger the bad poolRuediger Pluem2006-02-131-1/+7
* Clean up some code in mod_dav.Garrett Rooney2006-02-131-6/+0