summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-17 11:54:36 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-17 11:54:36 +0000
commit453b622567a336c0cd349f7cd044221598fbdf4c (patch)
tree796b441904f5935a277d17b414ce6024836c057e
parentef7715bf403829c89f1faa896fab8cdfff9befaf (diff)
downloadlibapr-453b622567a336c0cd349f7cd044221598fbdf4c.tar.gz
TODO list for APR 2.0.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125410 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS15
1 files changed, 15 insertions, 0 deletions
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