1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Services/ProtocolServer
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
ClientConnection.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ClientConnection.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Download.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Download.h Http[s]Download: Make the constructor's initialization DRY 2021-01-15 21:50:49 +01:00
Forward.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiDownload.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiDownload.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiProtocol.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiProtocol.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpCommon.h ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback 2021-01-16 11:50:48 +01:00
HttpDownload.cpp Http[s]Download: Make the constructor's initialization DRY 2021-01-15 21:50:49 +01:00
HttpDownload.h ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback 2021-01-16 11:50:48 +01:00
HttpProtocol.cpp Http[s]Protocol: Make the code start_download DRY 2021-01-15 09:44:21 +01:00
HttpProtocol.h Http[s]Protocol: Make the code start_download DRY 2021-01-15 09:44:21 +01:00
HttpsDownload.cpp Http[s]Download: Make the constructor's initialization DRY 2021-01-15 21:50:49 +01:00
HttpsDownload.h ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback 2021-01-16 11:50:48 +01:00
HttpsProtocol.cpp Http[s]Protocol: Make the code start_download DRY 2021-01-15 09:44:21 +01:00
HttpsProtocol.h Http[s]Protocol: Make the code start_download DRY 2021-01-15 09:44:21 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Protocol.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Protocol.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ProtocolClient.ipc Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ProtocolServer.ipc LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00