summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Make strchrnul stupid.John Mark Bell2011-04-081-132/+5
| | | | svn path=/trunk/netsurf/; revision=12174
* Fix build with NDEBUG definedJohn Mark Bell2011-04-033-12/+13
| | | | svn path=/trunk/netsurf/; revision=12154
* move logging initialisationVincent Sanders2011-04-023-1/+56
| | | | svn path=/trunk/netsurf/; revision=12152
* remove extraneous loggingVincent Sanders2011-03-291-5/+0
| | | | | | | fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging svn path=/trunk/netsurf/; revision=12147
* make windows frontend use Vincent Sanders2011-03-291-27/+45
| | | | svn path=/trunk/netsurf/; revision=12146
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-172-40/+49
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-1/+3
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068
* Slightly safer operation on RODaniel Silverstone2011-03-151-4/+17
| | | | svn path=/trunk/netsurf/; revision=12064
* Remove use of POSIX.pm from svn-testament -- RISCOS seems to be incomplete ↵Daniel Silverstone2011-03-151-4/+5
| | | | | | in that respect svn path=/trunk/netsurf/; revision=12062
* And use POSIX::uname for the hostnameDaniel Silverstone2011-03-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=12061
* Corify a bunch of svn-testament to work better on RISC OS with a bit of luckDaniel Silverstone2011-03-151-16/+12
| | | | svn path=/trunk/netsurf/; revision=12060
* Fix warningChris Young2011-03-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=12056
* Try harder to get useful values if (a) getent is not available or (b) ↵Chris Young2011-03-151-0/+12
| | | | | | | | HOSTNAME env-var does not exist. svn path=/trunk/netsurf/; revision=12055
* Move schedule.h to utils/John Mark Bell2011-03-131-0/+32
| | | | svn path=/trunk/netsurf/; revision=12039
* Set version using testament.h instead of old ARexx scriptChris Young2011-03-131-0/+6
| | | | svn path=/trunk/netsurf/; revision=12028
* Add hostname and pathDaniel Silverstone2011-03-131-0/+11
| | | | svn path=/trunk/netsurf/; revision=12023
* Slightly better out-of-svn build infoDaniel Silverstone2011-03-131-2/+5
| | | | svn path=/trunk/netsurf/; revision=12022
* Initial testament functionalityDaniel Silverstone2011-03-131-0/+150
| | | | svn path=/trunk/netsurf/; revision=12020
* Log to stderrJohn Mark Bell2011-03-122-4/+31
| | | | svn path=/trunk/netsurf/; revision=11983
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11968
* Further hackery for the inconsistency of iconv() APIsJohn Mark Bell2011-03-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11951
* Fix commentJohn Mark Bell2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11798
* add resource handlingVincent Sanders2011-02-232-30/+147
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Parser for Content-Disposition headerJohn Mark Bell2011-02-222-0/+48
| | | | svn path=/trunk/netsurf/; revision=11765
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-082-1/+26
| | | | svn path=/trunk/netsurf/; revision=11633
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-073-2/+69
| | | | svn path=/trunk/netsurf/; revision=11627
* Rationalise definition of NO_IPV6 for atari frontendJohn Mark Bell2011-02-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=11623
* Explicitly cast unused results to voidJohn Mark Bell2011-02-011-3/+3
| | | | svn path=/trunk/netsurf/; revision=11596
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-1/+1
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* Remove odd WARNFLAGS copied from Atari stuff. Silence warning about ↵François Revel2011-01-191-1/+1
| | | | | | redeclared strcasestr(). svn path=/trunk/netsurf/; revision=11381
* Fix url_host_is_ip_address() when encountering blatently invalid IPv4 ↵John Mark Bell2011-01-121-10/+27
| | | | | | | | addresses (which inet_aton fails to notice). Also fix a number of insidious buffer overflows. svn path=/trunk/netsurf/; revision=11293
* Add Mac OS X detection to config.h (credit: Sven Weidauer)John Mark Bell2011-01-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11291
* Remove unused include.James Bursa2011-01-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=11273
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+8
| | | | svn path=/trunk/netsurf/; revision=11218
* AmigaOS 3 doesn't support IPv6, eitherJohn Mark Bell2010-12-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=11147
* malloc.h is non-standard. Remove itJohn Mark Bell2010-12-291-1/+0
| | | | svn path=/trunk/netsurf/; revision=11141
* Add RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-0/+17
| | | | svn path=/trunk/netsurf/; revision=11107
* Fix OpenBSD build (credit: Anthony Bentley)John Mark Bell2010-12-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=11054
* OS4's Roadshow doesn't have IPv6 yetChris Young2010-12-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11031
* BeOS does not support IPv6, and never will.François Revel2010-12-052-0/+5
| | | | svn path=/trunk/netsurf/; revision=11014
* More IPv6 compatibility work, added hack to cope with incorrect calls to ↵Rob Kendrick2010-12-041-7/+59
| | | | | | url_host_is_ip_address while we fix the callers. svn path=/trunk/netsurf/; revision=10968
* Reimplement url_host_is_ipaddress() to cope with IPv6 addresses and ↵Rob Kendrick2010-12-041-17/+20
| | | | | | decimal/hex IPv4 addresses in addition to dotted-quad v4 addresses. svn path=/trunk/netsurf/; revision=10959
* Improve url_host_is_ip_address Vincent Sanders2010-11-261-29/+19
| | | | svn path=/trunk/netsurf/; revision=10951
* Fix windows url barVincent Sanders2010-10-174-10/+78
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* Update build instructionsVincent Sanders2010-10-092-0/+2
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* add realpath compatability for windowsVincent Sanders2010-10-092-0/+20
| | | | svn path=/trunk/netsurf/; revision=10873
* Merge treeview-redux to trunkJohn Mark Bell2010-10-052-0/+43
| | | | svn path=/trunk/netsurf/; revision=10865
* Add seconds/microseconds wallclock time to log output, move header includes ↵Rob Kendrick2010-10-041-6/+19
| | | | | | to inside guard. svn path=/trunk/netsurf/; revision=10864
* Remove themes.c and themes.h. Not used and implementation was never done.James Bursa2010-09-122-188/+0
| | | | svn path=/trunk/netsurf/; revision=10765
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-15/+0
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756