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
Age
Commit message (
Expand
)
Author
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-12-11
lib/upnp: use include path without upnp/ prefix and honor pkg-config CFLAGS
Uwe Kleine-König
2017-12-02
lib/upnp/Compat: disable the 1.8 API emulation with libupnp 1.6.24
Max Kellermann
2017-11-16
lib/upnp: adapt to libupnp 1.8 API changes
Max Kellermann
2017-11-16
lib/upnp/Callback: make "evp" parameter const
Max Kellermann
2017-11-16
lib/upnp/Discovery: make Upnp_Discovery pointers const
Max Kellermann
2017-09-20
lib/icu/CaseFold: disable broken strxfrm() callback
Max Kellermann
2017-09-20
lib/icu/Compare: add fallback using strcasecmp() and strcasestr()
Max Kellermann
2017-09-20
lib/icu/Compare: OO wrapper for IcuCaseFold()
Max Kellermann
2017-09-20
lib/icu/CaseFold: add "noexcept"
Max Kellermann
2017-09-20
lib/icu/Collate: move IcuCaseFold() to CaseFold.cxx
Max Kellermann
2017-09-20
lib/icu/Collate: remove unnecessary assert()
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-03-10
lib/curl/Request: "ICY 200 OK" is a response boundary header
Max Kellermann
2017-03-10
lib/curl/Request: move code to IsResponseBoundaryHeader()
Max Kellermann
2017-02-08
lib/nfs/FileReader: remove debug line
Max Kellermann
2017-02-06
configure.ac: prepare for 0.20.5
Max Kellermann
2017-02-01
lib/nfs/Connection: detect socket hangup and unregister from epoll
Max Kellermann
2017-02-01
lib/nfs/Connection: detect libnfs reconnect
Max Kellermann
2017-01-23
lib/upnp/Util: pass single delimiter character to stringToTokens()
Max Kellermann
2017-01-23
lib/upnp/Util: remove parameter "skipinit", always true
Max Kellermann
2017-01-23
lib/upnp/WorkQueue: fix race condition
Max Kellermann
2017-01-23
lib/upnp: fix bad std::chrono cast
Max Kellermann
2017-01-23
lib/upnp/WorkQueue: disallow copying
Max Kellermann
2017-01-23
lib/upnp/WorkQueue: make constructor explicit
Max Kellermann
2017-01-23
lib/upnp/WorkQueue: use C++11 initializers
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-15
lib/nfs: add more API documentation
Max Kellermann
2017-01-08
storage/http: new storage plugin
Max Kellermann
2017-01-08
lib/curl/Request: move exception handling out of the WRITEFUNCTION
Max Kellermann
2017-01-08
lib/curl/Request: move catch clause out of FinishHeaders
Max Kellermann
2017-01-08
lib/curl/Request: postpone the curl_easy_cleanup() call
Max Kellermann
2017-01-08
lib/curl/Request: allow Stop() to be called twice
Max Kellermann
2017-01-08
lib/curl/Global: defer the ReadInfo() call
Max Kellermann
2017-01-08
lib/curl/Multi: fix typo
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-08
lib/curl/Global: drop redundant "virtual"
Max Kellermann
2017-01-07
lib/expat/ExpatParser: add constructor overload for XML_ParserCreateNS()
Max Kellermann
2017-01-07
lib/expat/ExpatParser: make constructors "explicit"
Max Kellermann
2017-01-07
lib/curl/Request: require the caller to explicitly register the request
Max Kellermann
2017-01-07
lib/expat/ExpatParser: move InputStream overload to separate source file
Max Kellermann
2017-01-06
lib/curl/Slist: new wrapper for curl_slist
Max Kellermann
2017-01-03
update copyright year
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
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-29
lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::tim...
Max Kellermann
[next]