aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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