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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --enable-fips, FIPSify everything.
Ben Laurie
2005-06-11
2
-0
/
+16
*
The new function ap_logs_child_init() is intended for use
Jeff Trawick
2005-05-20
1
-0
/
+4
*
Support the suppress-error-charset setting, as with Apache 1.3.x.
Jeff Trawick
2005-05-16
1
-0
/
+3
*
Prevent hangs of child processes when writing to piped loggers at
Jeff Trawick
2005-05-15
1
-0
/
+10
*
Add the LDAPVerifyServerCert directive to util_ldap to force
Bradley Nicholes
2005-05-11
1
-0
/
+1
*
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...
Paul Querna
2005-05-04
2
-2
/
+15
*
The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt ...
Paul Querna
2005-05-04
1
-4
/
+1
*
Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin...
Paul Querna
2005-04-25
2
-1
/
+26
*
Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...
Paul Querna
2005-04-25
1
-8
/
+1
*
As discussed on the list, change the default setting for
Rich Bowen
2005-04-13
1
-1
/
+1
*
Implement the exported function from mod_ldap(util_ldap) as optional function...
Bradley Nicholes
2005-03-31
1
-17
/
+17
*
And carry on with 2.1.5-dev.
Sander Striker
2005-03-16
1
-2
/
+2
*
Prepare for 2.1.4 tag.
Sander Striker
2005-03-16
1
-1
/
+1
*
Add ReceiveBufferSize directive to control the TCP receive buffer.
Justin Erenkrantz
2005-03-15
1
-1
/
+6
*
really bump MMN
Jeff Trawick
2005-03-05
1
-1
/
+1
*
worker MPM/mod_status: Support per-worker tracking of pid and
Jeff Trawick
2005-03-05
2
-0
/
+8
*
Onward ho to 2.1.4.
Justin Erenkrantz
2005-02-23
1
-2
/
+2
*
* include/ap_release.h: Time for 2.1.3.
Justin Erenkrantz
2005-02-23
1
-1
/
+1
*
Fix some symbols which should -not- be exported, and decorate real_exit_code
William A. Rowe Jr
2005-02-18
3
-2
/
+8
*
Get httpd-2.1 building once again on win32.
William A. Rowe Jr
2005-02-17
1
-4
/
+0
*
*) include/httpd.h: Add a brigade for temporary uses in the core input filter...
Paul Querna
2005-02-17
1
-0
/
+1
*
* include/httpd.h: Fix a comment.
Joe Orton
2005-02-11
1
-1
/
+1
*
* include/ap_regex.h: Include apr.h not stdlib.h; replace pointless
Joe Orton
2005-02-11
2
-18
/
+17
*
* include/util_ldap.h (util_ldap_state_t): Fix gcc format string
Joe Orton
2005-02-11
1
-1
/
+1
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
5
-150
/
+156
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
28
-28
/
+56
*
Keep track of time taken to process requests again.
Jim Jagielski
2005-02-02
1
-1
/
+1
*
* include/ap_mmn.h: Fix typo.
Joe Orton
2005-01-27
1
-1
/
+1
*
Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c...
Bradley Nicholes
2005-01-27
1
-0
/
+1
*
mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
Graham Leggett
2005-01-19
1
-4
/
+7
*
Correct the order of includes to follow httpd conventions, and get
William A. Rowe Jr
2005-01-05
1
-14
/
+14
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
3
-9
/
+9
*
* include/http_config.h: Add missing parameter name.
Joe Orton
2004-12-15
1
-1
/
+1
*
undo changes made in 111386 due to veto
Geoffrey Young
2004-12-09
1
-2
/
+1
*
add response code 226 constant (HTTP_IM_USED) and status
Geoffrey Young
2004-12-09
1
-1
/
+2
*
Onward ho to 2.1.3...
Justin Erenkrantz
2004-12-09
1
-2
/
+2
*
It's time for 2.1.2.
Justin Erenkrantz
2004-12-09
1
-1
/
+1
*
worker MPM: Fix a problem which could cause httpd processes to
Jeff Trawick
2004-12-02
1
-1
/
+32
*
Fix gcc "no previous prototype" warnings after reorganisation:
Joe Orton
2004-12-02
2
-14
/
+9
*
Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.
Justin Erenkrantz
2004-11-30
1
-3
/
+3
*
Revert my patch of this a.m. while I work out all the
William A. Rowe Jr
2004-11-29
1
-6
/
+6
*
Usage was inconsistent with the rest of ap_filter_t examples;
William A. Rowe Jr
2004-11-29
1
-6
/
+6
*
Properly export ap_listen_* functions.
Justin Erenkrantz
2004-11-28
1
-6
/
+6
*
Moving pcreposix.h to include/ to replace the (now out of date) version there
Brian Pane
2004-11-27
1
-0
/
+117
*
Removing in order to "svn move" the new one from srclib/pcre to this location.
Brian Pane
2004-11-27
1
-99
/
+0
*
Eliminate awk autogeneration of the ApacheMonitor's .rc resource
William A. Rowe Jr
2004-11-23
1
-7
/
+21
*
The Event MPM.
Paul Querna
2004-11-20
2
-0
/
+24
*
Onward to 2.1.2-dev.
Justin Erenkrantz
2004-11-19
1
-2
/
+2
*
* include/ap_release.h: Bump to 2.1.1.
Justin Erenkrantz
2004-11-19
1
-2
/
+2
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
1
-12
/
+0
[next]