]> granicus.if.org Git - apache/history - support
Tweak a message. No function change.
[apache] / support /
2001-04-13 Ryan BloomDo not install the binaries from the support directory...
2001-04-12 Roy T. FieldingMake ab work again by changing its native types to...
2001-04-11 Roy T. FieldingMake clean, distclean, and extraclean consistently...
2001-04-05 William A. Rowe Jr Time to refresh mak on Win32
2001-04-04 Victor J. OrlikowskiModule writers for 2.0 shouldn't still be relying on...
2001-04-03 Jeff TrawickUhh, we really need the prototypes for standard string...
2001-04-03 Dirk-Willem van... Make live simpler - as we are using strchr already
2001-04-03 Dirk-Willem van... Doing last minute alphabettically sorting things to...
2001-04-03 Jeff Trawickmake sure we have the prototype for index() (fixes...
2001-04-02 Jeff Trawickconsistent types; avoid warning on AIX for mismatch...
2001-04-02 Jeff Trawick"void *res = signal(blah)" isn't cool 'cause void ...
2001-04-02 Jeff Trawickkeep ab from dividing by zero when heartbeatres is...
2001-04-02 Ryan BloomCleanup all the warnings introduced in AB yesterday.
2001-04-02 Dirk-Willem van... Commit early and often. This should merge all changes...
2001-04-02 Dirk-Willem van... Either MacOS-X is much more sensitive for border condit...
2001-04-02 Dirk-Willem van... First stab at encapsulating the apr_send() to make...
2001-04-02 Dirk-Willem van... Prevent cobbering of lenght for subsequent sends. Still...
2001-03-30 Victor J. OrlikowskiChanges to the httpd.exp file, to get DSOs working...
2001-03-26 Doug MacEacherntop_module global variable renamed to ap_top_module
2001-03-22 William A. Rowe Jr This should wrap this freshen up
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-15 Jeff TrawickInclude some newly-generated files in .cvsignore.
2001-03-14 Jeff Trawickdbmmanage, log_server_status, et al are now generated...
2001-03-14 Jeff Trawickinclude string.h for the strstr() prototype
2001-03-13 Ken Coar Enhance customisability of rotatelogs: strftime(3)
2001-03-11 Ken Coar Bring the other Perl scripts into the autoconf-edited
2001-03-11 Ken Coar Bring forward the suexec umask setting option from...
2001-03-09 Ken Coar Bring forward the -V option for suexec from 1.3.20...
2001-03-06 Victor J. OrlikowskiFix a screw up of my own invention. I must be getting...
2001-03-06 Victor J. OrlikowskiUpdates to the symbol file, in an attempt to finally...
2001-03-01 Greg SteinDon't directly include ap_config_auto.h directly. It...
2001-02-28 William A. Rowe Jr Goodbye ap_send_http_header
2001-02-25 William A. Rowe Jr A patch to clean up much bogusity in Win32. Eliminat...
2001-02-25 David ReidUse a better format type for sizeof. This stops a...
2001-02-25 William A. Rowe Jr Refresh all .mak files should we choose to roll again...
2001-02-25 Greg Steinfix typo
2001-02-25 William A. Rowe Jr Reconsidered the wisdom of this change... back to...
2001-02-25 William A. Rowe Jr A remnant of apr_pcfg_getc()
2001-02-22 Ryan BloomUse "Basic" authentication instead of "basic" in ab...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 William A. Rowe Jr Still lots to apr'ize here.
2001-02-11 Greg Stein*) include "apr_signal.h" when needed
2001-02-10 Ryan BloomHeader file cleanup.
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-25 Jeff Trawickclose the post file after reading it
2001-01-22 Doug MacEacherns/LAST/MIDDLE/
2001-01-22 Doug MacEachernadjust to ap_hook_handler changes
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 William A. Rowe Jr When is a void fn(void) not a void fn(void)? It...
2001-01-15 Jeff Trawickfix a warning on platforms where apr_size_t isn't int
2001-01-15 Jeff TrawickFix an endless loop in ab which occurred when ab was...
2001-01-12 Jeff Trawickopen_postfile():
2001-01-10 Brian HavardLibtool takes care of the lib prefix so get rid of...
2001-01-09 Ryan BloomFix a compile break related to the apr libtool change.
2001-01-09 Jeff Trawickget rid of a non-portable use of errno
2001-01-09 Jeff Trawickget rid of a bogus use of perror()
2001-01-06 dgaudet- add some missing distclean targets
2000-12-27 Ryan BloomGet SuEXEC building properly.
2000-12-27 Ryan BloomGet suexec compiling again.
2000-12-23 Ryan BloomAllow SuExec to be configured from the ./configure...
2000-12-22 Ryan BloomCleanups so that the support programs build cleanly...
2000-12-21 William A. Rowe Jr All the supports now build on APR (+APRUTIL), no...
2000-12-21 William A. Rowe Jr This should build entirely with APR support.
2000-12-21 William A. Rowe Jr This should build entirely with apr/aprutil support
2000-12-21 William A. Rowe Jr This program should run entirely without ap_config...
2000-12-21 William A. Rowe Jr Out of the sandbox and into prime time. Note......
2000-12-21 William A. Rowe Jr Correction, commited the vc5. Need vc6 in the tree...
2000-12-21 William A. Rowe Jr The Win32 overhaul, in summary;
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomStop searching in installdir/includes/apr.
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-18 Jeff TrawickAPI routines ap_pgethostbyname() and ap_pduphostent...
2000-12-18 Jeff Trawickapr_get_hostname() is gone.
2000-12-15 Jeff Trawickapr_get_inaddr() is gone
2000-12-14 Jeff Trawickadd apr_getnameinfo
2000-12-07 William A. Rowe Jr Eliminate the /GX flag from release builds of the...
2000-12-07 Jeff Trawickab: use apr_parse_addr_port() in parse_url().
2000-12-06 William A. Rowe Jr Goodbye exported apr_canonical_error
2000-12-05 William A. Rowe Jr Fix some leftover dirtyness from the conversion....
2000-12-05 William A. Rowe Jr A bit of inclusion for the apr-util package.
2000-12-05 William A. Rowe Jr This patch illustrates the new locations, and makes...
2000-12-05 Ryan BloomMake ApacheBench compile cleanly again
2000-12-05 Ryan BloomUse the correct apr-util library
2000-12-05 Ryan BloomAdd apr-util to the build process. This should now...
2000-12-05 Ryan BloomApache builds again, although the test directory doesn...
2000-12-05 Ryan BloomGet the support programs building properly. Httpd...
2000-12-05 Ryan BloomGet base Apache to build properly. This doesn't solve...
2000-12-04 Jeff Trawickinclude new APR symbol apr_make_os_sock
2000-12-01 Jeff Trawickuse APR_SIZE_T_FMT to avoid a warning on AIX
2000-12-01 Jeff TrawickStop referencing apr_get_socket_inaddr(), apr_get_remot...
2000-11-30 Jeff TrawickGet htpasswd.c to build on EBCDIC machines again.
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-29 Jeff TrawickGet ab to compile cleanly after the apr_initopt() change.
2000-11-29 Greg Steinadd the new apr_lock_file and apr_unlock_file functions.
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-22 Ryan BloomAdd the ability for apxs to install both libtool genera...
2000-11-21 Jeff TrawickDon't use APR_INET6 unless APR_HAVE_INET6 is defined.
2000-11-21 Jeff TrawickUpdate ab to accept URLs with IPv6 literal address...
2000-11-21 William A. Rowe Jr *) Accomodate an out-of-space condition in the piped...
next