]> granicus.if.org Git - apache/history - server/util_script.c
switch to APR 1.0 API (which is still in flux)
[apache] / server / util_script.c
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-07-14 André MaloRemember an authenticated user during internal redirect...
2003-02-03 André Malofinished that boring job:
2002-10-02 William A. Rowe Jr *) SECURITY: [CAN-2002-0840] HTML-escape the address...
2002-06-23 William A. Rowe Jr Use apr_ flavors of ischar()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-22 Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-03-31 Brian HavardHandle CR/LF terminated lines from CGI scripts.
2002-03-30 Brian PaneFix for a bug that I introduced when eliminating the...
2002-03-23 Brian PaneChanged mod_cgi to not do single-byte reads to consume the
2002-03-20 Bill StoddardCommit 2 of 2 to:
2002-03-20 Bill StoddardFinal commit to add ap_rset_content_type accessor....
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-12-02 Brian PaneOptimization: changed some apr_pstrndup calls to apr_ps...
2001-11-24 Brian Paneoptimize ap_add_common_vars() for the common case where...
2001-11-22 Brian Paneminor performance fix for ap_add_common_vars(): replace...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-10 Ryan BloomImprove http2env's performance by cutting the work...
2001-09-24 William A. Rowe Jr PATHEXT is a critial Win32 cmd.exe variable that...
2001-09-10 William A. Rowe Jr This patch is insufficient (highlights an existing...
2001-09-04 Ryan BloomBack out the 1.45 change to util_script.c. This change...
2001-08-23 William A. Rowe Jr Why two ifdef blocks? This is simpler to read
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-25 David ReidAnother of the long term issues cleared up. BeOS can...
2001-06-06 Jeff Trawickuse apr-util's apr_date_parse_http() instead of the...
2001-05-08 Doug MacEachernsurprised -Wall does not complain, but ap_scan_script_h...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
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-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-21 Jeff Trawickupdates to changed interfaces to apr_set_port(), apr_ge...
2000-11-08 David ReidThis adds the APR_LOCAL/APR_REMOTE to APR and changes...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-03 David ReidWe have functions that allow us to get the ports from...
2000-10-21 Ryan BloomRemove original_uri. This is the same as r->unparsed_uri
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-12 Ryan BloomThese functions aren't used by any module, and they...
2000-10-02 Jeff TrawickClean up some const-ness warnings in getsfunc_STRING().
2000-10-02 William A. Rowe Jr Forward port 1.3 overhaul of isapi to 2.0.
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_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-05 Ryan BloomRemove a bunch of dead code from util_script.
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-15 Jeff TrawickInclude the proper header file (under X/Open, at least...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-05 Jeff TrawickMake a copy of getenv("PATH") before storing for later...
2000-05-15 Jeff Trawickutil_ebcdic.h, util_ebcdic.c, http_core.c:
2000-04-20 Jeff Trawick[EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-20 Brian HavardBring forward my recent 1.3 patches.
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-23 Bill StoddardFix compile breaks on Windows.
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-09 dgaudettime overhaul:
1999-12-31 Ryan BloomGet rid of ap_call_exec. It has been #if 0'ed out...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-09 Ben LaurieAdd printf format for ssize_t.
1999-10-31 Brian HavardEliminate use of FILE * & ap_get_os_file() in mod_asis...
1999-10-31 Manoj KasichainulaUndo the ap_bgets errno patch. It will return status...
1999-10-30 Manoj KasichainulaAn errnoless interface for ap_bgets
1999-10-24 Ben LaurieSize rigour.
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-17 Ben HydeEliminate warning about create_argv_cmd being unused...
1999-10-17 Bill Stoddardifdef ap_call_exec out but keep it around until we...
1999-10-11 Martin KraemerFix typos
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
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-27 Roy T. FieldingReverse the unnecessary change to the interface of...
1999-08-26 Roy T. FieldingThis evil little change modifies the interface to ap_pa...
1999-08-26 Roy T. FieldingReplace all alarms and timeouts with a mutex on alloc.
1999-08-26 Roy T. FieldingRemoved RLIMIT stuff, supposedly to be implemented...
1999-08-26 Roy T. FieldingRearchitect the mess in http_main.c, http_core.c and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.