2002-04-28 |
Aaron Bannert | Some threadpool fixes: |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Aaron Bannert | Detect APR_EINTR from ap_queue_pop() and avoid calling |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Aaron Bannert | When we signal a condition variable, we need to own... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Bill Stoddard | Fix a bug in the mod_status display caused by some... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Aaron Bannert | Style cleanup (remove tabs, fix alignment). |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Joshua Slive | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Roy T. Fielding | kill a warning on Darwin for NONCE_LEN becoming a long... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Justin Erenkrantz | If a subreq added a filter (say INCLUDES) and the subre... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Justin Erenkrantz | Simplify this little chunk of code since r is set to... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Brian Pane | Moved the recycled pool list from the queue to the... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Brian Pane | Added a missing pool deletion case and simplified the... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Brian Pane | Move a potentially expensive pool cleanup operation... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Aaron Bannert | Preserve the original error, or if the unlock fails... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Brian Pane | Removed creation of unused struct |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Aaron Bannert | Modify the worker MPM to not accept() new connections... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Aaron Bannert | Add a "queue_info" structure to the worker MPM. This... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Brian Pane | Fixed the creation of the worker threads' data structures |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Bill Stoddard | my_generation is in the shared scoreboard now. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Brian Pane | Added a vote on MPMs |
commit | commitdiff | tree | snapshot |
2002-04-26 |
William A.... | After review and testing against all of the PSDK... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Bradley Nicholes | Added a check to make sure that h_aliases is not NULL... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Graham Leggett | Apply a patch to compile cleanly again against changes... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Jeff Trawick | get closer to having apxs work from a binary distribution |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Justin Erenkrantz | Update release info. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Aaron Bannert | Even though this is in APR, it is causing big problems... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Aaron Bannert | The worker's fdqueue is now a queue again. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Aaron Bannert | Convert the worker MPM's fdqueue from a LIFO back into... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Jeff Trawick | fix a compile break on EBCDIC machines |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Jeff Trawick | get basic HTTP proxy working on EBCDIC machines |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Brian Pane | Switch back from atomic_cas to mutexes, based on all... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Aaron Bannert | Some of these worker bugs may or may not be showstopper... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Jeff Trawick | get mod_proxy to build on EBCDIC machines |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Greg Ames | remove a goto |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Richard Bowen | Typoed HTML tag. </ br> -> <br /> |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Richard Bowen | Added example of the Redirect status syntax. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Jeff Trawick | fix a compiler error with picky compilers that (correct... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Joshua Slive | Correct SSI time format reference. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Jeff Trawick | Allow mod_unique_id to work on systems with no IPv4... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
William A.... | Trade one signedness mismatch for another, but choose... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
William A.... | Not yet added to the default build, but curious if... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Aaron Bannert | I just posted a few bug fixes that need to go into... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Bill Stoddard | Brain dump and a vote |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Greg Ames | demote the Content-Range/416/SSI problem to non-showsto... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Sander Striker | Bump after the tag. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Sander Striker | Bump for the tag |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Dirk-Willem... | During the 1.3->2.0 migragrion; ab its #defined VERSION... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Justin Erenkrantz | Fix suexec invocations from userdir - the ~ was not... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Justin Erenkrantz | Since UserDir is a raw argument, our config system... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Justin Erenkrantz | We must always use case-insensitive comparisons in... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Brian Havard | Get proxy protocol modules to build on OS/2. This adds... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Aaron Bannert | Document the recent AB changes since they have the... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Graham Leggett | Oooops! |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Graham Leggett | Add an intelligent error message should no proxy submod... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Aaron Bannert | Mention my AB fixes. |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Aaron Bannert | Major improvement in concurrent processing for AB: |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Greg Ames | default_handler: short circuit the method checks. ... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Brian Havard | Add a configuration block for the OS/2 MPM. |
commit | commitdiff | tree | snapshot |
2002-04-24 |
William A.... | A nice end to a crazy day... laptop's fixed and life... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
William A.... | A bug affecting any platform that had pre-lstat'ed... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
William A.... | Formatting irk grinding at me while stepping code |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Bradley Nicholes | Fixed the NetWare AWK script that produces the httpd... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Cliff Woolley | There were multiple PR's about this one |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Cliff Woolley | formatting buglet |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Justin Erenkrantz | Switch to using new exp_* macros to fix disjointedness... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Cliff Woolley | Whoops, NULL is a macro, hence not available here |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Justin Erenkrantz | The force-response-1.0 and downgrade-1.0 checks were... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jim Jagielski | I seem to recall this about FreeBSD |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jim Jagielski | Just add a file to use to house some platform dependent... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Yoshiki Hayashi | Sync to the latest English version. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Yoshiki Hayashi | Sync to the latest English version. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Yoshiki Hayashi | s/.html.html/.html/ |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Greg Ames | Clarify the remaining problems with Range: headers... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Cliff Woolley | This one appears to have been fixed by Greg and Jeff... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Ryan Bloom | Fix perchild MPM so that it can be configured with... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
William A.... | Fix this optimization. We will skip along so long... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
William A.... | Small optimization, if we are behind (at the 5th... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Sander Striker | Update for APR rename of apr_get_groupname to apr_group... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Cliff Woolley | AcceptPathInfo was totally backwards... it would reject... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Brian Pane | Optimization: short-circuit out of ap_set_byterange... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Brian Pane | Skip a potentially heavyweight call to sysconf, plus... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Bill Stoddard | Added the APLOG_TOCLIENT flag to ap_log_rerror() to |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Bill Stoddard | Failure to fork cgid is a shooting offense. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Cliff Woolley | Ignore stuff |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Cliff Woolley | Fix HTML 3.2 validation error: &O is not a valid entity... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Cliff Woolley | Fix mod_autoindex output with SuppressRules turned on. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Brian Pane | Use the day and month names exported from APR, rather... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Brian Pane | Added ap_recent_rfc822_date(), which uses the recent... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Brian Pane | Workaround to get leader/follower compiling on recent... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Cliff Woolley | Propogate the change to insert "bucket_" into the names... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Cliff Woolley | um, one too many negatives in that paragraph. :) |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Cliff Woolley | showstoppers--; |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Jeff Trawick | somebody just wrote a PR on something Paul fixed earlie... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Bradley Nicholes | Added the NetWare make files to build the proxy modules |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Bradley Nicholes | Added the NetWare .def files to build the proxy modules |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Bradley Nicholes | Corrected the NLM names for the proxy modules |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Bradley Nicholes | Added new targets to the project build file to build... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
William A.... | Fix Restart and Stop from the service taskbar list. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Paul J. Reder | Moved the call to apr_mmap_dup outside the error branch so |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Jeff Trawick | Trigger an error when a LoadModule directive attempts to |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Jeff Trawick | hot hot hot |
commit | commitdiff | tree | snapshot |
next |