Commit Graph

14 Commits (dc31d7d67f848ef4d20bf27adc3279dcafece2bd)

Author SHA1 Message Date
Stenzek dc31d7d67f
HTTPDownloader: Log time for each request 7 months ago
Stenzek ca49dd1ae5
HTTPDownloader: Fix error description for WinHttpOpenRequest() 8 months ago
Stenzek a1162731a0
HTTPDownloader: Remove InternalPollRequests()
CURL uses a worker thread now, so it's no longer needed.
10 months ago
Stenzek d6f7084309
HTTPDownloader: Use release-acquire ordering for request state 10 months ago
Davide Pesavento 70225f8345 Always use CTAD with std::unique_lock 1 year ago
Stenzek 543704d57c
HTTPDownloader: Drop some log messages to debug 2 years ago
Stenzek aafc029682
Misc: Un-namespace Timer 2 years ago
Stenzek dac5dd562b
HTTPDownloader: Improve error reporting
Give something human-readable when an error occurs.
2 years ago
Stenzek 3dca598063
Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.
2 years ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 2 years ago
Stenzek 4e922a34a7
Log: Simplify macros 2 years ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 2 years ago
Stenzek cc6f22163c
HTTPDownloader: Add support for progress updates/cancelling 3 years ago
Stenzek 0fe6e9170b
HTTPDownloader: Move to util project 3 years ago