aboutsummaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/fifo_buffer: remove obsolete libraryMax Kellermann2013-12-192-382/+0
* util/PeakBuffer: use IsEmpty() instead of IsNull()Max Kellermann2013-12-191-3/+3
* util/{Domain,Error}: relicense to BSD 2-clauseMax Kellermann2013-12-163-43/+73
* util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_bufferMax Kellermann2013-12-152-47/+36
* util/PeakBuffer: return ConstBuffer<void>Max Kellermann2013-12-152-7/+13
* util/WritableBuffer: add cast methodsMax Kellermann2013-12-151-1/+30
* util/WritableBuffer: fix indentMax Kellermann2013-12-151-31/+31
* util/DynamicFifoBuffer: make constructor "explicit"Max Kellermann2013-12-151-1/+1
* util/Tokenizer, ...: include cleanupMax Kellermann2013-12-151-2/+0
* system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann2013-12-151-2/+5
* UriUtil: add function uri_get_scheme()Max Kellermann2013-12-152-0/+17
* util/SplitString: new utility classMax Kellermann2013-12-142-0/+108
* util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann2013-12-053-163/+199
* util/ConstBuffer: new utility classMax Kellermann2013-11-291-0/+118
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-282-0/+12
* include cleanup using iwyuMax Kellermann2013-11-283-4/+5
* CommandLine: new command line parserDenis Krjuchkov2013-11-243-0/+210
* util/RefCount: no "constexpr" with libc++Max Kellermann2013-11-111-1/+6
* util/LazyRandomEngine: make min()/max() static+constexprMax Kellermann2013-11-111-4/+4
* util/UriUtil: add uri_is_child_or_same()Max Kellermann2013-10-292-0/+31
* util/NumberParser: add ParseFloat()Max Kellermann2013-10-261-0/+6
* util/NumberParser: indentMax Kellermann2013-10-261-10/+10
* UriUtil: uri_remove_auth() returns std::stringMax Kellermann2013-10-232-15/+12
* util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann2013-10-211-0/+78
* Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann2013-10-211-0/+12
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-202-3/+56
* util/FormatString: new library to replace g_strdup_printf()Max Kellermann2013-10-192-0/+111
* Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann2013-10-193-6/+122
* util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann2013-10-182-6/+3
* util/Error: add method SetLastError()Max Kellermann2013-10-172-0/+25
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-4/+4
* util/ByteReverse: use C99 "restrict"Max Kellermann2013-10-161-7/+13
* util/byte_reverse: convert to C++Max Kellermann2013-10-162-15/+15
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-152-3/+38
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-152-0/+219
* gcc.h: rename to Compiler.hMax Kellermann2013-10-159-9/+9
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-2/+2
* util/Error: new error passing libraryMax Kellermann2013-09-045-36/+350
* *: remove remaining __cplusplus checksMax Kellermann2013-08-071-23/+1
* encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann2013-08-071-189/+0
* PcmBuffer: move code to new class ReusableBufferMax Kellermann2013-08-071-0/+88
* util/Manual: add missing include <utility>Max Kellermann2013-08-061-0/+1
* encoder/lame: dynamic output bufferMax Kellermann2013-08-061-0/+189
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
* include cleanupMax Kellermann2013-07-301-1/+0
* util/Manual: work around strict-aliasing warningMax Kellermann2013-04-111-0/+9
* string_util: convert to C++Max Kellermann2013-04-093-1/+127
* tokenizer: convert to C++Max Kellermann2013-04-082-0/+301
* uri: convert to C++Max Kellermann2013-04-082-0/+171
* util/Manual: new template classMax Kellermann2013-01-301-0/+111