From apache-cvs-return-2892-apmail-apache-cvs-archive=apache.org@apache.org Wed Sep 27 02:11:57 2000 Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 98295 invoked by uid 500); 27 Sep 2000 02:11:55 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 98277 invoked by uid 500); 27 Sep 2000 02:11:54 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 27 Sep 2000 02:11:54 -0000 Message-ID: <20000927021154.98267.qmail@locus.apache.org> From: coar@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/apidoc APIdict.pm TODO api.list coar 00/09/26 19:11:53 Modified: apidoc APIdict.pm TODO api.list Log: Some more examples recorded, and some more aspects of the API added to the list.. Revision Changes Path 1.2 +1 -1 httpd-docs-1.3/apidoc/APIdict.pm Index: APIdict.pm =================================================================== RCS file: /home/cvs/httpd-docs-1.3/apidoc/APIdict.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- APIdict.pm 2000/09/18 01:58:01 1.1 +++ APIdict.pm 2000/09/27 02:11:52 1.2 @@ -107,7 +107,7 @@ sub define_cell { my($self, @args) = @_; - return &make_entry('C', @args); + return &make_entry('D', @args); } sub define_constant { 1.14 +20 -39 httpd-docs-1.3/apidoc/TODO Index: TODO =================================================================== RCS file: /home/cvs/httpd-docs-1.3/apidoc/TODO,v retrieving revision 1.13 retrieving revision 1.14 diff -u -u -r1.13 -r1.14 --- TODO 2000/09/22 23:00:54 1.13 +++ TODO 2000/09/27 02:11:52 1.14 @@ -85,45 +85,6 @@ BUFF The following items need examples: - ap_bspawn_child - ap_bvputs - ap_bwrite - ap_bytes_in_free_blocks - ap_bytes_in_pool - ap_call_exec - ap_can_exec - ap_cfg_closefile - ap_cfg_getc - ap_cfg_getline - ap_chdir_file - ap_checkmask - ap_check_alarm - ap_check_cmd_context - ap_child_exit_modules - ap_child_init_modules - ap_cleanup_for_exec - ap_clear_module_list - ap_clear_pool - ap_clear_table - ap_close_piped_log - ap_construct_server - ap_construct_url - ap_content_type_tolower - ap_copy_array - ap_copy_array_hdr - ap_copy_table - ap_core_reorder_directories - ap_count_dirs - ap_create_environment - ap_create_per_dir_config - ap_create_request_config - ap_daemons_limit - ap_daemons_max_free - ap_daemons_min_free - ap_daemons_to_start - ap_default_port_for_request - ap_default_port_for_scheme - ap_default_type ap_destroy_pool ap_die ap_each_byterange @@ -183,6 +144,7 @@ ap_init_virtual_host ap_internal_redirect ap_internal_redirect_handler + ap_is_default_port ap_is_directory ap_is_fnmatch ap_is_matchexp @@ -390,15 +352,24 @@ command_rec configfile_t conn_rec + DEFAULT_HTTPS_PORT + DEFAULT_HTTP_PORT ebcdic2ascii FNM_CASE_BLIND FNM_NOESCAPE FNM_NOMATCH FNM_PATHNAME FNM_PERIOD + GLOBAL_ONLY HANDLE HTTP_VERSION MODULE_MAGIC_AT_LEAST + NOT_IN_DIRECTORY + NOT_IN_DIR_LOC_FILE + NOT_IN_FILES + NOT_IN_LIMIT + NOT_IN_LOCATION + NOT_IN_VIRTUALHOST opendir os_spawnle os_spawnv @@ -535,6 +506,7 @@ ap_init_vhost_config ap_init_virtual_host ap_invoke_handler + ap_is_default_port ap_is_fnmatch ap_is_initial_req ap_limit_section @@ -711,6 +683,8 @@ DECLINE_CMD DEFAULT_ADMIN DEFAULT_CONTENT_TYPE + DEFAULT_HTTPS_PORT + DEFAULT_HTTP_PORT DEFAULT_KEEPALIVE DEFAULT_KEEPALIVE_TIMEOUT DEFAULT_PATH @@ -721,6 +695,7 @@ FNM_NOMATCH FNM_PATHNAME FNM_PERIOD + GLOBAL_ONLY HTTP_EXPECTATION_FAILED HTTP_FAILED_DEPENDENCY HTTP_INSUFFICIENT_STORAGE @@ -742,6 +717,12 @@ M_PATCH M_PROPFIND M_UNLOCK + NOT_IN_DIRECTORY + NOT_IN_DIR_LOC_FILE + NOT_IN_FILES + NOT_IN_LIMIT + NOT_IN_LOCATION + NOT_IN_VIRTUALHOST opendir OPT_ALL OPT_EXECCGI 1.34 +162 -61 httpd-docs-1.3/apidoc/api.list Index: api.list =================================================================== RCS file: /home/cvs/httpd-docs-1.3/apidoc/api.list,v retrieving revision 1.33 retrieving revision 1.34 diff -u -u -r1.33 -r1.34 --- api.list 2000/09/22 23:00:54 1.33 +++ api.list 2000/09/27 02:11:53 1.34 @@ -656,7 +656,7 @@ | R|ap_close_piped_log\ |void $*(piped_log *plp);\ - |\ + |No examples available; not used in Apache 1.3.\ |SA-piped-log\ | R|ap_open_piped_log\ @@ -667,8 +667,10 @@ #; R|ap_content_type_tolower\ |void $*(char *str)\ + |tmp = ap_pstrdup(r->pool, l);\n\ +$*(tmp);\n\ +r->content_type = tmp;\ |\ - |\ | #; #; Core records and data structures @@ -1084,12 +1086,16 @@ |No examples available; not used in Apache 1.3.\ |SA-array\ |No examples available; not used in Apache 1.3.\ |SA-array\ |No examples available; not used in Apache 1.3.\ |SA-pool\ |No examples available; not used in Apache 1.3.\ + |SA-pool\ |No examples available; not used in Apache 1.3.\ + |SA-cfgfiles\ |No examples available; not used in Apache 1.3.\ |\ |value\ + |\ + |SA-context\ + | +C|NOT_IN_LIMIT\ + |#define $* value\ + |\ + |SA-context\ + | +C|NOT_IN_DIRECTORY\ + |#define $* value\ + |\ + |SA-context\ + | +C|NOT_IN_LOCATION\ + |#define $* value\ + |\ + |SA-context\ + | +C|NOT_IN_FILES\ + |#define $* value\ + |\ + |SA-context\ + | +C|NOT_IN_DIR_LOC_FILE\ + |#define $* value\ + |\ + |SA-context\ + | +C|GLOBAL_ONLY\ + |#define $* value\ + |\ + |SA-context\ + | +C|DEFAULT_HTTP_PORT\ + |#define $* 80\ + |\ + |\ + | +C|DEFAULT_HTTPS_PORT\ + |#define $* 443\ + |\ + |\ + | +M|ap_is_default_port\ + |#define $*(port,r) ((port) == ap_default_port(r))\ |\ |\ |