summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."William A. Rowe Jr2001-02-2514-166/+132
* Whoops ... if I'm enabling mod_info to build on Win32, better cleanWilliam A. Rowe Jr2001-02-251-3/+2
* Don't assume that the byterange filter will always be called more thanRyan Bloom2001-02-251-4/+8
* Move the error_bucket definition from the HTTP module to the core server.Ryan Bloom2001-02-252-105/+1
* Refresh all .mak files should we choose to roll again shortly.William A. Rowe Jr2001-02-2514-842/+587
* Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr2001-02-254-6/+6
* use the right fmt string for finfo.sizeJeff Trawick2001-02-251-2/+2
* do the redirection for GET requests onlyGreg Stein2001-02-241-6/+3
* include apr_lib.h for apr_isspace() definitionJeff Trawick2001-02-241-0/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-243-3/+3
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itGreg Stein2001-02-241-5/+3
* Modify mod_file_cache to save pre-formatted strings forBill Stoddard2001-02-231-2/+31
* use apr_off_t and APR_OFF_T_FMT (for portability to 64-bit off_t systems)Greg Stein2001-02-231-9/+15
* fix a warning in a call to apr_psprintf()Jeff Trawick2001-02-231-1/+1
* Clean up a bunch of incompatible pointer type warnings.Brian Havard2001-02-232-4/+4
* Namespace protect IOBUFSIZ since it is a public symbol.Ryan Bloom2001-02-232-4/+4
* Fix a seg fault in mod_userdir.c. We used to use the pw structureRyan Bloom2001-02-221-5/+7
* Remove a semicolon from a macro. This makes things a bit more readable,Ryan Bloom2001-02-223-5/+5
* clean up a call to apr_psprintf() (trailing NULL not needed)Jeff Trawick2001-02-221-1/+1
* Add a couple of GCC attribute tags to printf style functions. This alsoRyan Bloom2001-02-221-2/+2
* BUFF is gone!Bill Stoddard2001-02-211-23/+2
* Performance: apr_now() was being called for -all- requests. Call it onlyBill Stoddard2001-02-211-1/+2
* Close the accepted socket before creating the CGI process in mod_cgid.Ryan Bloom2001-02-211-1/+10
* Split the mod_dir fixup into two parts. The first determines if thisRyan Bloom2001-02-211-6/+22
* Make mod_dir use a fixup for sending a redirect to the browser.Ryan Bloom2001-02-211-4/+3
* Revert out the build changes made last night. Ryan and Chuck make good points.Victor J. Orlikowski2001-02-201-1/+1
* Fix windows compile breakBill Stoddard2001-02-201-1/+1
* get rid of a type mismatch warningJeff Trawick2001-02-201-1/+1
* Allow proxy to build until we fit a proper build dirChuck Murcko2001-02-201-1/+1
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-194-4/+4
* Intermediate change of hardcoded "helpers" reference to "build"Roy T. Fielding2001-02-183-6/+6
* - more ap_conf_vector_t fixup.Greg Stein2001-02-181-13/+10
* shift some declarations over to mod_core.h where they're totally private.Greg Stein2001-02-181-0/+16
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-1811-185/+159
* Change a few "no" module to "most". Leave suexec: it must be explicitlyGreg Stein2001-02-181-2/+2
* Working SSL/TLS! Yay!Ben Laurie2001-02-183-75/+153
* use "conf" rather than "sec" for the configuration data. misc style,Greg Stein2001-02-184-127/+129
* Remove "no" from many APACHE_MODULE() invocations to allow them to beGreg Stein2001-02-185-15/+15
* Fix a warning.Ben Laurie2001-02-172-2/+2
* Remove some Makefile.libdir's. These were used by Configure in ApacheRyan Bloom2001-02-161-4/+0
* Rename the mpmt_pthread module to threaded. This module has moved fromRyan Bloom2001-02-161-1/+1
* Rename the module structures so that the exported symbol matchesMartin Kraemer2001-02-1612-49/+49
* Update copyright to 2001Roy T. Fielding2001-02-1670-104/+101
* Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2001-02-162-7/+7
* Remove the coalesce filter. With the addition of the ap_f* functions,Ryan Bloom2001-02-161-138/+0
* Fix the seg fault in mod_status.c. This changes the up_time to anRyan Bloom2001-02-151-6/+6
* Remove some warnings from mod_status.Ryan Bloom2001-02-151-7/+7
* PR:Bill Stoddard2001-02-141-7/+5
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-142-14/+14
* backout name change:Doug MacEachern2001-02-131-3/+3