1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
assuan/ 2001-12-14 Marcus Brinkmann <[email protected]> More... over 22 years ago
assuan/ 2001-12-14 Marcus Brinkmann <[email protected]> More... over 22 years ago
* assuan-listen.c (assuan_close_input_fd): New. (assuan_close_output_fd): New. * assuan-handler.c (std_handler_reset): Always close them after a reset command. (std_handler_bye): Likewise. More... over 22 years ago
* assuan-listen.c (assuan_close_input_fd): New. (assuan_close_output_fd): New. * assuan-handler.c (std_handler_reset): Always close them after a reset command. (std_handler_bye): Likewise. More... over 22 years ago
* util.h (digitp, hexdigitp): New ctype like macros. (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. More... over 22 years ago
* util.h (digitp, hexdigitp): New ctype like macros. (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. More... over 22 years ago
Change history, doubleplusgood. More... over 22 years ago
Change history, doubleplusgood. More... over 22 years ago
2001-12-14 Marcus Brinkmann <[email protected]> More... over 22 years ago
2001-12-14 Marcus Brinkmann <[email protected]> More... over 22 years ago
assuan/ 2001-12-14 Marcus Brinkmann <[email protected]> More... over 22 years ago
assuan/ 2001-12-14 Marcus Brinkmann <[email protected]> More... over 22 years ago
2001-12-13 Marcus Brinkmann <[email protected]> More... over 22 years ago
2001-12-13 Marcus Brinkmann <[email protected]> More... over 22 years ago
Fixed INPUT/OUTPUT command More... over 22 years ago
Fixed INPUT/OUTPUT command More... over 22 years ago
* assuan-connect.c (assuan_pipe_connect): Implemented the inital handshake. * assuan-client.c (read_from_server): Renamed to (_assuan_read_from_server): this and made external. More... over 22 years ago
* assuan-connect.c (assuan_pipe_connect): Implemented the inital handshake. * assuan-client.c (read_from_server): Renamed to (_assuan_read_from_server): this and made external. More... over 22 years ago
new error codes More... over 22 years ago
new error codes More... over 22 years ago
assuan-connect.c (assuan_pipe_connect): Add more error reporting. assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations. More... over 22 years ago
assuan-connect.c (assuan_pipe_connect): Add more error reporting. assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations. More... over 22 years ago
* assuan-handler.c (assuan_register_input_notify): New. (assuan_register_output_notify): New. More... over 22 years ago
* assuan-handler.c (assuan_register_input_notify): New. (assuan_register_output_notify): New. More... over 22 years ago
More error codes More... over 22 years ago
More error codes More... over 22 years ago
* assuan.h: Added more status codes. More... over 22 years ago
* assuan.h: Added more status codes. More... over 22 years ago
(assuan_process): Moved bulk of function to .. (process_request): .. new. (assuan_process_next): One shot version of above. (assuan_get_active_fds): New. NOTE - this has not been tested yet. More... over 22 years ago
(assuan_process): Moved bulk of function to .. (process_request): .. new. (assuan_process_next): One shot version of above. (assuan_get_active_fds): New. NOTE - this has not been tested yet. More... over 22 years ago