Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-08-24 | Preparing 1.0.3 | Werner Koch | 1 | -2/+3 | |
2007-08-09 | doc/ | Marcus Brinkmann | 1 | -7/+200 | |
2007-08-09 Marcus Brinkmann <[email protected]> * assuan.texi (External I/O Loop): New chapter. src/ 2007-08-09 Marcus Brinkmann <[email protected]> * assuan.h (assuan_process_done, assuan_inquire_ext): New prototypes. * assuan-defs.h (struct assuan_context_s): New members in_process_next, in_command, inquire_cb, inquire_cb_data, inquire_r_buffer, inquire_r_buffer_len, inquire_membuf. (_assuan_inquire_ext_cb, _assuan_inquire_release): New prototypes. * assuan-handler.c (PROCESS_DONE): New macro. (dummy_handler, std_handler_nop, std_handler_cancel) (std_handler_option, std_handler_bye, std_handler_auth) (std_handler_reset, std_handler_end): Use PROCESS_DONE to optionally call assuan_process_done if CTX->in_process_next is true. (assuan_process_done, process_next): New functions. (assuan_process_next): Rewritten to support external event handling. * mkerrors: Do not clear high bits of -1 for old style EOF. * assuan-inquire.c (_assuan_inquire_release) (_assuan_inquire_ext_cb, assuan_inquire_ext): New functions. * assuan-pipe-server.c (_assuan_release_context): Call _assuan_inquire_release. | |||||
2007-07-12 | Introduced new type for better support of W32 HADNLES vs. file descriptors. | Werner Koch | 1 | -0/+9 | |
2007-07-05 | Switched to LGPLv3.libassuan-1.0.2 | Werner Koch | 1 | -1/+5 | |
2007-05-06 | 2007-05-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -127/+135 | |
* assuan.texi: Clean up typos. | |||||
2006-11-21 | Fix for newer Pth versions. | Werner Koch | 1 | -1/+1 | |
Fix memory leak. Add convenience option for cross build to amd64 | |||||
2006-11-14 | New functions assuan_set_io_monitor and assuan_register_post_cmd_notify | Werner Koch | 1 | -0/+18 | |
2006-10-31 | Preparing the 1.0.0 release.libassuan-1.0.0 | Werner Koch | 1 | -216/+645 | |
2006-10-10 | portability fixeslibassuan-0.9.3 | Werner Koch | 1 | -0/+6 | |
2006-10-09 | Splitted up into a standad lib and an pth enabled one. | Werner Koch | 1 | -0/+22 | |
Also enhanced libassuan-config and libassuan.m4. Not really tested! | |||||
2006-09-19 | Fixed problems Nelson H. F. Beebe reported when doing build tests on several | Werner Koch | 1 | -0/+1 | |
platforms. | |||||
2006-09-14 | Preparing a new releaselibassuan-0.9.0 | Werner Koch | 1 | -5/+229 | |
2006-09-11 | Added stuff to the manual. Minor prototype cleanups. | Werner Koch | 1 | -8/+256 | |
2006-09-06 | Changes to support gpg-error style error codes. | Werner Koch | 1 | -3/+3 | |
2005-10-24 | Fixed and clarified copyright notices | Werner Koch | 1 | -2/+2 | |
2003-12-18 | Getting ready for a new release | Werner Koch | 1 | -22/+101 | |
2003-12-08 | doc typo fixes | Werner Koch | 1 | -1/+1 | |
2003-08-06 | * lgpl.texi: New.libassuan-0-6-0 | Werner Koch | 1 | -19/+5 | |
* gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi. | |||||
2003-02-18 | 2003-02-18 Neal H. Walfield <[email protected]> | Neal Walfield | 1 | -0/+377 | |
* Makefile.am: New file. * fdl.texi: New file. * gpl.texi: New file. * assuan.texi: Imported from newpg. |