index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --enable-fips, FIPSify everything.
Ben Laurie
2005-06-11
3
-1
/
+40
*
First cut, working FIPS mode.
Ben Laurie
2005-06-10
2
-0
/
+2
*
* server/main.c: Remove the suck_in_apr_password_validate() hack. apr_passwo...
Paul Querna
2005-06-03
1
-12
/
+0
*
- 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-05-31
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-24
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-15
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-04
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-14
1
-3
/
+11
*
BRIGADE_NORMALIZE could produce invalid results with 0 length buckets.
Paul Querna
2005-04-14
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
[next]