Max Kellermann
|
3d43e4e954
|
decoder/flac: move class FLACMetadataIterator to separate source
|
2018-07-07 14:04:37 +02:00 |
|
Max Kellermann
|
9a29d02e7e
|
Merge branch 'v0.20.x'
|
2018-07-06 19:43:01 +02:00 |
|
Max Kellermann
|
466625f7ad
|
input/curl: use new class HttpStatusError
This way, IsFileNotFound() can detect status 404.
|
2018-07-06 19:26:11 +02:00 |
|
Max Kellermann
|
86e2075c63
|
lib/nfs/Connection: use new class NfsClientError
Allows callers to extract the NFS error code.
|
2018-07-06 19:17:34 +02:00 |
|
Max Kellermann
|
60d5bf0240
|
util/StringFormat: new utility library
|
2018-07-06 19:07:02 +02:00 |
|
Max Kellermann
|
3d3a1232b1
|
tag/Handler: convert to class with virtual methods
|
2018-07-05 19:07:05 +02:00 |
|
Max Kellermann
|
ba8040d068
|
storage/udisks: new plugin
Documentation will follow soon.
|
2018-06-04 22:00:52 +02:00 |
|
Max Kellermann
|
5fa94d2a85
|
lib/dbus/AsyncRequest: add missing include
|
2018-06-04 22:00:52 +02:00 |
|
Max Kellermann
|
7eee79c145
|
neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)
|
2018-06-04 21:50:34 +02:00 |
|
Max Kellermann
|
9626523420
|
neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)
|
2018-06-04 21:41:51 +02:00 |
|
Max Kellermann
|
03c89c9cec
|
neighbor/udisks: move ParseObject() to UDisks2.cxx
|
2018-06-04 17:23:55 +02:00 |
|
Max Kellermann
|
640de5518b
|
neighbor/udisks: move struct UdisksObject to UDisks2.hxx
|
2018-06-04 17:23:55 +02:00 |
|
Max Kellermann
|
a92c694f1b
|
neighbor/Iter: add missing include
|
2018-06-04 17:23:55 +02:00 |
|
Max Kellermann
|
a159299a4b
|
lib/dbus/AsyncRequest: new helper class
|
2018-06-04 12:21:17 +02:00 |
|
Max Kellermann
|
d048545f1a
|
lib/dbus/Connection: add DBusConnection& cast operator
|
2018-06-04 12:20:41 +02:00 |
|
Max Kellermann
|
aea6d354b7
|
lib/dbus/ObjectManager: use TypeTraits instead of CPP macro
|
2018-06-03 20:30:08 +02:00 |
|
Max Kellermann
|
d3793dfe5b
|
lib/dbus/Types: add ObjectPathTypeTraits
|
2018-06-03 20:30:08 +02:00 |
|
Max Kellermann
|
234f8d287a
|
lib/dbus/Types: rename _MakeStructTypeAsString to ConcatTypeAsString
|
2018-06-03 20:29:01 +02:00 |
|
Max Kellermann
|
e560f6bc63
|
lib/dbus/ReadIter: add ForEachProperty()
|
2018-06-03 20:18:46 +02:00 |
|
Max Kellermann
|
fbfbc5682a
|
lib/dbus/ReadIter: add ForEachRecurse()
|
2018-06-03 20:18:08 +02:00 |
|
Max Kellermann
|
d4141bf7f1
|
lib/dbus/ReadIter: add API documentation
|
2018-06-03 20:05:37 +02:00 |
|
Max Kellermann
|
6c81fa1ec5
|
neighbor/udisks: move code to ForEachInterface()
|
2018-06-03 14:47:12 +02:00 |
|
Max Kellermann
|
b63664988f
|
lib/dbus/Types: support DBUS_TYPE_DICT_ENTRY
|
2018-06-03 12:19:17 +02:00 |
|
Max Kellermann
|
37e25f93d6
|
lib/dbus/Glue: move Connect()/Disconnect() calls to I/O thread
|
2018-06-03 12:08:37 +02:00 |
|
Max Kellermann
|
d58d65ebf0
|
lib/dbus/Glue: use private connection
Avoid interfering with libraries also using the shared connection.
|
2018-06-03 11:00:58 +02:00 |
|
Max Kellermann
|
f3ffdaf21f
|
lib/dbus/Glue: singleton for global initialization
|
2018-06-03 09:28:04 +02:00 |
|
Max Kellermann
|
dc111bbec2
|
odbus: import dbus-1 OO wrapper library
From a7cef404c1
To be used by upcoming code.
|
2018-06-02 19:15:56 +02:00 |
|
Max Kellermann
|
43a43c1e2b
|
Merge tag 'v0.20.19'
release v0.20.19
|
2018-04-26 20:06:41 +02:00 |
|
Max Kellermann
|
1e54297be8
|
lib/ffmpeg/Init: fix av_register_all() deprecation warning
av_register_all() was deprecated in
FFmpeg/FFmpeg@0694d87024
|
2018-04-25 21:35:33 +02:00 |
|
Max Kellermann
|
b30a510b45
|
Merge tag 'v0.20.18'
release v0.20.18
|
2018-02-24 23:16:06 +01:00 |
|
Max Kellermann
|
31794ac376
|
lib/nfs/FileReader: move sys/stat.h to header because "struct stat" may be macro
It indeed is a macro on Windows.
|
2018-02-24 22:03:38 +01:00 |
|
Max Kellermann
|
2141fdf06e
|
lib/nfs/Connection: use winsock2.h instead of poll.h on Windows
|
2018-02-24 22:02:42 +01:00 |
|
tpoeiras
|
3f3e0739c4
|
Fix curl storage plugin failure if the authentication method is different than basic.
|
2018-02-24 21:59:13 +01:00 |
|
Max Kellermann
|
65bbb0e0aa
|
Merge tag 'v0.20.17'
release v0.20.17
|
2018-02-11 13:22:43 +01:00 |
|
Max Kellermann
|
9187a08106
|
lib/curl: remove .netrc support on Android
Not needed on Android, and the implementation uses getpwuid_r() which
is unavailable on old Android versions.
|
2018-02-09 23:14:29 +01:00 |
|
Max Kellermann
|
3859a50466
|
python/build/libs.py: convert CURL edit to quilt patch
|
2018-02-09 23:14:27 +01:00 |
|
Max Kellermann
|
250b6a3d52
|
Merge tag 'v0.20.16'
release v0.20.16
|
2018-02-03 19:59:29 +01:00 |
|
Max Kellermann
|
dead461542
|
lib/upnp/Init: enable IPv6
|
2018-01-31 18:15:46 +01:00 |
|
Max Kellermann
|
3d5da1ac73
|
lib/upnp/Init: use nullptr instead of 0
|
2018-01-31 18:14:26 +01:00 |
|
Max Kellermann
|
b6013a92e0
|
lib/curl/Request: merge two "try" blocks
|
2018-01-29 23:25:03 +01:00 |
|
Max Kellermann
|
97f670658f
|
util/StringFormat: new utility library
|
2018-01-24 13:28:28 +01:00 |
|
Max Kellermann
|
1da64fb79c
|
lib/curl/Delegate: helper class for response body parsers
Eliminate duplicate code.
|
2018-01-23 16:48:43 +01:00 |
|
Max Kellermann
|
b6d858f4d6
|
lib/expat/Parser: make the "is_final" argument optional
|
2018-01-21 14:37:10 +01:00 |
|
Max Kellermann
|
dedede3caa
|
lib/expat/Parser: add method CompleteParse()
|
2018-01-21 14:35:47 +01:00 |
|
Max Kellermann
|
b14fc907f9
|
lib/expat/Parser: forward Parse() arguments
|
2018-01-21 14:34:53 +01:00 |
|
Max Kellermann
|
c3b8568560
|
lib/curl/Handler: add API documentation
|
2018-01-20 00:28:54 +01:00 |
|
Max Kellermann
|
fe5d0ce827
|
Merge branch 'v0.20.x'
|
2018-01-20 00:04:35 +01:00 |
|
Max Kellermann
|
38d56dddf1
|
lib/icu/Compare: allow copying
|
2018-01-19 23:49:50 +01:00 |
|
Max Kellermann
|
0ead72a404
|
lib/upnp/ContentDirectoryService: work around GCC 5 bug
Closes #193
|
2018-01-18 21:55:58 +01:00 |
|
Max Kellermann
|
9420066895
|
input/qobuz: new input plugin to receive Qobuz streams
|
2018-01-15 21:50:20 +01:00 |
|