Age | Commit message (Expand) | Author |
---|---|---|
2022-12-25 | Ladybird: Disable HTTP2 as it's significantly slower | Andreas Kling |
2022-12-25 | Ladybird/RequestManagerQt: Unwrap multiple cookies masquerading as one | Andreas Kling |
2022-12-25 | Ladybird/Everywhere: Replace "protocol" with "scheme" url helpers | networkException |
2022-12-25 | Ladybird: Enable HTTP pipelining | Andreas Kling |
2022-12-25 | Ladybird: Actually add request headers to outgoing HTTP requests | Andreas Kling |
2022-12-25 | Ladybird: Fix compilation on macOS/Clang | Daniel Bertalan |
2022-12-25 | Ladybird: Tell Qt to let us manage HTTP redirects ourselves | Andreas Kling |
2022-12-25 | Ladybird: Update for removal of StringView(char const*) | Andreas Kling |
2022-12-25 | Ladybird: Use QtNetwork for HTTP and HTTPS requests | Andreas Kling |