]> granicus.if.org Git - apache/history - include/httpd.h
the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;
[apache] / include / httpd.h
2001-08-16 Jeff Trawickthe 2nd parm to strstr() doesn't lose const-ness, unlik...
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-02 Ryan BloomAdd the ability to extend the methods that Apache under...
2001-07-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-07-25 William A. Rowe Jr Cliff's most sane advise :-)
2001-07-25 William A. Rowe Jr This same patch is needed in mod_asis and others...
2001-06-07 Ryan BloomFirst pass at the pipe_of_death logic for the prefork...
2001-06-03 Ben LaurieDoxygenation.
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-04-26 Roy T. FieldingRemoved the keptalive boolean from conn_rec because...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-16 David ReidSilly typo.
2001-04-03 William A. Rowe Jr Whoops... this could be causing problems
2001-03-24 Brian HavardTweak some declarations so they're picked up by make_ex...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-11 Ben LaurieMore doxygenation.
2001-03-11 Ben LaurieFirst step in doxygen conversion.
2001-02-25 Ryan BloomFix a compile break on OS/2, by adding apr_general...
2001-02-23 Ryan BloomNamespace protect IOBUFSIZ since it is a public symbol.
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Jeff Trawickstring.h needs to be included before monkeying around...
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-05 Jeff TrawickI hereby propose that the ASF buy that guy a compiler.
2001-02-05 Ryan BloomMove the APACHE_RELEASE macro to release.h
2001-02-05 Ryan BloomMove the server version information out of httpd.h...
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
2001-01-05 Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
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 Trawickmove closer to IPv6 support by changing the server_addr_rec
2000-12-15 Jeff TrawickAxe ap_get_virthost_addr(). This <address>[:port]...
2000-12-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-12-12 Ryan BloomGet the server setup for Beta 1
2000-12-12 Ryan BloomUpdate the version numbers for a9
2000-12-02 David ReidFix a couple of small typo's
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-21 Ryan BloomWe are working on a9 now.
2000-11-20 Ryan BloomGet the version number bumped to 2.0a8
2000-11-10 David ReidBring the apr_in_addr type into line with naming conven...
2000-11-09 Ryan BloomRemove BUFF from the main server. :-) The buff code...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-08 Greg Steinfix the byterange filter.
2000-11-07 Greg SteinUse apr_off_t for the content length, rather than long...
2000-11-03 Sascha SchumannRemove REQUEST_CHUNKED_PASS and change ap_discard_reque...
2000-11-01 Sascha SchumannComment fixes.. just to get them out of my tree
2000-10-26 Jeff TrawickGet rid of some outdated character set translation...
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-19 Greg Steinsomebody was a Very Bad Boy when they inserted casts...
2000-10-18 Ryan BloomThis begins to remove BUFF from the server. The idea...
2000-10-17 Jeff TrawickCapitalize AP_DEBUG_ASSERT(). All macros should shout...
2000-10-16 Jeff TrawickGet rid of some old code related to the way that charac...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-14 Ryan BloomGet non-chunked input body filtering working with an...
2000-10-13 Jeff TrawickIntroduce ap_debug_assert() macro, like ap_assert(...
2000-10-12 William A. Rowe Jr Modify ap_make_dirstr_prefix, platforms with HAVE_DRI...
2000-10-12 Ryan BloomImplement a length argument on input filters. There...
2000-10-12 Ryan BloomWe never actually store anything in input_data (from...
2000-10-10 Ryan BloomBack out the change to move the core_output_filters...
2000-10-09 Ryan BloomUpdate some docs httpd.h
2000-10-09 Ryan BloomUpdate the version for 2.0a8-dev
2000-10-07 Ryan BloomThe core filter should not be using its own brigade...
2000-10-07 Ryan BloomThe newest incarnation of http_filter. This is far...
2000-10-05 Jim JagielskiPort over the config directory stuff...
2000-10-05 Jeff TrawickAdd a bit of infrastructure which will be needed for...
2000-10-05 Jeff TrawickGet rid of much of the old implementation of translatin...
2000-10-04 Ryan BloomConnection oriented filters are now stored in the conn_...
2000-10-02 Ryan BloomImplement input filtering. This is definately not...
2000-09-19 Ryan Bloomtart getting things setup for input filtering. All...
2000-09-18 Ryan BloomChange r->filters to r->output_filters. This sets...
2000-09-13 Ken Coar Start introducing the extension-method elements so...
2000-09-12 Ryan BloomEnsure that only one EOS bucket is sent down the filter...
2000-09-01 Allan K. EdwardsFix default Timeout & KeepaliveTimeout. Still need...
2000-08-21 Ken Coar Another minor cosmetic fix, committed from the httpd...
2000-08-21 Ken Coar Cosmetic fix, committed from the apache-2.0 tree ...
2000-08-18 Ryan BloomAdvance all the numbers in the CHANGES and httpd.h...
2000-08-18 Ryan BloomUpdate httpd.h for the release of a6.
2000-08-15 dgaudetfinish cleaning up after a change i made over 3 years...
2000-08-14 Ryan BloomFix a small typo
2000-08-13 Ryan BloomFinish commenting httpd.h using Scandoc.
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-11 Ken Coar Note the connexion between the method number list...
2000-08-10 Ken Coar Add support for arbitrary extension methods for the...
2000-08-10 Jeff TrawickFix comment delimiters so that Apache builds again.
2000-08-10 Ryan BloomBegin to document httpd.h with ScanDoc
2000-08-05 Jeff TrawickFinish (almost) Ryan's change of apr_filter_t back...
2000-08-04 Ryan BloomBump the numbers since a5 has been tagged already
2000-08-04 Ryan BloomUpdate the version number for the new alpha release
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-29 Ryan BloomMove the Server Token stuff out of http_config_globals...
2000-07-28 Ryan BloomAdd the ability to register filters. This commit intro...
2000-06-30 Ryan BloomRemove ap_get_server_conf() from the MPM's that impleme...
2000-06-24 Ryan BloomFix a couple of const warnings on Linux. This basicall...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-21 Ryan Bloom#undef strchr and strrchr when in maintainer mode....
next