aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-socket-connect.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-04-29Removed assuan because we now use libassuanWerner Koch1-150/+0
2003-01-09Updated from latest NewPG projectWerner Koch1-1/+1
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-150/+0
'GNUPG-1-9-BRANCH'.
2002-07-30Changed the lincese for Assuan to LGPL.Werner Koch1-12/+12
2002-01-23* assuan-socket-connect.c (LOGERRORX): and removed typo.Werner Koch1-1/+1
2002-01-222002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* assuan-socket-connect.c (LOGERRORX): Reverse arguments to fputs.
2002-01-21* assuan-connect.c: Move all except assuan_get_pid to...Werner Koch1-0/+150
* assuan-pipe-connect.c: this. (assuan_pipe_disconnect): Removed. (do_finish, do_deinit): New (assuan_pipe_connect): and set them into the context. * assuan-socket-connect.c: New. * assuan-util.c (_assuan_log_sanitized_string): New. * assuan-pipe-server.c (assuan_init_pipe_server): Factored most code out to ... (_assuan_new_context): new func. (_assuan_release_context): New * assuan-connect.c (assuan_pipe_connect): Use the new functions.