aboutsummaryrefslogtreecommitdiffstats
path: root/THANKS (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-15Just some pre-release clean ups.Marcus Brinkmann1-8/+6
2007-05-01Small pointer arithmetics fixWerner Koch1-0/+1
2006-10-18Fix for pthreadWerner Koch1-0/+1
2006-10-10portability fixeslibassuan-0.9.3Werner Koch1-0/+3
2005-05-22* assuan-util.c (assuan_set_flag, assuan_get_flag): New.Werner Koch1-0/+2
* assuan-defs.h (struct assuan_context_s): New field flags. * assuan.h (assuan_flag_t): New with one flag value ASSUAN_NO_WAITPID for now. * assuan-pipe-connect.c (do_finish): Take care of the no_waitpid flag.
2004-04-29About to release 0.6.5libassuan-0-6-5Werner Koch1-1/+1
2004-04-21* assuan-socket-server.c (accept_connection_bottom): Save the pidWerner Koch1-0/+4
of the peer if it is available. * assuan-socket-connect.c (assuan_socket_connect): Do not save the dummy SERVED_PID arg. * assuan-pipe-connect.c (do_finish): Don't wait if the pid is 0. (assuan_pipe_connect2): Store the parents pid in the environment of the child. * assuan-pipe-server.c (assuan_init_pipe_server): Initialize the peer's pid from the environment. * assuan-connect.c (assuan_get_pid): Do not return 0 as a PID.
2003-08-06* lgpl.texi: New.libassuan-0-6-0Werner Koch1-0/+1
* gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.