2001-05-05 |
Ralf S. Engelschall | Nothing to port for ssl_engine_dh.c except that |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Remember which code parts are already ported... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Joshua Slive | Explain the difference between the Apache environment and |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Kick out all old mutex code and base SSLMutex on APR... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Change mostly all old module structure hooks and EAPI... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Axe writev(2) support from the SSL I/O layer because... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Axe most WIN32 stuff from Apache 1.3. In Apache 2.0... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Axe out SSL_CONSERVATIVE stuff which for Apache 1.3... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Remove one more EAPI-based thing we no longer really... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | remove remaining references to compat and sdbm |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | compat and local sdbm stuff is already gone |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Axe out SSL_USE_SDBM stuff, i.e., get rid of the local... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Axe out the complete SSL_COMPAT stuff. Because Apache... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Start writing down incompatibilities to mod_ssl 2.x... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Axe out EAPI-based SSL_VENDOR stuff. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Finalize the build environment by integrating the last... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Greg Stein | Fix a bug in the input handling. ap_http_filter() was... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Greg Stein | clarify the use of some of the members of the dav_provi... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Next step in mod_ssl integration: |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Activate the command_rec structure. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Update file description list. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Get rid of libssl.modules and libssl.version. libssl... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Integrate mod_ssl into the Autoconf facility. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Move the AC_MSG_CHECKING into the module-specific macro... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Cosmetics: align the entry of MPMs in "configure -... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Allow mod_tls and mod_ssl coexists without interfering... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Ralf S. Engelschall | adjust file list for removed files, too. |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Ralf S. Engelschall | Get rid of the first pair of files which are no longer... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Ralf S. Engelschall | mod_ssl integration step 2: |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Ralf S. Engelschall | Resolve conflicts after import. |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Ralf S. Engelschall | Initial revision |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Jeff Trawick | add some more analysis for a couple of current problems... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Jeff Trawick | Build (and do so cleanly) when !APR_HAS_OTHER_CHILD. |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Joshua Slive | Remove useless cruft. |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Doug MacEachern | another nit caught by C::Scan: change request_rec param... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Joshua Slive | Conversion to XHTML. |
commit | commitdiff | tree | snapshot |
2001-05-03 |
William A.... | A couple of new options for sysadmins. Still waiting... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
William A.... | Damnable casts |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Bill Stoddard | Set the conn_rec->aborted flag when we detect a whacked... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Jeff Trawick | Add a missing backslash in the install-other code so... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Greg Ames | simplify the MaxRequestPerChild logic in worker_thread... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Jeff Trawick | Prevent a hang when a cgi handled by mod_cgid tries... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Bill Stoddard | mod_log_config: %c connection status incorrectly logged |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Jeff Trawick | account for the recent apr_pool_*abort changes |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Ryan Bloom | Fix the logic for saving data onto the heap before... |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Graham Leggett | Fixed a problem with directory listing corruption in the |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Ryan Bloom | AP_MIN_BYTES_TO_WRITE currently equals APR_BUCKET_BUFF_... |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Greg Stein | Add a comment about an assumption we make in our keepal... |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Jeff Trawick | Initialize a local variable to prevent a gcc warning... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Greg Ames | document my understanding of why the pipe_of_death_mute... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Jeff Trawick | fix my APR_STATUS_IS_EAGAIN() usage |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Doug MacEachern | C::Scan strikes again; include argument name in ap_invo... |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Ryan Bloom | Create Files, and thus MMAPs, out of the request pool... |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Brian Havard | OS/2: fix "make install" to install shared core & progr... |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Roy T. Fielding | Remove some obsolete macros and rename one that wasn... |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Roy T. Fielding | All of this stuff about apxs is bogus right now --... |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Roy T. Fielding | Completely revamp configure so that it preserves the... |
commit | commitdiff | tree | snapshot |
2001-04-28 |
William A.... | Pass the perms arg to apr_dbm_open |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Doug MacEachern | threaded and prefork mpms are properly handling SIGTERM... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Doug MacEachern | backing out this part of the recent apxs change |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Jeff Trawick | Allow module names to be hyphenated in the --enable... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Jeff Trawick | Get mod_tls to compile/work better on Windows. |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Bill Stoddard | Date the 2.0.17 roll |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Martin Kraemer | Fix APXS: treat sbindir as expected, fix "link" command. |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Martin Kraemer | Prevent a core dump (openssl_state_machine.c is complet... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Martin Kraemer | Not that it matters, but the compiler complains (sugges... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Martin Kraemer | This is C, not C++ (yet ;-). |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Ken Coar | Add the 'last-modified' field and details on the transl... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Ken Coar | Move the STATUS file to the top of the tree |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Martin Kraemer | Search for OpenSSL in the "standard locations" ...... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Greg Stein | fast-path some cases, primarily to avoid an allocation... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Jeff Trawick | note a problem with cgid cleanup, even with Greg's... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Greg Ames | Fix shutdown/restart hangs in the threaded MPM. |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Martin Kraemer | Make mod_tls compile. Fix supplied by Jean-Frederic... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Roy T. Fielding | Removed the keptalive boolean from conn_rec because... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
David Reid | This stops some systems from barfing... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Cliff Woolley | Fix a reference to "ctx" in mod_include's CREATE_ERROR_... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Paul J. Reder | Yeah, well, like the entry says, fixed prefork to handl... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Paul J. Reder | This patch puts enough of the signal processing back... |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Jim Jagielski | Get rid of old naming fluff... MPMs aren't |
commit | commitdiff | tree | snapshot |
2001-04-25 |
Jim Jagielski | Docco update for modules directory layout |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Graham Leggett | mod_proxy and the proxy submodules now build properly... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Graham Leggett | Stopped the HTTP proxy from trying to read entity bodie... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Graham Leggett | Made the variable naming the same as everywhere else... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Victor J. Orlikowski | Just for the sake of cleanliness ... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Doug MacEachern | adjust to ap_get_brigade() / input filter api changes |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Greg Ames | back out my quiesce limit change altogether from the... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Victor J. Orlikowski | Sometimes, boys and girls, pointers and integers *aren... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Graham Leggett | Apply changes to ap_get_brigade() to the proxy code. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Victor J. Orlikowski | *Sigh.* The janitor cleans up after himself. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Victor J. Orlikowski | Fix proxy to NOT be built by default. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Ryan Bloom | Document the new argument to ap_get_brigade() |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Brian Havard | OS/2: Export from the shared core symbols from the... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Brian Havard | Add a few more modules to the "most" category. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Yoshiki Hayashi | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Jeff Trawick | comment on a couple of daedalus core dumps |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Greg Ames | further testing shows processes w/no worker threads... |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Greg Ames | Limit the threaded mpm to quiescing one process at... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Ryan Bloom | At the hack-athon we decided to change the way that... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Ryan Bloom | Add a comment about how http_filter works. |
commit | commitdiff | tree | snapshot |
next |