]> granicus.if.org Git - apache/history - server
Fix typo in doxygen comment
[apache] / server /
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-17 Jim JagielskiThe protocol version (eg: HTTP/1.1) in the request...
2002-09-16 Jeff Trawickzap a gcc warning about using an uninitialized variable...
2002-09-15 William A. Rowe Jr Modify ap_open_logs (an internal function) to follow...
2002-09-15 William A. Rowe Jr We log this failure (with an identical message) in...
2002-09-15 Justin ErenkrantzAllow AddOutputFilterByType to take in multiple filters.
2002-09-12 Ian HolsmanAdd support for using fnmatch patterns in the final...
2002-09-10 Justin ErenkrantzFix memory leak in core_output_filter.
2002-09-08 Jim JagielskiAllow for compile on systems lacking poll.h
2002-09-06 Brian PaneRemoved comments inherited from worker that don't apply
2002-09-05 Justin ErenkrantzMorph DONE result from a sub-request handler to OK...
2002-09-02 Brian PaneRearranged the loop in fix_hostname() to run faster...
2002-09-01 Brian PaneDocument the updates to leader/followers MPM
2002-09-01 Brian PaneSwitched back to atomic compare-and-swap instead of...
2002-09-01 Brian PaneAdded support for httpd -k option
2002-09-01 Brian PaneRemoving extraneous pod files for leader/follower MPM
2002-08-30 Bill StoddardWin32: First cut as cleaning up mpm_default.h defaults
2002-08-28 Bradley NicholesRemoved unnecessary pool cleanup after a restart or...
2002-08-28 Jim JagielskiAdjust the descriptions of these directives, avoid...
2002-08-28 Brian PaneChanged the content-length filter to allow streaming...
2002-08-28 Bill StoddardWin32: Add ThreadLimit directive to the windows MPM
2002-08-25 Ian HolsmanCheck for pthread_kill
2002-08-23 Ian HolsmanMajor/Minor/Min[imal]
2002-08-23 Ian Holsmannew option to ServerTokens. "Maj[or]" which displays...
2002-08-21 Jim JagielskiMinor error log typo
2002-08-19 Ian HolsmanMake module loading error messages more informative
2002-08-18 Brian PaneZero-copy output for small files delivered over keepalive
2002-08-18 Ryan BloomThis commit gets Perchild working again. There are...
2002-08-13 Greg Amesfix weird things that happen with canned error messages...
2002-08-11 Brian HavardDon't catch more than 1 SIGTERM in the parent process...
2002-08-09 William A. Rowe Jr Security rollup for 2.0.40 release. Tag and roll...
2002-08-06 William A. Rowe Jr Pardon je, it seems the most obvious solutions are...
2002-08-06 William A. Rowe Jr This was never a 'vulnerability'... the APR_FILEPATH_...
2002-08-04 William A. Rowe Jr This was an identity... sort of silly really.
2002-08-04 William A. Rowe Jr INVALID_SOCKET is -1 and appropriate to test throughout.
2002-08-04 William A. Rowe Jr Lots o bugs and emits here. accept_socket is a handl...
2002-08-04 William A. Rowe Jr Outch! Always check completion against actual socket...
2002-08-04 Ian Holsmanformat to 80 chars
2002-08-02 Ian Holsmantypo
2002-07-31 Jeff TrawickRestore the ability to specify host names on Listen...
2002-07-31 William A. Rowe Jr Drop a redundant destructor.
2002-07-31 William A. Rowe Jr Continue the effort to back away from shared globals...
2002-07-30 Jeff TrawickWhen deciding on the default address family for listeni...
2002-07-29 William A. Rowe Jr pconf global factors out nicely. The one other pconf...
2002-07-29 William A. Rowe Jr Refactor out the child behavior from mpm_winnt. ...
2002-07-27 William A. Rowe Jr Refactor the ready_event so that it's scope is the...
2002-07-27 William A. Rowe Jr Rather than an arbitrary sleep interval, improve...
2002-07-24 Bradley NicholesHold the Apache screen open on NetWare if exit() is...
2002-07-17 Jeff Trawickzap an unused variable
2002-07-17 Ryan BloomAdd some debugging logic to perchild. This is almost...
2002-07-17 Ryan BloomGet the prefork MPM using the apr_poll interface direct...
2002-07-17 Jeff Trawickadd notes about a portability problem -- formatting...
2002-07-17 William A. Rowe Jr suck_in wasn't sucking hard enough. Fixed the header.
2002-07-15 William A. Rowe Jr How isn't this built on Win32? Thanks Sander.
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-07-12 David ReidAdjust the sizes of the pollsets we create/use so that...
2002-07-11 Brian PaneStrength-reduce a 64-bit "mod 16" operation to "& 0xf...
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-10 William A. Rowe Jr Narrow service manager access to what is actually...
2002-07-10 Jeff Trawickspell check a comment
2002-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-07-08 Greg Amesfix folding when the continuation charater is a blank
2002-07-08 Jeff Trawicksilence an unhelpful gcc warning
2002-07-06 Ian HolsmanRenames Pending:
2002-07-06 Brian PaneEliminated the use of AP_MODE_SPECULATIVE brigade reads...
2002-07-05 Bill StoddardThis just bugs me today...
2002-07-04 Brian Panereplaced APR_USEC_PER_SEC division with the new time...
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-02 Cliff WoolleyFix C-L filter non-blocking-mode brokenness. It was...
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 William A. Rowe Jr A bit more ap_regkey and apr-ization. Fixes some...
2002-07-01 William A. Rowe Jr 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. Rowe Jr Using apr_file_write_full() we have less to worry...
2002-07-01 William A. Rowe Jr Eliminate GetModuleFileName()
2002-07-01 William A. Rowe Jr Remove all the CreateProcess() based code... see...
2002-07-01 William A. Rowe Jr Replace CreateProcess with properly formed apr thread...
2002-07-01 Brian PaneOptimization for ap_rgetline_core(): When "folding...
2002-06-30 Ryan BloomGet the perchild MPM starting different child processes...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
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-26 Bradley NicholesRe-architected the select()/accept() loop to allow...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-24 William A. Rowe Jr Move the last little useful bit of registry.c into...
2002-06-23 William A. Rowe Jr Doc it.
2002-06-23 William A. Rowe Jr Finish the -w keep-console-open-on-error patch.
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. Rowe Jr Adapt to use apr_ischar()
2002-06-23 William A. Rowe Jr Use apr_ flavors of ischar()
2002-06-21 Jeff TrawickFix perchild to work with apachectl by adding -k suppor...
2002-06-15 Ryan BloomMake the default_handler catch all requests that aren...
2002-06-14 Jeff Trawickprefork MPM: Ignore mutex errors during graceful restar...
next