Author: jorton Date: Mon Jan 17 03:54:36 2005 New Revision: 125410 URL: http://svn.apache.org/viewcvs?view=rev&rev=125410 Log: TODO list for APR 2.0.
Modified: apr/apr/trunk/STATUS Modified: apr/apr/trunk/STATUS Url: http://svn.apache.org/viewcvs/apr/apr/trunk/STATUS?view=diff&rev=125410&p1=apr/apr/trunk/STATUS&r1=125409&p2=apr/apr/trunk/STATUS&r2=125410 ============================================================================== --- apr/apr/trunk/STATUS (original) +++ apr/apr/trunk/STATUS Mon Jan 17 03:54:36 2005 @@ -384,6 +384,21 @@ should we ever start using any other form of md5 (e.g. openssl) then errors would become a distinct possibility. +API Changes Postponed for APR 2.0: + + * apr_socket_sendfile(): the offset parameter should not be + pass-by-reference, or it should be updated to do something + useful. + + * apr_password_get(): the bufsize parameter should not be + pass-by-reference. + + * apr_allocator.h: apr_memnode_t's use of uint32_t's doesn't match + well with allocation sizes being apr_size_t, possibly this can + be improved by using apr_size_t throughout. + + * apr_hash_count() should take a const apr_hash_t * argument. + Stuff for post 1.0: * Almost every API in APR depends on pools, but pool semantics
