index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
apachectl.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2002-04-30
default_handler: move the code to handle unusual methods out of the middle
Greg Ames
1
-70
/
+70
2002-04-30
Revert optimization from circa 2.0.34 that caused very long vhost id's
Cliff Woolley
2
-4
/
+11
2002-04-30
Readjusting how the bucket alloc is done for each worker thread. Allocate
Bradley Nicholes
1
-10
/
+14
2002-04-30
Fix the link to the description of the CoredumpDirectory
Jeff Trawick
3
-2
/
+5
2002-04-30
note a desirable goal
Cliff Woolley
1
-0
/
+2
2002-04-30
SHMCB should not have been using apr_rmm -- it was doing so incorrectly,
Cliff Woolley
2
-51
/
+8
2002-04-30
- Sync with modssl 2.8.8-1.3.24
Cliff Woolley
3
-6
/
+14
2002-04-30
mod_cache doc update (note this is still very primitive)
Bill Stoddard
1
-12
/
+19
2002-04-30
Enable mod_mem_cache to be configured to cache open file handle using new
Bill Stoddard
1
-23
/
+47
2002-04-30
Remove APR_WANT_SIGNAL from apr_want.h because code must include
Roy T. Fielding
1
-11
/
+5
2002-04-30
remove_entity should only work on complete cache_objects
Bill Stoddard
1
-1
/
+1
2002-04-29
Please, Win32 hackers, review this doc!!! Talk about out of date and
William A. Rowe Jr
1
-87
/
+133
2002-04-29
Worth noting, I guess
William A. Rowe Jr
1
-0
/
+4
2002-04-29
Should correctly build mod_ext_filter, mod_deflate dependant upon zlib,
William A. Rowe Jr
2
-33
/
+95
2002-04-29
Forget to update the error messages
Bill Stoddard
1
-4
/
+4
2002-04-29
Name space protect mod_mem_cache config directives
Bill Stoddard
1
-4
/
+4
2002-04-29
finish getting apxs to work with a binary build
Jeff Trawick
1
-1
/
+4
2002-04-29
Fixing up the distribution and install section of the NetWare make files
Bradley Nicholes
2
-3
/
+6
2002-04-29
Added some missing export to the proxy module
Bradley Nicholes
1
-0
/
+5
2002-04-29
Demote to a minor bump for .36 - those affected by API changes should
William A. Rowe Jr
1
-3
/
+3
2002-04-29
Attach a bugz number
William A. Rowe Jr
1
-1
/
+1
2002-04-29
Update prior to bumping the tag
Sander Striker
1
-2
/
+2
2002-04-29
Replaced a sprintf("%d") with itoa
Brian Pane
1
-1
/
+1
2002-04-29
Short-circuit out of mod_userdir's translation handler faster on
Brian Pane
1
-5
/
+10
2002-04-29
Updated ap_getword_white() to use the same coding style
Brian Pane
1
-17
/
+12
2002-04-29
Updating my vote on the worker MPM
Brian Pane
1
-10
/
+4
2002-04-29
Document this weekend's worker MPM changes
Brian Pane
1
-0
/
+3
2002-04-29
Fix spelling/typo
Bill Stoddard
1
-1
/
+1
2002-04-29
Removed some code from the mutex-protected block in ap_queue_pop().
Brian Pane
1
-0
/
+2
2002-04-29
Because mod_imap's handler runs on every request in the default
Brian Pane
1
-5
/
+16
2002-04-29
What did I do today?
Aaron Bannert
1
-0
/
+5
2002-04-29
Don't install *.in config files.
Aaron Bannert
1
-1
/
+1
2002-04-29
Rename the worker_stack_interrupt_all() function as worker_stack_terminate().
Aaron Bannert
1
-3
/
+8
2002-04-29
Removed the "not_full" condition variable and associated conditional
Brian Pane
2
-25
/
+3
2002-04-29
Remove unused variable.
Aaron Bannert
1
-1
/
+0
2002-04-29
Some more threadpool MPM changes:
Aaron Bannert
1
-7
/
+30
2002-04-29
Clarify an incorrect statement about why we're purposfully putting
Aaron Bannert
1
-4
/
+10
2002-04-29
Some threadpool fixes:
Aaron Bannert
1
-27
/
+41
2002-04-29
Detect APR_EINTR from ap_queue_pop() and avoid calling
Aaron Bannert
1
-2
/
+10
2002-04-28
When we signal a condition variable, we need to own the lock that
Aaron Bannert
1
-3
/
+10
2002-04-28
Fix a bug in the mod_status display caused by some uninitialized fields.
Bill Stoddard
1
-4
/
+12
2002-04-28
Style cleanup (remove tabs, fix alignment).
Aaron Bannert
1
-31
/
+57
2002-04-28
Typo fix.
Joshua Slive
1
-1
/
+1
2002-04-28
kill a warning on Darwin for NONCE_LEN becoming a long int by math.
Roy T. Fielding
1
-1
/
+1
2002-04-28
If a subreq added a filter (say INCLUDES) and the subreq was promoted via
Justin Erenkrantz
2
-0
/
+27
2002-04-28
Simplify this little chunk of code since r is set to f->r earlier.
Justin Erenkrantz
1
-2
/
+1
2002-04-28
Moved the recycled pool list from the queue to the queue_info structure.
Brian Pane
4
-51
/
+45
2002-04-28
Added a missing pool deletion case and simplified the conditionals
Brian Pane
1
-10
/
+8
2002-04-28
Move a potentially expensive pool cleanup operation outside
Brian Pane
1
-1
/
+8
2002-04-28
Preserve the original error, or if the unlock fails then use that
Aaron Bannert
1
-3
/
+4
[next]