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
*
zap an unused variable
Jeff Trawick
2002-07-17
1
-1
/
+0
*
Add some debugging logic to perchild. This is almost working now, we just
Ryan Bloom
2002-07-17
1
-19
/
+46
*
Get the prefork MPM using the apr_poll interface directly instead of going
Ryan Bloom
2002-07-17
1
-5
/
+8
*
add notes about a portability problem -- formatting apr_time_t
Jeff Trawick
2002-07-17
1
-0
/
+1
*
suck_in wasn't sucking hard enough. Fixed the header.
William A. Rowe Jr
2002-07-17
1
-0
/
+1
*
How isn't this built on Win32? Thanks Sander.
William A. Rowe Jr
2002-07-15
1
-2
/
+1
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
6
-14
/
+15
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
4
-16
/
+14
*
Adjust the sizes of the pollsets we create/use so that we work again.
David Reid
2002-07-12
1
-3
/
+3
*
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
Brian Pane
2002-07-11
1
-1
/
+9
*
Bring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom
2002-07-11
7
-7
/
+14
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
2
-2
/
+2
*
Narrow service manager access to what is actually needed to perform
William A. Rowe Jr
2002-07-10
1
-13
/
+11
*
spell check a comment
Jeff Trawick
2002-07-10
1
-1
/
+1
*
Changes for deprecated apr_is_fnmatch
William A. Rowe Jr
2002-07-08
1
-3
/
+3
*
fix folding when the continuation charater is a blank
Greg Ames
2002-07-08
1
-1
/
+1
*
silence an unhelpful gcc warning
Jeff Trawick
2002-07-08
1
-1
/
+1
*
Renames Pending:
Ian Holsman
2002-07-06
3
-11
/
+11
*
Eliminated the use of AP_MODE_SPECULATIVE brigade reads to check
Brian Pane
2002-07-06
1
-29
/
+77
*
This just bugs me today...
Bill Stoddard
2002-07-05
1
-1
/
+1
*
replaced APR_USEC_PER_SEC division with the new time macros
Brian Pane
2002-07-05
2
-8
/
+8
*
Re-use the same temp brigade to read all lines of a request header,
Brian Pane
2002-07-04
1
-36
/
+41
*
Now why did I commit that symbolic constant in APR again? Exactly...
Sander Striker
2002-07-04
1
-1
/
+2
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
14
-0
/
+39
*
Fix C-L filter non-blocking-mode brokenness. It was failing to ever
Cliff Woolley
2002-07-03
1
-1
/
+5
*
Optimized the addition of the core output filter
Brian Pane
2002-07-02
1
-1
/
+1
*
Replaced ap_add_input_filter() call with cheaper ap_add_input_filter_handle()
Brian Pane
2002-07-02
1
-1
/
+1
*
A bit more ap_regkey and apr-ization. Fixes some new bugs where the
William A. Rowe Jr
2002-07-02
3
-21
/
+32
*
The pitfalls of cut'n'paste
William A. Rowe Jr
2002-07-01
1
-7
/
+8
*
Document what the threadpool MPM is
Brian Pane
2002-07-01
1
-0
/
+12
*
Document what the leader MPM is, for the benefit of anyone who
Brian Pane
2002-07-01
1
-0
/
+8
*
Using apr_file_write_full() we have less to worry about,
William A. Rowe Jr
2002-07-01
1
-29
/
+26
*
Eliminate GetModuleFileName()
William A. Rowe Jr
2002-07-01
1
-8
/
+8
*
Remove all the CreateProcess() based code... see the prior commit
William A. Rowe Jr
2002-07-01
1
-233
/
+0
*
Replace CreateProcess with properly formed apr threadproc code.
William A. Rowe Jr
2002-07-01
1
-9
/
+182
*
Optimization for ap_rgetline_core(): When "folding" mode is enabled,
Brian Pane
2002-07-01
1
-16
/
+16
*
Get the perchild MPM starting different child processes with different
Ryan Bloom
2002-06-30
1
-12
/
+16
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
3
-9
/
+43
*
Strengthen error-detection code in HTTP_IN and core_input_filter so that
Justin Erenkrantz
2002-06-27
1
-5
/
+4
*
- Fix segfault in core_output_filter when we are passed an empty brigade.
Justin Erenkrantz
2002-06-27
1
-2
/
+6
*
Re-architected the select()/accept() loop to allow all threads to rely on sel...
Bradley Nicholes
2002-06-26
1
-95
/
+85
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
2
-4
/
+6
*
Move the last little useful bit of registry.c into services.c, and
William A. Rowe Jr
2002-06-24
4
-537
/
+122
*
Doc it.
William A. Rowe Jr
2002-06-23
1
-1
/
+3
*
Finish the -w keep-console-open-on-error patch.
William A. Rowe Jr
2002-06-23
3
-3
/
+24
*
Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effects
Brian Pane
2002-06-23
1
-1
/
+1
*
Convert the hostname to all-lowercase in fix_hostname() so that
Brian Pane
2002-06-23
1
-0
/
+3
*
Adapt to use apr_ischar()
William A. Rowe Jr
2002-06-23
1
-2
/
+2
*
Use apr_ flavors of ischar()
William A. Rowe Jr
2002-06-23
1
-2
/
+2
*
Fix perchild to work with apachectl by adding -k support to perchild.
Jeff Trawick
2002-06-21
2
-1
/
+2
[next]