summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Fix style nits in the new hash config code. No Functional changes.Paul Querna2005-06-021-8/+8
* - Fix graceful restarts with the new hashed configuration. The hash now allo...Paul Querna2005-06-021-3/+33
* * event.c: Create ptrans pool as a child of pconf, to fix APR pool Paul Querna2005-06-011-1/+1
* downgrade the log level of a proc_mutex_unlock error messageJeff Trawick2005-06-011-1/+7
* - Use a hash for the configuration command lookup implementation. Now module...Paul Querna2005-05-291-44/+97
* - Put a prefix on this error message to have a chance of finding it in the so...Paul Querna2005-05-271-1/+1
* Commits 160348 and 160352 are obviated by commit 178340 in APR. httpdWilfredo Sanchez2005-05-251-10/+8
* fix minor annoyance on z/OS: __FILE__ is set toJeff Trawick2005-05-251-1/+1
* Fix trailing backslashes in configuration directives.Paul Querna2005-05-241-2/+5
* Submitted by: RĂ¼diger Pluem <r.pluem@t-online.de>Sander Striker2005-05-231-33/+37
* * server/mpm/worker/worker.c (listener_thread): Create ptrans pool asJoe Orton2005-05-191-1/+1
* * server/log.c (piped_log_spawn): Don't leak an fd for eachJoe Orton2005-05-181-1/+5
* * server/log.c (ap_open_piped_log): Remove errno handling.Joe Orton2005-05-171-2/+0
* * server/log.c (piped_log_spawn): Return the APR error code,Joe Orton2005-05-161-6/+4
* * server/protocol.c (read_request_line): Revert addition of errorJoe Orton2005-05-161-4/+0
* Support the suppress-error-charset setting, as with Apache 1.3.x.Jeff Trawick2005-05-161-0/+7
* Prevent hangs of child processes when writing to piped loggers atJeff Trawick2005-05-162-0/+46
* missed a couple. Greg Ames2005-05-062-10/+4
* Remove this old email from the source tree.Paul Querna2005-05-061-94/+0
* * server/listen.c: Remove the unused port parameter from open_listeners, and ...Paul Querna2005-05-051-5/+3
* Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...Paul Querna2005-05-051-0/+19
* worker and event mpms: transient thread creation errors shouldn't take downGreg Ames2005-05-042-41/+87
* * server/config.c (process_resource_config_nofnmatch): Fail withJoe Orton2005-05-031-4/+6
* Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin...Paul Querna2005-04-251-0/+50
* Ensure that we always return a FQDN... This is not guaranteed by eitherJim Jagielski2005-04-211-6/+17
* APRized ap_get_local_host()Jim Jagielski2005-04-201-41/+11
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-151-3/+11
* BRIGADE_NORMALIZE could produce invalid results with 0 length buckets.Paul Querna2005-04-151-1/+3
* Merged the simple-conf branch changes r159781:160695 into the trunk.Joshua Slive2005-04-091-3/+3
* use a more general but slightly slower test for a body.Greg Ames2005-04-081-1/+2
* Use APR_STATUS_IS_EAGAIN rather than comparing against APR_EAGAIN.Wilfredo Sanchez2005-04-071-1/+1
* In emulate_sendfile(), handle APR_EAGAIN from apr_socket_send().Wilfredo Sanchez2005-04-071-8/+10
* the style police have been sleepingGreg Ames2005-04-051-1/+1
* Win32: Eliminate useless debug error messageBill Stoddard2005-04-051-4/+0
* "misspelled" has been "mis-spelled" for quite long enough.Rich Bowen2005-04-021-2/+2
* clone_headers_no_body: remove all entity headers in addition to the Greg Ames2005-03-291-2/+8
* don't propagate input headers describing a body to a subrequest. this can ca...Greg Ames2005-03-231-1/+24
* Fix Windows CompContext buff size miscalculationAllan K. Edwards2005-03-221-2/+2
* sync with mod_status hacks in the worker mpm.Paul Querna2005-03-161-0/+2
* Add ReceiveBufferSize directive to control the TCP receive buffer.Justin Erenkrantz2005-03-151-0/+31
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-2/+20
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-1/+3
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-0/+2
* Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...Bill Stoddard2005-03-011-22/+26
* Win32: output some useful debug messages when installing the serviceBill Stoddard2005-02-181-0/+4
* Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...Bill Stoddard2005-02-181-7/+32
* Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr2005-02-185-16/+16
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-181-4/+2
* Remove unused variable.Paul Querna2005-02-181-1/+0
* *) include/httpd.h: Add a brigade for temporary uses in the core input filter...Paul Querna2005-02-171-4/+25