1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
This file provides the status of the supported API, via the
API documentation files.
col1 legend
-----------
-: not started/unknown
+: in process
V: done (for 2.0 release)
g = gozer at work
col2 legend
-----------
-: not started/unknown
P: post 2.0 (has API to be polished after 2.0 release)
V: done completely
- the file path is relative to the modperl-docs cvs repository
#########################################################
VV src/docs/2.0/api/Apache.pod
VV src/docs/2.0/api/Apache/Access.pod
VP src/docs/2.0/api/Apache/CmdParms.pod
context
VV src/docs/2.0/api/Apache/Command.pod
VP src/docs/2.0/api/Apache/Connection.pod
conn_config
VP src/docs/2.0/api/Apache/Const.pod
(this will never be complete, fill it in as we go)
VV src/docs/2.0/api/Apache/Directive.pod
VP src/docs/2.0/api/Apache/Filter.pod
The whole TIE interface
VV src/docs/2.0/api/Apache/FilterRec.pod
VV src/docs/2.0/api/Apache/HookRun.pod
VP src/docs/2.0/api/Apache/Log.pod
log_pid
VV src/docs/2.0/api/Apache/Module.pod
VV src/docs/2.0/api/Apache/PerlSections.pod
VV src/docs/2.0/api/Apache/Process.pod
VV src/docs/2.0/api/Apache/Reload.pod
VV src/docs/2.0/api/Apache/RequestIO.pod
VP src/docs/2.0/api/Apache/RequestRec.pod
allowed_methods
allowed_xmethods
content_languages (was in mp1, need to implement APR::ArrayHeader )
request_config
used_path_info
VV src/docs/2.0/api/Apache/RequestUtil.pod
VP src/docs/2.0/api/Apache/Response.pod
send_error_response
send_mmap
VP src/docs/2.0/api/Apache/ServerRec.pod
addrs
lookup_defaults
module_config
names
wild_names
VP src/docs/2.0/api/Apache/ServerUtil.pod
error_log2stderr
VV src/docs/2.0/api/Apache/SubProcess.pod
VV src/docs/2.0/api/Apache/SubRequest.pod
internal_fast_redirect
lookup_dirent
VV src/docs/2.0/api/Apache/URI.pod
VV src/docs/2.0/api/Apache/Util.pod
VV src/docs/2.0/api/ModPerl/Const.pod
VV src/docs/2.0/api/ModPerl/Global.pod
VV src/docs/2.0/api/ModPerl/Util.pod
VV src/docs/2.0/api/APR.pod
VV src/docs/2.0/api/APR/Base64.pod
VV src/docs/2.0/api/APR/Brigade.pod
VP src/docs/2.0/api/APR/Bucket.pod
data
start
VV src/docs/2.0/api/APR/BucketAlloc.pod
VV src/docs/2.0/api/APR/BucketType.pod
VP src/docs/2.0/api/APR/Const.pod
(this will never be complete, fill it in as we go)
VV src/docs/2.0/api/APR/Date.pod
VV src/docs/2.0/api/APR/Error.pod
VV src/docs/2.0/api/APR/Finfo.pod
VV src/docs/2.0/api/APR/IpSubnet.pod
VV src/docs/2.0/api/APR/OS.pod
+V src/docs/2.0/api/APR/PerlIO.pod
(convert to use exceptions)
VP src/docs/2.0/api/APR/Pool.pod
cleanup_for_exec
(clean has some win32 problems)
VP src/docs/2.0/api/APR/SockAddr.pod
equal
VP src/docs/2.0/api/APR/Socket.pod
bind
close
connect
listen
recvfrom
sendto
VV src/docs/2.0/api/APR/String.pod
VV src/docs/2.0/api/APR/Table.pod
VP src/docs/2.0/api/APR/ThreadMutex.pod
DESTROY
lock
new
pool_get
trylock
unlock
VV src/docs/2.0/api/APR/URI.pod
VP src/docs/2.0/api/APR/Util.pod
filepath_name_get
password_get
VV src/docs/2.0/api/APR/UUID.pod
#####################
### other modules ###
#####################
VV src/docs/2.0/api/Apache/Status.pod
VV src/docs/2.0/api/Apache/SizeLimit.pod
VV src/docs/2.0/api/Apache/Resource.pod
VV src/docs/2.0/api/Apache/compat.pod
VV src/docs/2.0/api/Apache/porting.pod
-- src/docs/2.0/api/ModPerl/BuildMM.pod
-- src/docs/2.0/api/ModPerl/MM.pod
VV src/docs/2.0/api/ModPerl/MethodLookup.pod
-- src/docs/2.0/api/ModPerl/PerlRun.pod
-- src/docs/2.0/api/ModPerl/Registry.pod
-- src/docs/2.0/api/ModPerl/RegistryBB.pod
-- src/docs/2.0/api/ModPerl/RegistryCooker.pod
-- src/docs/2.0/api/ModPerl/RegistryLoader.pod
################################
### Other API related things ###
################################
* the following accessors might be turned into read/write (they are
readonly at the moment). if you think that should be the case,
please document the change and hopefully add a new sub-test.
conn_rec:
---------
local_addr
remote_addr
remote_host
aborted
local_ip
local_host
ap_directive_t:
---------------
next
first_child
parent
filename
line_num
|