- 16 Oct, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Replacing GLib macros.
-
Max Kellermann authored
Micro-optimization.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Oct, 2013 24 commits
-
-
Max Kellermann authored
Merge duplicate symbol.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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 10 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
-