Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | assuan-connect.c (assuan_pipe_connect): Add more error reporting. | Werner Koch | 2001-12-05 | 1 | -0/+8 | |
| | | | | | | | assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations. | |||||
* | * assuan-handler.c (assuan_register_input_notify): New. | Werner Koch | 2001-11-27 | 1 | -0/+5 | |
| | | | | | (assuan_register_output_notify): New. | |||||
* | * assuan.h: Added more status codes. | Werner Koch | 2001-11-26 | 1 | -0/+4 | |
| | ||||||
* | (assuan_process): Moved bulk of function to .. | Werner Koch | 2001-11-25 | 1 | -0/+4 | |
| | | | | | | | | (process_request): .. new. (assuan_process_next): One shot version of above. (assuan_get_active_fds): New. NOTE - this has not been tested yet. | |||||
* | * assuan-handler.c (assuan_register_bye_notify) | Werner Koch | 2001-11-25 | 1 | -0/+7 | |
| | | | | | | | (assuan_register_reset_notify) (assuan_register_cancel_notify): New and call them from the standard handlers. | |||||
* | Add a copyright note to the bottom | Werner Koch | 2001-11-24 | 1 | -0/+14 | |
| | ||||||
* | * assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme. | Werner Koch | 2001-11-24 | 1 | -0/+2 | |
| | | | | | Set the line length back to the old value. | |||||
* | * assuan-buffer.c (_assuan_read_line): Deal with reads of more | Werner Koch | 2001-11-24 | 1 | -0/+7 | |
than a line. * assuan-defs.h: Add space in the context for this. |