| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
Eliminate the temporary buffer, do I/O right into the WritableBuffer.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Replaces GLib's g_ascii_strncasecmp().
|
|
|
|
| |
Replaces GLib's g_ascii_strcasecmp().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Publish the Client API, preparing to move more code into the Client
class.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Automatic memory management.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Both callers pass non-nullptr.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Lifts the artificial 31 bit limit in i386 where
sizeof(long)==sizeof(int).
|