summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-10-25http.c: Fix http header send content.Ben Ford
2017-07-11http.c: Reduce log spamGeorge Joseph
2017-03-20thread safety: Don't use getprotobyname()Sean Bright
2017-02-16http: Ensure capath is defined on all http creationsJoshua Elson
2016-12-07http: Send headers and body in one write.Mark Michelson
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-19res_ari: Add http prefix to generated docsTorrey Searle
2016-06-20http: leverage 'bindaddr' for TLS in http.confAlexander Traud
2016-06-08Fixes to include signal.hTimo Teräs
2016-02-03AST-2016-001 http: Provide greater control of TLS and set modern defaults.Joshua Colp
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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