index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
RequestServer
Age
Commit message (
Expand
)
Author
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
RequestServer: Only attach SIGINFO signal handler if SIGINFO is defined
Andrew Kaster
2022-06-27
LibHTTP+RequestServer: Recognize more HTTP methods
Luke Wilde
2022-06-21
RequestServer: Do not VERIFY(request.total_size.has_value())
Kenneth Myhra
2022-04-09
RequestServer+LibProtocol: Allow users to specify a per-request proxy
Ali Mohammad Pur
2022-04-09
LibCore+RequestServer: Add support for SOCKS5 proxies
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-19
RequestServer: Keep the EnsureConnection job alive until it finishes
Ali Mohammad Pur
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-18
RequestServer: Bump the ConnectionCache concurrent connection limit to 4
Ali Mohammad Pur
2022-02-12
RequestServer: Make value copy of the URL in ensure_connection()
Andreas Kling
2022-02-11
RequestServer: Recreate socket if it reached EOF
Idan Horowitz
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-02-08
RequestServer: Avoid Vector OOB access in ConnectionCache
Ali Mohammad Pur
2022-02-07
RequestServer: Reenable socket notifications unconditionally
Ali Mohammad Pur
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-28
RequestServer: Replace disconnected sockets in the grace period too
Ali Mohammad Pur
2022-01-28
Revert "Userland: Invoke tzset in apps that care about time zones"
Timothy Flynn
2022-01-27
RequestServer: Make Request::url() virtual
Andreas Kling
2022-01-25
Userland: Invoke tzset in applications that care about time zones
Timothy Flynn
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
RequestServer: Unveil /etc/timezone for date-time usage
Timothy Flynn
2022-01-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-03
RequestServer: Tighten pledged promises
bugreport0
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
RequestServer: Port to LibMain :^)
Andreas Kling
2021-11-08
RequestServer: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-24
LibIPC: Add missing <signal.h> include
Andreas Kling
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
RequestServer: Ignore preconnect requests for available connections
Ali Mohammad Pur
2021-09-30
RequestServer: Avoid storing a strong reference to a socket in callbacks
Ali Mohammad Pur
2021-09-30
RequestServer: Use an OwnPtr for the connection cache vector
Ali Mohammad Pur
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-29
RequestServer: Correctly start preconnected TLS sockets
Ali Mohammad Pur
[next]