2000-08-06 |
Ryan Bloom | Update the mpm_common.h file with docs to use ScanDoc |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Jeff Trawick | Use new AP_INIT_xxx macros & include apr_strings.h... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Ryan Bloom | Update http_vhost.h to use ScanDoc |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Ryan Bloom | Update http_protocol.h to use ScanDoc. |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Ryan Bloom | Remove some old APIs. These were left around for legac... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Ryan Bloom | Document http_main to use ScanDoc |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Ryan Bloom | Document http_core's public APIs for use with ScanDoc. |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Brian Havard | Fix warnings about string functions. |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Jeff Trawick | Finish (almost) Ryan's change of apr_filter_t back... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Ryan Bloom | Fix a small name mix-up. Filters are part of Apache... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Jeff Trawick | Fix a config tree problem. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ryan Bloom | Fix a small typo |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ryan Bloom | Bump the numbers since a5 has been tagged already |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ryan Bloom | Update the version number for the new alpha release |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ryan Bloom | The announcement text for Apache 2.0a5 |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ken Coar | Whoops; forgot to apply this to the 2.0 docs.. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ryan Bloom | Fix the Perchild MPM. This does work now. This change... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Jeff Trawick | Disable the dbm_ usage in mod_rewrite so that it links. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Ryan Bloom | More progress with the perchild MPM. This is serving... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Jeff Trawick | Clean up maintainer-mode compiles of mod_rewrite (use... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Jeff Trawick | Don't trace EINTR errors from accept() on the Unix... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Ryan Bloom | Update the perchild MPM. This does not work, but that... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Ryan Bloom | Convert all of the apr_listen.h to ap_listen.h. This... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Doug MacEachern | prefix libapr functions and types with apr_ |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Jeff Trawick | Use the AP_INIT_TAKE23() macro to clean up a maintainer... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Jeff Trawick | Use the AP_INIT_FLAG() macro to clean up a maintainer... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Jeff Trawick | -DMPMT_PTHREAD is no longer needed. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Ryan Bloom | This serves requests again, although it still doesn... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Ryan Bloom | Complete redesign of this MPM. This is almost working... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Ryan Bloom | Add a NO_DETACH environment variable to all MPMs that... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Ken Coar | Put back PR#6347, but note that it's waiting for an... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Tony Finch | Remove a PR that depends on the submitter (or someone... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Ken Coar | We've been ignoring lots of PRs forever, marking them as |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Bill Stoddard | Win32: Add sdbm to the windows build |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jeff Trawick | Include <strings.h> if we have it to get protos for... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Remove a bug from the STATUS file. Manoj tested the... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jeff Trawick | Fix some problems with which error code to use after... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jeff Trawick | Don't use perror() to report the failure of an APR... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Make http_log use ScanDoc |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | This makes the perchild MPM server requests again,... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Document http_connection.h using ScanDoc |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Note the patch for graceful restarts in the STATUS... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Make the Unix MPMs not clean the scoreboard on a gracef... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jeff Trawick | Get dsos working again by including $(LTFLAGS) on the... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Ryan Bloom | Finish the http_config.h documentation. :-) |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Ryan Bloom | Add more of the comments to http_config.h. This is... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Wireless LANs are soooooo cool. Oh, and the weather... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Eliminate references to specific MPMs from mpm_common... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Change semantics of ap_child_table somewhat. Instead... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Fix a couple of apparent typos. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Bill Stoddard | Up HARD_THREAD_LIMIT. Handle it correctly in mpm_winnt.c |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Bill Stoddard | mod_file_cache docco |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jeff Trawick | Use ap_dso_error() instead of ap_strerror() when ap_dso... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Begin to document http_config.h. This documents most... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Move the Server Token stuff out of http_config_globals... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bill Stoddard | Missed the footer |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bill Stoddard | 1.3 -> 2.0 |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bill Stoddard | Copy some 1.3 doc to 2.0 |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Document ap_mpm.h using ScanDoc. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Document ap_mmn.h using ScanDoc |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Document ap_listen.h using ScanDoc. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Remove iol_socket.h. This file had one declaration... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Add a small doc on how to document the APIs for use... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | convert some -1 back to errno. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Associate virtual hosts with a specific child process... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Jeff Trawick | Change the storage allocation mechanism for ap_proc_t... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Jeff Trawick | Fix segfault/SIGSEGV when running gzip from mod_mime_ma... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Add the ability to register filters. This commit intro... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Fix a small typo. TAKE3 directives really do need... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Cleanup the perchild MPM. What I am doing so far in... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Add the macro for AP_INIT_TAKE3 directives. I am assum... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jeff Trawick | Remove the mod_cgid-won't-go-away problem from the... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jeff Trawick | Use ap_note_subprocess() to register the mod_cgid daemo... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Update the perchild MPM. At this point, it is possible... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Sascha Schumann | Don't bark at developers which are too lazy to pull... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jeff Trawick | Install htdocs again. This was recently removed for... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Bill Stoddard | Win32: Enable compiling expat from the command line |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | ap.h had nothing in it. I am removing it from Apache... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Jeff Trawick | Don't try to process a connection when accept() failed. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bill Stoddard | Win32: Revamp NT shutdown code. I think this shutdown... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Add a patch for review. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Remove some items that are done from the STATUS file. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
David Reid | No idea how these 3 characters got there, but remove... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
William A.... | Another day's progress... little changes, but just... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Add a new MPM. Currently this is almost an exact copy... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Cleanup the MPM #defines. Each MPM #defines a unique... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Fix a bug in our time parsing. We need to zero out... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | Fix some build issues for dexter: |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Back out some changes that weren't supposed to be in... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Remove all of the ap_is* functions from Apache. They... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | packet minimization when doing sendfile... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | Get ap_socket_disable_nagle() working again. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | Fix some compile warnings in mod_file_cache. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Fix an error in service.c, where we were returning... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | The Windows MPM was sometimes returning APR_NOTFOUND... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
kevlo | New translation |
commit | commitdiff | tree | snapshot |
2000-07-26 |
dgaudet | - fix POOL_DEBUG ... restored the ap_pool_joins that... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | REmove the mpmt MPM. This also removes all of the... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | Change --enable-shared that Apache defines to --enable... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | Update mod_so to use the new command_rec format. |
commit | commitdiff | tree | snapshot |
next |