summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix compiler warningsGeoffrey Young2004-07-121-0/+1
* Add DUMP_MODULESPaul Querna2004-07-101-25/+48
* Add OS and APACHE_MPM_DIR to -V outputMartin Kraemer2004-06-291-0/+8
* Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...Martin Kraemer2004-06-291-2/+2
* Complete the EBCDIC conversion support for XML documents.Martin Kraemer2004-06-291-0/+4
* CAN-2004-0493 - memory exhaustion denial of serviceJeff Trawick2004-06-291-0/+17
* start piped loggers via the shell, passing through the environment variablesJeff Trawick2004-06-231-2/+2
* initialize server arrays prior to calling ap_setup_prelinked_modulesGeoffrey Young2004-06-171-6/+6
* * server/util_script.c (ap_scan_script_header_err_core): SetJoe Orton2004-06-161-0/+3
* <VirtualHost myhost> now applies to all IP addresses for myhostJeff Trawick2004-06-111-9/+12
* fix typo in recent commitJeff Trawick2004-06-091-2/+2
* Nobody objected:André Malo2004-06-051-0/+24
* Fix a path searching problem so that NetWare can build the genchars.nlm suppo...Bradley Nicholes2004-06-011-6/+7
* Pass environment variables through to piped loggers, resolvingJeff Trawick2004-05-281-0/+4
* allow LimitRequestBody to be reset to unlimitedAndré Malo2004-05-251-2/+10
* use new apr_strtoff function to parse limitrequestbodyAndré Malo2004-05-251-6/+4
* * server/core.c (core_output_filter): Don't explicitly delete the EOCJoe Orton2004-05-171-5/+4
* :set tabstop=8André Malo2004-05-111-234/+234
* * modules/loggers/mod_log_config.c, server/log.c (open_error_log,Joe Orton2004-05-061-2/+2
* Prevent Win32 pool corruption at startupAllan K. Edwards2004-05-041-2/+17
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-253-101/+144
* ap_add_named_module is not used and maintained anymore. Drop it.André Malo2004-04-251-20/+0
* disable the use of acceptex on Win9x systems automaticallyAndré Malo2004-04-241-0/+5
* ap_rgetline_core: insure that the output string is null terminatedGreg Ames2004-04-231-0/+11
* ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are nowAndré Malo2004-04-211-2/+3
* Include directives no longer refuse to process symlinks onAndré Malo2004-04-211-6/+20
* Recursive Include directives no longer crash. The server stopsAndré Malo2004-04-201-1/+33
* * server/vhost.c (remove_unused_name_vhosts): Remove redundant check;Joe Orton2004-04-151-6/+0
* Fix a typo and clean up some tab characters.Bradley Nicholes2004-04-141-25/+25
* the eight space tabs are harassing me.André Malo2004-04-121-366/+369
* accept URLs as ServerAdmin contact. If it's not recognized as an URL, assumeAndré Malo2004-04-101-2/+4
* "ErrorDocument default" changes broke inheritance. consider:André Malo2004-04-101-2/+11
* Fix a bunch of cases where the return code of the regex compilerAndré Malo2004-04-101-0/+18
* Enable special ErrorDocument value 'default' which restores theGeoffrey Young2004-04-091-10/+16
* Don't allocation large buffers on the stack to avoid over-running a fixed len...Bradley Nicholes2004-04-071-1/+7
* Don't include newlines in strings passed to ap_log_error.Jeff Trawick2004-03-291-2/+2
* * server/core.c (core_output_filter): Tag the deferred_write pool.Joe Orton2004-03-251-0/+1
* Can't assume the filepointer is really 0 when offset is 0. A handler can crea...Bill Stoddard2004-03-241-1/+1
* Fix memory corruption problem with ap_custom_response() function.Jeff Trawick2004-03-241-9/+19
* Fix crash when Apache was started with no Listen directives.Jeff Trawick2004-03-191-1/+1
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-192-3/+20
* Adapt the mpm_netware version of the ThreadStackSize directive to the common ...Bradley Nicholes2004-03-173-17/+9
* Report the NetWare socket error since we are using native socket callsBradley Nicholes2004-03-161-1/+1
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-167-14/+15
* * server/Makefile.in: Revert duplicate eoc_bucket.c inJoe Orton2004-03-151-1/+1
* Add missing sourceMartin Kraemer2004-03-151-1/+1
* Forward-port from mod_dav 1.0:Joe Orton2004-03-141-1/+3
* Improve helpfulness of error messages when accept mutex has a problem.Justin Erenkrantz2004-03-141-2/+4
* Satisfy directives now can be influenced by a surrounding <Limit>André Malo2004-03-141-6/+20
* Remove some more uneeded code.David Reid2004-03-121-41/+24