Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * assuan-util.c (assuan_set_flag, assuan_get_flag): New. | Werner Koch | 2005-05-22 | 7 | -7/+80 | |
| | | | | | | | | | * 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. | |||||
* | (_assuan_calloc): Avoid integer overflow. | Werner Koch | 2005-04-04 | 2 | -3/+18 | |
| | ||||||
* | (struct assuan_io): Renamed elements READ and | Werner Koch | 2005-03-22 | 5 | -5/+19 | |
| | | | | | | WRITE to READFNC and WRITEFNC to avoid problems with read defined as macros. Changed callers. Noted by Ville Skytt��. | |||||
* | post release updates | Werner Koch | 2004-12-22 | 2 | -1/+5 | |
| | ||||||
* | Switched to automake 1.9.libassuan-0-6-9 | Werner Koch | 2004-12-22 | 12 | -3027/+3445 | |
| | ||||||
* | (assuan_socket_connect): Allow for a | Werner Koch | 2004-12-20 | 2 | -2/+13 | |
| | | | | | drive letter in the path. | |||||
* | (assuan_init_pipe_server) [W32]: Map file | Werner Koch | 2004-12-19 | 2 | -2/+21 | |
| | | | | | descriptors using _get_osfhandle. | |||||
* | 2004-12-19 Moritz Schulte <[email protected]> | Moritz Schulte | 2004-12-19 | 2 | -1/+6 | |
| | | | | | | * assuan-pipe-connect.c (assuan_pipe_connect2): Removed "`" character at beginning of line 532. | |||||
* | More W32 fixes | Werner Koch | 2004-12-18 | 2 | -17/+21 | |
| | ||||||
* | * autogen.sh: Add Option --build-w32. | Werner Koch | 2004-12-18 | 9 | -40/+424 | |
| | | | | | | | | | | | * assuan-logging.c (_assuan_w32_strerror): New. * assuan-defs.h (w32_strerror): new. * assuan-pipe-connect.c (assuan_pipe_connect2, fix_signals): Factored signal code out to new function. (build_w32_commandline, create_inheritable_pipe): New. Taken from gnupg 1.9. (assuan_pipe_connect2) [W32]: Implemented for W32. | |||||
* | * configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM. | Werner Koch | 2004-12-07 | 13 | -28/+89 | |
| | | | | | | | | | | Add -lwsock2 to the config lib flags for W32. * assuan-logging.c, assuan-io.c: Include config.h * assuan-pipe-connect.c (assuan_pipe_connect2) [_WIN32]: Return error Not Imlemented. | |||||
* | Script to build the W32 version | Werner Koch | 2004-12-06 | 1 | -0/+10 | |
| | ||||||
* | include/sys/types.h | Werner Koch | 2004-11-27 | 2 | -0/+6 | |
| | ||||||
* | Avoid warnings about unknown pragmas. | Werner Koch | 2004-11-26 | 3 | -9/+17 | |
| | ||||||
* | Post release preps | Werner Koch | 2004-11-25 | 2 | -1/+6 | |
| | ||||||
* | Released 0.6.8libassuan-0-6-8 | Werner Koch | 2004-11-25 | 3 | -2/+8 | |
| | ||||||
* | * assuan-logging.c (_assuan_log_printf): New. | Werner Koch | 2004-11-24 | 6 | -49/+71 | |
| | | | | | | | | | | | * assuan-domain-connect.c (LOG): Removed and replaced all callers by _assuan_log_printf. This is needed for C89 and gcc 2.95 which both don't have C99 style variable arg macros. * assuan-pipe-connect.c (LOG): Ditto. * assuan-socket-connect.c (LOG): Ditto. * assuan-socket.c[!_WIN32]: Fixed includes. | |||||
* | Small API update and Windows fixes | Werner Koch | 2004-11-24 | 5 | -11/+24 | |
| | ||||||
* | 2004-11-23 Timo Schulz <[email protected]> | Timo Schulz | 2004-11-24 | 18 | -106/+391 | |
| | | | | | | | | | | | | | | | | | | * assuan-socket.c (_assuan_sock_connect): Get local port from the sun_path[] file. (_assuan_sock_bind): Write local port to the sun_path[] file. * assuan-socket-connect.c (assuan_socket_connect): Use DIRSEP_C for a better portability. (assuan-defs.h): Define DIRSEP_C. 2004-11-22 Timo Schulz <[email protected]> * assuan-io.c (_assuan_simple_read, _assuan_simple_write): W32 support. * assuan-socket.c (_assuan_close): New. (_assuan_sock_new): New. (_assuan_sock_bind): New. | |||||
* | * assuan-socket-connect.c (LOG): Fixed macro to print not only the | Werner Koch | 2004-11-16 | 4 | -10/+15 | |
| | | | | | | prefix. * assuan-domain-connect.c, assuan-socket-connect.c (LOG): Ditto. | |||||
* | * assuan-socket-connect.c: Define SUN_LEN, AF_LOCAL and PF_LOCAL | Werner Koch | 2004-10-02 | 3 | -2/+39 | |
| | | | | | | if they are not available. * assuan-domain-connect.c: Define PF_LOCAL and AF_LOCAL if needed. | |||||
* | . | Werner Koch | 2004-09-27 | 2 | -1/+6 | |
| | ||||||
* | about to release 0.6.7libassuan-0-6-7 | Werner Koch | 2004-09-27 | 6 | -5/+3005 | |
| | ||||||
* | 2004-06-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-06-23 | 4 | -1/+12 | |
| | | | | | | | | | | * configure.ac: Check for <sys/uio.h>. src/ 2004-06-23 Marcus Brinkmann <[email protected]> * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>. | |||||
* | post release version bump | Werner Koch | 2004-06-08 | 2 | -1/+5 | |
| | ||||||
* | about to release 0.6.6.libassuan-0-6-6 | Werner Koch | 2004-06-08 | 3 | -2/+6 | |
| | ||||||
* | * assuan-listen.c (assuan_set_hello_line, assuan_accept): Allow | Werner Koch | 2004-05-11 | 5 | -27/+100 | |
| | | | | | | | | for multi line hello strings. * assuan-buffer.c (_assuan_write_line): New with parts of .. (assuan_write_line): .. factored out. | |||||
* | post release version bump | Werner Koch | 2004-04-29 | 2 | -1/+5 | |
| | ||||||
* | About to release 0.6.5libassuan-0-6-5 | Werner Koch | 2004-04-29 | 3 | -4/+4 | |
| | ||||||
* | * assuan-socket-connect.c: Include string.h. | Werner Koch | 2004-04-29 | 4 | -1/+8 | |
| | | | | | * assuan-logging.c: Ditto. | |||||
* | 2004-04-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-04-22 | 2 | -1/+5 | |
| | | | | | * libassuan.m4: Quote first argument to AC_DEFUN. | |||||
* | * assuan-socket-server.c (accept_connection_bottom): Save the pid | Werner Koch | 2004-04-21 | 9 | -13/+47 | |
| | | | | | | | | | | | | | 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. | |||||
* | * assuan-socket-server.c, assuan-socket-connect.c: Includes | Werner Koch | 2004-04-19 | 5 | -2/+16 | |
| | | | | | | sys/types.h. Reported by Michael Nottebrock. * assuan-domain-connect.c: Ditto. | |||||
* | 2004-04-02 Thomas Schwinge <[email protected]> | Marcus Brinkmann | 2004-04-19 | 2 | -2/+6 | |
| | | | | | * autogen.sh: Added ACLOCAL_FLAGS. | |||||
* | Include <errno.h>. Reported by Bernd Kuhls. | Werner Koch | 2004-03-14 | 2 | -0/+5 | |
| | ||||||
* | post release version number bump | Werner Koch | 2004-02-20 | 2 | -1/+5 | |
| | ||||||
* | About to release 0.6.4libassuan-0-6-4 | Werner Koch | 2004-02-20 | 5 | -8/+12 | |
| | ||||||
* | (assuan_get_data_fp): Fail with ENOSYS if we | Werner Koch | 2004-02-18 | 4 | -4/+25 | |
| | | | | | can't implement this. | |||||
* | (memrchr): Fixed implementation. Taken from gpgme. | Werner Koch | 2004-02-15 | 2 | -6/+14 | |
| | ||||||
* | Removed the unneeded alloca.h. | Werner Koch | 2004-02-13 | 6 | -3/+14 | |
| | ||||||
* | Released 0.6.3libassuan-0-6-3 | Werner Koch | 2004-01-29 | 4 | -4/+8 | |
| | ||||||
* | (assuan_pipe_connect2): New as an | Werner Koch | 2004-01-24 | 4 | -16/+34 | |
| | | | | | extension of assuan_pipe_connect. Made the latter call this one. | |||||
* | (_assuan_cookie_write_data): Return the | Werner Koch | 2004-01-14 | 4 | -4/+18 | |
| | | | | | | requested size to indicate successful operation. Fixes a spurious bug we previously fixed using fflush(). | |||||
* | post release version number bump. | Werner Koch | 2003-12-18 | 2 | -1/+4 | |
| | ||||||
* | Add filelibassuan-0-6-2 | Werner Koch | 2003-12-18 | 1 | -0/+133 | |
| | ||||||
* | Last typo fix. | Werner Koch | 2003-12-18 | 1 | -1/+1 | |
| | ||||||
* | getting ready for a new release. | Werner Koch | 2003-12-18 | 2 | -401/+4 | |
| | ||||||
* | Getting ready for a new release | Werner Koch | 2003-12-18 | 8 | -48/+154 | |
| | ||||||
* | * assuan-buffer.c: Changed formatting of the debug output prefix. | Werner Koch | 2003-12-16 | 7 | -22/+78 | |
| | | | | | | | | * assuan-util.c (assuan_set_log_stream): Set global log stream if it has not been done yet. * assuan-logging.c (_assuan_set_default_log_stream): New. (assuan_set_assuan_log_prefix): New. | |||||
* | Add some notes | Werner Koch | 2003-12-11 | 1 | -1/+4 | |
| |