]> granicus.if.org Git - apache/history - include
Missed this first time and forgot about it until now...
[apache] / include /
2000-08-12 Ryan BloomAdd an error condition to the filter code. Basically...
2000-08-12 Ryan Bloomdocument util_filter.h using Scandoc
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-11 Ken Coar Add mnemonics for the ap_allow_methods() reset flag...
2000-08-11 Ken Coar Note the connexion between the method number list...
2000-08-11 Ken Coar More prototypical API support for arbitrary extension...
2000-08-11 Ken Coar Preset the cmd_parms->limited field to the magic ...
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-08 Jeff TrawickFix syntax error in the typedef of schemes_t so Apache...
2000-08-08 Ryan BloomDocument the util_md5.h file using ScanDoc. Also add...
2000-08-08 Ryan BloomDocument util_xml using ScanDoc
2000-08-08 Ryan BloomDocument util_uri.h using ScanDoc
2000-08-07 Ryan BloomDocument util_script using ScanDoc
2000-08-07 Ryan BloomDocument util_ebcdic.h with ScanDoc
2000-08-06 Ryan BloomDocument util_date.h using ScanDoc
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-06 Ryan BloomDocument util_charset.h using ScanDoc
2000-08-06 Ryan BloomDocument util_cfgtree using ScanDoc
2000-08-06 Ryan BloomDocument mpm_status.h using ScanDoc
2000-08-06 Ryan BloomDocument rfc1413 using ScanDoc
2000-08-06 Ryan BloomUpdate the mpm_common.h file with docs to use ScanDoc
2000-08-06 Ryan BloomUpdate http_vhost.h to use ScanDoc
2000-08-05 Ryan BloomUpdate http_protocol.h to use ScanDoc.
2000-08-05 Ryan BloomRemove some old APIs. These were left around for legac...
2000-08-05 Ryan BloomDocument http_main to use ScanDoc
2000-08-05 Ryan BloomDocument http_core's public APIs for use with ScanDoc.
2000-08-05 Jeff TrawickFinish (almost) Ryan's change of apr_filter_t back...
2000-08-05 Ryan BloomFix a small name mix-up. Filters are part of Apache...
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-31 Ryan BloomMake http_log use ScanDoc
2000-07-31 Ryan BloomDocument http_connection.h using ScanDoc
2000-07-30 Ryan BloomFinish the http_config.h documentation. :-)
2000-07-30 Ryan BloomAdd more of the comments to http_config.h. This is...
2000-07-30 Manoj KasichainulaFix a couple of apparent typos.
2000-07-29 Ryan BloomBegin to document http_config.h. This documents most...
2000-07-29 Ryan BloomMove the Server Token stuff out of http_config_globals...
2000-07-29 Ryan BloomDocument ap_mpm.h using ScanDoc.
2000-07-29 Ryan BloomDocument ap_mmn.h using ScanDoc
2000-07-29 Ryan BloomDocument ap_listen.h using ScanDoc.
2000-07-28 Ryan BloomAdd the ability to register filters. This commit intro...
2000-07-28 Ryan BloomFix a small typo. TAKE3 directives really do need...
2000-07-28 Ryan BloomAdd the macro for AP_INIT_TAKE3 directives. I am assum...
2000-07-28 Ryan Bloomap.h had nothing in it. I am removing it from Apache...
2000-07-26 Ryan BloomBack out some changes that weren't supposed to be in...
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-26 Jeff TrawickGet ap_socket_disable_nagle() working again.
2000-07-16 Brian HavardOS/2: Put back creation of listeners in main thread...
2000-07-13 Ryan BloomFix the prefork MPM to make it compile and work again...
2000-07-11 Ryan BloomFix a warning associated with the ap_send_fd change...
2000-07-11 Greg Steinshift the LimitXMLRequestBody directive to the core...
2000-07-10 Ryan BloomMove sock_disable_nagle to mpm_common.c. Rename it...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
2000-07-10 Ryan BloomMove setup_listeners to listen.c. This renames it...
2000-07-10 Ryan BloomMove process_child_status to mpm_common.c. This requir...
2000-07-04 Greg Steinadd ap_get_status_line() so that modules can get a...
2000-07-03 Greg SteinJoe Orton says:
2000-06-30 Ryan BloomRemove ap_get_server_conf() from the MPM's that impleme...
2000-06-28 William A. Rowe Jr Whoops... will be needing this exported rsn for mod_m...
2000-06-28 William A. Rowe Jr Hook functions aren't translated (and when they are...
2000-06-27 Ryan BloomMove the checks for bcopy and memmove down to APR....
2000-06-26 Jeff TrawickRemove const from ap_socket_t parameters on APR functio...
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-24 Greg Steinhttp_request.[ch]:
2000-06-22 Ryan BloomRemove select checks from Apache config. These checks...
2000-06-21 Ryan Bloom#undef strchr and strrchr when in maintainer mode....
2000-06-21 Jeff TrawickFix error messages issued from MPMs which explain where...
2000-06-20 Roy T. FieldingRemoved the pointless ap_is_aborted macro.
2000-06-20 William A. Rowe Jr This Win32 patch adds the key HKCR/filetype/shell...
2000-06-20 William A. Rowe Jr This patch solves several specific issues:
2000-06-19 Allan K. EdwardsAdd notes field to conn_rec
2000-06-19 Jeff TrawickRepair C++ compatibility in ap_config.h, apr_file_io.h,
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_auth;
2000-06-18 Jeff TrawickProvide some more missing initializer macros for when...
2000-06-17 Ben LaurieMore command handlers.
2000-06-17 Ben LaurieMore command handler updates.
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Jeff TrawickFill in missing implementations of AP_INIT_whatever...
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-12 Ryan BloomRemove the check for EAGAIN. With APR handling the...
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-11 Jeff TrawickFix a couple of problems with the pre/post config proce...
2000-06-10 Ryan BloomCleanup more of the Apache configuration. This removes...
2000-06-10 Jeff TrawickGet FreeBSD building again with the resource limiting...
2000-06-09 Ryan BloomRemove a bunch of string functions from Apache. These...
2000-06-08 Ryan BloomFix the check for rlim_t correctly. I wish I had known...
2000-06-08 Ryan BloomARGH! resource.h lives in sys.
2000-06-08 Ryan BloomInclude a definition of rlim_t if the platform doesn...
2000-06-06 Ryan BloomAdd the resource limiting code back to Apache 2.0....
2000-06-06 William A. Rowe JrPR:
2000-06-06 Jeff TrawickPort mod_mmap_static to 2.0. Make it go faster.
2000-06-06 William A. Rowe JrPR:
2000-06-05 Ryan BloomFix a warning and a bug from the server_token commit.
2000-06-05 Ryan BloomAdd server tokens back to 2.0. Also bring forward...
2000-06-05 Ask Bjørn Hansenon a5 now.
next