aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed assuan because we now use libassuanWerner Koch2003-04-291-434/+0
|
* Updated from latest NewPG projectWerner Koch2003-01-091-18/+9
|
* Changed the lincese for Assuan to LGPL.Werner Koch2002-07-301-13/+13
|
* * assuan-buffer.c (assuan_write_line): Make sure we neverWerner Koch2002-06-261-5/+13
| | | | | accidently print an extra LF.
* * assuan-util.c (assuan_set_io_func): New.Werner Koch2002-05-231-13/+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.
* * assuan-buffer.c (my_log_prefix): New. Use it for all i/o debug output.Werner Koch2002-04-091-8/+23
|
* * assuan-buffer.c (writen,readline) [USE_GNU_PT]: Use pth_read/write.Werner Koch2002-02-121-1/+11
| | | | | * assuan-socket-server.c (accept_connection) [USE_GNU_PTH]: Ditto.
* * assuan-buffer.c (_assuan_read_line): Add output logging.Werner Koch2002-01-191-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-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-141-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-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-131-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.
* * assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch2001-12-121-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.
* assuan-connect.c (assuan_pipe_connect): Add more error reporting.Werner Koch2001-12-051-0/+45
| | | | | | | assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.
* * assuan-buffer.c (_assuan_read_line): Deal with reads of moreWerner Koch2001-11-241-7/+29
| | | | | | than a line. * assuan-defs.h: Add space in the context for this.
* Added code for data lines. For ease of implementation we need glibcWerner Koch2001-11-191-0/+96
| | | | | (custom streams).
* Assuan server mode is now basically usableWerner Koch2001-11-071-3/+110
|
* First chunk of code for the Assuan libraryWerner Koch2001-11-061-0/+44