aboutsummaryrefslogtreecommitdiffstats
path: root/doc/assuan.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preparing 1.0.3Werner Koch2007-08-241-2/+3
|
* doc/Marcus Brinkmann2007-08-091-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 Koch2007-07-121-0/+9
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-1/+5
|
* 2007-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-05-061-127/+135
| | | | | * assuan.texi: Clean up typos.
* Fix for newer Pth versions.Werner Koch2006-11-211-1/+1
| | | | | | Fix memory leak. Add convenience option for cross build to amd64
* New functions assuan_set_io_monitor and assuan_register_post_cmd_notifyWerner Koch2006-11-141-0/+18
|
* Preparing the 1.0.0 release.libassuan-1.0.0Werner Koch2006-10-311-216/+645
|
* portability fixeslibassuan-0.9.3Werner Koch2006-10-101-0/+6
|
* Splitted up into a standad lib and an pth enabled one.Werner Koch2006-10-091-0/+22
| | | | | | Also enhanced libassuan-config and libassuan.m4. Not really tested!
* Fixed problems Nelson H. F. Beebe reported when doing build tests on severalWerner Koch2006-09-191-0/+1
| | | | | platforms.
* Preparing a new releaselibassuan-0.9.0Werner Koch2006-09-141-5/+229
|
* Added stuff to the manual. Minor prototype cleanups.Werner Koch2006-09-111-8/+256
|
* Changes to support gpg-error style error codes.Werner Koch2006-09-061-3/+3
|
* Fixed and clarified copyright noticesWerner Koch2005-10-241-2/+2
|
* Getting ready for a new releaseWerner Koch2003-12-181-22/+101
|
* doc typo fixesWerner Koch2003-12-081-1/+1
|
* * lgpl.texi: New.libassuan-0-6-0Werner Koch2003-08-061-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 Walfield2003-02-181-0/+377
* Makefile.am: New file. * fdl.texi: New file. * gpl.texi: New file. * assuan.texi: Imported from newpg.