summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge treeview-redux to trunkJohn Mark Bell2010-10-052-0/+43
* Add seconds/microseconds wallclock time to log output, move header includes t...Rob Kendrick2010-10-041-6/+19
* Remove themes.c and themes.h. Not used and implementation was never done.James Bursa2010-09-122-188/+0
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-15/+0
* Fix compilation on AmigaOS4Chris Young2010-09-111-1/+1
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-0/+42
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for 32...François Revel2010-08-021-0/+4
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-283-2/+303
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+1
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-302-0/+25
* 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