index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fix style nits in the new hash config code. No Functional changes.
Paul Querna
2005-06-02
1
-8
/
+8
*
- Fix graceful restarts with the new hashed configuration. The hash now allo...
Paul Querna
2005-06-02
1
-3
/
+33
*
* event.c: Create ptrans pool as a child of pconf, to fix APR pool
Paul Querna
2005-06-01
1
-1
/
+1
*
downgrade the log level of a proc_mutex_unlock error message
Jeff Trawick
2005-06-01
1
-1
/
+7
*
- Use a hash for the configuration command lookup implementation. Now module...
Paul Querna
2005-05-29
1
-44
/
+97
*
- Put a prefix on this error message to have a chance of finding it in the so...
Paul Querna
2005-05-27
1
-1
/
+1
*
Commits 160348 and 160352 are obviated by commit 178340 in APR. httpd
Wilfredo Sanchez
2005-05-25
1
-10
/
+8
*
fix minor annoyance on z/OS: __FILE__ is set to
Jeff Trawick
2005-05-25
1
-1
/
+1
*
Fix trailing backslashes in configuration directives.
Paul Querna
2005-05-24
1
-2
/
+5
*
Submitted by: RĂ¼diger Pluem <r.pluem@t-online.de>
Sander Striker
2005-05-23
1
-33
/
+37
*
* server/mpm/worker/worker.c (listener_thread): Create ptrans pool as
Joe Orton
2005-05-19
1
-1
/
+1
*
* server/log.c (piped_log_spawn): Don't leak an fd for each
Joe Orton
2005-05-18
1
-1
/
+5
*
* server/log.c (ap_open_piped_log): Remove errno handling.
Joe Orton
2005-05-17
1
-2
/
+0
*
* server/log.c (piped_log_spawn): Return the APR error code,
Joe Orton
2005-05-16
1
-6
/
+4
*
* server/protocol.c (read_request_line): Revert addition of error
Joe Orton
2005-05-16
1
-4
/
+0
*
Support the suppress-error-charset setting, as with Apache 1.3.x.
Jeff Trawick
2005-05-16
1
-0
/
+7
*
Prevent hangs of child processes when writing to piped loggers at
Jeff Trawick
2005-05-16
2
-0
/
+46
*
missed a couple.
Greg Ames
2005-05-06
2
-10
/
+4
*
Remove this old email from the source tree.
Paul Querna
2005-05-06
1
-94
/
+0
*
* server/listen.c: Remove the unused port parameter from open_listeners, and ...
Paul Querna
2005-05-05
1
-5
/
+3
*
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...
Paul Querna
2005-05-05
1
-0
/
+19
*
worker and event mpms: transient thread creation errors shouldn't take down
Greg Ames
2005-05-04
2
-41
/
+87
*
* server/config.c (process_resource_config_nofnmatch): Fail with
Joe Orton
2005-05-03
1
-4
/
+6
*
Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin...
Paul Querna
2005-04-25
1
-0
/
+50
*
Ensure that we always return a FQDN... This is not guaranteed by either
Jim Jagielski
2005-04-21
1
-6
/
+17
*
APRized ap_get_local_host()
Jim Jagielski
2005-04-20
1
-41
/
+11
*
Allow httpd on NetWare to build using either the standard socket libraries or...
Bradley Nicholes
2005-04-15
1
-3
/
+11
*
BRIGADE_NORMALIZE could produce invalid results with 0 length buckets.
Paul Querna
2005-04-15
1
-1
/
+3
*
Merged the simple-conf branch changes r159781:160695 into the trunk.
Joshua Slive
2005-04-09
1
-3
/
+3
*
use a more general but slightly slower test for a body.
Greg Ames
2005-04-08
1
-1
/
+2
*
Use APR_STATUS_IS_EAGAIN rather than comparing against APR_EAGAIN.
Wilfredo Sanchez
2005-04-07
1
-1
/
+1
*
In emulate_sendfile(), handle APR_EAGAIN from apr_socket_send().
Wilfredo Sanchez
2005-04-07
1
-8
/
+10
*
the style police have been sleeping
Greg Ames
2005-04-05
1
-1
/
+1
*
Win32: Eliminate useless debug error message
Bill Stoddard
2005-04-05
1
-4
/
+0
*
"misspelled" has been "mis-spelled" for quite long enough.
Rich Bowen
2005-04-02
1
-2
/
+2
*
clone_headers_no_body: remove all entity headers in addition to the
Greg Ames
2005-03-29
1
-2
/
+8
*
don't propagate input headers describing a body to a subrequest. this can ca...
Greg Ames
2005-03-23
1
-1
/
+24
*
Fix Windows CompContext buff size miscalculation
Allan K. Edwards
2005-03-22
1
-2
/
+2
*
sync with mod_status hacks in the worker mpm.
Paul Querna
2005-03-16
1
-0
/
+2
*
Add ReceiveBufferSize directive to control the TCP receive buffer.
Justin Erenkrantz
2005-03-15
1
-0
/
+31
*
Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...
Paul Querna
2005-03-08
1
-2
/
+20
*
Make sure that the secure listen sockets that are created and injected into t...
Bradley Nicholes
2005-03-08
1
-1
/
+3
*
worker MPM/mod_status: Support per-worker tracking of pid and
Jeff Trawick
2005-03-05
1
-0
/
+2
*
Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...
Bill Stoddard
2005-03-01
1
-22
/
+26
*
Win32: output some useful debug messages when installing the service
Bill Stoddard
2005-02-18
1
-0
/
+4
*
Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...
Bill Stoddard
2005-02-18
1
-7
/
+32
*
Fix some symbols which should -not- be exported, and decorate real_exit_code
William A. Rowe Jr
2005-02-18
5
-16
/
+16
*
Get httpd-2.1 building once again on win32.
William A. Rowe Jr
2005-02-18
1
-4
/
+2
*
Remove unused variable.
Paul Querna
2005-02-18
1
-1
/
+0
*
*) include/httpd.h: Add a brigade for temporary uses in the core input filter...
Paul Querna
2005-02-17
1
-4
/
+25
[next]