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
*
* Add bits to use APR_TCP_DEFER_ACCEPT
Paul Querna
2004-12-11
1
-1
/
+14
*
* core_filters.c: If APR_MAX_IOVEC_SIZE is defined, make sure we are under th...
Paul Querna
2004-12-11
1
-0
/
+8
*
ap_queue_push: update comment to reflect reality
Greg Ames
2004-12-09
2
-6
/
+8
*
Revert patch r104923. This patch doesn't actually fix bug 18757 and
Bradley Nicholes
2004-12-07
1
-4
/
+1
*
* server/mpm/experimental/event/event.c: Go through and reformat and correct
Justin Erenkrantz
2004-12-04
1
-53
/
+58
*
fix child process aborts with
Greg Ames
2004-12-03
1
-3
/
+49
*
worker MPM: Fix a problem which could cause httpd processes to
Jeff Trawick
2004-12-02
2
-59
/
+147
*
Fix gcc "no previous prototype" warnings after reorganisation:
Joe Orton
2004-12-02
3
-20
/
+21
*
Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.
Justin Erenkrantz
2004-11-30
1
-4
/
+8
*
zap extra blank in error message
Jeff Trawick
2004-11-29
1
-1
/
+1
*
* server/core.c: Give an error instead of silently going on when a section is...
Paul Querna
2004-11-29
1
-0
/
+37
*
Properly export ap_listen_* functions.
Justin Erenkrantz
2004-11-28
1
-7
/
+7
*
Fixing various compiler error when compiling against the latest version of Li...
Bradley Nicholes
2004-11-27
1
-1
/
+1
*
listener_thread: no functional changes, formatting changes only
Greg Ames
2004-11-27
1
-116
/
+115
*
only need one main listener loop.
Greg Ames
2004-11-27
1
-13
/
+5
*
Initial pass at refactoring some files to eliminate our 150K C source behemoths.
Justin Erenkrantz
2004-11-27
3
-870
/
+937
*
make the type field in listener_poll_type an enum to make gdb output more
Greg Ames
2004-11-27
1
-5
/
+7
*
If thread_num is long, this better be an %ld
William A. Rowe Jr
2004-11-26
1
-2
/
+2
*
Drop a worthless emit.
William A. Rowe Jr
2004-11-21
1
-1
/
+2
*
The Event MPM.
Paul Querna
2004-11-20
10
-3
/
+3098
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
9
-60
/
+0
*
remove out-of-date comment... BillS reports that
Jeff Trawick
2004-11-04
1
-5
/
+0
*
Fix for memory consumption DoS, CVE CAN-2004-0942:
Joe Orton
2004-11-04
1
-47
/
+22
*
* server/util_filter.c (ap_save_brigade): Be more tolerant of a bucket
Joe Orton
2004-11-02
1
-3
/
+8
*
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
2
-10
/
+28
*
Use a more descriptive error message, and make it an INFO insteead of NOTICE.
Paul Querna
2004-10-25
1
-2
/
+2
*
PR: 31875
Nick Kew
2004-10-25
1
-0
/
+10
*
This will put some messages in the error log when some people try a lame
Paul Querna
2004-10-25
1
-1
/
+4
*
veto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding
2004-10-24
6
-59
/
+47
*
WIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards
2004-10-22
6
-47
/
+59
*
Minor comment fixes, no code changes:
Erik Abele
2004-10-11
1
-1
/
+1
*
parm cast should be DWORD
Allan K. Edwards
2004-10-06
1
-2
/
+2
*
remove dead code
Jeff Trawick
2004-10-06
1
-4
/
+0
*
clarify select() usage on Windows
Allan K. Edwards
2004-10-06
1
-1
/
+2
*
WIN64: fix some windows specific 64bit warnings
Allan K. Edwards
2004-10-06
1
-2
/
+2
*
WIN64: SOCKET is not int on 64bit platforms
Allan K. Edwards
2004-10-05
1
-6
/
+6
*
* server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setaside
Joe Orton
2004-09-26
1
-4
/
+15
*
* server/mpm_common.c (dummy_connection): Log the address if the
Joe Orton
2004-09-23
1
-1
/
+1
*
* server/log.c (log_error_core): For APLOG_DEBUG on Unix, if __FILE__
Joe Orton
2004-09-22
1
-1
/
+8
*
WIN64: first in a series to get Windows IA64 builds clean, this serves pages
Allan K. Edwards
2004-09-22
3
-11
/
+16
*
* server/scoreboard.c (create_namebased_scoreboard): Use
Joe Orton
2004-09-22
1
-1
/
+1
*
* server/protocol.c (ap_rgetline_core): Never NUL terminate at
Joe Orton
2004-09-21
1
-3
/
+3
*
Merge mod_filter with util_filter structs; add API for protocol stuff.
Nick Kew
2004-09-21
1
-3
/
+21
*
* server/core.c (merge_core_dir_configs): Fix Satisfy merging since
Joe Orton
2004-09-20
1
-0
/
+4
*
Unix MPMs: Shut down the server more quickly when child processes are
Jeff Trawick
2004-09-18
1
-33
/
+60
*
Worker shared data has to be visible across all child processes,
Mladen Turk
2004-09-15
1
-16
/
+8
*
* server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.
Joe Orton
2004-09-15
1
-33
/
+81
*
* server/protocol.c (ap_rgetline_core): Fix off-by-one.
Joe Orton
2004-09-13
1
-1
/
+1
*
Fix typo in previous commit.
Joe Orton
2004-09-13
1
-2
/
+2
[next]