From f6fab83f0234176115e58ef1a50beb66ae9b0e3e Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 17 Jan 2005 11:54:36 +0000 Subject: TODO list for APR 2.0. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@125410 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'STATUS') diff --git a/STATUS b/STATUS index b3e5e1268..8038d6421 100644 --- a/STATUS +++ b/STATUS @@ -384,6 +384,21 @@ Documentation that needs writing: 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 -- cgit v1.2.1