Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * assuan-connect.c (assuan_pipe_connect): Implemented the inital | Werner Koch | 2001-12-12 | 1 | -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 Koch | 2001-12-05 | 1 | -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 more | Werner Koch | 2001-11-24 | 1 | -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 glibc | Werner Koch | 2001-11-19 | 1 | -0/+96 | |
| | | | | | (custom streams). | |||||
* | Assuan server mode is now basically usable | Werner Koch | 2001-11-07 | 1 | -3/+110 | |
| | ||||||
* | First chunk of code for the Assuan library | Werner Koch | 2001-11-06 | 1 | -0/+44 | |