ladybird/Userland/Services
Gunnar Beutner 8c96640157 WebServer: Set no-cache header for responses
This sets the Pragma: no-cache header. Using Cache-Control would be
preferable but that's not part of the HTTP/1.0 standard.
2021-05-17 21:28:34 +02:00
..
AudioServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
ChessEngine Userland: Replace arc4random() with get_random<u32>() 2021-05-14 22:24:02 +02:00
Clipboard Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CrashDaemon Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 2021-05-12 22:38:20 +02:00
DHCPClient Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
EchoServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
FileOperation AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
ImageDecoder Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
InspectorServer AK+Userland: Fix some compiler warnings and make variables const-ref 2021-05-16 17:49:42 +02:00
KeyboardPreferenceLoader LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
LaunchServer LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
LookupServer AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
NotificationServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
RequestServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SymbolServer SymbolServer: Remove two unnecessary #include statements 2021-05-13 23:28:40 +02:00
SystemServer Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
Taskbar Taskbar: Make shutdown dialog non-resizable and tweak button spacing 2021-05-16 21:23:31 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebServer WebServer: Set no-cache header for responses 2021-05-17 21:28:34 +02:00
WebSocket Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
WindowServer WindowServer+LibGUI: Make menubar allocation asynchronous 2021-05-17 13:33:41 +02:00
CMakeLists.txt Services: Add InspectorServer to reverse the direction of Inspector 2021-05-13 23:28:40 +02:00