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
*
ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
Jeff Trawick
2002-06-10
1
-1
/
+4
*
Fix the display of the default name for the mime types config
Jeff Trawick
2002-06-10
1
-2
/
+2
*
Well the wrappers work out well... nice to be able to put off committing
William A. Rowe Jr
2002-06-09
2
-2
/
+2
*
Call ap_discard_request_body from ap_finalize_request. Remove the call
Ryan Bloom
2002-06-07
1
-1
/
+2
*
Now that we have the functionality in apr, we can now have 2.0's
Jim Jagielski
2002-06-07
7
-7
/
+21
*
Support -k argument in threadpool
Brian Pane
2002-06-06
2
-1
/
+2
*
Experimental patch to work around Win32 services defaulting cwd() to
William A. Rowe Jr
2002-06-06
1
-1
/
+9
*
Solve the -k start bug [thanks for the pointers, FirstBill!]
William A. Rowe Jr
2002-06-05
1
-4
/
+1
*
Potential fixes. Patch up the fact that users often expect argv[]s
William A. Rowe Jr
2002-06-05
1
-2
/
+3
*
cvs up/diff gets pretty hard to track with vc7 builds.
William A. Rowe Jr
2002-06-05
1
-0
/
+5
*
Style police come before the code police.
Justin Erenkrantz
2002-06-03
1
-28
/
+29
*
Propogate apr-util change
Cliff Woolley
2002-06-02
1
-2
/
+1
*
Switched to using atomic operations for tracking the active threads rather
Bradley Nicholes
2002-05-31
1
-9
/
+3
*
Clean up new compiler emit noise
William A. Rowe Jr
2002-05-31
1
-1
/
+1
*
The apr_bucket change requires a minor MMN bump. Also modify Apache's
Ryan Bloom
2002-05-31
2
-1
/
+2
*
fix some major badness: error buckets *cannot* use simple_copy because
Cliff Woolley
2002-05-31
1
-5
/
+12
*
Let the error bucket implement the simple copy routine.
Justin Erenkrantz
2002-05-30
1
-1
/
+1
*
Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renames
Sander Striker
2002-05-30
6
-6
/
+6
*
Simplify ap_read_pid and make it more portable.
Justin Erenkrantz
2002-05-29
1
-15
/
+13
*
Simple fix for possibly unterminated REG_SZ data
William A. Rowe Jr
2002-05-25
1
-1
/
+3
*
Small chance we have an unterminated or single null terminated list.
William A. Rowe Jr
2002-05-25
1
-1
/
+7
*
nelts returned from a registry key may be zero... make it so.
William A. Rowe Jr
2002-05-25
1
-17
/
+12
*
Fix for the worker deadlock problem
Brian Pane
2002-05-24
1
-19
/
+32
*
the "-k startssl" parameter is reverted by popular demand
Jeff Trawick
2002-05-24
2
-9
/
+1
*
Win32: Shutdown the listeners before telling the accept threads to quit.
Bill Stoddard
2002-05-24
1
-8
/
+12
*
Win32: Use atomic increment/decrement on counters touched by multiple threads.
Bill Stoddard
2002-05-24
1
-7
/
+7
*
issue the usage message if there are extraneous arguments on
Jeff Trawick
2002-05-23
1
-1
/
+1
*
fix data initialization problem in new Unix -k option processing
Jeff Trawick
2002-05-23
1
-0
/
+2
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
6
-3
/
+176
*
fix a spelling error in a comment
Jeff Trawick
2002-05-23
1
-1
/
+1
*
add ap_log_pid() for reading an Apache pid file
Jeff Trawick
2002-05-23
1
-0
/
+49
*
Complete the shutdown and restart fixes
Brian Pane
2002-05-22
1
-40
/
+21
*
Switch to prefork-style POD handling
Brian Pane
2002-05-22
3
-6
/
+16
*
Shutdown fixes
Brian Pane
2002-05-22
1
-2
/
+1
*
Fixing a memory leak with the threads bucket_allocator. We were allocating
Bradley Nicholes
2002-05-21
1
-12
/
+13
*
Omit the second linefeed after "Syntax OK"
Aaron Bannert
2002-05-21
1
-2
/
+1
*
A few noops (at the moment.) Prepare for stuffing the directive into
William A. Rowe Jr
2002-05-20
1
-3
/
+8
*
As the prior commit message indicated, pass the accept thread a listen
William A. Rowe Jr
2002-05-18
1
-6
/
+7
*
Begin passing about apr types instead of odd local conventions.
William A. Rowe Jr
2002-05-18
1
-7
/
+10
*
Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test
William A. Rowe Jr
2002-05-18
1
-6
/
+13
*
Although it appears reasonable to immediately gather the Error log and
William A. Rowe Jr
2002-05-18
1
-2
/
+2
*
Renames:
Cliff Woolley
2002-05-18
1
-13
/
+13
*
We need to grab ServerRoot, LogLevel, and ErrorLog right off the bat
William A. Rowe Jr
2002-05-17
1
-3
/
+3
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
25
-362
/
+362
*
ignore APLOG_NOERRNO; note that it is deprecated
Jeff Trawick
2002-05-17
1
-1
/
+1
*
Win32: Shutdown the accept/listen threads a bit more gracefully.
Bill Stoddard
2002-05-17
1
-39
/
+52
*
Start with a larger buffer size in ap_rgetline_core() to avoid
Brian Pane
2002-05-13
1
-1
/
+7
*
Optimization: modified the power-of-two allocator in ap_rgetline_core()
Brian Pane
2002-05-13
1
-5
/
+5
*
Fixed missing null-termination of ap_make_content_type() patterns list
Brian Pane
2002-05-12
1
-0
/
+1
*
Optimization: skip cache setup in location_walk() if the vhost
Brian Pane
2002-05-12
1
-2
/
+2
[next]