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
*
A few noops (at the moment.) Prepare for stuffing the directive into
William A. Rowe Jr
2002-05-20
1
-3
/
+8
*
As the prior commit message indicated, pass the accept thread a listen
William A. Rowe Jr
2002-05-18
1
-6
/
+7
*
Begin passing about apr types instead of odd local conventions.
William A. Rowe Jr
2002-05-18
1
-7
/
+10
*
Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test
William A. Rowe Jr
2002-05-18
1
-6
/
+13
*
Although it appears reasonable to immediately gather the Error log and
William A. Rowe Jr
2002-05-18
1
-2
/
+2
*
Renames:
Cliff Woolley
2002-05-18
1
-13
/
+13
*
We need to grab ServerRoot, LogLevel, and ErrorLog right off the bat
William A. Rowe Jr
2002-05-17
1
-3
/
+3
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
25
-362
/
+362
*
ignore APLOG_NOERRNO; note that it is deprecated
Jeff Trawick
2002-05-17
1
-1
/
+1
*
Win32: Shutdown the accept/listen threads a bit more gracefully.
Bill Stoddard
2002-05-17
1
-39
/
+52
*
Start with a larger buffer size in ap_rgetline_core() to avoid
Brian Pane
2002-05-13
1
-1
/
+7
*
Optimization: modified the power-of-two allocator in ap_rgetline_core()
Brian Pane
2002-05-13
1
-5
/
+5
*
Fixed missing null-termination of ap_make_content_type() patterns list
Brian Pane
2002-05-12
1
-0
/
+1
*
Optimization: skip cache setup in location_walk() if the vhost
Brian Pane
2002-05-12
1
-2
/
+2
*
Optimization: Replaced apr_strcat() with apr_strcatv() in
Brian Pane
2002-05-12
1
-2
/
+8
*
Added EnableMMAP directive to allow the server administrator to
Brian Pane
2002-05-12
1
-0
/
+36
*
Moved ap_setup_make_content_type() declaration to http_protocol.h
Brian Pane
2002-05-10
1
-2
/
+0
*
Performance fix: replaced the strcasecmp calls in ap_make_content_type()
Brian Pane
2002-05-10
2
-8
/
+35
*
cleanup old-school backward uses of APR_BRIGADE_CONCAT to use
Cliff Woolley
2002-05-06
1
-12
/
+4
*
Done
Bill Stoddard
2002-05-02
1
-1
/
+0
*
Win32: Fix bug in mpm_win32 which allowed multiple threads to access
Bill Stoddard
2002-05-02
1
-35
/
+89
*
wait for worker threads to exit even in graceless termination
Jeff Trawick
2002-05-01
1
-10
/
+8
*
Defer starting the listener until we have at least tried to start all the worker
Bill Stoddard
2002-05-01
1
-6
/
+6
*
Close sockets on worker MPM when doing a graceless restart. This should
Justin Erenkrantz
2002-05-01
1
-0
/
+21
*
Eliminate some sprintf calls
Brian Pane
2002-05-01
1
-2
/
+2
*
default_handler: move the code to handle unusual methods out of the middle
Greg Ames
2002-04-30
1
-70
/
+70
*
Readjusting how the bucket alloc is done for each worker thread. Allocate
Bradley Nicholes
2002-04-30
1
-10
/
+14
*
Updated ap_getword_white() to use the same coding style
Brian Pane
2002-04-29
1
-17
/
+12
*
Removed some code from the mutex-protected block in ap_queue_pop().
Brian Pane
2002-04-29
1
-0
/
+2
*
Rename the worker_stack_interrupt_all() function as worker_stack_terminate().
Aaron Bannert
2002-04-29
1
-3
/
+8
*
Removed the "not_full" condition variable and associated conditional
Brian Pane
2002-04-29
2
-25
/
+3
*
Remove unused variable.
Aaron Bannert
2002-04-29
1
-1
/
+0
*
Some more threadpool MPM changes:
Aaron Bannert
2002-04-29
1
-7
/
+30
*
Clarify an incorrect statement about why we're purposfully putting
Aaron Bannert
2002-04-29
1
-4
/
+10
*
Some threadpool fixes:
Aaron Bannert
2002-04-29
1
-27
/
+41
*
Detect APR_EINTR from ap_queue_pop() and avoid calling
Aaron Bannert
2002-04-29
1
-2
/
+10
*
When we signal a condition variable, we need to own the lock that
Aaron Bannert
2002-04-28
1
-3
/
+10
*
Fix a bug in the mod_status display caused by some uninitialized fields.
Bill Stoddard
2002-04-28
1
-4
/
+12
*
Simplify this little chunk of code since r is set to f->r earlier.
Justin Erenkrantz
2002-04-28
1
-2
/
+1
*
Moved the recycled pool list from the queue to the queue_info structure.
Brian Pane
2002-04-28
3
-51
/
+43
*
Added a missing pool deletion case and simplified the conditionals
Brian Pane
2002-04-28
1
-10
/
+8
*
Move a potentially expensive pool cleanup operation outside
Brian Pane
2002-04-28
1
-1
/
+8
*
Preserve the original error, or if the unlock fails then use that
Aaron Bannert
2002-04-28
1
-3
/
+4
*
Removed creation of unused struct
Brian Pane
2002-04-28
1
-7
/
+0
*
Add a "queue_info" structure to the worker MPM. This is used to prevent
Aaron Bannert
2002-04-28
3
-0
/
+148
*
Fixed the creation of the worker threads' data structures
Brian Pane
2002-04-28
1
-0
/
+1
*
my_generation is in the shared scoreboard now.
Bill Stoddard
2002-04-27
1
-7
/
+4
*
Added a check to make sure that h_aliases is not NULL before we try to
Bradley Nicholes
2002-04-26
1
-6
/
+8
*
Convert the worker MPM's fdqueue from a LIFO back into a FIFO. Since
Aaron Bannert
2002-04-26
2
-7
/
+14
*
Switch back from atomic_cas to mutexes, based on all the current
Brian Pane
2002-04-26
1
-83
/
+99
[next]