- 07 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 26 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
Reduce bloat.
-
- 22 Jan, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Expat can call CharacterData() multiple times if the CDATA contains entity references. We need to collect all of them in one large string.
-
Max Kellermann authored
-
- 21 Jan, 2014 1 commit
-
-
Max Kellermann authored
Reduce bloat.
-
- 18 Jan, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the std::string bloat.
-
Max Kellermann authored
Reduce runtime bloat.
-
Max Kellermann authored
Reduce overhead by omitting the part of the buffer that consists only of whitespace.
-
- 14 Jan, 2014 5 commits
-
-
Max Kellermann authored
Replaces "m_title" and "m_props". More bloat removed.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
There is no use in duplicating these containers. It only means that we have to search both, duplicating the code.
-
Max Kellermann authored
-
Max Kellermann authored
Call titleToPathElt() only once for each object.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
"upnp:class" is an element, not an attribute of element "item". This fixes a regression from commit 65ebfb16
-
- 11 Jan, 2014 3 commits
-
-
Max Kellermann authored
Don't add to the std::map.
-
Max Kellermann authored
Don't store in the std::map.
-
Max Kellermann authored
Don't put all <res/> attributes to the attributes map; parse the "duration" attribute as soon as we receive it, and store it in an integer attribute. This reduces bloat.
-
- 10 Jan, 2014 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Look up attributes in the "atts" array. Reduce bloat.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Reduces bloat.
-
Max Kellermann authored
We only need it inside StartElement(). Reduces bloat.
-
Max Kellermann authored
No need to handle this in EndElement() - in StartElement(), we already have all we need.
-
Max Kellermann authored
Reduce excessive bloat.
-
Max Kellermann authored
At the same time, rename the enum types and the class attributes, and add an "UNKNOWN" type/class. The latter avoids the "-1" hack.
-
- 09 Jan, 2014 1 commit
-
-
Jean-Francois Dockes authored
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
-