Subject: Support to bind accepted socket to device on Linux
[platform/upstream/libwebsockets.git] / lib / context.c
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-10-12 =?UTF-8?q?Joakim... Use LWS_HAVE_ instead of just HAVE_
2015-03-28 Andy Greencontext destroy just kill wsis ugh add missing bit
2015-03-10 banthonywalkerSubject: [PATCH 1/2] fix win32 context memory leak
2015-01-30 Bud Daviswin32 use hashtable for fd management
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-10-17 Andy Greenssl clean recent external CTX patch so doesnt break...
2014-10-16 joseph.urciuolissl allow externally managed SSL_CTX
2014-07-31 Andy Greentrac82 consistently use CONTEXT_PORT_NO_LISTEN
2014-07-29 Aurelian PopFix TCP keepalive use in UNIX systems
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-04-12 Andy Greenrefactor move ssl server service to ssl.c
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-10 Andy Greendocs clarify create context comment threading not supported
2014-04-03 Andy Greenhttp2 add initial alpn support
2014-04-03 Andy Greenrefactor ssl related code into ssl.c
2014-04-03 Andy Greenclean small additional ifdef reduction
2014-04-03 Andy Greenrefactor migrate client and server specific context...
2014-04-02 Andy Greenrefactor context related functions into context.c