aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-client.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-04-29Removed assuan because we now use libassuanWerner Koch1-225/+0
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-225/+0
'GNUPG-1-9-BRANCH'.
2002-07-30Changed the lincese for Assuan to LGPL.Werner Koch1-13/+13
2002-03-06* assuan-client.c (_assuan_read_from_server): Detect END.Werner Koch1-0/+19
(assuan_transact): Pass it to the data callback.
2002-02-28* assuan-client.c (assuan_transact): Add 2 more arguments toWerner Koch1-1/+21
support status lines. Passing NULL yields the old behaviour. * assuan-handler.c (process_request): Flush data lines send without using the data fp.
2002-01-14* assuan-client.c (_assuan_read_from_server): Skip spaces afterWerner Koch1-0/+6
the keyword.
2001-12-12* assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch1-6/+6
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/+180
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.