summaryrefslogtreecommitdiff
path: root/THANKS
Commit message (Collapse)AuthorAgeFilesLines
* Just some pre-release clean ups.Marcus Brinkmann2009-12-151-8/+6
|
* Small pointer arithmetics fixWerner Koch2007-05-011-0/+1
|
* Fix for pthreadWerner Koch2006-10-181-0/+1
|
* portability fixeslibassuan-0.9.3Werner Koch2006-10-101-0/+3
|
* * assuan-util.c (assuan_set_flag, assuan_get_flag): New.Werner Koch2005-05-221-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.
* About to release 0.6.5libassuan-0-6-5Werner Koch2004-04-291-1/+1
|
* * assuan-socket-server.c (accept_connection_bottom): Save the pidWerner Koch2004-04-211-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.
* * lgpl.texi: New.libassuan-0-6-0Werner Koch2003-08-061-0/+1
* gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.