ah: allow configurable ah hold timeout
[platform/upstream/libwebsockets.git] / lib / context.c
2017-07-26 Andy Greenah: allow configurable ah hold timeout
2017-07-19 Andy Greenlws-vhost-destroy
2017-07-18 Andy Greenexplicit vhosts: only check context for flag
2017-07-18 Jesse EngleSubject: Eliminated 'unused variable' compiler warning...
2017-07-07 Andy Greenlws_intptr_t
2017-06-20 Andy Greensupport openssl info callback
2017-06-19 Sergey KovalevichSubject: LWS_UNUSED
2017-06-14 Andy GreenHTTP_PROXY: make usable
2017-06-09 Andy GreenLWS_WITH_NO_LOGS: take care about unused array for...
2017-06-07 Leonardo Maccari... Subject: Support to bind accepted socket to device...
2017-06-06 Andy Greencapabilities support
2017-05-18 Andy Greencgi: handle no body to keep events coming
2017-05-16 Andy Ningclient: added socks5 proxy support
2017-05-09 Andy GreenLWS_WITH_STATS
2017-03-31 Andy Greenesp32: separate factory setup
2017-03-21 Aditya TirumalaSubject: Libevent: Initial Support
2017-03-08 Andy Greenesp32: align fops member name defines
2017-03-07 Andy Greenserver-name: default to no server name unless set in...
2017-03-07 Andy Greenraw: enable server and client raw sockets
2017-03-05 Andy Greenfops-zip
2017-03-01 Andy Greenfops: allow setting from context creation and introduce...
2017-02-19 Namowenvhost: also free per-vhost protocols list even when...
2017-02-18 Andy GreenESP32 platform
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2017-02-05 Martin MilataSubject: gcc format strings: Make GCC check format...
2017-01-16 Andy Greenplat-optee and boringssl adaptations
2016-12-20 Andy Greencontext deprecation
2016-12-20 Andy Greenclean: usused accidental global wsi
2016-12-20 Andy Greencontext: external_baggage_free_on_destroy
2016-12-16 Bablooosvhost: allow adding vhosts after server init
2016-10-12 Andy GreenAdd reject service keywords list
2016-08-28 Andy Greencoverity 169272 - off-by-one possible on CGI buffer...
2016-08-27 Andy Greenper-vhost headers and lwsws conf support
2016-08-14 Patrick GanstererRemove context from lws_context_per_thread for non...
2016-08-10 Andy Greenesp8266 initial support
2016-08-10 Andy Greenws ping pong on idle connections
2016-07-14 Andy Greendocumentation convert to doxygen
2016-06-17 Andy Greenprotocol generic sessions
2016-06-04 Denis Osvaldvhost creation print ipv6
2016-06-02 Andy Greenadd max_http_header_data2 and upgrade internal offsets...
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
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...
next