summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some BeOS specificsFrançois Revel2008-08-111-1/+7
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-114-2/+7
* Really fix warnings.John Mark Bell2008-08-111-1/+1
* Squash warnings on RISC OSJohn Mark Bell2008-08-111-1/+1
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-081-1/+0
* Update my e-mail address.John Tytgat2008-08-053-3/+3
* Move plugin option to Makefile.config.John Mark Bell2008-08-011-2/+0
* Restore accidentally removed lineRob Kendrick2008-07-291-0/+1
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+3
* C89François Revel2008-07-292-5/+5
* Refactor Makefile a little to be slightly more organised. Made more features...Rob Kendrick2008-07-281-12/+0
* - Compiler warning squashJohn Tytgat2008-07-262-29/+28
* Add simple, experimental Makefile.config support.Rob Kendrick2008-07-261-5/+0
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-7/+8
* Add support for gzipped Messages filesRob Kendrick2008-07-262-6/+8
* Update to last LGPL2+ version of talloc.John Mark Bell2008-07-072-373/+779
* Remove unused function filename_as_url().James Bursa2008-06-142-24/+0
* warnings.squash();John Mark Bell2008-05-261-4/+5
* - introduction of SLEN()John Tytgat2008-05-252-5/+19
* Remove .cvsignore.John Tytgat2008-05-251-1/+0
* Contribution from Philip Boulain <prb@ecs.soton.ac.uk>:John Tytgat2008-05-252-44/+85
* Ensure we've got a definition for size_tJohn Mark Bell2008-05-141-0/+2
* The core code has always assumed a locale of "C".John Mark Bell2008-05-132-0/+95
* Remove text export build config option. Tidy up save_text code.Michael Drake2008-04-131-1/+0
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-022-19/+26
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-0/+5
* Update to use new build system.Michael Drake2008-03-191-1/+1
* Remove spurious *John Mark Bell2008-03-131-1/+3
* Add -D_NETBSD_SOURCE to Makefile.unix for building on NetBSD. Also don't pro...Rob Kendrick2008-03-121-1/+1
* Avoid magic numbers.John Tytgat2008-03-091-4/+4
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-052-0/+486
* SignednessWarnings.squash()John Mark Bell2008-02-251-1/+2
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-032-7/+49