defeat POLLOUT if socket in shutdown wait
[platform/upstream/libwebsockets.git] / lib / libwebsockets.c
2016-02-24 Andy Greendefeat POLLOUT if socket in shutdown wait
2016-02-24 Andrejs Haninsclient callback closed if not upgraded also for server...
2016-02-21 Andy Greenwindows doesnt have localtime_r
2016-02-20 Sebastian Reimerlwsl stderr sink use formatted time
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenah owns rxbuf
2016-02-14 Andy Greenlibuv integration
2016-02-06 Andy Greenlws_parse_uri fix test client use and add more docs
2016-01-29 Andy Greenclean pre 1.7
2016-01-26 Andy Greenmultithread stability
2016-01-20 Andy Greenmbed align with pt changes
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-19 Andy Greentimeout also fixup for0middle guy deletion case
2016-01-19 Andy Greencoverity 156860 wsi dereference before NULL check
2016-01-19 Andy Greenmultithreaded service
2016-01-18 Andy Greentimeout move to doubly linked list
2016-01-16 Andy Greenlws_interface_to_sa
2016-01-15 Andy Greenredirect
2016-01-15 Andy Greenparse_uri
2016-01-11 Andy Greenextension permessage deflate
2016-01-06 Denis Osvaldfix callback typedefs and declarations
2015-12-30 Andy Greenutf8 check compatible with extensions
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-28 Andy Greenautobahn report final frag only on final rx bufload
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greenws ping buffer allocate in wsi ws union member
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
2015-12-14 Andy Greenmbed3 align to recent changes
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenintroduce lws_wsi_user
2015-12-13 Andy Greenlws_plat_fd add wsi to fops and helpers
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-10 Andy Greenlws_plat_fd implement platform default handlers
2015-12-06 Andy Greencoverity 155650 medium possible write to null pointer
2015-12-06 Andy Greencoverity 155649 medium possible write to null pointer
2015-12-04 Andy Greencleanups after api changes and mbed update
2015-12-04 Andy Greenfix Uri Args header name
2015-12-04 Andy Greenclean tidy the worst whitespace alignment probs due...
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization add cmake switch to export old...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-11-18 Andy Greenproxy auth fix
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-14 Andy Greenwin use platform invalid socket api elsewhere too
2015-11-08 Andy Greenproxy auth
2015-10-28 Andy Greenclient only one error callback
2015-10-15 Andrejs HaninsFix getaddrinfo memory leak
2015-10-14 Andy Greenimprove callback close checking
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-04-27 Andy Greenclose CLIENT_WAITING_CONNECT should callback CONNECTION...
2015-04-16 Andy Greenclient error on timeout before connection
2015-04-12 Andy Greentimeout counts as pernmanently unusable close
2015-03-31 Andy Greenclose cover flush stored send with timeout
2015-03-24 Andy Greencontext destroy just kill wsis
2015-03-24 Andy Greenping allow zero length PING
2015-02-28 banthonywalkerSubject: [PATCH] call lws_plat_inet_ntop instead of...
2015-01-30 Bud Daviswin32 use hashtable for fd management
2015-01-29 Andy Greenssl pending buffered reads use linked list
2015-01-28 Andy Greengethostbyname removal from lws get peer addresses
2015-01-27 Drew NoakesCallback with reason LWS_CALLBACK_CLOSED_HTTP when...
2015-01-26 Imo Farcherplat unix 64 bit timestamps on 32-bit os
2014-12-13 Neal HormanSubject: [PATCH] add _lws_logv to make loging accessibl...
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-11-08 Andy Greenlws_union_transition
2014-11-08 Andrew CanadayBe sure to invoke *lws_free_header_table*:
2014-11-07 Andrew CanadayDon't free wsi->u.hdr.ah except through lws_free_header...
2014-11-01 Andy Greenhttp2 window update
2014-10-23 Drew NoakesSubject: [PATCH] Fix minor typos in code documentation
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-18 Andy Greenadd newline on libwebsockets.c for ancient compilers
2014-10-16 Andy Greentrac 89 add flag on fatal send fail to use simple close
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-25 Duncan TebbsPass user_sapce to callback for LWS_CALLBACK_CLIENT_CON...
2014-09-08 Stefan Schuermansalso callback closed if flushing
2014-08-24 Andy Greendefer PONG send until no partial send buffer
2014-08-19 Andy Greenfix build without ssl support
2014-08-18 Andy Greenintroduce lws_partial_buffered
2014-08-16 Andy Greenadd lws_is_ssl api
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
2014-07-06 Cong Mafix confusion ull in latency reporting
2014-07-06 Andy Greendont free externally allocated user_space when closing...
2014-04-27 vpeter4Disable compile warning: no newline at end of file
2014-04-12 Andy Greenrefactor move ssl server service to ssl.c
2014-04-10 Andy Greenclose should flush any truncated send before really...
2014-04-03 Andy Greenwindows allow syslog log target to mao to stderr
2014-04-03 Andy Greenrefactor move flow control to server.c
2014-04-02 Andy Greenrefactor pollfd related functions into pollfd.c
2014-04-02 Andy Greenrefactor service related functions into service.c
2014-04-02 Andy Greenrefactor context related functions into context.c
next