summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* hopefully fix the _GNU_SOURCE messVincent Sanders2010-04-262-9/+19
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-244-15/+2
* Fix Content-Type header parsingJohn Mark Bell2010-04-181-5/+0
* When iterating a linked list, please to always remember to *iterate* and not ...Daniel Silverstone2010-04-141-1/+2
* Ensure that aborting or releasing hlcache handles will result in nascent retr...Daniel Silverstone2010-04-081-0/+28
* Make downloads work again.John Mark Bell2010-04-051-0/+2
* rationalise the usage of the file schemeVincent Sanders2010-03-311-0/+4
* Squash warningJohn Mark Bell2010-03-281-0/+2
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-283-0/+503
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+1
* Valgrind suppressions fileJohn Mark Bell2010-02-111-0/+14
* Add Windows frontendVincent Sanders2010-01-316-8/+89
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-7/+27
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-175-29/+186
* Less broken conditionalJohn Mark Bell2009-08-251-1/+1
* Portability hacks.John Mark Bell2009-08-241-0/+11
* Squash warningsJohn Mark Bell2009-08-241-7/+9
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-22/+180
* Much tidying, additional commentary, and fix for insane bit mask calculation.John Mark Bell2009-05-291-54/+121
* We don't care about the result of regexec(); only that it was successful or notJohn Mark Bell2009-05-281-3/+2
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-0/+1
* Hubbub is no longer optional.John Mark Bell2009-04-171-190/+0
* Fix compilation with GCC 2.95.John Mark Bell2009-04-162-2/+2
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-291-4/+0
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-1/+0
* Squash warningJohn Mark Bell2009-03-271-2/+2
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...Rob Kendrick2009-03-022-3/+4
* Haiku neither has va_copy (yet).François Revel2009-02-221-1/+1
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
* Purge WITH_URLJohn Mark Bell2009-02-221-2/+0
* Purge WITH_URIJohn Mark Bell2009-02-221-2/+0
* Purge WITH_PRINTJohn Mark Bell2009-02-221-2/+0
* Purge WITH_AUTHJohn Mark Bell2009-02-221-3/+0
* Squash leakJohn Mark Bell2009-02-181-0/+2
* Fix ucs4->utf8 conversion. It probably helps to return the number of bytes in...John Mark Bell2009-02-181-1/+1
* Port our UTF-8 routines to parserutils (only enabled when building against Hu...John Mark Bell2009-02-172-94/+253
* Re-enable the ability to control the SSL certificate UI's inclusion. As a sid...Daniel Silverstone2009-02-151-5/+0
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-2/+2
* Fix warnings and formattingRob Kendrick2009-01-021-1/+1
* Add _GNU_SOURCE. Ugh.John Mark Bell2008-11-281-0/+1
* More hoops, more warnings squashed.John Mark Bell2008-10-131-10/+9
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-232-2/+3
* Fix array overrun.John Mark Bell2008-09-231-1/+1
* Ensure we actually use the FNV offset basis rather than the prime, for initia...Daniel Silverstone2008-09-081-1/+1
* Removed some debug which was supposed to be temporary.Chris Young2008-08-291-4/+0
* Looks like I mis-remembered the API here.John Mark Bell2008-08-261-6/+12
* Prevent iconv() being passed an empty string in utf8_convert()Chris Young2008-08-261-0/+11
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-0/+1
* BeOS doesn't have strtof and PRIxPTR.François Revel2008-08-131-0/+7
* no va_copy on BeOSFrançois Revel2008-08-121-0/+2