diff options
author | Werner Koch <[email protected]> | 2002-05-23 09:07:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-23 09:07:12 +0000 |
commit | 1e45cc2fb3618cdfcb0b790d563201c6ecb16334 (patch) | |
tree | e2f48bc1bb2ddcf26da429393e6483f40d3ceccc /src/ChangeLog | |
parent | * assuan-buffer.c (my_log_prefix): New. Use it for all i/o debug output. (diff) | |
download | libassuan-NEWPG-0-3-7.tar.gz libassuan-NEWPG-0-3-7.zip |
* assuan-util.c (assuan_set_io_func): New.V0-3-8V0-3-7NEWPG-0-3-8NEWPG-0-3-7
* assuan-buffer.c (writen, readline): Use the new functions
instead of pth.
* assuan-socket-server.c (accept_connection): Don't use the
pth_accept - using the assuan included accept code would be a bad
idea within Pth so we don't need a replacement function.
Diffstat (limited to '')
-rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b95d56..bb74b7c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2002-05-23 Werner Koch <[email protected]> + + * assuan-util.c (assuan_set_io_func): New. + * assuan-buffer.c (writen, readline): Use the new functions + instead of pth. + * assuan-socket-server.c (accept_connection): Don't use the + pth_accept - using the assuan included accept code would be a bad + idea within Pth so we don't need a replacement function. + +2002-05-22 Werner Koch <[email protected]> + + * assuan-socket-server.c (assuan_init_connected_socket_server): New. + (accept_connection): Factored most code out to.. + (accept_connection_bottom): .. new function. + 2002-04-04 Werner Koch <[email protected]> * assuan-buffer.c (my_log_prefix): New. Use it for all i/o debug |