]> granicus.if.org Git - apache/history - os/unix
The changes required for the APR_FINFO_wanted argument to
[apache] / os / unix /
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-12-27 Ryan BloomLast change to get SuEXEC working again, and respecting...
2000-11-27 Jeff Trawick<sys/resource.h> requires <sys/time.h> first on some...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
2000-10-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-23 Manoj KasichainulaAdd a temporary pool argument to unixd_pre_config,...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-15 William A. Rowe Jr Cleanup ap_os_kill from TPF and unix. Maintainers...
2000-08-23 Jim JagielskiWe need to test specifically for setrlimit/getrlimit...
2000-08-08 Ryan BloomDocument os.h. I am only documenting the Unix copy...
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-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-06-30 Ryan BloomCombine some common code. Before this, all platforms...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-20 Ryan BloomRemove unixd_detach function, because it is provided...
2000-06-18 Jeff TrawickMake unixd_config.user_name const char * instead of...
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-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-07 Jeff TrawickFix some bad (1.3 style) parmlists to ap_log_error...
2000-06-06 Ryan BloomAdd the resource limiting code back to Apache 2.0....
2000-05-15 Ryan BloomRemove the dso code from the os/unix directory. These...
2000-04-30 Sascha SchumannOverall UNIX build system improvements:
2000-04-26 Jeff TrawickIncrease the default NumSIG value from 32 to 33 on...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-15 Manoj KasichainulaMinor nit: use top_srcdir instead of topsrcdir, to...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-11 Sascha SchumannThese changes are committed together, because they...
2000-01-11 Sascha SchumannUpdate .cvsignore files
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-10 Bill StoddardAIX DSO tweaks. Enable use of native DSO for AIX 4...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-30 Manoj KasichainulaDelete remnants of ap_spawnvp that got missed earlier.
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-11 Ryan BloomMake Apache use the new ap_create_process call. This...
1999-08-31 Ryan BloomFix some errors from a global search and replace gone...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingAdd ap_spawnvp for thread safety.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-17 Manoj Kasichainulamerge the differences in apache-1.3 from tag mpm-merge...
1999-08-13 Manoj KasichainulaMove the ap_sys_siglist code from the Unix MPMs to...
1999-08-06 dgaudetmerge the differences in apache-1.3 from tag apache...
1999-06-20 dgaudetdetach, set_group_privs, and such... these will be...