aboutsummaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-24util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift()Max Kellermann2-0/+118
2014-04-24util/{Const,Writable}Buffer: add typedef reference_typeMax Kellermann2-4/+8
2014-03-18util/ConstBuffer: add FromVoid(), ToVoid() to "void" specializationMax Kellermann1-0/+8
2014-03-16util/CircularBuffer: add method GetSpace()Max Kellermann1-0/+12
2014-03-16util/CircularBuffer: add method GetSize()Max Kellermann1-0/+9
2014-03-15util/CircularBuffer: rename GetSize() to GetCapacity()Max Kellermann1-22/+22
2014-03-15util/CircularBuffer: new buffer classMax Kellermann1-0/+165
2014-03-01java: new helper library for the Android portMax Kellermann2-0/+28
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann2-0/+22
2014-03-01util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann2-0/+68
2014-03-01util/ConstBuffer: remove cast operator ConstBuffer<void>Max Kellermann1-4/+0
2014-02-24UriUtil: support ftp:// URLs in uri_remove_auth()Max Kellermann1-0/+2
2014-02-19util/Tokenizer: relicense to BSD-2Max Kellermann2-28/+48
2014-02-18util/StringUtil: add StringEndsWith()Max Kellermann2-0/+15
2014-02-17util/StringUtil: add function Strip()Max Kellermann2-0/+21
2014-02-10util/HugeAllocator: relicense to BSD-2Max Kellermann2-28/+48
2014-01-15util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann1-2/+3
2014-01-14util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann1-2/+3
2014-01-13copyright year 2014Max Kellermann28-28/+28
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann3-4/+146
2014-01-07Directory: make some code generic, move to VarSize.hxxMax Kellermann1-0/+84
2014-01-06util/Cast: new utility libraryMax Kellermann1-0/+58
2013-12-29util/UriUtil: uri_get_suffix() fails if name begins with dotMax Kellermann1-1/+2
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann1-0/+49
2013-12-19util/fifo_buffer: remove obsolete libraryMax Kellermann2-382/+0
2013-12-19util/Error: add missing <algorithm> includeMax Kellermann1-0/+1
2013-12-19util/PeakBuffer: use IsEmpty() instead of IsNull()Max Kellermann1-3/+3
2013-12-16util/{Domain,Error}: relicense to BSD 2-clauseMax Kellermann3-43/+73
2013-12-15util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_bufferMax Kellermann2-47/+36
2013-12-15util/PeakBuffer: return ConstBuffer<void>Max Kellermann2-7/+13
2013-12-15util/WritableBuffer: add cast methodsMax Kellermann1-1/+30
2013-12-15util/WritableBuffer: fix indentMax Kellermann1-31/+31
2013-12-15util/DynamicFifoBuffer: make constructor "explicit"Max Kellermann1-1/+1
2013-12-15util/Tokenizer, ...: include cleanupMax Kellermann1-2/+0
2013-12-15system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann1-2/+5
2013-12-15UriUtil: add function uri_get_scheme()Max Kellermann2-0/+17
2013-12-14util/SplitString: new utility classMax Kellermann2-0/+108
2013-12-05util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann3-163/+199
2013-11-29util/ConstBuffer: new utility classMax Kellermann1-0/+118
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann2-0/+12
2013-11-28include cleanup using iwyuMax Kellermann3-4/+5
2013-11-24CommandLine: new command line parserDenis Krjuchkov3-0/+210
2013-11-11util/RefCount: no "constexpr" with libc++Max Kellermann1-1/+6
2013-11-11util/LazyRandomEngine: make min()/max() static+constexprMax Kellermann1-4/+4
2013-10-29util/UriUtil: add uri_is_child_or_same()Max Kellermann2-0/+31
2013-10-26util/NumberParser: add ParseFloat()Max Kellermann1-0/+6
2013-10-26util/NumberParser: indentMax Kellermann1-10/+10
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann2-15/+12
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann1-0/+78
2013-10-21Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann1-0/+12