]> granicus.if.org Git - apache/history - server/mpm/mpmt_pthread/mpmt_pthread.c
*) continued header revamping
[apache] / server / mpm / mpmt_pthread / mpmt_pthread.c
2001-02-10 Greg Stein*) continued header revamping
2001-02-09 Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-07 Jeff Trawickget rid of some cruft related to a now-unused parameter to
2001-02-06 Ryan BloomSetup the server start time correctly. This also gets...
2001-02-05 Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-04 Bill StoddardMore mod_status work... Get Current Time, Restart Time...
2001-02-02 Jeff TrawickFix some bogosity dealing with the mapping from process...
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 Jeff Trawickfix the declaration of the register-hooks function...
2001-01-12 Ryan BloomStop using environment variables to set ONE_PROCESS...
2001-01-07 Ben LaurieMake handlers use hooks.
2000-12-19 Ryan Bloomap_start_shutdown is not used by anybody outside of...
2000-12-04 Jeff TrawickGet rid of ap_new_apr_connection(). ap_new_connection...
2000-12-01 Greg AmesUse APR_LOCKALL in dexter and mpmt_pthread to serialize...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-10-23 Manoj KasichainulaAdd a temporary pool argument to unixd_pre_config,...
2000-10-18 Ryan BloomThis begins to remove BUFF from the server. The idea...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-22 Brian HavardAPRize disabling nagle (setting TCP_NODELAY).
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-08-01 Ryan BloomAdd a NO_DETACH environment variable to all MPMs that...
2000-07-31 Jeff TrawickFix some problems with which error code to use after...
2000-07-31 Ryan BloomMake the Unix MPMs not clean the scoreboard on a gracef...
2000-07-29 Ryan BloomRemove iol_socket.h. This file had one declaration...
2000-07-27 Jeff TrawickDon't try to process a connection when accept() failed.
2000-07-25 Jeff TrawickFix typo in log message.
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
2000-07-10 Ryan BloomMove sock_disable_nagle to mpm_common.c. Rename it...
2000-07-10 Ryan BloomMove setup_listeners to listen.c. This renames it...
2000-07-10 Ryan BloomMove process_child_status to mpm_common.c. This requir...
2000-07-05 Bill StoddardAllocate iols out of the ptrans pool rather than malloc...
2000-07-05 Ryan BloomRemove some warnings from the latest compile. I don...
2000-06-30 Ryan BloomRemove ap_get_server_conf() from the MPM's that impleme...
2000-06-30 Ryan BloomCombine some common code. Before this, all platforms...
2000-06-27 Bill StoddardFix compile warning on AIX
2000-06-24 Jeff TrawickLog errors from ap_accept().
2000-06-23 Jeff TrawickFix a couple of problems associated with recognizing...
2000-06-23 Jeff TrawickClean up the APR-ization of the pipe of death.
2000-06-23 Ryan BloomFix the mpmt_pthread MPM to use an APR pipe for the...
2000-06-23 Jeff TrawickBring back the hokey call to ap_create_tcp_socket(...
2000-06-22 Ryan BloomCommit a few changes to the mpmt_pthread and dexter...
2000-06-21 Jeff TrawickFix error messages issued from MPMs which explain where...
2000-06-20 Ryan BloomRemove unixd_detach function, because it is provided...
2000-06-19 Jeff Trawickfix compile warning
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 Ryan BloomClean up the stat commit. Basically there was one...
2000-06-12 Sascha SchumannIncluding apr_file_io.h is not necessary.
2000-06-12 Sascha SchumannFix typos.
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-06-05 Ryan BloomAdd server tokens back to 2.0. Also bring forward...
2000-06-02 Ryan BloomAdd pre_config hooks back in for all modules. This...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr Pass the process_rec to the MPM to allow rewriting...
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-24 Ryan BloomFix a memory leak with ap_wait_or_timeout.
2000-05-23 Ryan BloomPort mpmt_pthread and dexter to the new ap_proc_t code...
2000-05-23 Jeff TrawickClean up some pid_t vs. int confusion in mpmt_pthread...
2000-05-19 Roy T. FieldingFix warnings on use of common prototypes. Fix bug...
2000-05-19 Ryan BloomMove wait_or_timeout from the MPM's into the new mpm_co...
2000-05-18 Ryan BloomFirst function removed from Unix MPM's and moved to...
2000-05-18 Jeff TrawickFix problem where the Unix mpms had an unitialized...
2000-05-16 Jeff TrawickHandle some OS/390-isms dealing with pthreads:
2000-05-11 Bill StoddardCreate new function, ap_lingering_close(), which will...
2000-05-04 Ryan BloomPort reliable piped logs to mpmt_pthread and dexter...
2000-05-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-30 Sascha SchumannUse F_SETFL for setting the O_NONBLOCK status flag...
2000-04-29 Sascha SchumannAdd ap_sigwait() to support old-style sigwait().
2000-04-23 Jeff TrawickFix some problems on systems where EAGAIN != EWOULDBLOC...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-06 Jeff TrawickIn mpmt_pthread.c, include <netinet/tcp.h> only if
2000-04-05 Jeff Trawickstop relying on a macro to map signal() to ap_signal...
2000-04-04 Ryan BloomThe Unix MPM's now use the other_child logic from APR.
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-30 Ryan BloomAn initial implementation for the mpmt_pthread mod_stat...
2000-03-30 Ryan BloomPut the pre_config hook back into the table. This...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-14 Ryan BloomPort the scoreboard from the mpmt_pthread MPM to use...
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
1999-12-13 Ryan BloomFix some warnings when configured with --enable-maintai...
1999-12-13 Ryan BloomGet rid of a couple more ap_os_file_t's along with...
1999-12-03 Manoj KasichainulaThe Unix MPMs were depending on APR for signal.h, and...
1999-12-01 Manoj KasichainulaGet rid of ap_check_signals() in all but the prefork...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-19 Ryan BloomRemove the ap_thread_mutex code from all MPM's. This...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-15 Manoj KasichainulaEliminate acceptlock.c from mpmt_pthread. Use an APR...
next