summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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-041-2/+0
* Get rid of the first pair of files which are no longer used.Ralf S. Engelschall2001-05-042-146/+0
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-0434-1332/+1130
* Resolve conflicts after import.Ralf S. Engelschall2001-05-042-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
* fix my APR_STATUS_IS_EAGAIN() usageJeff Trawick2001-04-301-1/+1
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-299-16/+16
* Pass the perms arg to apr_dbm_openWilliam A. Rowe Jr2001-04-282-2/+3
* Get mod_tls to compile/work better on Windows.Jeff Trawick2001-04-272-3/+7
* Prevent a core dump (openssl_state_machine.c is completely infected withMartin Kraemer2001-04-271-1/+1
* Not that it matters, but the compiler complains (suggest parentheses around ...)Martin Kraemer2001-04-271-2/+4
* This is C, not C++ (yet ;-).Martin Kraemer2001-04-271-23/+25
* Search for OpenSSL in the "standard locations" .../include and .../libMartin Kraemer2001-04-271-1/+8
* fast-path some cases, primarily to avoid an allocation when it isn't needed.Greg Stein2001-04-271-5/+26