per-vhost headers and lwsws conf support
[platform/upstream/libwebsockets.git] / lib / server.c
2016-08-27 Andy Greenper-vhost headers and lwsws conf support
2016-08-14 Patrick GanstererAllow serving files without known mimetype
2016-08-10 Andy Greenserver max protocol element 64
2016-08-10 Andy Greenesp8266 initial support
2016-08-10 Andy Greenws ping pong on idle connections
2016-07-14 Andy Greenplugin table dirlisting
2016-07-14 Andy GreenSNI-vhost-matching-fallback-to-wildcard
2016-07-14 Andy Greendefer ESTABLISHED until after mode is WS_SERVING
2016-07-14 Andy Greenlws_get_mimetype
2016-07-14 Andy Greenreduce log spew and document test-server variants
2016-07-14 Andy Greendlfcn h only if plugins
2016-07-14 Andy Greendocumentation convert to doxygen
2016-06-18 Andy Greenlws_bind_protocol
2016-06-17 Andy Greenprotocol generic sessions
2016-06-14 Andy Greenlws_process_html_args
2016-06-14 Andy Greenintroduce urlencode decode and sql escape public apis
2016-06-04 Denis Osvaldallow modifying ipv4 mapping option (IPV6_V6ONLY)
2016-06-03 Andy Greenipv6 move disable to vhost option
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
2016-05-15 Andy Greenwin fix warnings from appveyor
2016-05-14 Andy Greenlwsws conf mount extra mimetypes
2016-05-13 Andy Greenasserts log which
2016-05-12 Andy Greencheck oom on lws_malloc
2016-05-09 Andy Greenlogging migrate user stimulated logging to info
2016-05-09 Andy Greenadd protocol plugin for post demo
2016-05-06 Andy Greenprotocol plugins set default
2016-05-06 Andy Greenmimetypes add additional canned
2016-05-05 OndraCoDisabled static link handling for WIN_CE to temporarily...
2016-05-05 Enno Bolandlib/server.c: fix ipv6 support
2016-05-01 Andy Greencreate_vhost move mounts list to info
2016-04-26 Stephan EberleFixed misspelled size_t
2016-04-26 Stephan EberleFixed build failure under Linux with GNU 4.8.4
2016-04-26 Stephan EberleFixes for building with MinGW
2016-04-25 Andy Greenpost example in test server
2016-04-23 Andy Greenpollin shouldnt always win over pollout
2016-04-23 Andy Greencoverity 160166 readlink doesnt NUL terminate
2016-04-22 Andy Greendebug spew reduce
2016-04-22 Andy Greenhttp cache policy
2016-04-21 Andy Greencgi lifecycle logging
2016-04-19 Andy Greenaccess_log reset transaction size when using keepalive
2016-04-19 Andy Greenah try for ah when adopting socket to vhost
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 Greenredirects need fake content metadata
2016-04-15 Andy Greenlws access log option and lwsws conf
2016-04-14 Andy Greenunix sockets make vhost option
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 Greenhttp2 update integration
2016-04-13 Andy Greenlwsws cgi integration
2016-04-08 Andy Greenlwsws redirect and correct vhost selection before accept
2016-04-08 Andy Greenlwsws protocol filter and options
2016-04-07 Andy Greenurldecode forbid malformed
2016-04-07 Andy Greenplugins
2016-04-04 Andy Greenuri processing reject paths not starting with slash
2016-03-28 Andy Greenintroduce vhosts
2016-03-23 Andy GreenLWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to...
2016-03-20 Andy Greenproxy rewrite
2016-03-18 Andy Greenclean signed mismatches and protect ssl specific code
2016-03-17 Andy Greenssl option for auto redir to https
2016-03-17 Alex HultmanOptimize payload exhaustion
2016-03-13 Andy Greensocket interface bind generalize to lws_socket_bind
2016-02-29 Andy Greenadopt readbuf do service
2016-02-29 Andy Greenah move more_rx_waiting to wsi scope
2016-02-26 Andy Greenadopt readbuf fix no ah path
2016-02-25 Andy Greenfix missing callback return check
2016-02-25 Andy Greencgi
2016-02-25 Andy Greenadopt variant with preamble rx
2016-02-19 Andy Greenah pool lifetime use dynamic rxpos
2016-02-16 Peter PentchevFix some typos.
2016-02-16 Andy Greendebug reduce noise
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenhttp_transaction_completed handle two completions in...
2016-02-15 Andy Greenah owns rxbuf
2016-02-14 Andy Greenlibuv integration
2016-02-06 Andy Greenah pool take care about freeing headers after parsing
2016-01-30 Andy Greenah http1.1 deal with pipelined headers properly
2016-01-29 Andy Greenclean pre 1.7
2016-01-29 Andy Greencoverity 157401 dont test SHUTDOWN state in mode switch
2016-01-29 Andy Greenrestrict SO_REUSEPORT to multithreading only so no...
2016-01-29 Andy Greenhttp1.1 keepalive drop ah betweentimes
2016-01-26 Andy Greenlws_adopt_socket
2016-01-26 Andy Greenmultithread stability
2016-01-21 Andy Greenfuzzer handle junk after upgrade header
2016-01-21 Andy Greenunify bounds checking in parser
2016-01-19 Andy Greenmultithreaded service
2016-01-18 Andy Greenavoid using deallocated things during context dedtroy
2016-01-12 Andy Greenfuzzer rx overflow mitigate
2016-01-11 Andy Greenextension permessage deflate
2016-01-06 Denis Osvaldproperly skip protocols with NULL name
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greenhttp header malloc pool allow listen accept flow control
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-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
next