summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Doc fixes.Werner Koch2009-04-031-0/+3
|
* Add hack for the inquiry feature.Werner Koch2009-02-241-1/+3
|
* src/Marcus Brinkmann2008-10-292-1/+6
| | | | | | | | | | | | | | | | 2008-10-29 Marcus Brinkmann <marcus@g10code.de> * assuan.h (assuan_error_t) (_ASSUAN_ONLY_GPG_ERRORS): Make unsigned int. (assuan_transact): Change return type of callback handlers to assuan_error_t. doc/ 2008-10-29 Marcus Brinkmann <marcus@g10code.de> * assuan.texi: Change return type of callback handlers in assuan_transact.
* Get ready for the envisioned API changesWerner Koch2008-05-272-0/+13
|
* Documentaion updates.libassuan-1.0.4Werner Koch2007-12-122-6/+24
| | | | | Preparing a release.
* doc/Marcus Brinkmann2007-10-182-1/+6
| | | | | | | | | | | | | 2007-10-18 Marcus Brinkmann <marcus@g10code.de> * assuan.texi (Client requests): Document HELP. src/ 2007-10-18 Marcus Brinkmann <marcus@g10code.de> * assuan-handler.c (std_handler_help): New function. (std_cmd_table): Add new command HELP.
* Add new API assuan_set_sock_nonce.Werner Koch2007-10-021-1/+17
| | | | | Fixed a blocking problem on Windows.
* Add socket wrapper API.Werner Koch2007-10-011-0/+67
| | | | | Changed the ABI ofthe W32 socket emulation.
* Fixed a name clash in internal symbols used only under W32.Werner Koch2007-09-251-1/+1
|
* 2007-09-07 Moritz Schulte <moritz@g10code.com>Moritz Schulte2007-09-062-1/+6
| | | | | | * assuan.texi (Client code): mention assuan_send_data() instead of assuan_write_data().
* doc/Marcus Brinkmann2007-09-032-5/+11
| | | | | | | | | | | | | | | | | | | | | 2007-09-03 Marcus Brinkmann <marcus@g10code.de> * assuan.texi: Fix prototype and documentation for assuan_inquire_ext. src/ 2007-09-03 Marcus Brinkmann <marcus@g10code.de> * assuan.h (assuan_inquire_ext): Move buffer and buffer_length arguments callback in prototype. * assuan-defs.h (struct assuan_context_s): Remove members inquire_r_buffer and inquire_r_buffer_len. Add buffer and buffer length arguments to inquire_cb. * assuan-inquire.c (_assuan_inquire_ext_cb): Return buffer and buffer length via callback. (assuan_inquire_ext): Move buffer and buffer length arguments to callback.
* Preparing 1.0.3Werner Koch2007-08-243-149/+527
|
* doc/Marcus Brinkmann2007-08-092-7/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-09 Marcus Brinkmann <marcus@g10code.de> * assuan.texi (External I/O Loop): New chapter. src/ 2007-08-09 Marcus Brinkmann <marcus@g10code.de> * 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-122-1/+15
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-057-848/+811
|
* 2007-05-06 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-05-062-127/+139
| | | | | * 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-312-216/+649
|
* 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-192-0/+10
| | | | | 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-245-8/+8
|
* Switched to automake 1.9.libassuan-0-6-9Werner Koch2004-12-222-2653/+2940
|
* Add filelibassuan-0-6-2Werner Koch2003-12-181-0/+133
|
* getting ready for a new release.Werner Koch2003-12-181-401/+0
|
* Getting ready for a new releaseWerner Koch2003-12-183-23/+110
|
* added file we want to keep in the CVSWerner Koch2003-12-081-0/+6773
|
* doc typo fixesWerner Koch2003-12-081-1/+1
|
* (assuan_inquire): Increase length of cmdbuf toWerner Koch2003-08-131-0/+565
| | | | | the Assuan limit.
* * lgpl.texi: New.libassuan-0-6-0Werner Koch2003-08-063-20/+24
| | | | | | | * gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
* 2003-02-18 Neal H. Walfield <neal@cs.uml.edu>Neal Walfield2003-02-185-0/+1207
* Makefile.am: New file. * fdl.texi: New file. * gpl.texi: New file. * assuan.texi: Imported from newpg.