index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
curl
/
Global.cxx
Age
Commit message (
Expand
)
Author
2020-10-15
lib/curl/Global: ignore curl_multi_socket_action() errors
Max Kellermann
2020-10-15
lib/curl/Multi: add Add(), Remove(), ...
Max Kellermann
2020-10-15
lib/curl/Global: adjust parameter name
Max Kellermann
2020-10-14
event/SocketMonitor: refactor to SocketEvent
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2019-12-24
Merge tag 'v0.21.18'
Max Kellermann
2019-12-24
Revert "lib/curl/Global: remove lower bound on timeouts"
Max Kellermann
2019-12-23
lib/curl/Global: remove InvalidateSockets() call from Remove()
Max Kellermann
2019-12-23
lib/curl/Global: remove lower bound on timeouts
Max Kellermann
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2019-08-26
lib/curl: require CURL 7.33, remove bug workaround
Max Kellermann
2019-08-26
lib/curl/Global: add missing include
Max Kellermann
2019-08-19
lib/curl/Global: use `auto`
Max Kellermann
2019-08-19
lib/curl/Global: document ToRequest()
Max Kellermann
2019-08-19
lib/curl/Global: remove CURL* parameter from Add() and Remove()
Max Kellermann
2019-08-19
lib/curl/Global: remove redundant API docs
Max Kellermann
2019-08-19
lib/curl: fix coding style
Max Kellermann
2019-08-19
util/PrintException, ...: update copyright
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2017-11-12
lib/curl: add "noexcept"
Max Kellermann
2017-11-10
event/SocketMonitor: rename Get() to GetSocket()
Max Kellermann
2017-11-10
event/SocketMonitor: add "noexcept"
Max Kellermann
2017-09-21
lib/curl/{Global,Request}: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-08-29
lib/curl/Global: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-01-26
lib/curl/Global: decouple from the IOThread library
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-08
lib/curl/Global: defer the ReadInfo() call
Max Kellermann
2017-01-08
lib/curl/Global: move code to UpdateTimeout()
Max Kellermann
2017-01-08
lib/curl/Global: drop redundant ">=0" check
Max Kellermann
2017-01-03
input/curl: move code to class CurlRequest
Max Kellermann
2017-01-03
input/curl: move class CurlGlobal to separate source file
Max Kellermann