Include gnulib headers.
[elisp/starttls.git] / starttls.c
2006-08-11 uenoInclude gnulib headers. master
2006-08-11 uenoRemoved unused local variables.
2006-08-11 uenoDon't use goto readtop:
2006-08-11 uenoFixed.
2006-08-11 ueno* starttls.c (redirect): New function.
2006-08-11 uenoFixed.
2006-08-11 ueno* starttls.c (main): Added --help option.
2006-08-10 uenoFixed indentation.
2006-08-10 uenoPlace sigprocmask just before poll.
2006-08-10 ueno* starttls.c (main): Use poll(2) emulation from gnulib...
2006-08-10 ueno* Use gnulib.
2004-06-09 ueno* starttls.c (tcp_connect): Renamed from socket_connect.
2004-06-09 ueno* Makefile.am (starttls_SOURCES): Add gnutls.c if USE_G...
2004-06-09 ueno* starttls.c (do_tls_negotiate): New signal handler.
2004-03-21 okada2004-03-21 Kenichi Okada <okada@opaopa.org> starttls-0_10
2002-03-08 ueno* starttls.c (tls_connect): Don't free addrinfo structure. starttls-0_9
2002-03-05 ueno* starttls.c (tls_connect) [HAVE_ADDRINFO]: Attempt...
2002-01-23 ueno* starttls.c (tls_connect): Replace socklen_t with...
2002-01-22 ueno* addrinfo.h: Removed and gave up to emulate getaddrinf...
2002-01-22 ueno* starttls.c: Put getopt.h between "" instead of <>.
2002-01-22 okada * starttls.c: Fix the argument of getopt_long.
2002-01-22 ueno* configure.in: Don't check the existence of "socks.h".
2001-10-17 ueno* starttls.c (main): Use poll() instead of select(...
2001-10-17 ueno* starttls.c (main): Clear fd sets before select().
2000-11-18 ueno* configure.in (VERSION): Bump up to 0.6.
2000-11-17 ueno* starttls.c: Remove comment.
2000-11-17 ueno* configure.in: Rewrite.
2000-11-17 ueno* starttls.el: Undo the last change.
2000-11-02 okada2000-10-07 Simon Josefsson <sj@extundo.com>
2000-10-07 uenoImporting starttls 0.4+. start