| 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 | 
| 2001-04-21 |  Ryan Bloom | Put the keep-alive connection logging back. | commit | commitdiff | tree | snapshot | 
| 2001-04-21 |  Cliff Woolley | Revert about half of the last commit because of an... | commit | commitdiff | tree | snapshot | 
| 2001-04-21 |  Roy T. Fielding | Revert the change that moved keepalives out of conn_rec... | commit | commitdiff | tree | snapshot | 
| 2001-04-21 |  Roy T. Fielding | Revert addition of HTTP logging hhok for connection... | commit | commitdiff | tree | snapshot | 
| 2001-04-20 |  Cliff Woolley | Change mod_include to use the latest bucket API tricks... | commit | commitdiff | tree | snapshot | 
| 2001-04-20 |  Bill Stoddard | struct_ptr is a void*.  The Windows compiler doesn... | commit | commitdiff | tree | snapshot | 
| 2001-04-20 |  Bill Stoddard | Fix seg fault at start-up introduced by Ryan's change... | commit | commitdiff | tree | snapshot | 
| 2001-04-20 |  Doug MacEachern | Add ap_set_int_slot() function | commit | commitdiff | tree | snapshot | 
| 2001-04-20 |  Jeff Trawick | Under certain circumstances, Apache did not supply the | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Graham Leggett | Made sure dates were canonicalised correctly when passe... | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Jeff Trawick | test -e isn't portable; use test -f instead | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Brian Havard | Remove unused variable. | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Bill Stoddard | Couple of show stoppers | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Jeff Trawick | get mod_cache to at least compile | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Yoshiki Hayashi | New Japanese translation | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Yoshiki Hayashi | New Japanese translation. | commit | commitdiff | tree | snapshot | 
| 2001-04-19 |  Yoshiki Hayashi | New Japanese translation. | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Ryan Bloom | Forgot to add this file. | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Ryan Bloom | Allow modules to specify their own logging format speci... | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Ryan Bloom | There is a bug in how we sort some hooks, the pre-confi... | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  David Reid | This changes the build process as outlined in my email... | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Ryan Bloom | Don't overwrite r->the_request.  This was causing us... | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Jeff Trawick | add "extern" to the decl of http_module so that we... | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Jeff Trawick | account for the change to apr_create_signal_thread | commit | commitdiff | tree | snapshot | 
| 2001-04-18 |  Ryan Bloom | Move the keepalives field out of the conn_rec and into... | commit | commitdiff | tree | snapshot | 
| 2001-04-17 |  Bill Stoddard | Tweak a message. No function change. | commit | commitdiff | tree | snapshot | 
| 2001-04-17 |  Bill Stoddard | Retagged.. Now bump back to 2.0.18-dev.  For anyone... | commit | commitdiff | tree | snapshot | 
| 2001-04-17 |  Bill Stoddard | Retag at 2.0.17 | commit | commitdiff | tree | snapshot | 
| 2001-04-17 |  Greg Stein | allow non-absolute URIs to occur in some of the request... | commit | commitdiff | tree | snapshot | 
| 2001-04-17 |  Bill Stoddard | Bump the release num | commit | commitdiff | tree | snapshot | 
| 2001-04-17 |  Roy T. Fielding | Remove some obsolete copies | commit | commitdiff | tree | snapshot | 
| 2001-04-16 |  Ryan Bloom | If a higher-level filter handles the the byterange... | commit | commitdiff | tree | snapshot | 
| 2001-04-16 |  David Reid | Silly typo. | commit | commitdiff | tree | snapshot | 
| 2001-04-16 |  Greg Ames | give the poor users (i.e. us) a clue that something... | commit | commitdiff | tree | snapshot | 
| 2001-04-16 |  Victor J. Orlikowski | *Sigh*. Slight janatorial work. | commit | commitdiff | tree | snapshot | 
| 2001-04-15 |  Ryan Bloom | Update the DSO docs in the INSTALL file. | commit | commitdiff | tree | snapshot | 
| 2001-04-15 |  Graham Leggett | Add the Retry-After support that was commented out... | commit | commitdiff | tree | snapshot | 
| 2001-04-15 |  Graham Leggett | Oops - the proxy host and port were left off when the... | commit | commitdiff | tree | snapshot | 
| 2001-04-15 |  Graham Leggett | Split each individual proxy protocol into separate... | commit | commitdiff | tree | snapshot | 
| 2001-04-15 |  Ryan Bloom | Fix the binbuild.sh script so that it works correctly... | commit | commitdiff | tree | snapshot | 
| 2001-04-15 |  Ryan Bloom | If mod_dav is not enabled, then don't enable mod_dav_fs. | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Ryan Bloom | Move the httpd release rolling script from the httpd... | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Ryan Bloom | We don't really treat this field as a const, and curren... | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Paul J. Reder | Changed the threaded mpm to have child_main join to... | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Paul J. Reder | Changed the threaded mpm to have child_main join to... | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Ryan Bloom | We need a prototype for ap_show_mpm | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Greg Stein | Fix up the auto-versioning stuff. The new scheme more... | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Greg Stein | Implement the MERGE method: fill in dav_method_merge... | commit | commitdiff | tree | snapshot | 
| 2001-04-14 |  Graham Leggett | Make hooks work for the *_canon() functions. Work conti... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Graham Leggett | Initial support for proxy protocol handler sub-modules... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Ryan Bloom | Forgot the CHANGES file. | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Ryan Bloom | Add more options to the ap_mpm_query function.  This... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Chuck Murcko | Be type safe, avoid possible buffer overrun | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Chuck Murcko | Not sure what I was thinking, but this clarifies the... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Graham Leggett | Added Max-Forwards support for all request types so... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Graham Leggett | Sorted out some content-type oddness with proxy_ftp.c | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Graham Leggett | Fixed all the APR error codes to make sure they end... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Chuck Murcko | Fix logic in connect handler from previous patch | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Chuck Murcko | Fix warnings about byte count type on Darwin | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Cliff Woolley | Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Graham Leggett | IPV6 EPSV support for IPV6 in FTP proxy. | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Graham Leggett | Fixed a problem with FTP directories and charcters... | commit | commitdiff | tree | snapshot | 
| 2001-04-13 |  Ryan Bloom | Do not install the binaries from the support directory... | commit | commitdiff | tree | snapshot | 
| next |