aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-defs.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-13assuan/Marcus Brinkmann1-1/+1
2001-12-14 Marcus Brinkmann <[email protected]> * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH. agent/ 2001-12-14 Marcus Brinkmann <[email protected]> * query.c (LINELENGTH): Removed. (agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH. sm/ 2001-12-14 Marcus Brinkmann <[email protected]> * call-agent.c (LINELENGTH): Removed. (gpgsm_agent_pksign): Use ASSUAN_LINELENGTH, not LINELENGTH. (gpgsm_agent_pkdecrypt): Likewise.
2001-12-12* assuan-connect.c (assuan_pipe_connect): Implemented the initalWerner Koch1-2/+4
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/+3
assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.
2001-11-27* assuan-handler.c (assuan_register_input_notify): New.Werner Koch1-1/+3
(assuan_register_output_notify): New.
2001-11-25* assuan-handler.c (assuan_register_bye_notify)Werner Koch1-0/+4
(assuan_register_reset_notify) (assuan_register_cancel_notify): New and call them from the standard handlers.
2001-11-24* assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme.Werner Koch1-1/+1
Set the line length back to the old value.
2001-11-24* assuan-buffer.c (_assuan_read_line): Deal with reads of moreWerner Koch1-1/+5
than a line. * assuan-defs.h: Add space in the context for this.
2001-11-19Added code for data lines. For ease of implementation we need glibcWerner Koch1-0/+9
(custom streams).
2001-11-19Allow to store an arbitrary pointer in the context.Werner Koch1-0/+2
Added assuan_write_status().
2001-11-19 * assuan-connect.c (assuan_pipe_connect): New function.Marcus Brinkmann1-0/+2
(assuan_pipe_disconnect): Likewise. * assuan-defs.h (struct assuan_context_s): New member PID.
2001-11-07Assuan server mode is now basically usableWerner Koch1-2/+26
2001-11-06First chunk of code for the Assuan libraryWerner Koch1-0/+73