Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing 1.0.3 | Werner Koch | 2007-08-24 | 1 | -2/+3 |
| | |||||
* | doc/ | Marcus Brinkmann | 2007-08-09 | 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. | ||||
* | Introduced new type for better support of W32 HADNLES vs. file descriptors. | Werner Koch | 2007-07-12 | 1 | -0/+9 |
| | |||||
* | Switched to LGPLv3.libassuan-1.0.2 | Werner Koch | 2007-07-05 | 1 | -1/+5 |
| | |||||
* | 2007-05-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-05-06 | 1 | -127/+135 |
| | | | | | * assuan.texi: Clean up typos. | ||||
* | Fix for newer Pth versions. | Werner Koch | 2006-11-21 | 1 | -1/+1 |
| | | | | | | Fix memory leak. Add convenience option for cross build to amd64 | ||||
* | New functions assuan_set_io_monitor and assuan_register_post_cmd_notify | Werner Koch | 2006-11-14 | 1 | -0/+18 |
| | |||||
* | Preparing the 1.0.0 release.libassuan-1.0.0 | Werner Koch | 2006-10-31 | 1 | -216/+645 |
| | |||||
* | portability fixeslibassuan-0.9.3 | Werner Koch | 2006-10-10 | 1 | -0/+6 |
| | |||||
* | Splitted up into a standad lib and an pth enabled one. | Werner Koch | 2006-10-09 | 1 | -0/+22 |
| | | | | | | Also enhanced libassuan-config and libassuan.m4. Not really tested! | ||||
* | Fixed problems Nelson H. F. Beebe reported when doing build tests on several | Werner Koch | 2006-09-19 | 1 | -0/+1 |
| | | | | | platforms. | ||||
* | Preparing a new releaselibassuan-0.9.0 | Werner Koch | 2006-09-14 | 1 | -5/+229 |
| | |||||
* | Added stuff to the manual. Minor prototype cleanups. | Werner Koch | 2006-09-11 | 1 | -8/+256 |
| | |||||
* | Changes to support gpg-error style error codes. | Werner Koch | 2006-09-06 | 1 | -3/+3 |
| | |||||
* | Fixed and clarified copyright notices | Werner Koch | 2005-10-24 | 1 | -2/+2 |
| | |||||
* | Getting ready for a new release | Werner Koch | 2003-12-18 | 1 | -22/+101 |
| | |||||
* | doc typo fixes | Werner Koch | 2003-12-08 | 1 | -1/+1 |
| | |||||
* | * lgpl.texi: New.libassuan-0-6-0 | Werner Koch | 2003-08-06 | 1 | -19/+5 |
| | | | | | | | * gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi. | ||||
* | 2003-02-18 Neal H. Walfield <[email protected]> | Neal Walfield | 2003-02-18 | 1 | -0/+377 |
* Makefile.am: New file. * fdl.texi: New file. * gpl.texi: New file. * assuan.texi: Imported from newpg. |