summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
2016-08-17res_ari: Add http prefix to generated docsTorrey Searle
2016-06-20http: leverage 'bindaddr' for TLS in http.confAlexander Traud
2016-02-03AST-2016-001 http: Provide greater control of TLS and set modern defaults.Joshua Colp
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-02-21http: Add missing html tag to 'httpstatus' functionality.Joshua Colp
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-01-30HTTP: For httpd server, need option to define server name for security purposesAshley Sanders
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-07-07HTTP: Fix build for gcc 4.10Kinsey Moore
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2014-06-13AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.Richard Mudgett
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-09http.c: Remove dead code.Richard Mudgett
2014-04-23http: Fix spurious ERROR message in responses with no content.Richard Mudgett
2014-04-21HTTP: Add TCP_NODELAY to accepted connectionsKinsey Moore
2014-04-04http: Fix spurious ERROR message in responses with no contentMatthew Jordan
2014-03-28http: response body often missing after specific requestScott Griepentrog
2014-03-18ARI: allow json content type with zero length bodyScott Griepentrog
2014-03-10AST-2014-001: Stack overflow in HTTP processing of Cookie headers.Richard Mudgett
2014-01-17http: supported chunked Transfer-EncodingScott Griepentrog
2013-12-24http: Properly reject requests with Transfer-Encoding setDavid M. Lee
2013-12-13ARI: Allow specifying channel variables during a POST /channelsKevin Harwell
2013-11-27ari:Add application/json parameter supportDavid M. Lee
2013-11-08ari: Add application/x-www-form-urlencoded parameter supportDavid M. Lee
2013-09-06Fix build warningsKinsey Moore
2013-08-21Complete http_shutdown.David M. Lee
2013-07-21Tolerate presence of RFC2965 Cookie2 header by ignoring itMatthew Jordan
2013-07-18Tweak debug statementsMatthew Jordan
2013-07-03ARI authentication.David M. Lee
2013-06-25Fix memory/ref counting leaks in a variety of locationsMatthew Jordan
2013-06-24Index installed sounds and implement ARI sounds queriesKinsey Moore
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-03-27Fix a file descriptor leak in off nominal pathMatthew Jordan
2013-03-27AST-2013-002: Prevent denial of service in HTTP serverMatthew Jordan
2013-03-15tcptls: Prevent unsupported options from being setKinsey Moore
2013-01-02Resolve crashes due to large stack allocations when using TCPMatthew Jordan
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-08-18Remove old debug code from http configuration loadingMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-10Fix crash caused by unloading or reloading of res_http_postMatthew Jordan
2012-02-02Fix TLS port binding behavior as well as reload behavior:Mark Michelson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 316917-316919 via svnmerge from Sean Bright
2011-04-21Merged revisions 314628 via svnmerge from Matthew Nicholson
2011-03-01Merged revisions 309204 via svnmerge from Jason Parker
2011-02-22Use ast_debug for console loggingAndrew Latham