summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer
AgeCommit message (Expand)Author
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06RequestServer: Only attach SIGINFO signal handler if SIGINFO is definedAndrew Kaster
2022-06-27LibHTTP+RequestServer: Recognize more HTTP methodsLuke Wilde
2022-06-21RequestServer: Do not VERIFY(request.total_size.has_value())Kenneth Myhra
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-19RequestServer: Keep the EnsureConnection job alive until it finishesAli Mohammad Pur
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-18RequestServer: Bump the ConnectionCache concurrent connection limit to 4Ali Mohammad Pur
2022-02-12RequestServer: Make value copy of the URL in ensure_connection()Andreas Kling
2022-02-11RequestServer: Recreate socket if it reached EOFIdan Horowitz
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-02-08RequestServer: Avoid Vector OOB access in ConnectionCacheAli Mohammad Pur
2022-02-07RequestServer: Reenable socket notifications unconditionallyAli Mohammad Pur
2022-02-06LibCore+Userland: Remove Core::TCPSocket :^)sin-ack
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2022-01-28RequestServer: Replace disconnected sockets in the grace period tooAli Mohammad Pur
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-27RequestServer: Make Request::url() virtualAndreas Kling
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-23RequestServer: Unveil /etc/timezone for date-time usageTimothy Flynn
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2021-12-08LibHTTP: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23RequestServer: Port to LibMain :^)Andreas Kling
2021-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-24LibIPC: Add missing <signal.h> includeAndreas Kling
2021-10-01RequestServer: Don't hide the SIGINFO state dump behind a debug macroAndreas Kling
2021-10-01RequestServer: Ignore preconnect requests for available connectionsAli Mohammad Pur
2021-09-30RequestServer: Avoid storing a strong reference to a socket in callbacksAli Mohammad Pur
2021-09-30RequestServer: Use an OwnPtr for the connection cache vectorAli Mohammad Pur
2021-09-29RequestServer: Use an OwnPtr for cached connectionsAli Mohammad Pur
2021-09-29RequestServer: Correctly start preconnected TLS socketsAli Mohammad Pur