]> granicus.if.org Git - apache/shortlog
apache
2002-07-03 William A.... Fix a const'ness conflict.
2002-07-02 Cliff Woolleynote the C-L filter fix
2002-07-02 Cliff WoolleyFix C-L filter non-blocking-mode brokenness. It was...
2002-07-02 Justin ErenkrantzRemove unused variable 'str'.
2002-07-02 Justin ErenkrantzUse the apr_file_copy function rather than doing a...
2002-07-02 Justin Erenkrantzfound wasn't getting incremented when we update an...
2002-07-02 Jeff Trawickfix some mispellings of the word privileges
2002-07-02 Brian PaneOptimized the addition of the core output filter
2002-07-02 Brian PaneReplaced ap_add_input_filter() call with cheaper ap_add...
2002-07-02 Ryan Bloomhtpasswd needs to add a newline at the end of each...
2002-07-02 William A.... Never trust Bill when he cuts and pastes
2002-07-02 William A.... A bit more ap_regkey and apr-ization. Fixes some...
2002-07-02 William A.... Introduce a _raw_set/_raw_get for regkey values....
2002-07-01 William A.... The pitfalls of cut'n'paste
2002-07-01 Brian PaneDocument what the threadpool MPM is
2002-07-01 Brian PaneDocument what the leader MPM is, for the benefit of...
2002-07-01 William A.... Using apr_file_write_full() we have less to worry...
2002-07-01 William A.... Eliminate GetModuleFileName()
2002-07-01 William A.... Remove all the CreateProcess() based code... see...
2002-07-01 William A.... Replace CreateProcess with properly formed apr thread...
2002-07-01 William A.... Bring in os.h after we let apr do its platform foo.
2002-07-01 William A.... Add ap_os_proc_filepath and clean up the win32/os...
2002-07-01 Mark J. CoxMake security notes consistant with apache-1.3/src...
2002-07-01 Jeff Trawickfix make install to stop passing make operators to...
2002-07-01 Brian PaneOptimization for ap_rgetline_core(): When "folding...
2002-07-01 Marc SlemkoRemove my address for sending comments to, since commen...
2002-06-30 Ryan BloomGet the perchild MPM starting different child processes...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with apr_time_sec...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-30 Chris PepperPunctuation tweaks.
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-29 Ryan BloomI got sick of the error messages from copying the heade...
2002-06-29 Ryan BloomPreserve existing installation directories. We copy...
2002-06-29 Justin ErenkrantzAdd autom4te.cache to cvsignore files.
2002-06-28 Justin ErenkrantzJust one more showstopper on my list and I'm not sure...
2002-06-28 William A.... Prevent us from getting stuck in a NULL provider...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Jeff Trawick:(
2002-06-27 Aaron BannertI've had these for over a week but finally got around...
2002-06-27 Jeff Trawickfix compile breakage with IBM's xlc compiler caused...
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-06-27 Justin ErenkrantzFix doxygen comments and add a missing line-feed.
2002-06-27 Justin ErenkrantzStrengthen error-detection code in HTTP_IN and core_inp...
2002-06-27 Justin Erenkrantz- Fix segfault in core_output_filter when we are passed...
2002-06-27 Justin ErenkrantzFix infinite loop when reading certain data due to...
2002-06-27 William A.... Doxygenate the rest of this header. Had I not overlo...
2002-06-26 Bradley NicholesRe-architected the select()/accept() loop to allow...
2002-06-26 Jeff Trawickadd another example filter, try to clarify how paramete...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-26 Jeff TrawickFix mod_ext_filter to look in the main server for filte...
2002-06-26 Rich BowenSmall change of phrasing on the vhosts index page....
2002-06-26 Rich BowenObtained from: IRC, various other conversations
2002-06-25 William A.... Some small wording improvements.
2002-06-24 Greg Amesap_discard_request_body: exit without reading the body if
2002-06-24 Jeff Trawickfix some mispellings of mod_deflate
2002-06-24 William A.... Move the last little useful bit of registry.c into...
2002-06-24 William A.... Add in the other complex ap_regkey_value_foo() fns...
2002-06-24 Cliff WoolleyInclude apr_lib.h for the definition of apr_toupper...
2002-06-24 William A.... Incorporate ap_regkey.c into the build.
2002-06-24 William A.... Replace gunk with ap_regkey calls.
2002-06-24 William A.... Introduce win32 registry handling through a very...
2002-06-24 William A.... Another excessively warm day in Chicago.
2002-06-23 William A.... Doc it.
2002-06-23 William A.... Seems 9x can't delete two files at a time
2002-06-23 William A.... Finish the -w keep-console-open-on-error patch.
2002-06-23 William A.... The fix wasn't healthy for Win9x. Work around pre...
2002-06-23 Brian PaneRemoved "tolower(++s)" idiom from ap_strcasestr(),...
2002-06-23 Brian PaneConvert the hostname to all-lowercase in fix_hostname...
2002-06-23 William A.... Fixes Win32 cgi 500 errors when QUERY_ARGS or other...
2002-06-23 William A.... Whoops... removal of the last compat was just this...
2002-06-23 William A.... With dav corrected, this last _compat.h bogosity...
2002-06-23 William A.... The real pain. ap->apr xml and text types.
2002-06-23 William A.... Not really sure what this is, but it wasn't aprized...
2002-06-23 William A.... Adapt to use apr_ischar()
2002-06-23 William A.... Use apr_ flavors of ischar()
2002-06-23 William A.... cleanup uses of apr_ischar() macros (no cast required)
2002-06-23 William A.... That's apr, not ap (any longer)
2002-06-23 William A.... No crutches.
2002-06-23 William A.... Use apr_ variants of ischar() tests.
2002-06-23 William A.... No crutches, people!
2002-06-23 William A.... Simplify add_ssi_vars() and move the ssi/cgi vars...
2002-06-23 William A.... s/cgi/cgid might be just a little agressive - fix...
2002-06-23 Graham LeggettLinuxPPC binaries
2002-06-22 Rich BowenEvery directive in the 2.0 documentation tree now has...
2002-06-22 Rich BowenLargely rewritten, based on feedback on the list, on...
2002-06-22 William A.... Revert to the 1.39 comments about NULL for ap_sub_req...
2002-06-22 Bill StoddardCleanup some leftover cruft from the last commit.
2002-06-22 Bill StoddardMove the req_hdrs pointer from the cache_object_t to...
2002-06-22 William A.... Note the changed meaning of the NULL next_filter...
2002-06-22 Cliff Woolleyso much for my alphabetizing skillz. ;-/
2002-06-22 Cliff Woolleyhpux binaries are up, or at least will be if my upload...
2002-06-22 Ian Holsmannew configuration option for mod_rewrite to set cookies.
2002-06-21 Bradley NicholesFixing up some copy commands in the NetWare make files...
2002-06-21 Ryan BloomAdd a timeout option to wintty. This allows the user...
2002-06-21 Jeff Trawickreword an error message
2002-06-21 Greg Amesap_die: get rid of bad side effects from the recursive...
2002-06-21 Jim JagielskiUp and ready
2002-06-21 Jeff TrawickFix perchild to work with apachectl by adding -k suppor...
2002-06-20 Greg Amesprevent infinite recursion if an ErrorDocument gets...
next