summaryrefslogtreecommitdiffstats
path: root/web/server/web_client.c
AgeCommit message (Expand)Author
2023-07-13update http response code descriptions (#15379)Costa Tsaousis
2023-07-13Rename log_access and log_health (#15368)Emmanuel Vasilakis
2023-07-11Rename log Macros (debug) (#15322)thiagoftsm
2023-07-11bearer improvements (#15342)Costa Tsaousis
2023-07-06Rename generic `error` function (#15296)thiagoftsm
2023-07-01Optimizations part 3 (#15293)Costa Tsaousis
2023-06-30Replace `info` macro with a less generic name (#15266)Carlo Cabrera
2023-06-29use stat() instead of lstat() (#15287)Costa Tsaousis
2023-06-28rewrite /api/v2/alerts (#15257)Costa Tsaousis
2023-06-26URL rewrite at the agent web server to support multiple dashboard versions (#...Costa Tsaousis
2023-06-20Fix SSL non-blocking retry handling in the web server (#15222)Costa Tsaousis
2023-06-14Redirect to index.html when a file is not found by web server (#15143)Emmanuel Vasilakis
2023-06-07Re-write of SSL support in Netdata; restoration of SIGCHLD; detection of stal...Costa Tsaousis
2023-05-10make zlib compulsory dep (#14928)Timotej S
2023-05-03Fix coverity issues (#15005)Stelios Fragkakis
2023-04-20WEBRTC for communication between agents and browsers (#14874)Costa Tsaousis
2023-03-10/api/v2/X improvements part 3 (#14665)Costa Tsaousis
2023-02-28Misc SSL improvements 3 (#14602)Emmanuel Vasilakis
2023-02-22/api/v2/data - multi-host/context/instance/dimension/label queries (#14564)Costa Tsaousis
2023-02-22Misc SSL improvements 2 (#14334)Emmanuel Vasilakis
2023-02-15JSON internal API, IEEE754 base64/hex streaming, weights endpoint optimizatio...Costa Tsaousis
2023-01-30DBENGINE v2 - improvements part 11 (#14337)Costa Tsaousis
2023-01-25Revert "Misc SSL improvements" (#14327)Emmanuel Vasilakis
2023-01-25Misc SSL improvements (#14317)Emmanuel Vasilakis
2023-01-13Enable retries for SSL_ERROR_WANT_READ (#14120)Emmanuel Vasilakis
2023-01-10DBENGINE v2 (#14125)Costa Tsaousis
2022-11-28replication fixes No 7 (#14053)Costa Tsaousis
2022-11-21remove retries from SSL (#14026)Costa Tsaousis
2022-11-20streaming compression, query planner and replication fixes (#14023)Costa Tsaousis
2022-10-13dbengine free from RRDSET and RRDDIM (#13772)Costa Tsaousis
2022-10-05Allow netdata plugins to expose functions for querying more information about...Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-05-11Expose anomaly-bit option to health. (#12835)vkalintiris
2022-05-04Write the entire request with parameters in the access.log file (#12815)Stelios Fragkakis
2022-04-19Add the ability to perform a data query using an offline node id (#12650)Stelios Fragkakis
2022-03-14Remove owner check from webserver (#12339)thiagoftsm
2022-02-28if not separator is found in url, clean decoded_query_string (#12266)Emmanuel Vasilakis
2022-02-21Fix compilation warnings on macOS (#12082)Vladimir Kobal
2021-09-04Clean netdata naming (#11484)Andrew Maguire
2021-03-22Add data query support for archived charts (#10771)Stelios Fragkakis
2021-03-04Log ACLK cloud commands to access.log (#10697)Stelios Fragkakis
2020-12-15Fix a buffer overflow when extracting information from a STREAM connection (#...Stelios Fragkakis
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-09-29Add missing tests (#10008)thiagoftsm
2020-09-10Implements ACLK v2 http message with compression (#9895)Timotej S
2020-08-28Fix redirect with parametersthiagoftsm
2020-08-19Fix proxy redirect thiagoftsm
2020-06-12Change streaming terminology to parent-child in the code (#9323)Andrew Moss
2020-06-03Fix bugs in streaming and enable support for gap filling (#9214)Andrew Moss
2020-04-22Add http headers to responses (#8760)Andrew Moss