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
/
upnp
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-09
decoder/Thread, ...: log all exceptions
Max Kellermann
2018-02-03
Merge tag 'v0.20.16'
Max Kellermann
2018-01-31
lib/upnp/Init: enable IPv6
Max Kellermann
2018-01-31
lib/upnp/Init: use nullptr instead of 0
Max Kellermann
2018-01-18
lib/upnp/ContentDirectoryService: work around GCC 5 bug
Max Kellermann
2018-01-02
lib/upnp/Discovery: protect "downloaders" accesses with mutex
Max Kellermann
2018-01-02
lib/upnp/Util: remove unused function csvToStrings()
Max Kellermann
2018-01-02
lib/upnp/ContentDirectoryService: use SplitString() instead of csvToStrings()
Max Kellermann
2018-01-02
lib/upnp/Util: use std::string::erase() instead of ..::replace()
Max Kellermann
2018-01-02
lib/upnp/ClientInit: return UpnpClient_Handle
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-11
lib/upnp: use include path without upnp/ prefix and honor pkg-config CFLAGS
Uwe Kleine-König
2017-12-03
Merge branch 'v0.20.x'
Max Kellermann
2017-12-02
lib/upnp/Compat: disable the 1.8 API emulation with libupnp 1.6.24
Max Kellermann
2017-11-25
Merge tag 'v0.20.12'
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-11-14
lib/{curl,upnp}: add more exception handlers
Max Kellermann
2017-11-12
lib/upnp: add "noexcept"
Max Kellermann
2017-11-12
lib/curl: add "noexcept"
Max Kellermann
2017-09-21
lib/upnp/Discovery: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-08-29
lib/upnp/Discovery: add missing include
Max Kellermann
2017-08-25
lib/upnp/Discovery: use DeferredMonitor instead of BlockingCall()
Max Kellermann
2017-08-25
lib/upnp/Discovery: add method GetEventLoop()
Max Kellermann
2017-08-25
lib/upnp/Device: use std::string::find() instead of ...find_first_of()
Max Kellermann
2017-08-25
lib/upnp/Discovery: avoid a std::string copy
Max Kellermann
2017-08-25
lib/upnp/Discovery: remove obsolete comment
Max Kellermann
2017-08-25
lib/upnp/Discovery: use std::list::remove_if()
Max Kellermann
2017-08-25
lib/upnp/Discovery: use range-based "for"
Max Kellermann
2017-08-25
lib/upnp/Discovery: use CURL instead of UpnpDownloadUrlItem()
Max Kellermann
2017-08-18
lib/upnp/Discovery: use strncmp() instead of memcmp()
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
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-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-28
lib/upnp/Discovery: use std::chrono::steady_clock
Max Kellermann
2016-12-28
lib/upnp/Discovery: use C++11 initializers
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
[next]