- 15 Oct, 2013 14 commits
-
-
Max Kellermann authored
This was a memory leak, because "mime" was a std::string which created another copy and discarded the allocated buffer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
As a side effect, this fixes a memory leak.
-
Max Kellermann authored
-
Max Kellermann authored
Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The header glib_compat.h is now obsolete and can be removed.
-
Max Kellermann authored
-
Max Kellermann authored
Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
-
Max Kellermann authored
-
- 14 Oct, 2013 14 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Try map_fs_to_utf8() first, and fall back to Path::ToUTF8() for absolute paths.
-
Max Kellermann authored
Move code from map_fs_to_utf8().
-
Max Kellermann authored
Micro-optimization.
-
Max Kellermann authored
-
Max Kellermann authored
Consistently use std::string in LoadPlaylistFile().
-
Max Kellermann authored
Avoid the conversion to an allocated char*, let the caller decide.
-
Max Kellermann authored
-
Max Kellermann authored
-
Florian Schlichting authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to fix loading arbitrary song files from stored playlists.
-
- 02 Oct, 2013 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use forward declaration instead.
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
Max Kellermann authored
Un-inline the methods that use GLib.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Return Path::Null() instead of dying from assertion failure.
-
- 01 Oct, 2013 1 commit
-
-
Max Kellermann authored
-