2002-02-27 |
Aaron Bannert | Fix --enable-layout to work again. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jim Jagielski | Add the ProxyRemoteMatch directive to the mod_proxy |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jeff Trawick | document the ctx parameter to the add-input-filter... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jeff Trawick | mention some graceful restart breakage with worker |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | No releases until these two are addressed. It doesn... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | I just tried to do a graceful restart while pounding... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Doug MacEachern | ap_calc_scoreboard_size() needs to be exported for... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Clarity on a snowy night in Illinois. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | Don't set bytes_sent to be 0 when r->assbackwards since... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Whoh boy that's rough... We sometimes like to answer... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Doug MacEachern | change builtin passphrase prompt to use stdout rather... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Doug MacEachern | changing mod_ssl to do a full startup/teardown on each... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Aaron Bannert | All the work on the lock APIs probably deserves a littl... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Ryan Bloom | Use the empty string, not NUL. I should have read... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Ryan Bloom | Grrrrr..... We should really use the correct line... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Jeff Trawick | fix some problems with variables in config_vars.mk |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Joshua Slive | Commit the transformations from the xml docs. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Joshua Slive | Start converting the mpm documentation. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Joshua Slive | Changes necessary to document MPMs. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Aaron Bannert | These variables need to be delimited with {} or they... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Justin Erenkrantz | Fix segfault if content_type is NULL. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bill Stoddard | Fix some formatting. No function change. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Ryan Bloom | I learned about AP_MODE_EXHAUSTIVE while reading some... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Cliff Woolley | Forward port of changes in mod_ssl for Apache 1.3 up... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Cliff Woolley | remove a tab |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Jeff Trawick | restart fixes for worker: |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Jeff Trawick | don't wait nearly so long for child processes to go... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Jeff Trawick | I prefer to remove stuff :( |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Brian Pane | Removed unixd_set_lock_perms(apr_lock_t *), which is... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Brian Pane | Fix for the code that handles SSI tokens that span... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Ian Holsman | notes need to be 'set' at the main requests pool |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Ian Holsman | baby steps |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Pane | Fix to avoid a segfault in mod_bucketeer if content_typ... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | make it work with flushes |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bill Stoddard | Fix problem with expiry date being set in the past. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bill Stoddard | Fix problem where expiry time was being set in the... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | pass a brigade |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | remove stale comment |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Havard | When firing up a new child process, wipe clean the... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Havard | Handle shift of restart_time into scoreboard. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | introducing the bucketeer |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | forgot the ap-declare's |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Pane | Added ap_get_input_filter_handle() and ap_get_output_fi... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Jeff Trawick | mention a new showstopper introduced after 2.0.32 |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Ian Holsman | need to copy mod_log_config over for custom-loggers |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Joshua Slive | Small typo fix. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Joshua Slive | Fix double proxy listing. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
William A.... | Good things for beta testers to know have been fixed. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Mention the -DNO_DETACH changes (to implement apr_proc_... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Implement apr_proc_detach changes and allow -DNO_DETACH... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
William A.... | This code should be a noop today. But I did not... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Convert mod_auth_digest to use the new apr_global_mutex... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Ian Holsman | fix problem where a unmatched tag was not sent if it... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Jeff Trawick | Convert the ap_queue_foo routines to return apr_status_... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Jeff Trawick | fix the linkage of and add a prototype for ap_proxy_tab... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Jeff Trawick | zap an incorrect comment |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Graham Leggett | Some browsers ignore cookies that have been merged... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Ian Holsman | bump bumpty bump |
commit | commitdiff | tree | snapshot |
2002-02-21 |
William A.... | Fix the close-on-sendfile bug where Win32 would trans... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Placing the thread-limit and server-limit values, those... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Ian Holsman | Fix segfault in proxy |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Ian Holsman | send a 'bad-gateway' |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Jeff Trawick | on OS/390, instdso.sh should just use libtool, since... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Justin Erenkrantz | Remember AddOutputFilterByType. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
William A.... | Some info messages mean something to only three peopl... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
William A.... | Seems Terminal Server flavors were failing global_mut... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Ian Holsman | add a comment about the gzip-only-text/html note |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Joshua Slive | Another xml comversion. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Joshua Slive | Add xml-ized mod_auth_anon. I had to change directives... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Jeff Trawick | refer to background information on filters and mod_defl... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Jeff Trawick | fix the short description for mod_deflate |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Jeff Trawick | fix a broken link to the SetOutputFilter description |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Jeff Trawick | add an example to the mod_deflate documentation |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Bill Stoddard | Add some messages. Be a bit smarter about detecting... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Bill Stoddard | Win32: Migrate mpm_winnt away from the deprecated apr_l... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Bill Stoddard | More info for folks searching the CHANGES file |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Bill Stoddard | This fixes a bug in mod_status on Windows where restart... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Joshua Slive | Here goes: now committing the transformed version of... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Joshua Slive | Make sure the "do not edit" comment gets passed through. |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Joshua Slive | Woops... Not allowed to break a line there. |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Joshua Slive | A couple small changes and a little reformatting to... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Joshua Slive | XML version of core directives. |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Jeff Trawick | Add IPv6 notes to the documentation for the NameVirtualHost |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Jeff Trawick | fix a v4-specific INADDR_ANY check that kept name-based... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Joshua Slive | <example> is not (by default) a <pre>formatted environment. |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Jeff Trawick | Describe IPv6 syntax for Listen, Allow from, and <Virtu... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Justin Erenkrantz | Introduce AddOutputFilterByType directive. |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Roy T. Fielding | Roy has a new employer |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Rich Bowen | Conversion to xml |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Lars Eilebrecht | Update. |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Greg Ames | one step closer to happiness on ebcdic boxes |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Jeff Trawick | close a nearly-impossible leak in dummy_connection... |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Jeff Trawick | close an extremely unlikely file descriptor leak in |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Joshua Slive | Woops. I meant <note>, not <example>. |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Joshua Slive | A couple tiny updates to use <directive> and <note>. |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Joshua Slive | Three xsl changes: |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Justin Erenkrantz | There is no way, IMHO, that we could ever maintain... |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Justin Erenkrantz | Fixup DEBUG_CGI code paths to compile and not leak... |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Justin Erenkrantz | Cite PR 9669 submitter. |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Rich Bowen | Conversion to XML |
commit | commitdiff | tree | snapshot |
next |