]> granicus.if.org Git - apache/history - server/util.c
This stops a segfault on my machine where I haven't got a hostname for
[apache] / server / util.c
2001-01-04 David ReidThis stops a segfault on my machine where I haven't...
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-15 Jeff TrawickAxe ap_get_virthost_addr(). This <address>[:port]...
2000-12-05 Jeff TrawickFix two spelling and syntax problems in ap_get_local_ho...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-18 David ReidChange references of AF_ to reflect APR_ so they should...
2000-11-11 Ryan BloomNot all platforms have INADDR_NONE defined by default...
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
2000-11-10 Ryan BloomThis is always displayed to the console. There is no...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-10-23 William A. Rowe Jr A more thorough example is appropriate. Also simplif...
2000-10-19 Greg Steinsomebody was a Very Bad Boy when they inserted casts...
2000-10-18 Ryan BloomThe final line of the config file was not being read...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-13 William A. Rowe Jr Completes the port of the <Directory /> handling...
2000-10-12 William A. Rowe Jr Modify ap_make_dirstr_prefix, platforms with HAVE_DRI...
2000-10-09 Ryan BloomRemove some deprecated functions
2000-10-05 Jim JagielskiPort over the config directory stuff...
2000-08-15 dgaudetfinish cleaning up after a change i made over 3 years...
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
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_
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-07-17 Jeff TrawickGrab OtherBill's latest 1.3 code to provide a default...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-20 William A. Rowe Jr Correct the problem where the only local host name...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Ben LaurieConstification.
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-16 Jeff TrawickTurn on buffering for config file reads. This is depen...
2000-06-13 Jeff TrawickGet the ap_config.h cleanup working on FreeBSD by addin...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-06-09 Ryan BloomRemove waitpid from the config checks and all calls...
2000-06-09 Ryan BloomRemove a bunch of string functions from Apache. These...
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-05-21 Manoj KasichainulaRemove all remaining instances in Apache code of
2000-05-18 Jeff TrawickThe following is a patch to fix Dirk's patch from March...
2000-05-17 William A. Rowe Jr Cleanup ap_config.h fallout for Win32. Only a few...
2000-05-16 Jeff TrawickAPR-ize some EBCDIC logic which handles conversion...
2000-05-10 Jeff TrawickPick up various EBCDIC fixes from 1.3 (from Martin...
2000-05-05 Ryan BloomReplace hsregex with PCRE. The PCRE library is always...
2000-04-29 William A. Rowe JrPR:
2000-04-24 Greg Steinclean up cmd_parms: config_file is no longer valid...
2000-04-24 Brian HavardChange strncasecmp() definition to match Bill's prototy...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-06 Ryan BloomMake the server work without asking for buffered file...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-14 Dirk-Willem van... Another one in the department of fairly useless patches...
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-03-02 dgaudetclean up a bunch of -Wall/etc warnings
2000-02-10 David ReidSmall changes to remove some compiler complaints.
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-26 Brian HavardOS/2 doesn't have groups, don't try to mess with them.
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-10 Brian HavardRework ap_finfo_t to split the file type out of the...
2000-01-09 dgaudettime overhaul:
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-30 Ryan BloomSome changes to the ap_strftime function. We now infor...
1999-12-21 Ryan BloomRemove a bunch of functions that are being replaced...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-02 Brian HavardDe-errno ap_pcfg_openfile().
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-06 Ryan BloomBring file_io up to the new parameter order for APR...
1999-10-06 Ben HydeRemove obsolete ap_util_init function.
1999-10-04 Ryan BloomSimple name change. the function ap_gets has been...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-24 Bill StoddardFix some broken logic. This logic now replicates what...
1999-09-20 Manoj KasichainulaMove ap_pregcomp and ap_pregfree from APR to Apache...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingMore MPM changes. Remove ap_can_exec and add a couple...
1999-08-26 Roy T. FieldingOptimize ap_make_dirstr_prefix().
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
1999-08-26 Roy T. FieldingFaster versions of ap_gm_timestr_822() and ap_unescape_...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.