summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.c
AgeCommit message (Expand)Author
2016-04-05res_http_websocket: Make core supported.Joshua Colp
2015-12-28res_http_websocket.c: prevent avoidable disconnections caused by write errorsDade Brandon
2015-08-18res_http_websocket.c: Fix some off nominal path cleanup.Richard Mudgett
2015-08-13res_http_websocket: When shutting down a session don't close closed socketJoshua Colp
2015-08-12res_http_websocket: Forcefully terminate on write errors.Joshua Colp
2015-08-07Replace htobe64 with htonllDavid M. Lee
2015-08-04res_http_websocket: Debug write lengths.Mark Michelson
2015-08-03res_http_websocket: Avoid passing strlen() to ast_websocket_write().Mark Michelson
2015-07-29res_http_websocket: Properly encode 64 bit payloadMark Michelson
2015-07-04res/res_http_websocket: Don't send HTTP response fragmented.Joshua Colp
2015-05-19res/res_http_websocket: Add a pre-session established callbackMatt Jordan
2015-02-25Increase WebSocket frame size and improve large read handlingDavid M. Lee
2015-02-11res_http_websocket: websocket write timeout fails to fully disconnectKevin Harwell
2014-12-19res_http_websocket.c: Fix incorrect use of sizeof in ast_websocket_write().Richard Mudgett
2014-12-10res_http_websocket: Fix crash due to double freeing memory when receiving a p...Joshua Colp
2014-11-04res_http_websockets: Fix extra unref of moduleCorey Farrell
2014-10-27res/res_http_websocket: Fix minor nits found by wdoekes on r409681Matthew Jordan
2014-08-17res_http_websocket: Include query parameters in client connection requests.Joshua Colp
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2014-06-16res_http_websocket: read/write string fixupKevin Harwell
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2014-06-05res_http_websocket: Create a websocket clientKevin Harwell
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-30Websocket: Add session locking and delay closeKinsey Moore
2014-03-05Fix res/res_http_websocket.c build failure in 32bit due to incorrect print fo...Moises Silva
2014-03-05Fix WebRTC over WSS not workingMoises Silva
2013-09-13ARI: Fix WebSocket response when subprotocol isn't specifiedDavid M. Lee
2013-08-30optional_api: Fix linking problems between modules that export global symbolsDavid M. Lee
2013-07-18Fixed null dereference when WebSocket subprotocol isn't specifiedDavid M. Lee
2013-07-16Fixed null dereference when WebSocket protocol is omittedDavid M. Lee
2013-07-03Shuffle RESTful URL's around.David M. Lee
2013-06-12Fix segfault for certain invalid WebSocket input.David M. Lee
2013-04-18Allow WebSocket connections on more URL'sDavid M. Lee
2013-04-08Don't attempt a websocket protocol removal if res_http_websocket isn't thereMatthew Jordan
2012-11-20Added missing newlines to websocket ast_logs.David M. Lee
2012-09-27Make res_http_websocket an optional dependency on supported platforms for cha...Joshua Colp
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-16Add support for SIP over WebSocket.Joshua Colp
2012-06-02Add res_http_websocket module which implements the WebSocket protocol accordi...Joshua Colp