aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-24Preparing 1.0.3Werner Koch3-149/+527
2007-08-09doc/Marcus Brinkmann2-7/+204
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-12Introduced new type for better support of W32 HADNLES vs. file descriptors.Werner Koch2-1/+15
2007-07-05Switched to LGPLv3.libassuan-1.0.2Werner Koch7-848/+811
2007-05-062007-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-127/+139
* assuan.texi: Clean up typos.
2006-11-21Fix for newer Pth versions.Werner Koch1-1/+1
Fix memory leak. Add convenience option for cross build to amd64
2006-11-14New functions assuan_set_io_monitor and assuan_register_post_cmd_notifyWerner Koch1-0/+18
2006-10-31Preparing the 1.0.0 release.libassuan-1.0.0Werner Koch2-216/+649
2006-10-10portability fixeslibassuan-0.9.3Werner Koch1-0/+6
2006-10-09Splitted up into a standad lib and an pth enabled one.Werner Koch1-0/+22
Also enhanced libassuan-config and libassuan.m4. Not really tested!
2006-09-19Fixed problems Nelson H. F. Beebe reported when doing build tests on severalWerner Koch2-0/+10
platforms.
2006-09-14Preparing a new releaselibassuan-0.9.0Werner Koch1-5/+229
2006-09-11Added stuff to the manual. Minor prototype cleanups.Werner Koch1-8/+256
2006-09-06Changes to support gpg-error style error codes.Werner Koch1-3/+3
2005-10-24Fixed and clarified copyright noticesWerner Koch5-8/+8
2004-12-22Switched to automake 1.9.libassuan-0-6-9Werner Koch2-2653/+2940
2003-12-18Add filelibassuan-0-6-2Werner Koch1-0/+133
2003-12-18getting ready for a new release.Werner Koch1-401/+0
2003-12-18Getting ready for a new releaseWerner Koch3-23/+110
2003-12-08added file we want to keep in the CVSWerner Koch1-0/+6773
2003-12-08doc typo fixesWerner Koch1-1/+1
2003-08-13(assuan_inquire): Increase length of cmdbuf toWerner Koch1-0/+565
the Assuan limit.
2003-08-06* lgpl.texi: New.libassuan-0-6-0Werner Koch3-20/+24
* gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
2003-02-182003-02-18 Neal H. Walfield <[email protected]>Neal Walfield5-0/+1207
* Makefile.am: New file. * fdl.texi: New file. * gpl.texi: New file. * assuan.texi: Imported from newpg.