]> granicus.if.org Git - apache/shortlog
apache
2002-07-11 William A.... Try this AGAIN. Move ap_regkey.h to include/ and...
2002-07-11 William A.... Fix comments
2002-07-11 Joshua SliveFix typos.
2002-07-11 Joshua SliveMake internationalized error docs xhtml compliant.
2002-07-11 Joshua SliveAdd missing argument in CustomLog example.
2002-07-11 Jeff Trawickadd PROXY_OPTIONAL_HOOK() macro for modules that want to
2002-07-11 Brian PaneStrength-reduce a 64-bit "mod 16" operation to "& 0xf...
2002-07-11 Dirk-Willem... We where mixing #if USE_SSL en #ifdef USE_SSL. Since...
2002-07-11 Yoshiki HayashiUpdate transformations.
2002-07-11 Yoshiki HayashiNew Japanese translation.
2002-07-11 Yoshiki HayashiUpdate translation.
2002-07-11 William A.... Fix code comments
2002-07-11 William A.... Clean up docs and add a hook for clarification.
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-07-10 Jeff Trawickmod_ext_filter: don't segfault if content-type is not...
2002-07-10 Yoshiki HayashiUpdate translation.
2002-07-10 Yoshiki HayashiUpdate transformation.
2002-07-10 Yoshiki HayashiNew Japanese translation.
2002-07-10 Yoshiki HayashiOops. I don't know why but these files weren't committ...
2002-07-10 Yoshiki HayashiNew Japanese translations.
2002-07-10 Yoshiki HayashiUpdate transformation.
2002-07-10 Yoshiki HayashiCorrect a markup error pointed out by Xalan.
2002-07-10 Yoshiki HayashiGrammar police.
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-10 William A.... Narrow service manager access to what is actually...
2002-07-10 Jeff Trawickspell check a comment
2002-07-09 William A.... Small whitespace cleanup.
2002-07-09 William A.... Fix access for non-Administrators (superusers and...
2002-07-09 Bradley NicholesDocumentation for the NetWare CGIMapExtension directive...
2002-07-09 Yoshiki HayashiGrammer police.
2002-07-09 Yoshiki HayashiCorrect path to the ScoreBoardFile directive.
2002-07-09 Yoshiki HayashiImprove translation.
2002-07-09 Yoshiki HayashiFix typo.
2002-07-08 William A.... We obviously have no idea if this code is right....
2002-07-08 William A.... If you want floating math, use float literals.
2002-07-08 William A.... Fix alpha order so the .dsp list isn't rearranged...
2002-07-08 William A.... Changes for deprecated apr_is_fnmatch
2002-07-08 Greg Amesfix folding when the continuation charater is a blank
2002-07-08 Jeff Trawicktweak a comment for readability
2002-07-08 Jeff Trawicksilence an unhelpful gcc warning
2002-07-08 Ryan BloomVC6 is unable to deal with dependencies that are still...
2002-07-07 Bill StoddardOptimize reading keep-alive requests with APR_INCOMPLET...
2002-07-07 Brian Panefix for compilers that don't support long long datatype
2002-07-06 Ian HolsmanRenames Pending:
2002-07-06 Bill StoddardFix some Win32 compile breaks caused by Brian Pane...
2002-07-06 Brian PaneEliminated the use of AP_MODE_SPECULATIVE brigade reads...
2002-07-05 Bill StoddardThis just bugs me today...
2002-07-05 Rich BowenSubmitted by: Owen Boyle, on users@ mailing list
2002-07-05 Brian Paneuse new time conversion macros in place of APR_USEC_PER_SEC
2002-07-04 Brian Paneuse the time conversion macros rather than dividing...
2002-07-04 Brian Panereplaced APR_USEC_PER_SEC division with the new time...
2002-07-04 Brian Panefix ap_mpm_set_max_mem_free declaration to match mpm_co...
2002-07-04 Brian PaneAdd missing declarations of the new max_mem_free stuff
2002-07-04 Brian PaneRe-use the same temp brigade to read all lines of a...
2002-07-04 Sander StrikerNow why did I commit that symbolic constant in APR...
2002-07-04 Sander StrikerAdd a new directive: MaxMemFree. MaxMemFree makes...
2002-07-04 Sander StrikerMake the mime types configuration file path relative...
2002-07-04 Yoshiki HayashiNew Japanese translation.
2002-07-04 Yoshiki HayashiFix typo.
2002-07-04 Yoshiki HayashiFix typo.
2002-07-04 Yoshiki HayashiBump up revision.
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:(
next