aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/Marcus Brinkmann2002-01-302-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-01-30 Marcus Brinkmann <[email protected]> * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info. gpgme/ 2002-01-30 Marcus Brinkmann <[email protected]> * import.c (struct import_result_s): New structure. (_gpgme_release_import_result): New function. (append_xml_impinfo): Likewise. (import_status_handler): Implement. * gpgme.c (_gpgme_release_result): Add call to _gpgme_release_import_result. * ops.h (_gpgme_release_impoer_result): Add prototype. * types.h (ImportResult): New type. * context.h (gpgme_context_s): Add ImportResult to member result. * encrypt.c (gpgme_op_encrypt): Code clean up. tests/ 2002-01-30 Marcus Brinkmann <[email protected]> * gpg/t-import.c (print_op_info): New function. (main): Use it.
* 2002-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-302-16/+22
| | | | | * gpgme.texi: Some spell checking.
* doc/Marcus Brinkmann2002-01-302-31/+232
| | | | | | | | | | | | | | 2002-01-30 Marcus Brinkmann <[email protected]> * gpgme.texi: Add all the gpgme_op_*_start functions. Fill the concept index with many, many entries. gpgme/ 2002-01-30 Marcus Brinkmann <[email protected]> * gpgme.h: Add lots of comment and fix the formatting. Add gpgme_trustlist_end prototype.
* doc/Marcus Brinkmann2002-01-292-145/+275
| | | | | | | | | | | | | | | | | 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Run Control): New section. (Verify): Docuent gpgme_get_notation. (More Information): New section describing gpgme_get_op_info. gpgme/ 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.h: Add new type GpgmeIdleFunc. Change type of gpgme_register_idle to return and accept this type. * wait.c (gpgme_register_idle): Fix type. Save and return old value of idle_function.
* doc/Marcus Brinkmann2002-01-222-1/+6
| | | | | | | | | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
* doc/Marcus Brinkmann2002-01-222-1/+6
| | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating data buffers): Change gpgme_data_new_from_filepart's LENGTH type from off_t to size_t. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * data.c (gpgme_data_new_from_filepart): Change type of LENGTH from off_t to size_t. * gpgme.h: Likewise.
* Fix copyright year.Marcus Brinkmann2002-01-221-1/+1
|
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-222-13/+119
| | | | | | | | * gpgme.texi (Generating keys): New subsection. (Exporting keys): Likewise. (Importing keys): Likewise. (Deleting keys): Likewise.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-1/+3
| | | | | | | | | * gpgme.texi: g10Code -> g10 Code * gpgme.texi (Top): Complete detailmenu. * gpgme.texi: Convert embarassing cruft to the real thing.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-0/+7
| | | | | * gpgme.texi (Top): Complete detailmenu.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-1/+5
| | | | | * gpgme.texi: Convert embarassing cruft to the real thing.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-165-4/+2655
| | | | | | | | | | * ChangeLog: New file. * gpgme.texi: Likewise. * gpl.texi: Likewise. * fdl.texi: Likewise. * Makefile.am (info_TEXINFOS): New variable. (gpgme_TEXINFOS): Likewise.
* Revert cruft from last check in.Marcus Brinkmann2001-12-191-5/+0
|
* updated .cvsignore filesWerner Koch2001-12-191-0/+5
|
* Add .cvsignore files. Suggested by Jan-Oliver Wagner <[email protected]>.Marcus Brinkmann2001-12-051-0/+1
|
* Added more doc entries and prepared for 0.2.3gpgme-0-2-3Werner Koch2001-09-172-0/+708