summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-02-21Merge "AST-2018-006: Properly handle WebSocket frames with 0 length payload."Kevin Harwell
2018-02-21AST-2018-006: Properly handle WebSocket frames with 0 length payload.Sean Bright
2018-02-19res_http_websocket: Don't leak memory on read failureSean Bright
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-06General: Avoid implicit conversion to char when changes value to negative.Alexander Traud
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-11-14pjsip / hep: Provide correct local address for Websockets.Joshua Colp
2017-11-01Prevent unload of modules which implement an Optional API.Corey Farrell
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-07res_http_websocket: Fix faulty read logic.Mark Michelson
2016-12-08Fix IO conversion bugBadalyan Vyacheslav
2016-11-17Merge "Implement internal abstraction for iostreams"Joshua Colp
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-11-04res_http_websocket: Increase the buffer size for non-LOW_MEMORY systemsMatt Jordan
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
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: Add missing unref on an off nominal path.Richard Mudgett
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-31Merge "ARI: Channels added to Stasis application during WebSocket creation ..."Mark Michelson
2015-07-31ARI: Channels added to Stasis application during WebSocket creation ...Ashley Sanders
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-20res/res_http_websocket: Add a pre-session established callbackMatt Jordan
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt 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