2001-05-13 |
Greg Stein | Implement Jeff's idea for an autoconf-defined symbol... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Jeff Trawick | get rid of an errant semicolon which broke gcc builds... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Jeff Trawick | Only turn on AP_DEBUG if we're using gcc. |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Roy T. Fielding | I woke up too early this morning. |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Roy T. Fielding | Fix httpd's definition of LTFLAGS to be consistent... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Roy T. Fielding | It is easier to re-run configure's test and pick up... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Ryan Bloom | Cleanup the reporting of incorrect end tags for contain... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Victor J. Orlikowski | Small fix to make depend, although make depend doesn... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Victor J. Orlikowski | More changes based on Ian's patch. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Victor J. Orlikowski | Fix up some of the definitions, based on Ian's patch. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Roy T. Fielding | The pattern was too general -- it would match the date... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Bill Stoddard | Do not send apr_file_t allocated out of the pconf pool... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Ian Holsman | Allows Mod_proxy to be dynamically loaded on win32... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Jeff Trawick | When checking for gcc, use variable ac_cv_prog_gcc... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Greg Ames | revert to the documented behavior of MaxRequestPerChild... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Roy T. Fielding | Moved inside configure.in. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Roy T. Fielding | Simplify the configuration process by moving all libtoo... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Roy T. Fielding | No need to sinclude macros that we no longer use. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Roy T. Fielding | We don't need no stinkin libtool when APR already has... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Chuck Murcko | Add the AP_DECLARE()/AP_CORE_DECLARE macros on the... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Roy T. Fielding | Make the runtime path hack a little more portable,... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bill Stoddard | A couple of default win config file tweaks. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Roy T. Fielding | Proving once again that bash doesn't bother to document... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Joshua Slive | Replace install.html with an html-ized version of |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Roy T. Fielding | I forgot to add the bit that allows the macro to be... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Roy T. Fielding | Eventually we will want to only find openssl once regar... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Ryan Bloom | Fix apachectl so that it uses the configure program... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
David Reid | Pass in the full path for the AP_LIBS so we can always... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Doug MacEachern | surprised -Wall does not complain, but ap_scan_script_h... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Martin Kraemer | Be more strict when --with-tls was given without a... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Martin Kraemer | Try to auto-detect the location of the OpenSSL stuff... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Roy T. Fielding | When no specific location of openssl is given, we need... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Victor J. Orlikowski | Shut the compiler up. |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Jeff Trawick | get the MPMs consistent w.r.t. visibility of ap_max_req... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Jeff Trawick | fix some generation logic/displays in mod_status by... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Cliff Woolley | Jeff fixed this... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Jeff Trawick | minor scoreboard/status improvements: |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Jeff Trawick | Get rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Bill Stoddard | Get mod_cern_meta to work on Windows. The problem... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Jeff Trawick | fix the type of a parameter to ap_get_brigade() |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Chuck Murcko | Crikey. |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Joshua Slive | Seems to be an inconsistency in the code with regard... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Joshua Slive | Bring the mod_include docs up to scratch and link up... |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Ryan Bloom | Back out the recent change to ap_get_brigade, to make... |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Ben Laurie | Something got deleted from the module structure. |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Ben Laurie | Add a demo input filter. |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Chuck Murcko | Track Greg's change to byte count for input filters |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Joshua Slive | Forgot one file when adding mod_cgid. |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Joshua Slive | Update some CGI docs: |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Fix todo list |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Port ssl_util.c stuff to APR. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Port ssl_util_table.[ch] to Apache 2.0 by just removing... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Port ssl_util_ssl.[ch] stuff to APR. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Joshua Slive | Sunny and 11c in Vancouver. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Use different namespace for internal defines. |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Ralf S. Engelschall | Port ssl_engine_ds.c to APR. |
commit | commitdiff | tree | snapshot |
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 |
next |