]> granicus.if.org Git - apache/shortlog
apache
2001-02-23 Doug MacEachernremove ap_{post_config,child_init}_hook
2001-02-23 Ryan BloomRemove the b1 description from ap_release. It doesn...
2001-02-23 Greg Steinuse apr_off_t and APR_OFF_T_FMT (for portability to...
2001-02-23 Jeff Trawickfix a warning in a call to apr_psprintf()
2001-02-23 Jeff TrawickWork on a BSD/OS system where GNU make is used instead...
2001-02-23 Brian HavardClean up a bunch of incompatible pointer type warnings.
2001-02-23 Joshua SliveTypo.
2001-02-23 Jeff TrawickGet it to build on FreeBSD by dropping <stropt.h>....
2001-02-23 Ryan BloomNamespace protect IOBUFSIZ since it is a public symbol.
2001-02-22 Ryan BloomUse "Basic" authentication instead of "basic" in ab...
2001-02-22 Jeff Trawickget the last worker in a given child initialized properly
2001-02-22 Ryan BloomFix a seg fault in mod_userdir.c. We used to use the...
2001-02-22 Jeff TrawickBack down the default number of initial threads created...
2001-02-22 Ryan BloomRemove a semicolon from a macro. This makes things...
2001-02-22 Jeff Trawickclean up a call to apr_psprintf() (trailing NULL not...
2001-02-22 Doug MacEachernjust making server_signature enum decl easier to read...
2001-02-22 Doug MacEachernserver_rec* -> server_rec * (sorry for nit, C::Scan...
2001-02-22 Doug MacEachernavoid c++ keywords
2001-02-22 Ryan BloomAdd a couple of GCC attribute tags to printf style...
2001-02-22 Tony FinchAdd the correct language tag for interoperation with...
2001-02-22 Ryan BloomRemove a completed item from STATUS
2001-02-21 Ryan BloomMake the perchild MPM use the APR signal child and...
2001-02-21 Bill StoddardBUFF is gone!
2001-02-21 Bill StoddardPerformance: apr_now() was being called for -all- reque...
2001-02-21 Ryan BloomClose the accepted socket before creating the CGI proce...
2001-02-21 Ryan BloomSplit the mod_dir fixup into two parts. The first...
2001-02-21 Bill StoddardRemove mod_proxy from the Windows project file
2001-02-21 Martin KraemerOops - better *think* first. Fix typo.
2001-02-21 Martin KraemerDisplay APACHE_MPM_DIR in the list of #defines, and
2001-02-21 Jeff TrawickGet rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG.
2001-02-21 Ryan BloomRemove the rest of the pthreads functions from the...
2001-02-21 Ryan BloomMake mod_dir use a fixup for sending a redirect to...
2001-02-20 Ryan BloomMigrate the threaded MPM to use all APR threading calls...
2001-02-20 Victor J. OrlikowskiRevert out the build changes made last night. Ryan...
2001-02-20 Bill StoddardFix windows compile break introduced by Martin's module...
2001-02-20 Bill StoddardFix windows compile break
2001-02-20 Jeff Trawickmake the linkage of clean_child_exit() consistent to...
2001-02-20 Jeff Trawickget rid of a type mismatch warning
2001-02-20 Roy T. FieldingUpdate APR macro usage to new name-protected names.
2001-02-20 Chuck MurckoAllow proxy to build until we fit a proper build dir
2001-02-19 Victor J. OrlikowskiCleaning up and moving around .cvsignore files for...
2001-02-19 Joshua SliveFix META tag.
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-18 Roy T. FieldingIntermediate change of hardcoded "helpers" reference...
2001-02-18 Eric Choletnew French translation
2001-02-18 Roy T. FieldingUpdate some references to the old src tree structure.
2001-02-18 Greg Stein- more ap_conf_vector_t fixup.
2001-02-18 Greg Steinshift some declarations over to mod_core.h where they...
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-18 Greg SteinChange a few "no" module to "most". Leave suexec: it...
2001-02-18 Ben LaurieWorking SSL/TLS! Yay!
2001-02-18 Greg Steinuse "conf" rather than "sec" for the configuration...
2001-02-18 Greg SteinRemove "no" from many APACHE_MODULE() invocations to...
2001-02-18 Greg Steinfix some bugs that appeared once some APACHE_MODULE...
2001-02-17 Greg Steinimplement ability to do --enable-modules and --enable...
2001-02-17 Ben LaurieMake exports.lo rebuild when it should.
2001-02-17 Ben LaurieFix a warning.
2001-02-17 Roy T. FieldingUse new locations for APR autoconf macros and remove...
2001-02-17 Joshua SliveAdd urlmapping.html document.
2001-02-16 Ryan BloomMake the threaded MPM use APR locks instead of pthreads...
2001-02-16 Joshua SliveTake 4: The last one worked for me, but Ralf says it...
2001-02-16 Ryan BloomRemove some Makefile.libdir's. These were used by...
2001-02-16 Ryan BloomRename the mpmt_pthread module to threaded. This modul...
2001-02-16 Ryan BloomIt would be a beautiful day to go outside, but I have...
2001-02-16 William A.... Pesky prolifieration
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Chuck Murckoadd placeholder for proxy doc
2001-02-16 Ryan BloomAdd a note about using APR threads and processes.
2001-02-16 Ryan BloomRemove all instances of apache_apr_flags="--enable...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-16 Yoshiki HayashiNew Japanese translation.
2001-02-16 Ryan BloomAdd an apr_short_interval_time. This allows us to...
2001-02-15 Chuck MurckoThis file moved into httpd-proxy CVS module.
2001-02-15 Ryan BloomNote the removal of coalesce filter in the CHANGES...
2001-02-15 Ryan BloomRemove the coalesce filter. With the addition of the...
2001-02-15 Ryan BloomFix the seg fault in mod_status.c. This changes the...
2001-02-15 Joshua SliveReplace my horribly stupid regular expression with...
2001-02-15 Ryan BloomRemove some warnings from mod_status.
2001-02-14 Bill StoddardMove the call to set the socket timeout outside the...
2001-02-14 Bill StoddardFix lingering close (and make it more efficient). We...
2001-02-14 William A.... Sorry, cleaning up the naughty bits that should not...
2001-02-14 William A.... Massive commit to clean up os/win32 and label some...
2001-02-14 David ReidBeos R5 and below don't have the sin_len member in...
2001-02-14 David ReidAs a debugging aid, report which version of the beos...
2001-02-14 Bill StoddardRemove some deprecated comments.
2001-02-14 Bill StoddardPR:
2001-02-14 Bill StoddardStart getting extended status working again.
2001-02-13 Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-13 Bill StoddardWindows MPM: Handle ap_new_connection() failure.
2001-02-13 Ryan BloomFix some spelling mistakes and remove the mpmt_beos...
2001-02-13 David ReidThis is a huge change that gets beos building again...
2001-02-13 David ReidMore changes to the way that we use mod_status on beos.
2001-02-13 Ryan BloomRemove the dexter MPM. This has been replaced with...
2001-02-13 Doug MacEachernbackout name change:
2001-02-13 Doug MacEachernrename:
2001-02-13 Doug MacEacherns/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typo
2001-02-13 Bill StoddardWindows doesn't have ap_config_auto. Perhaps we need...
2001-02-13 Greg AmesThe "src/" directory no longer exists. Clean up the...
2001-02-13 David ReidOK, this is the start of getting things running on...
2001-02-13 Jeff TrawickUse apr_want.h to get the declarations for ntohs et...
next