summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.c
AgeCommit message (Expand)Author
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