ladybird/Services/RequestServer
rmg-x c490118b6c RequestServer: Free curl string lists and check result before setting
Previously, we leaked the `curl_slist`s on every request. This also
validates the pointer we get from `curl_slist_append` before setting the
option.

Also, use the `set_option` helper for CURLOPT_RESOLVE as it will print
when there is an error.
2024-12-01 11:32:45 +01:00
..
CacheLevel.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt LibDNS+LibWeb+Ladybird+RequestServer: Let there be DNS over TLS 2024-11-20 21:37:58 +01:00
ConnectionFromClient.cpp RequestServer: Free curl string lists and check result before setting 2024-12-01 11:32:45 +01:00
ConnectionFromClient.h LibDNS+LibWeb+Ladybird+RequestServer: Let there be DNS over TLS 2024-11-20 21:37:58 +01:00
Forward.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
main.cpp LibTLS+LibWeb+LibCrypto: Move Certificate to LibCrypto 2024-11-25 13:38:38 +01:00
Request.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
Request.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
RequestClient.ipc Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
RequestServer.ipc LibDNS+LibWeb+Ladybird+RequestServer: Let there be DNS over TLS 2024-11-20 21:37:58 +01:00