aboutsummaryrefslogtreecommitdiffstats
path: root/assuan (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-19Update from newpg.Marcus Brinkmann5-13/+80
2001-12-14Change history, doubleplusgood.Marcus Brinkmann1-1/+1
2001-12-142001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-12/+22
* 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-132001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-3/+9
* assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH.
2001-12-132001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-19/+8
* assuan-connect.c (assuan_pipe_connect): Remove code that closes all the little file descriptors we set up.
2001-12-132001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+10
* assuan-buffer.c (assuan_read_line): Fix order of execution to get correct return values.
2001-12-13* assuan-handler.c (assuan_get_active_fds): Fixed silly bug,Werner Koch2-1/+6
pretty obvious that nobody ever tested this function.
2001-12-13Updated Assuan to the current versionWerner Koch11-86/+945
2001-12-05Add .cvsignore files. Suggested by Jan-Oliver Wagner <[email protected]>.Marcus Brinkmann1-0/+2
2001-11-24Guess what.Werner Koch1-0/+23
2001-11-24Updated from canonical source location in GnuPG.Werner Koch4-7/+35
2001-11-22 * assuan-connect.c (assuan_get_pid): New function.Marcus Brinkmann2-0/+10
* assuan.h: Prototype. Include sys/types.h for pid_t, and stdio.h for FILE *.
2001-11-202001-11-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann10-0/+1404
* Makefile.am (SUBDIRS): Support building the assuan library (currently if GPGSM_PATH is set).. * configure.ac: Support building the assuan library. * assuan: New directory, populated with the Assuan library (copied from the newpg repository). gpgme/ 2001-11-20 Marcus Brinkmann <[email protected]> * Makefile.am (libgpgme_la_INCLUDES): Remove obsolete directive. (AM_CPPFLAGS): New directive [BUILD_ASSUAN]. (libgpgme_la_LIBADD): Likewise.