summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build breakBill Stoddard1999-12-091-0/+3
* Add strucutre to autoconf-config system to allow modules to specifyManoj Kasichainula1999-12-061-6/+8
* Make most other modules selectable by autoconf's ./configure.Manoj Kasichainula1999-12-061-3/+31
* Oops, changed the default status of mod_env for testing and committedManoj Kasichainula1999-12-061-1/+1
* Move the default status of module inclusion/exclusion into theManoj Kasichainula1999-12-061-5/+4
* Make the call to configure a module a little simpler if the moduleManoj Kasichainula1999-12-061-2/+2
* autoconf: Start adding support for selecting modules on theManoj Kasichainula1999-12-051-2/+29
* autoconf: Generate modules.c based on configuration. This is the firstManoj Kasichainula1999-12-051-0/+1
* We may not always want to make the pipes between processes non-blocking.Ryan Bloom1999-12-023-3/+8
* Bring mod_mime_magic to Apache 2.0.Ryan Bloom1999-12-021-78/+120
* Deal with times() properly in autoconf. This also changes NO_TIMES toManoj Kasichainula1999-11-302-2/+10
* The extra (n < 1) check is redundant, leftover from pre-APR code.Manoj Kasichainula1999-11-301-2/+1
* The second part of the big autoconf patch, which actually adds autoconfManoj Kasichainula1999-11-301-0/+1
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-302-6/+6
* Update some dependancies. Move the final two files out of apr/inc and intoRyan Bloom1999-11-234-7/+8
* Next stage of ap_mmap support. Tested on FreeBSD and BeOS.David Reid1999-11-202-43/+22
* Initial version of CGI Daemon module. This module needs to be tested moreRyan Bloom1999-11-191-0/+1006
* Finish the conversion from fprintf(stderr -> ap_log_err.Ryan Bloom1999-11-196-36/+66
* First step in removing the fprintf(stderr problem from Apache. Basically,Ryan Bloom1999-11-191-2/+3
* Cleaned up the APRFile uses in Apache. Also removed the apr.h header fileRyan Bloom1999-11-171-0/+1
* Cleanup the ZZZ comments. Basically these used to mark places where APRRyan Bloom1999-11-163-22/+6
* Make mod_so.c compile. Loading modules crashes for me though, haven't figuredBrian Havard1999-11-141-20/+11
* mod_autoindex has a small bug when calling ap_readdir. This wasBill Stoddard1999-11-091-1/+1
* Get rid of a number of 'incompatible pointer type' warnings usingBrian Havard1999-11-081-1/+1
* Export ap_send_error_responseBill Stoddard1999-11-051-1/+1
* First cut at port to apache-2.0. Simple tests are working.Ronald Tschalar1999-11-041-64/+114
* OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESSBrian Havard1999-11-031-1/+1
* De-errno ap_pcfg_openfile().Brian Havard1999-11-023-7/+11
* Delete useless code...Bill Stoddard1999-11-021-1/+1
* First cut at adding a sendfile API to IOL. Eventually need to move iol_socketBill Stoddard1999-11-021-1/+17
* First hack at getting mod_include to work. Everything seems to work ok butBrian Havard1999-11-011-110/+120
* In ap_send_fb_length() don't treat APR_EOF as a fatal error.Brian Havard1999-11-011-1/+1
* Fix mod_asis handler name. This was messed up with Ryans accidentalBrian Havard1999-11-011-1/+1
* Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizingBrian Havard1999-10-311-8/+1
* Finish removing references to errno from buff, by introducingManoj Kasichainula1999-10-311-5/+8
* Undo the ap_bgets errno patch. It will return status with ap_berror().Manoj Kasichainula1999-10-312-30/+20
* An errnoless interface for ap_bgetsManoj Kasichainula1999-10-302-20/+30
* ap_bwrite now exports an errnoless interface.Manoj Kasichainula1999-10-303-23/+31
* Change ap_bread's interface to no longer require errno.Manoj Kasichainula1999-10-303-18/+27
* ap_bflush and ap_bclose now return ap_status_t error codes instead ofManoj Kasichainula1999-10-271-2/+5
* One ap_bflush to the client wasn't checked. Now fixed.Manoj Kasichainula1999-10-271-2/+4
* Make args to CGIs work.Brian Havard1999-10-251-6/+6
* Size rigour.Ben Laurie1999-10-243-4/+6
* mod_speling runs in 2.0-dev now: a bug in (linux?) readdir_r handling andMartin Kraemer1999-10-231-15/+10
* I am not claiming that the modules work now, but at least the parameter listsMartin Kraemer1999-10-2210-137/+141
* **WARNING** DO NOT USE YET - interim stateMartin Kraemer1999-10-221-23/+41
* This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms thatBill Stoddard1999-10-211-9/+8
* Fix an ap_log_rerror call in a Win32 code branchBill Stoddard1999-10-201-1/+1
* Fix mod_cgi so it works on Unix systems. We need to be VERY carefulRyan Bloom1999-10-201-35/+27
* Apply ap_log_error() errno parameter addition to a few more files.Brian Havard1999-10-201-8/+8