aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-socket-server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-23* assuan-util.c (assuan_set_io_func): New.V0-3-8V0-3-7NEWPG-0-3-8NEWPG-0-3-7Werner Koch1-21/+51
* 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-02-18A bunch of new features. Allow empty responses on an inquiry.Werner Koch1-0/+11
2002-02-12* assuan-buffer.c (writen,readline) [USE_GNU_PT]: Use pth_read/write.Werner Koch1-0/+7
* assuan-socket-server.c (accept_connection) [USE_GNU_PTH]: Ditto.
2002-01-19* assuan-buffer.c (_assuan_read_line): Add output logging.Werner Koch1-0/+121
(assuan_write_line): Ditto. (_assuan_cookie_write_data): Ditto. (_assuan_cookie_write_flush): Ditto. * assuan-util.c (_assuan_log_print_buffer): New. (assuan_set_log_stream): New. (assuan_begin_confidential): New. (assuan_end_confidential): New. * assuan-defs.h: Add a few handler variables. * assuan-pipe-server.c (assuan_deinit_pipe_server): Removed. (deinit_pipe_server): New. (assuan_deinit_server): New. Changed all callers to use this. * assuan-listen.c (assuan_accept): Use the accept handler. * assuan-handler.c (process_request): Use the close Handler. * assuan-socket-server.c: New.