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
*
Prevent the server from crashing when entering infinite loops. The
André Malo
2003-05-19
2
-0
/
+173
*
fix a bogus check for IPv6 support that led to an unnecessary
Jeff Trawick
2003-05-13
1
-1
/
+1
*
Porting to BS2000: the antique interface (BS2000Account) no longer exists
Martin Kraemer
2003-05-09
1
-16
/
+0
*
Throw a warning if AllowOverride is used inside of <Location> or <Files>.
André Malo
2003-05-02
1
-0
/
+7
*
prefork MPM: Use the right permissions for the directory created
Jeff Trawick
2003-04-24
1
-1
/
+4
*
the error code is in the apr_status_t, not errno
Jeff Trawick
2003-04-24
1
-1
/
+1
*
improve -DONE_PROCESS handling with prefork MPM so that
Jeff Trawick
2003-04-23
1
-4
/
+13
*
Fix ap_construct_url() so that it surrounds IPv6 literal address
Jeff Trawick
2003-04-22
1
-1
/
+18
*
fix some discrepancies between format strings and arguments,
Jeff Trawick
2003-04-16
1
-3
/
+3
*
Enable ap_sock_disable_nagle for Windows. This along with the addition of
Allan K. Edwards
2003-04-16
1
-1
/
+1
*
consolidate code related to sig_coredump
Jeff Trawick
2003-04-09
11
-337
/
+142
*
Add .NOTPARALLEL target for exports.c. This allows a parallel make build to
Justin Erenkrantz
2003-04-06
1
-0
/
+3
*
Don't run regex cleanups before exec
Brian Pane
2003-03-31
1
-1
/
+2
*
Quit registering *two* cleanups listening sockets prior to exec.
William A. Rowe Jr
2003-03-31
1
-2
/
+13
*
Simplify and shorten the code path for scanning request headers
Brian Pane
2003-03-29
1
-81
/
+31
*
ap_rgetline_core: set the number of bytes read & copied into the caller's
Greg Ames
2003-03-27
1
-0
/
+3
*
Need to report a select() error vs a timeout. Also avoid hogging the CPU on
Bradley Nicholes
2003-03-26
1
-1
/
+7
*
ap_get_mime_headers_core: allocate space for the trailing null when there
Greg Ames
2003-03-24
1
-3
/
+4
*
Oops - undo wrong commit
Martin Kraemer
2003-03-24
1
-2
/
+0
*
On failures, try to add a hint what went wrong
Martin Kraemer
2003-03-24
2
-2
/
+4
*
SECURITY: Eliminated leaks of several file descriptors to child
William A. Rowe Jr
2003-03-20
3
-2
/
+8
*
Fixed a small logic problem when printing out the console command help
Bradley Nicholes
2003-03-18
1
-1
/
+1
*
After discussions at length on dev@apr/httpd, it is determined that
William A. Rowe Jr
2003-03-11
2
-2
/
+2
*
clean up the invocation of APR_CHECK_APR_DEFINE()...
Jeff Trawick
2003-03-07
1
-1
/
+1
*
Minor MMN bump:
André Malo
2003-03-07
2
-2
/
+65
*
Linux 2.4+: enable coredumps when Apache is started as root if
Greg Ames
2003-03-06
1
-0
/
+2
*
* include/http_config.h
Sander Striker
2003-03-06
1
-6
/
+56
*
Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
Allan K. Edwards
2003-03-04
3
-11
/
+58
*
Apache hooks return int: so s/apr_status_t/int/
Stas Bekman
2003-03-01
1
-1
/
+1
*
fix some license text which was inadvertently lost
Jeff Trawick
2003-02-28
1
-1
/
+1
*
Win32: Avoid busy wait which consumes 100% of the CPU when all the worker
Bill Stoddard
2003-02-26
1
-52
/
+84
*
check the return value of ap_run_pre_connection(). So if the
Stas Bekman
2003-02-26
1
-2
/
+6
*
add a hint about handling of IPv4-mapped IPv6 addresses
Jeff Trawick
2003-02-22
1
-1
/
+6
*
After consultations on the APR list, it was decided that /map files are
William A. Rowe Jr
2003-02-20
1
-4
/
+4
*
remove unused variable.
André Malo
2003-02-18
1
-1
/
+1
*
While processing filters on internal redirects, remember seen EOS
André Malo
2003-02-18
1
-0
/
+10
*
Don't emit an error when there is no body.
Justin Erenkrantz
2003-02-17
1
-0
/
+5
*
Allow restart of httpd to occur even with syntax errors in the config
Justin Erenkrantz
2003-02-17
2
-12
/
+26
*
Rework ap_xml_parse_input to work with bucket brigades rather than doing all
Justin Erenkrantz
2003-02-17
1
-24
/
+45
*
Rework the delete-exports target once more. Leave a comment there explaining
Justin Erenkrantz
2003-02-17
1
-7
/
+15
*
fill out parms->err_directive while looking for open parents.
André Malo
2003-02-15
1
-1
/
+3
*
Avoid passing too many characters to getenv. Make sure that only the
Bradley Nicholes
2003-02-12
1
-1
/
+3
*
Fix an existing problem with error handling in piped_log_spawn().
Jeff Trawick
2003-02-10
1
-11
/
+27
*
Make failing piped loggers work more like apache-1.3 by
Jeff Trawick
2003-02-04
1
-7
/
+3
*
finished that boring job:
André Malo
2003-02-03
66
-66
/
+66
*
Enabled the -n parameter on NetWare to allow the administrator to rename
Bradley Nicholes
2003-01-29
2
-1
/
+11
*
Conditionally revert the otherchild logic from the WinNT MPM, based on
William A. Rowe Jr
2003-01-29
1
-4
/
+21
*
Fix typo in echo statement.
Justin Erenkrantz
2003-01-28
1
-1
/
+1
*
Throw out export_files if exports.c is out-of-date as well.
Justin Erenkrantz
2003-01-28
1
-2
/
+2
*
Fix "Satisfy Any" logic. The access_checker has nothing to do with
André Malo
2003-01-28
1
-6
/
+2
[next]