GNU TLS non-block works.
[yaz-moved-to-github.git] / src / tcpip.c
2008-06-05 Adam DickmeissGNU TLS non-block works.
2008-06-04 Adam DickmeissGNU TLS operational. Issues with non-blocked I/O left.
2008-06-04 Adam DickmeissStarted work on using GNU TLS as an alterantive to...
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-01-21 Adam DickmeissFix use of shutdown for WIN32
2008-01-21 Adam DickmeissFix for bug #2037: cs_listen failed - is not handled...
2008-01-16 Adam DickmeissFixed bug #2027: Crash when closing connection.
2007-11-30 Adam DickmeissAdjustments to make YAZ compile as C++ code.
2007-11-09 Adam DickmeissRemove include of sys/select.h from tcpip.c . It is...
2007-10-09 Adam DickmeissRevised types for functions cs_complete_auto, etc.
2007-10-07 Adam DickmeissAdded HTTP tunnel facility for COMSTACK, bug #1752.
2007-01-19 Adam DickmeissFixed bug #827: Using SSL fails on Debian etch. Fixed...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-10-13 Adam DickmeissVS 2003 or later has getaddrinfo; older versions do not
2006-09-21 Adam DickmeissChange type of optval from long to int for invocation...
2006-09-15 Adam DickmeissFixed bug #660: addrinfo not handled correctly in tcpip.c.
2006-09-06 Adam DickmeissFix compilation for non- getaddrinfo case
2006-09-06 Adam DickmeissFixed bug 655: IP reverse map no longer works. Renamed...
2006-09-01 Adam DickmeissFix tcpip_set_blocking for Windows. Set comstack cerrno...
2006-09-01 Adam DickmeissUse last rather than first colon in IP address as port...
2006-09-01 Adam DickmeissUsing results of getaddrinfo to create sockets. This...
2006-08-30 Adam DickmeissUse getaddrinfo on Windows too
2006-08-30 Adam DickmeissTCP/IP COMSTACK uses getaddrinfo as resolver on systems...
2006-08-30 Adam DickmeissDefine INADDR_NONE to -1 if undefined
2006-08-30 Adam DickmeissWindows compile fix.
2006-08-30 Adam DickmeissFixed bug #644: Using Non Reentrant gethostbyname cause...
2006-08-24 Adam DickmeissMake a facility for COMSTACK to reject too large packag...
2006-06-09 Adam DickmeissSSL comstack uses SL_CTX_use_certificate_chain_file...
2005-07-19 Mike TaylorIncrease TCP/IP listener backlog from 3 (which I am...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-02-01 Adam DickmeissAdded member user for COMSTACK that is an opaque pointe...
2005-01-16 Adam DickmeissRemoved away include of system headers in comstack...
2005-01-15 Adam DickmeissBump year
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2004-09-21 Adam DickmeissFix problem with decoding of HTTP responses with no...
2004-05-10 Adam DickmeissDeclare cs_set_ssl_certificate_file in non-ssl mode too
2004-05-10 Adam DickmeissRename cs_set_ssl_certf to cs_set_ssl_certificate_file
2004-05-03 Adam DickmeissAdded a few casts
2004-04-30 Adam DickmeissSSL comstack now uses yaz.pem certificate file on serve...
2004-04-29 Adam DickmeissImplement cs_set_ssl_ctx which sets SSL_CTX for SSL...
2004-04-29 Adam DickmeissRelax http/https URL check a bit
2004-04-28 Adam DickmeissZOOM now allows inspection of X509 peer certificate...
2004-04-28 Adam DickmeissAdded cs_get_SSL. yaz-client-ssl prints peer info
2003-10-27 Adam DickmeissSource restructure. yaz-marcdump part of installation