| Commit message (Collapse) | Author | Files | Lines |
|
Fixes a few kludges and avoids GLib allocation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decouple some more from GLib.
|
|
|
|
Allows forward-declaration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If we return false, their values are undefined.
|
|
|
|
|
|
|
|
|
|
|
|
Replacing GLib macros.
|
|
Micro-optimization.
|
|
|
|
|
|
|
|
Merge duplicate symbol.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was a memory leak, because "mime" was a std::string which created
another copy and discarded the allocated buffer.
|
|
|
|
|
|
As a side effect, this fixes a memory leak.
|
|
|
|
Remove the const_cast from HttpdClient.cxx, and avoid one allocation
in ClientRead.cxx.
|
|
|
|
|
|
|
|
|