Commit Graph

195 Commits (master)

Author SHA1 Message Date
George Joseph f302c116b4 Prequisites for ARI Outbound Websockets
6 days ago
George Joseph 3d5ae0b5e1 ARI: REST over Websocket
4 weeks ago
Boris P. Korzun e971396546 http.c: Minor simplification to HTTP status output.
2 years ago
Boris P. Korzun 8c9b37a539 http.c: Fix NULL pointer dereference bug
2 years ago
Kevin Harwell 1c389faa31 http.c: Add ability to create multiple HTTP servers
3 years ago
Alexander Traud 9440f6ec58 main: Fix for Doxygen.
3 years ago
Kevin Harwell 3d1bf3c537 Compiler fixes for gcc 10
5 years ago
Sean Bright 0dce6f746b http: Add ability to disable /httpstatus URI
5 years ago
Sungtae Kim b4ccaad671 http.c: Support separated HTTP request
6 years ago
Sean Bright 286339aa34 http.c: Reload TLS even if http.conf hasn't changed
7 years ago
Richard Mudgett e387750104 http.c: Give HTTP error response when received lines are too long.
7 years ago
Corey Farrell 709f4b81e7 loader: Process dependencies for built-in modules.
7 years ago
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
7 years ago
Ben Ford 3821be1c68 http.c: Fix http header send content.
8 years ago
George Joseph 303f935a50 http.c: Reduce log spam
8 years ago
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