summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-12-11lib/upnp: use include path without upnp/ prefix and honor pkg-config CFLAGSUwe Kleine-König
2017-12-02lib/upnp/Compat: disable the 1.8 API emulation with libupnp 1.6.24Max Kellermann
2017-11-16lib/upnp: adapt to libupnp 1.8 API changesMax Kellermann
2017-11-16lib/upnp/Callback: make "evp" parameter constMax Kellermann
2017-11-16lib/upnp/Discovery: make Upnp_Discovery pointers constMax Kellermann
2017-09-20lib/icu/CaseFold: disable broken strxfrm() callbackMax Kellermann
2017-09-20lib/icu/Compare: add fallback using strcasecmp() and strcasestr()Max Kellermann
2017-09-20lib/icu/Compare: OO wrapper for IcuCaseFold()Max Kellermann
2017-09-20lib/icu/CaseFold: add "noexcept"Max Kellermann
2017-09-20lib/icu/Collate: move IcuCaseFold() to CaseFold.cxxMax Kellermann
2017-09-20lib/icu/Collate: remove unnecessary assert()Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-03-10lib/curl/Request: "ICY 200 OK" is a response boundary headerMax Kellermann
2017-03-10lib/curl/Request: move code to IsResponseBoundaryHeader()Max Kellermann
2017-02-08lib/nfs/FileReader: remove debug lineMax Kellermann
2017-02-06configure.ac: prepare for 0.20.5Max Kellermann
2017-02-01lib/nfs/Connection: detect socket hangup and unregister from epollMax Kellermann
2017-02-01lib/nfs/Connection: detect libnfs reconnectMax Kellermann
2017-01-23lib/upnp/Util: pass single delimiter character to stringToTokens()Max Kellermann
2017-01-23lib/upnp/Util: remove parameter "skipinit", always trueMax Kellermann
2017-01-23lib/upnp/WorkQueue: fix race conditionMax Kellermann
2017-01-23lib/upnp: fix bad std::chrono castMax Kellermann
2017-01-23lib/upnp/WorkQueue: disallow copyingMax Kellermann
2017-01-23lib/upnp/WorkQueue: make constructor explicitMax Kellermann
2017-01-23lib/upnp/WorkQueue: use C++11 initializersMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-15lib/nfs: add more API documentationMax Kellermann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-08lib/curl/Request: move exception handling out of the WRITEFUNCTIONMax Kellermann
2017-01-08lib/curl/Request: move catch clause out of FinishHeadersMax Kellermann
2017-01-08lib/curl/Request: postpone the curl_easy_cleanup() callMax Kellermann
2017-01-08lib/curl/Request: allow Stop() to be called twiceMax Kellermann
2017-01-08lib/curl/Global: defer the ReadInfo() callMax Kellermann
2017-01-08lib/curl/Multi: fix typoMax Kellermann
2017-01-08lib/curl/Global: move code to UpdateTimeout()Max Kellermann
2017-01-08lib/curl/Global: drop redundant ">=0" checkMax Kellermann
2017-01-08lib/curl/Global: drop redundant "virtual"Max Kellermann
2017-01-07lib/expat/ExpatParser: add constructor overload for XML_ParserCreateNS()Max Kellermann
2017-01-07lib/expat/ExpatParser: make constructors "explicit"Max Kellermann
2017-01-07lib/curl/Request: require the caller to explicitly register the requestMax Kellermann
2017-01-07lib/expat/ExpatParser: move InputStream overload to separate source fileMax Kellermann
2017-01-06lib/curl/Slist: new wrapper for curl_slistMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03input/curl: move code to class CurlRequestMax Kellermann
2017-01-03input/curl: move class CurlGlobal to separate source fileMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-29lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::tim...Max Kellermann