index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
db
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
db/upnp: use getServer() in Visit()
Max Kellermann
2014-01-18
1
-17
/
+9
*
|
db/upnp/Discovery: eliminate Error attribute
Max Kellermann
2014-01-18
3
-51
/
+32
*
|
db/upnp: remove unnecessary m_superdir nullptr checks
Max Kellermann
2014-01-18
1
-3
/
+3
*
|
db/upnp: pass ContentDirectoryService references
Max Kellermann
2014-01-18
1
-27
/
+27
*
|
db/upnp: cache m_path.back()
Max Kellermann
2014-01-18
2
-16
/
+18
*
|
db/upnp: add UpnpMakeAction() helper function
Max Kellermann
2014-01-18
2
-30
/
+78
*
|
db/upnp/ixmlwrap: getFirstElementValue() returns const char *
Max Kellermann
2014-01-18
5
-27
/
+33
*
|
db/upnp: merge duplicate nullptr check
Max Kellermann
2014-01-18
1
-2
/
+2
*
|
db/upnp: free IXML_Document *request manually
Max Kellermann
2014-01-18
1
-38
/
+40
*
|
db/upnp/Device: move code to method Parse()
Max Kellermann
2014-01-18
4
-31
/
+39
*
|
db/upnp/Device: use ContentDirectoryDescriptor's move operator
Max Kellermann
2014-01-18
3
-7
/
+7
*
|
db/upnp/Discovery: don't copy XML to std::string
Max Kellermann
2014-01-18
3
-4
/
+4
*
|
db/upnp/Discovery: fix memory leak
Max Kellermann
2014-01-18
1
-0
/
+1
*
|
db/upnp: remove unused typedef DevServIt
Max Kellermann
2014-01-18
1
-2
/
+0
*
|
db/upnp: use move operator to assign XML CDATA
Max Kellermann
2014-01-18
2
-12
/
+12
*
|
db/upnp/Util: trimstring() constructs string from buffer
Max Kellermann
2014-01-18
4
-17
/
+15
*
|
db/upnp/Discovery: free the response body
Max Kellermann
2014-01-18
1
-0
/
+1
*
|
db/upnp/Discovery: don't copy the response body
Max Kellermann
2014-01-18
1
-2
/
+1
*
|
db/upnp: don't hold mutex while downloading device description
Max Kellermann
2014-01-18
1
-1
/
+1
*
|
db/upnp: don't use WorkQueue for _ADVERTISEMENT_BYEBYE
Max Kellermann
2014-01-18
2
-36
/
+30
*
|
db/upnp: include cleanup
Max Kellermann
2014-01-18
1
-1
/
+0
*
|
db/upnp: don't use LazyDatabase
Max Kellermann
2014-01-18
1
-2
/
+1
*
|
db/upnp/Discovery: move callbacks and data structures into class
Max Kellermann
2014-01-17
3
-72
/
+80
*
|
db/upnp: split cluCallback()
Max Kellermann
2014-01-17
1
-15
/
+29
*
|
db/upnp: add local reference variables
Max Kellermann
2014-01-17
1
-11
/
+16
*
|
db/upnp: move the LibUPnP instance to class UpnpDatabase
Max Kellermann
2014-01-16
7
-77
/
+49
*
|
db/upnp: remove useless static Mutex
Max Kellermann
2014-01-16
1
-6
/
+0
*
|
db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabase
Max Kellermann
2014-01-16
3
-19
/
+8
*
|
db/upnp: don't initialize attributes to nullptr
Max Kellermann
2014-01-16
1
-4
/
+0
*
|
db/upnp: remove redundant m_root nullptr checks
Max Kellermann
2014-01-16
1
-5
/
+1
*
|
db/upnp/WorkQueue: use emplace() and std::move()
Max Kellermann
2014-01-16
1
-3
/
+4
*
|
db/upnp/WorkQueue: simplify start()
Max Kellermann
2014-01-16
1
-4
/
+5
*
|
db/upnp/WorkQueue: fix pthread_t[] allocation size
Max Kellermann
2014-01-15
1
-1
/
+1
*
|
db/upnp/Object: remove obsolete attribute "m_title"
Max Kellermann
2014-01-15
1
-1
/
+0
*
|
db/upnp/Object: add attribute "tag"
Max Kellermann
2014-01-14
3
-82
/
+25
*
|
db/upnp: move upnp_tags to Tags.cxx
Max Kellermann
2014-01-14
3
-11
/
+62
*
|
db/upnp/Object: disallow copying, always move
Max Kellermann
2014-01-14
4
-8
/
+11
*
|
db/upnp: getTagValue() returns string pointer
Max Kellermann
2014-01-14
1
-19
/
+13
*
|
db/upnp/Directory: merge m_containers and m_items
Max Kellermann
2014-01-14
3
-63
/
+73
*
|
db/upnp: pass const reference to getTagValue()
Max Kellermann
2014-01-14
1
-1
/
+1
*
|
db/upnp: Namei() returns error when no object was found
Max Kellermann
2014-01-14
1
-2
/
+5
*
|
db/upnp/Directory: eliminate one std::string copy with std::move()
Max Kellermann
2014-01-14
1
-2
/
+2
*
|
db/upnp/Object: add attribute "name"
Max Kellermann
2014-01-14
3
-24
/
+33
*
|
db/upnp: use std::replace() in titleToPath()
Max Kellermann
2014-01-14
1
-10
/
+4
*
|
db/upnp: pass std::string to titleToPathElt()
Max Kellermann
2014-01-14
1
-2
/
+2
*
|
db/upnp: don't sanitize the title tag
Max Kellermann
2014-01-14
1
-2
/
+2
*
|
db/upnp/WorkQueue: remove unused attributes "high", "low"
Max Kellermann
2014-01-14
1
-17
/
+3
*
|
db/upnp/WorkQueue: initialize "ok" to false, eliminate redundant checks
Max Kellermann
2014-01-14
1
-21
/
+10
*
|
db/upnp/WorkQueue: remove IsOK() check from put()
Max Kellermann
2014-01-14
1
-6
/
+0
*
|
db/upnp/WorkQueue: remove redundant n_workers_exited check from IsOK()
Max Kellermann
2014-01-14
1
-1
/
+1
[prev]
[next]