Add packaging
[platform/upstream/openconnect.git] / mainloop.c
2012-08-03 David WoodhouseHandle CSTP rekey when stalled
2012-07-08 Stuart Hendersonmainloop.c - malloc without a prototype
2012-06-11 David WoodhouseRemove stray openssl includes
2012-06-07 David WoodhouseAdd DTLS support for GnuTLS
2012-05-29 David WoodhouseDisable DTLS for GnuTLS build for now
2012-05-13 David WoodhouseUpdate copyright years
2011-11-05 David WoodhouseRemove unneeded inclusion of <arpa/inet.h> from cstp...
2011-11-05 David WoodhouseRemove all _xxx_SOURCE macros from source, do it in...
2011-11-03 David WoodhouseFix build with -ansi and without optimisation.
2011-09-22 David WoodhouseMake user-visible strings translatable
2011-09-15 David WoodhouseClean up DTLS timer workaround to make it work with...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-03-09 David WoodhouseSplit private parts of openconnect.h out into openconne...
2010-04-05 David WoodhouseChange mainloop idle message to look less like 'Did...
2010-01-01 David WoodhouseUpdate copyright years
2009-11-03 David WoodhouseMove tunnel shutdown into tun.c
2009-11-02 David WoodhouseKill packet type field; IPv6 and Legacy IP are carried...
2009-10-19 David WoodhouseMove TCP closure detection to cstp.c, make it reconnect...
2009-10-08 David WoodhouseHandle SIGTERM and disconnect cleanly
2009-06-02 David WoodhouseBuild against old OpenSSL without DTLS support (OSX...
2009-06-01 David WoodhouseInclude <string.h> where needed
2009-04-18 David WoodhouseDetect TCP connection closure; OpenSSL doesn't.
2009-04-09 Nick AndrewWhitespace cleanups
2008-12-12 Wu, Fengguangquit on interrupted sleep
2008-12-06 David WoodhouseFix select µsec calculation to avoid integer overflow.
2008-11-20 David WoodhouseFix up licensing headers
2008-10-26 David WoodhouseLimit outgoing packet queue length
2008-10-16 David Woodhousedon't report quit message twice
2008-10-16 David WoodhouseFix Ctrl-C handling
2008-10-15 David WoodhouseMove to using select() instead of poll(). poll() doesn...
2008-10-07 David WoodhouseKill dtls_state, fix --no-dtls
2008-10-06 David WoodhouseAdd option for passing all traffic to a filedescript...
2008-10-05 David WoodhouseUse progress callback for output
2008-10-05 David WoodhouseRename to openconnect to avoid potential trademark...
2008-10-04 David Woodhousestart to split up ssl vs. cstp functions
2008-10-04 David WoodhouseSwitch to LGPLv2.1
2008-10-02 David WoodhouseAsynchronous DTLS (re)connection
2008-10-02 David WoodhouseHandle write stalls
2008-10-02 David Woodhouseuse generic KA stuff for dtls
2008-10-02 David WoodhouseAdd keepalive calculation function for use by ssl and...
2008-09-30 David Woodhousedoh. Fix latency fuckup
2008-09-30 David WoodhouseClean up exit handling a little
2008-09-30 David Woodhousehandle SIGHUP too
2008-09-29 David WoodhouseAdd capability to use vpnc's route mangling script
2008-09-22 David Woodhousemove inflate_and_queue_packet() into ssl.c
2008-09-22 David Woodhousesplit out queue_packet()
2008-09-22 David WoodhouseAdd compression support
2008-09-22 David Woodhouseactually send BYE packet on exit
2008-09-22 David Woodhouseoops, forgot mainloop.c