Commit Graph

180 Commits (3a50311c17e4de1998a01bbe939d02fd418fc13a)

Author SHA1 Message Date
Sean Bright fc71c18a9b thread safety: Don't use getprotobyname()
8 years ago
Joshua Elson ac7a34c531 http: Ensure capath is defined on all http creations
8 years ago
Mark Michelson 503006123a http: Send headers and body in one write.
9 years ago
Timo Teräs 070a51bf7c Implement internal abstraction for iostreams
9 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Torrey Searle c1b6a79686 res_ari: Add http prefix to generated docs
9 years ago
Alexander Traud f72ffc1ff9 http: leverage 'bindaddr' for TLS in http.conf
9 years ago
Timo Teräs 39b69ab537 Fixes to include signal.h
9 years ago
Joshua Colp 0de74fad55 AST-2016-001 http: Provide greater control of TLS and set modern defaults.
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Corey Farrell 3ddd92902a Replace most uses of ast_register_atexit with ast_register_cleanup.
10 years ago
Joshua Colp 2ea7ccbf70 http: Add missing html tag to 'httpstatus' functionality.
10 years ago
Richard Mudgett e2d3215b83 HTTP: Stop accepting requests on final system shutdown.
10 years ago
Ashley Sanders 6a76740b83 HTTP: For httpd server, need option to define server name for security purposes
10 years ago
Walter Doekes 8b6ecc449c Fix printf problems with high ascii characters after r413586 (1.8).
11 years ago
Kinsey Moore 9c589571b7 HTTP: Fix build for gcc 4.10
11 years ago
Richard Mudgett dbec5e0d8d HTTP: Add persistent connection support.
11 years ago
Richard Mudgett 13e697f8c0 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
11 years ago
Richard Mudgett 4ca5745dbe AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
11 years ago
Kevin Harwell e763d70470 res_http_websocket: Create a websocket client
11 years ago
Richard Mudgett f3b55da1b8 http.c: Remove dead code.
11 years ago
Richard Mudgett e6c4b97521 http: Fix spurious ERROR message in responses with no content.
11 years ago
Kinsey Moore dcb2ea657c HTTP: Add TCP_NODELAY to accepted connections
11 years ago
Matthew Jordan 73f337d97b http: Fix spurious ERROR message in responses with no content
11 years ago
Scott Griepentrog 0d057e6791 http: response body often missing after specific request
11 years ago
Scott Griepentrog eecb74a9a7 ARI: allow json content type with zero length body
11 years ago
Richard Mudgett 7c854d65af AST-2014-001: Stack overflow in HTTP processing of Cookie headers.
11 years ago
Scott Griepentrog 2704b49c1b http: supported chunked Transfer-Encoding
11 years ago
David M. Lee a952abb9da http: Properly reject requests with Transfer-Encoding set
12 years ago
Kevin Harwell f425c4a086 ARI: Allow specifying channel variables during a POST /channels
12 years ago
David M. Lee fccb427c88 ari:Add application/json parameter support
12 years ago
David M. Lee 97a8debd90 ari: Add application/x-www-form-urlencoded parameter support
12 years ago
Kinsey Moore 53dbe10f5c Fix build warnings
12 years ago
David M. Lee ba7ffbe500 Complete http_shutdown.
12 years ago
Matthew Jordan bdb1c6bfb0 Tolerate presence of RFC2965 Cookie2 header by ignoring it
12 years ago
Matthew Jordan 3a2a12ca1a Tweak debug statements
12 years ago
David M. Lee 9ba976b19c ARI authentication.
12 years ago
Matthew Jordan 13b470d704 Fix memory/ref counting leaks in a variety of locations
12 years ago
Kinsey Moore a0b7a49a4a Index installed sounds and implement ARI sounds queries
12 years ago
David M. Lee 1c21b8575b This patch adds a RESTful HTTP interface to Asterisk.
12 years ago
Matthew Jordan 15b892323a Fix a file descriptor leak in off nominal path
12 years ago
Matthew Jordan ec144089ea AST-2013-002: Prevent denial of service in HTTP server
12 years ago
Kinsey Moore ad5f3a5759 tcptls: Prevent unsupported options from being set
12 years ago
Matthew Jordan 1fb06fde95 Resolve crashes due to large stack allocations when using TCP
12 years ago
Richard Mudgett d7c59c19a8 Cleanup CLI commands on exit for several files.
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Andrew Latham 4e228fce03 Doxygen Cleanup
13 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
13 years ago
Matthew Jordan f737698654 Remove old debug code from http configuration loading
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago