android fix rlimit
[platform/upstream/libwebsockets.git] / lib / context.c
2016-04-08 Galen Maandroid fix rlimit
2016-02-28 Andy Greenlibuv create 1Hz background timeout check
2016-02-15 Andy Greentimeout settable from info
2016-02-14 Andy Greenlibuv integration
2016-02-13 Alex Hultmanlibuv initial replace libev version
2016-01-29 Andy Greenclean pre 1.7
2016-01-26 Andy Greenmultithread stability
2016-01-19 Andy Greencoverity 156861 context destroy dereference context...
2016-01-19 Andy Greenmultithreaded service
2016-01-18 Andy Greenavoid using deallocated things during context dedtroy
2016-01-11 Andy Greenextension permessage deflate
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greeninfo struct add padding pool
2015-12-22 gaby64libev context destroy
2015-12-17 Andy Greencontext protocol destroy provide nonnull wsi with context
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-09 Andy Greenplat combine inits into single lws_plat_init and provid...
2015-12-06 Andy Greencoverity 155648 low dead code daemonize disabled
2015-12-06 Andy Greenclean more whitespace 3
2015-12-04 Andy Greencleanups after api changes and mbed update
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-11-14 Andy Greenmbed3 plat
2015-11-14 Andy Greenmbed3 warning cleaning
2015-11-08 Andy Greenproxy auth
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-16 Andy Greencomplain if zero ka_interval used with positive ka_time
2015-10-12 Andrew CanadayWHOOPS! Stuck the sigint init int the wrong function.
2015-10-12 Andrew CanadaySet default libev-related SIGINT handling at context...
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