]> granicus.if.org Git - apache/history - support
Return "1" to apr_table_do()
[apache] / support /
2001-05-27 Ben LaurieUtility to list available hooks.
2001-05-23 Jeff Trawickexport apr_strtok() too
2001-05-22 Victor J. OrlikowskiWhen AP_DEBUG is defined, these two need to be in here.
2001-05-22 Victor J. OrlikowskiOoops. Leftovers.
2001-05-22 Victor J. OrlikowskiMore exp file changes
2001-05-21 Jeff Trawickget rid of a warning for missing strXXX prototype....
2001-05-21 Jeff TrawickGet httpd.exp with recent hook changes.
2001-05-18 William A. Rowe Jr Return missing link flags to apxs.in
2001-05-18 Roy T. FieldingChange the make targets and rules to be consistent...
2001-05-17 Jeff Trawickapr_proc_probe_writable_fds is gone
2001-05-14 William A. Rowe Jr A bit more clarity, and that's it for now.
2001-05-14 William A. Rowe Jr Clarify the wintty purpose and syntax.
2001-05-14 William A. Rowe Jr Q. "Why can't I watch my server's activity?" A....
2001-05-09 Ryan BloomFix apachectl so that it uses the configure program...
2001-05-07 Jeff Trawickget the MPMs consistent w.r.t. visibility of ap_max_req...
2001-05-02 Jeff Trawickaccount for the recent apr_pool_*abort changes
2001-04-27 Doug MacEachernbacking out this part of the recent apxs change
2001-04-27 Martin KraemerFix APXS: treat sbindir as expected, fix "link" command.
2001-04-20 Doug MacEachernAdd ap_set_int_slot() function
2001-04-18 Jeff Trawickaccount for the change to apr_create_signal_thread
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....
next