aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-inquire.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-04-29Removed assuan because we now use libassuanWerner Koch1-239/+0
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-239/+0
'GNUPG-1-9-BRANCH'.
2002-07-30Changed the lincese for Assuan to LGPL.Werner Koch1-12/+12
2002-02-18A bunch of new features. Allow empty responses on an inquiry.Werner Koch1-11/+27
2002-01-10* assuan-handler.c (assuan_set_okay_line): New.Werner Koch1-3/+6
(process_request): And use it here.
2001-12-12* assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch1-1/+1
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/+220
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.