]> granicus.if.org Git - apache/history - support
get the last worker in a given child initialized properly
[apache] / support /
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...
2000-11-21 Jeff TrawickGet rid of apr_create_tcp_socket() reference.
2000-11-19 Jeff TrawickCall apr_create_socket() instead of apr_create_tcp_sock...
2000-11-18 Jeff TrawickAdd apr_get_sockaddr() for getting the address of one...
2000-11-17 William A. Rowe Jr Just style nits before someone goes and does somethin...
2000-11-17 Jeff TrawickAPR: Change apr_connect() to take apr_sockaddr_t instea...
2000-11-16 Jeff Trawickadd apr_create_socket to the list of symbols
2000-11-16 Jeff TrawickUpdate httpd.exp for recent symbol changes.
2000-11-13 Ryan BloomUpdate the httpd.exp file.
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-11-08 Jeff TrawickGet ab to build again by changing apr_set_remote_port...
2000-11-07 Greg SteinThe LoadModule line should specify a .so file, not...
2000-11-02 Jeff TrawickGet rid of some warnings on Solaris 8 by using APR...
2000-10-30 Ryan BloomThis is an ugly little hack to allow DSO modules to...
2000-10-25 Tony Finchensure that all cpp directives start with a # in column one
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-20 William A. Rowe Jr Don't you love clean checkouts :-) Wrong href on...
2000-10-16 William A. Rowe Jr Fix compile break in Win32
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-15 David ReidSome fixes and a general tidy up of ab. With these...
2000-10-11 David ReidCVS goodness...
2000-10-11 William A. Rowe Jr Regardless of reaction to a symbol rename -within...
2000-10-10 William A. Rowe Jr This will have been a good thing if we get that far.
2000-10-07 Ryan BloomUse autoconf to substitute the proper values into apach...
2000-10-07 William A. Rowe Jr Addresses the huge issue that Crypt::PasswdMD5 is...
2000-10-06 William A. Rowe Jr Completed review for new tests:
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-09-25 William A. Rowe Jr Cleaner feature tests and new -d -m -s -p options...
2000-09-20 William A. Rowe Jr Overhaul of dbmmanage to allow a groups arg (as...
2000-09-20 William A. Rowe Jr Correct dbmmanage pwfile check behavior to ignore...
2000-09-20 William A. Rowe Jr Never carried forward from 1.3.13
2000-09-14 Jeff TrawickFix the types of the variables passed as the len parm...
2000-09-01 Jeff TrawickUpdate export file for AIX with recent symbol changes.
2000-08-10 Jeff TrawickTweak apr_getopt() and its use in ab to avoid compiler...
2000-08-09 Bill StoddardUpdate exports file for AIX.
2000-08-09 William A. Rowe Jr Fix ApacheBench for the apr_initopt/apr_getopt change...
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
next