summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal ↵Daniel Silverstone2016-06-277-36/+36
| | | | but better
* Add NULL for silly frontend which can't use a useful compilerDaniel Silverstone2016-06-271-0/+1
|
* Refactor the fdset acquisition into the fetchers to stop fetch.c including ↵Daniel Silverstone2016-06-273-9/+38
| | | | curl.h
* Fix handling of certificate chainsVincent Sanders2016-06-271-145/+251
| | | | | | | When processing a x509 certificate chain from openssl it is necessary to allow teh entire chain to be processed rather than halting processing at the first certificate with an error. This allows errors with a certificate authority to be examined.
* Remove old native build lines from makefileChris Young2016-06-251-34/+10
|
* Use libiconv instead of newlib's iconvChris Young2016-06-252-7/+13
| | | | | Requires invalid input to be explicitly ignored, as unlike newlib invalid characters are not replaced with '?' Fixes bug 2440
* Use charset from default Locale and store it in an option so we can (a) ↵Chris Young2016-06-255-51/+30
| | | | override and (b) get it without constantly looking it up
* NULL a couple of variablesChris Young2016-06-152-2/+2
|
* move the public form APIVincent Sanders2016-06-1411-21/+22
|
* fix url database test after API header changesVincent Sanders2016-06-141-0/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-1328-219/+297
|
* reduce cocoa unecessary use of core APIVincent Sanders2016-06-128-7/+9
|
* reduce cocoa frontend use of content APIVincent Sanders2016-06-127-17/+13
|
* remove unecessary content header inclusion from beos frontendVincent Sanders2016-06-1110-76/+72
|
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-1014-50/+43
|
* remove unecessary content API usage from atari frontendVincent Sanders2016-06-0812-23/+8
|
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-0785-54/+40
|
* remove unused and broken spidermonkey integrationVincent Sanders2016-06-0716-3703/+0
|
* reduce unecessary usage of content headersVincent Sanders2016-06-067-13/+6
|
* reduce usage of content headers by monkey frontendVincent Sanders2016-06-065-9/+10
|
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-0638-66/+72
|
* beos frontend compile cannot do forward declrarations of enumsVincent Sanders2016-06-061-1/+1
|
* missed necessary header for haikuVincent Sanders2016-06-061-0/+1
|
* fixup beos build after content header changesVincent Sanders2016-06-062-7/+8
|
* fixup cocoa image handler for content API changesVincent Sanders2016-06-062-3/+5
|
* haiku gcc does not support forward enum declarationsVincent Sanders2016-06-061-0/+1
|
* fixup rsvg image handler for content API changesVincent Sanders2016-06-061-2/+4
|
* Clean up RISC OS save source to remove forward declarations and improve ↵Vincent Sanders2016-06-061-747/+754
| | | | documentation
* Update content to split public and internal APIVincent Sanders2016-06-0689-505/+650
|
* Fix OS3 buildChris Young2016-06-022-0/+8
|
* Ensure variables are declared correctlyChris Young2016-06-0228-43/+56
|
* Make rxsig private to gui.cChris Young2016-06-023-7/+6
|
* Make arexx_obj private to arexx.cChris Young2016-06-023-8/+12
|
* Move some globals into gui.cChris Young2016-06-022-6/+11
|
* Make more drag-related global variables privateChris Young2016-06-014-8/+12
|
* Make ami_autoscroll private to drag.cChris Young2016-06-014-14/+14
|
* Rationalise gui_globals a bitChris Young2016-06-018-9/+18
|
* reduce core header usageVincent Sanders2016-06-0112-35/+68
|
* fix missing header for amiga warn user callVincent Sanders2016-05-312-5/+12
|
* fix missing includes from header API changesVincent Sanders2016-05-304-6/+11
|
* move plotters header into public APIVincent Sanders2016-05-3085-89/+88
|
* move desktop window header into public APIVincent Sanders2016-05-30114-153/+158
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-3057-67/+82
|
* fix test include path to account for public API headersVincent Sanders2016-05-301-1/+1
|
* move netsurf header into public APIVincent Sanders2016-05-3022-34/+34
|
* move layout header into public APIVincent Sanders2016-05-3022-21/+21
|
* move fetch header into public APIVincent Sanders2016-05-3015-14/+14
|
* move misc header into public APIVincent Sanders2016-05-3031-30/+30
|
* move utf8 header into public APIVincent Sanders2016-05-3011-10/+10
|
* move download header into public APIVincent Sanders2016-05-3011-11/+11
|