win fix warnings from appveyor
[platform/upstream/libwebsockets.git] / lib / context.c
2016-05-15 Andy Greenwin fix warnings from appveyor
2016-05-13 Andy Greendummy http protocol should always do 404
2016-05-13 Sterling JensenFix leak caused by undestroyed pthread mutex
2016-05-12 Andy Greenadd lws_init_vhost_client_ssl api to allow client ssl...
2016-05-11 Andy Greenwindows no chown on log file generation
2016-05-10 Andy Greenlwsws remove all protocols use lws default http
2016-05-09 Andy Greenadd protocol plugin for post demo
2016-05-08 Andy Greencontext only destroy protocols if init got sent
2016-05-06 Andy Greenprotocol plugins set default
2016-05-04 Andy Greenclean build warning on windows
2016-05-01 Andy Greenprovide default empty protocol zero handler if NULL...
2016-05-01 Andy Greenper vhost options struct explicitly const
2016-05-01 Andy Greencreate_vhost move mounts list to info
2016-04-23 Andy Greencoverity 160165 dead code
2016-04-22 Andy Greenhttp cache policy
2016-04-18 Andy Greenplugin lws server status
2016-04-16 Andy Greenvh doubly linked list for wsi on same protocol
2016-04-15 Andy Greencontext settable server string
2016-04-15 Andy Greenlws access log option and lwsws conf
2016-04-14 Andy Greenstrict transport security vhost option flag and lwsws...
2016-04-14 Andy Greenvhost should have his own options
2016-04-14 Yeonjun LimAdd unix domain socket
2016-04-14 Andy Greenvhost keepalive timeout
2016-04-13 Andy Greencgi post
2016-04-13 Andy Greenlwsws cgi integration
2016-04-13 Andy Greenvhost if explicit vhosts only enable protocols with...
2016-04-08 Andy Greenlwsws redirect and correct vhost selection before accept
2016-04-08 Andy Greenlwsws protocol filter and options
2016-04-08 Galen Maandroid fix rlimit
2016-04-07 Andy Greenplugins
2016-03-28 Andy Greenintroduce vhosts
2016-03-23 Andy GreenLWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to...
2016-02-27 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