aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Make the check for funopen fail with just aWerner Koch2004-02-181-0/+5
| | | | | | | | warning. * assuan-handler.c (assuan_get_data_fp): Fail with ENOSYS if we can't implement this.
* Removed the unneeded alloca.hWerner Koch2004-02-131-0/+4
|
* 2003-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-181-5/+206
| | | | | | | | | | | | | | | | * configure.ac: If building Assuan, check for funopen and fopencookie, and make isascii, putc_unlocked and memrchr replacement functions. assuan/ Update to the latest assuan version. gpgme/ 2003-08-18 Marcus Brinkmann <[email protected]> * funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files. * fopencookie.c: File removed.
* 2003-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-02-011-6/+68
| | | | | | | | | | | | | | | | | * assuan/: Update files to 2002-11-10 version of assuan. gpgme/ 2003-02-01 Marcus Brinkmann <[email protected]> * engine-gpgsm.c (map_assuan_error): Replace ASSUAN_Bad_Certificate_Path with ASSUAN_Bad_Certificate_Chain. (gpgsm_new): Use assuan_pipe_connect instead assuan_pipe_connect2. * util.h (DIMof): Remove macro. * ops.h (_gpgme_op_event_cb, _gpgme_op_event_cb_user, _gpgme_data_unread): Prototypes removed.
* * assuan-pipe-connect.c (assuan_pipe_connect2): New to extendWerner Koch2002-05-031-0/+6
| | | | | | assuan_pipe_connect with some flags. Implemented a bitbucket for stderr.
* * Makefile.am: Create libtool libraries.Werner Koch2002-04-261-0/+4
| | | | | | | * Makefile.am (libgpgme_la_LIBADD): Use libtool libraries. * Makefile.am: Create libtool libraries
* Update assuan and jnlib to 20020424 from newpg.Marcus Brinkmann2002-04-241-0/+36
|
* Update to latest version.Marcus Brinkmann2002-02-011-0/+8
|
* Update to current version in newpg module.Marcus Brinkmann2002-01-221-1/+67
|
* Update from newpg.Marcus Brinkmann2001-12-191-5/+14
|
* Change history, doubleplusgood.Marcus Brinkmann2001-12-141-1/+1
|
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-141-0/+6
| | | | | | | * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the number of bytes left over after the complete line. Rediddle the code a bit to make it more clear what happens.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-131-2/+7
| | | | | | * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-131-0/+5
| | | | | | * assuan-connect.c (assuan_pipe_connect): Remove code that closes all the little file descriptors we set up.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-131-0/+5
| | | | | | * assuan-buffer.c (assuan_read_line): Fix order of execution to get correct return values.
* * assuan-handler.c (assuan_get_active_fds): Fixed silly bug,Werner Koch2001-12-131-0/+5
| | | | | pretty obvious that nobody ever tested this function.
* Updated Assuan to the current versionWerner Koch2001-12-131-0/+43
|
* Guess what.Werner Koch2001-11-241-0/+23