From bd5519c7a264fdaea669d59ec45f8be029c22a0f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 21 Feb 2010 19:20:07 +0100 Subject: [PATCH] libssh2_socket_t is done, a library-free function is needed --- TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 8438013..d0fe4a7 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,12 @@ Things TODO =========== * make sure the windowing code adapts better to slow situations so that it - doesn't then use as much memory as today + doesn't then use as much memory as today. Possibly by an app-controllable + "Window mode"? -* Introduce a 'libssh2_socket_t' type for sockets in internal code +* Introduce a function that can free data that is returned allocated from the + lib, like when libssh2_session_last_error() is asked to return the string + with 'want_buf' set to non-zero. * Provide a libssh2_scp_send() API for files larger than 4GB (32bit size)