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
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --enable-fips, FIPSify everything.
Ben Laurie
2005-06-11
1
-0
/
+6
*
Submitted by: Rüdiger Pluem <r.pluem@t-online.de>
Sander Striker
2005-05-23
1
-33
/
+37
*
Prevent hangs of child processes when writing to piped loggers at
Jeff Trawick
2005-05-15
1
-0
/
+1
*
Merged the simple-conf branch changes r159781:160695 into the trunk.
Joshua Slive
2005-04-09
1
-3
/
+3
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-10
/
+10
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Remove upper limit on the LimitRequestFieldSize directive
Bill Stoddard
2005-01-31
1
-7
/
+1
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-2
/
+2
*
Fix gcc "no previous prototype" warnings after reorganisation:
Joe Orton
2004-12-02
1
-9
/
+3
*
* server/core.c: Give an error instead of silently going on when a section is...
Paul Querna
2004-11-29
1
-0
/
+37
*
Initial pass at refactoring some files to eliminate our 150K C source behemoths.
Justin Erenkrantz
2004-11-27
1
-869
/
+7
*
Drop a worthless emit.
William A. Rowe Jr
2004-11-21
1
-1
/
+2
*
remove out-of-date comment... BillS reports that
Jeff Trawick
2004-11-04
1
-5
/
+0
*
Change core connection handling so that a connection-oriented
Jeff Trawick
2004-11-01
1
-1
/
+16
*
add ap_log_cerror(); use it in a couple of places in core output filter
Jeff Trawick
2004-10-29
1
-5
/
+5
*
veto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding
2004-10-23
1
-10
/
+7
*
WIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards
2004-10-22
1
-7
/
+10
*
WIN64: first in a series to get Windows IA64 builds clean, this serves pages
Allan K. Edwards
2004-09-22
1
-2
/
+2
*
* server/core.c (merge_core_dir_configs): Fix Satisfy merging since
Joe Orton
2004-09-20
1
-0
/
+4
*
Fix typo in previous commit.
Joe Orton
2004-09-13
1
-2
/
+2
*
* server/core.c (default_handler): Fix the test for whether to split a
Joe Orton
2004-09-13
1
-12
/
+7
*
* server/core.c (set_allow_opts): Fix gcc warning.
Joe Orton
2004-07-17
1
-1
/
+1
*
Replace the strsep() call to the more portable apr_strtok() call so that we c...
Bradley Nicholes
2004-07-16
1
-6
/
+4
*
Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better
Paul Querna
2004-07-14
1
-4
/
+86
*
Nobody objected:
André Malo
2004-06-04
1
-0
/
+24
*
allow LimitRequestBody to be reset to unlimited
André Malo
2004-05-25
1
-2
/
+10
*
use new apr_strtoff function to parse limitrequestbody
André Malo
2004-05-24
1
-6
/
+4
*
* server/core.c (core_output_filter): Don't explicitly delete the EOC
Joe Orton
2004-05-17
1
-5
/
+4
*
changed the following APIs to return an error instead of hard exiting:
André Malo
2004-04-25
1
-3
/
+8
*
Recursive Include directives no longer crash. The server stops
André Malo
2004-04-20
1
-1
/
+33
*
accept URLs as ServerAdmin contact. If it's not recognized as an URL, assume
André Malo
2004-04-10
1
-2
/
+4
*
"ErrorDocument default" changes broke inheritance. consider:
André Malo
2004-04-10
1
-2
/
+11
*
Fix a bunch of cases where the return code of the regex compiler
André Malo
2004-04-10
1
-0
/
+18
*
Enable special ErrorDocument value 'default' which restores the
Geoffrey Young
2004-04-09
1
-10
/
+16
*
* server/core.c (core_output_filter): Tag the deferred_write pool.
Joe Orton
2004-03-25
1
-0
/
+1
*
Can't assume the filepointer is really 0 when offset is 0. A handler can crea...
Bill Stoddard
2004-03-24
1
-1
/
+1
*
Fix memory corruption problem with ap_custom_response() function.
Jeff Trawick
2004-03-24
1
-9
/
+19
*
use existing directive name ThreadStackSize instead of
Jeff Trawick
2004-03-15
1
-1
/
+1
*
Satisfy directives now can be influenced by a surrounding <Limit>
André Malo
2004-03-14
1
-6
/
+20
*
Threaded MPMs for Unix and Win32: Add WorkerStackSize directive
Jeff Trawick
2004-03-11
1
-0
/
+4
*
*) Remove compile-time length limit on request strings. Length is
Paul J. Reder
2004-03-01
1
-6
/
+0
*
* server/core.c (core_output_filter): Avoid using EOC bucket after
Joe Orton
2004-02-29
1
-1
/
+1
*
Send the 'Close Alert' message to the peer upon closing a SSL session. This
Madhusudan Mathihalli
2004-02-28
1
-0
/
+3
*
Add a new directive EnableExceptionHook that must be specified for
Jeff Trawick
2004-02-19
1
-0
/
+4
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
Add core version query function ap_get_server_revision and
André Malo
2004-01-25
1
-0
/
+8
*
Oops, fixed a bit too much
Bradley Nicholes
2004-01-08
1
-1
/
+1
*
If large file support is enabled allow the file to be split into AP_MAX_SENDF...
Bradley Nicholes
2004-01-08
1
-2
/
+6
[next]