summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor scoreboard/status improvements:Jeff Trawick2001-05-071-13/+16
* Get rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft. Other logicJeff Trawick2001-05-071-9/+0
* Get mod_cern_meta to work on Windows. The problem was in theBill Stoddard2001-05-071-4/+5
* fix the type of a parameter to ap_get_brigade()Jeff Trawick2001-05-071-1/+1
* Crikey.Chuck Murcko2001-05-073-3/+3
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-078-20/+29
* Something got deleted from the module structure.Ben Laurie2001-05-061-1/+2
* Add a demo input filter.Ben Laurie2001-05-062-0/+132
* Track Greg's change to byte count for input filtersChuck Murcko2001-05-063-3/+3
* Fix todo listRalf S. Engelschall2001-05-051-2/+2
* Port ssl_util.c stuff to APR.Ralf S. Engelschall2001-05-055-115/+75
* Port ssl_util_table.[ch] to Apache 2.0 by just removing all platformRalf S. Engelschall2001-05-053-361/+2
* Port ssl_util_ssl.[ch] stuff to APR.Ralf S. Engelschall2001-05-054-36/+26
* Use different namespace for internal defines.Ralf S. Engelschall2001-05-054-12/+12
* Port ssl_engine_ds.c to APR.Ralf S. Engelschall2001-05-053-29/+30
* Nothing to port for ssl_engine_dh.c except thatRalf S. Engelschall2001-05-053-8/+3
* Remember which code parts are already ported...Ralf S. Engelschall2001-05-051-33/+36
* Kick out all old mutex code and base SSLMutex on APR locks.Ralf S. Engelschall2001-05-053-374/+43
* Change mostly all old module structure hooks and EAPI hooks toRalf S. Engelschall2001-05-058-185/+258
* Axe writev(2) support from the SSL I/O layer because in Apache 2.0 we noRalf S. Engelschall2001-05-051-83/+0
* Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APRRalf S. Engelschall2001-05-057-259/+1
* Axe out SSL_CONSERVATIVE stuff which for Apache 1.3 did I/O dataRalf S. Engelschall2001-05-054-235/+61
* Remove one more EAPI-based thing we no longer really need.Ralf S. Engelschall2001-05-052-5/+1
* remove remaining references to compat and sdbmRalf S. Engelschall2001-05-051-2/+0
* compat and local sdbm stuff is already goneRalf S. Engelschall2001-05-051-3/+0
* Axe out SSL_USE_SDBM stuff, i.e., get rid of the local SDBM copy and useRalf S. Engelschall2001-05-055-1192/+49
* Axe out the complete SSL_COMPAT stuff. Because Apache 2.0 is alreadyRalf S. Engelschall2001-05-055-524/+1
* Start writing down incompatibilities to mod_ssl 2.x from Apache 1.3.Ralf S. Engelschall2001-05-051-0/+7
* Axe out EAPI-based SSL_VENDOR stuff.Ralf S. Engelschall2001-05-059-191/+21
* Finalize the build environment by integrating the last thing (theRalf S. Engelschall2001-05-058-680/+151
* Fix a bug in the input handling. ap_http_filter() was modifying *readbytesGreg Stein2001-05-056-29/+79
* clarify the use of some of the members of the dav_provider structure.Greg Stein2001-05-051-3/+4
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-0532-4/+140
* Activate the command_rec structure.Ralf S. Engelschall2001-05-053-31/+84
* Update file description list.Ralf S. Engelschall2001-05-051-3/+2
* Get rid of libssl.modules and libssl.version. libssl.version weRalf S. Engelschall2001-05-052-495/+0
* Integrate mod_ssl into the Autoconf facility.Ralf S. Engelschall2001-05-055-2/+236
* Move the AC_MSG_CHECKING into the module-specific macro to make sure theRalf S. Engelschall2001-05-051-1/+1
* Allow mod_tls and mod_ssl coexists without interfering each other byRalf S. Engelschall2001-05-051-3/+3
* adjust file list for removed files, too.Ralf S. Engelschall2001-05-051-2/+0
* Get rid of the first pair of files which are no longer used.Ralf S. Engelschall2001-05-052-146/+0
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-0534-1332/+1130
* Resolve conflicts after import.Ralf S. Engelschall2001-05-052-61/+3
* Initial revisionRalf S. Engelschall2001-05-0442-0/+23834
* Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.Jeff Trawick2001-05-041-2/+2
* Damnable castsWilliam A. Rowe Jr2001-05-031-1/+5
* Prevent a hang when a cgi handled by mod_cgid tries to read aJeff Trawick2001-05-021-1/+5
* mod_log_config: %c connection status incorrectly loggedBill Stoddard2001-05-021-2/+3
* Fixed a problem with directory listing corruption in theGraham Leggett2001-05-011-1/+6
* Initialize a local variable to prevent a gcc warning aboutJeff Trawick2001-05-011-1/+1