summaryrefslogtreecommitdiff
path: root/Userland/Utilities/pro.cpp
AgeCommit message (Expand)Author
2022-10-11pro: Stop closing stdout earlySam Atkins
2022-10-11pro: Add argument `--method/-m` for controlling the HTTP methodSam Atkins
2022-10-11pro: Print the response code if it's an errorSam Atkins
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-12AK+Userland+Tests: Remove URL(char const*) constructorsin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-04-09pro: Only attempt to parse a proxy url if it is providedAli Mohammad Pur
2022-04-09pro: Accept an optional proxy to tunnel the download throughAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-19pro: Simplify the progress report logic a bitAli Mohammad Pur
2022-03-19pro: Optionally follow 3xx responses with a Location headerAli Mohammad Pur
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-24pro: Convert to `serenity_main(..)`Brian Gianforcaro
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-30pro: Use a rolling average for the download rate calculationAnotherTest
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling