aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-buffer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-19* assuan-buffer.c (_assuan_read_line): Add output logging.Werner Koch1-1/+55
(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.
2001-12-142001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-12/+16
* assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the number of bytes left over after the complete line. Rediddle the code a bit to make it more clear what happens.
2001-12-132001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+5
* assuan-buffer.c (assuan_read_line): Fix order of execution to get correct return values. 2001-12-13 Werner Koch <[email protected]> * assuan-handler.c (assuan_get_active_fds): Fixed silly bug, pretty obvious that nobody ever tested this function.
2001-12-12* assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch1-4/+44
handshake. * assuan-client.c (read_from_server): Renamed to (_assuan_read_from_server): this and made external. * assuan-listen.c (assuan_set_hello_line): New. (assuan_accept): Use a custom hello line is available. * assuan-buffer.c (assuan_read_line): New. (assuan_pending_line): New. (_assuan_write_line): Renamed to .. (assuan_write_line): this, made public and changed all callers.
2001-12-05assuan-connect.c (assuan_pipe_connect): Add more error reporting.Werner Koch1-0/+45
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.
2001-11-24* assuan-buffer.c (_assuan_read_line): Deal with reads of moreWerner Koch1-7/+29
than a line. * assuan-defs.h: Add space in the context for this.
2001-11-19Added code for data lines. For ease of implementation we need glibcWerner Koch1-0/+96
(custom streams).
2001-11-07Assuan server mode is now basically usableWerner Koch1-3/+110
2001-11-06First chunk of code for the Assuan libraryWerner Koch1-0/+44