- 14 Jan, 2014 33 commits
-
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
Don't duplicate the MIME type when it gets passed to a std::string.
-
Max Kellermann authored
This pointer was allocated by libc, not by GLib.
-
Max Kellermann authored
Automate the life cycle, making the code safer.
-
Max Kellermann authored
Replaces "m_title" and "m_props". More bloat removed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce bloat.
-
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
Don't fail silently.
-
Max Kellermann authored
-
Max Kellermann authored
Call titleToPathElt() only once for each object.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We need this only for path names.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Not necessary, not worth the check.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Contrary to setTerminateAndWait()'s documentation, the method does wait for worker threads to exit via pthread_join().
-
Max Kellermann authored
Reduce bloat further.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The update thread should not affect the rest of the system, therefore set "idle" priority, and let it only run when nobody else is using the resources.
-
- 13 Jan, 2014 7 commits
-
-
-
Max Kellermann authored
The name "spt" didn't make much sense for this plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
Andrée Ekroth authored
Initializing and closing the Shine library without writing any data results in a segmentation fault. The current workaround writes zeroes if there was no actual data.
-
Max Kellermann authored
The method emplace() was added in gcc 4.8. This commit restores compatibility with gcc 4.7.
-
Max Kellermann authored
Replaces the bloated std::map.
-