summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in ↵Daniel Silverstone2010-04-081-1/+0
| | | | | | llcachec. svn path=/trunk/netsurf/; revision=10300
* More fixing for new cache.Michael Drake2010-04-071-25/+32
| | | | svn path=/trunk/netsurf/; revision=10292
* More fixing for new cache.Michael Drake2010-04-071-28/+44
| | | | svn path=/trunk/netsurf/; revision=10291
* More fixing for new cache.Michael Drake2010-04-071-32/+49
| | | | svn path=/trunk/netsurf/; revision=10290
* More fixing for new cache.Michael Drake2010-04-071-16/+18
| | | | svn path=/trunk/netsurf/; revision=10289
* More fixing for new cache.Michael Drake2010-04-071-10/+12
| | | | svn path=/trunk/netsurf/; revision=10288
* Start fixing for new cache.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10286
* Fix for new cache.Michael Drake2010-04-071-3/+5
| | | | svn path=/trunk/netsurf/; revision=10285
* Fix for new cache.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10284
* Fix for new cache.Michael Drake2010-04-071-6/+7
| | | | svn path=/trunk/netsurf/; revision=10283
* Fix for new cache.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10282
* Fix for new cache.Michael Drake2010-04-071-4/+5
| | | | svn path=/trunk/netsurf/; revision=10281
* Fix for new cache.Michael Drake2010-04-072-9/+11
| | | | svn path=/trunk/netsurf/; revision=10280
* Fix for new cache.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10279
* Fix for new cache.Michael Drake2010-04-071-62/+81
| | | | svn path=/trunk/netsurf/; revision=10278
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10276
* Fix for new cache.Michael Drake2010-04-071-23/+33
| | | | svn path=/trunk/netsurf/; revision=10275
* More new cache fixing.Michael Drake2010-04-071-9/+14
| | | | svn path=/trunk/netsurf/; revision=10274
* More new cache fixing.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10273
* More new cache fixing.Michael Drake2010-04-071-108/+140
| | | | svn path=/trunk/netsurf/; revision=10272
* Fix page info for new cache.Michael Drake2010-04-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=10270
* Start fixing for new cache.Michael Drake2010-04-071-19/+24
| | | | svn path=/trunk/netsurf/; revision=10268
* Fix hotlist for new cache.Michael Drake2010-04-071-8/+10
| | | | svn path=/trunk/netsurf/; revision=10267
* Make filename_from_path() compile.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10264
* Fix box dump for new cache.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10263
* Don't dump box trees on crash, and fix view source for new cache.Michael Drake2010-04-072-14/+18
| | | | svn path=/trunk/netsurf/; revision=10262
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10261
* Fix filetype.c.Michael Drake2010-04-072-5/+5
| | | | svn path=/trunk/netsurf/; revision=10260
* Port to new download APIJohn Mark Bell2010-04-051-30/+35
| | | | svn path=/trunk/netsurf/; revision=10250
* Apply ifdef. The first major casualty of new-cache.John Mark Bell2010-04-051-1/+9
| | | | svn path=/trunk/netsurf/; revision=10249
* Fix for hlcacheJohn Mark Bell2010-04-051-3/+5
| | | | svn path=/trunk/netsurf/; revision=10248
* Port to new content APIJohn Mark Bell2010-04-052-11/+23
| | | | svn path=/trunk/netsurf/; revision=10246
* Port to new content APIJohn Mark Bell2010-04-052-11/+28
| | | | svn path=/trunk/netsurf/; revision=10245
* Port to new content APIJohn Mark Bell2010-04-052-12/+33
| | | | svn path=/trunk/netsurf/; revision=10244
* rationalise the usage of the file schemeVincent Sanders2010-03-311-5/+5
| | | | svn path=/trunk/netsurf/; revision=10221
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-17/+17
| | | | svn path=/trunk/netsurf/; revision=10205
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-15/+18
| | | | svn path=/trunk/netsurf/; revision=10202
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-6/+12
| | | | svn path=/trunk/netsurf/; revision=10180
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+36
| | | | svn path=/trunk/netsurf/; revision=10139
* Only run the scheduler on null poll events.John Mark Bell2010-03-102-7/+41
| | | | | | | | | | | | | | | | Ensure the status bar widget treats its text as const. Fix erroneous free of status bar text in status bar widget destructor. The status bar text is now owned by the core. Schedule a callback to request a redraw from the Wimp when setting status bar text. The previous approach could lead to the Wimp having a long queue of redraw events to issue to us, thus preventing any other application being scheduled. The above changes are based on a patch from Rik Griffin. svn path=/trunk/netsurf/; revision=10126
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-23/+2
| | | | svn path=/trunk/netsurf/; revision=9966
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-242-25/+24
| | | | svn path=/trunk/netsurf/; revision=9883
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* I've decided that the user probably doesn't care if setting the filetype of ↵John Mark Bell2009-12-181-3/+5
| | | | | | | | saved HTML documents to HTML fails or not. More importantly, this also squashes a memory leak, and stops returning false from a function which is defined as returning -1 on error. svn path=/trunk/netsurf/; revision=9731
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-178-1390/+286
| | | | svn path=/trunk/netsurf/; revision=9729
* Another blatent use-after-freeJohn Mark Bell2009-12-031-2/+1
| | | | svn path=/trunk/netsurf/; revision=9713
* Fix blatent use-after-free bug.John Mark Bell2009-12-031-3/+3
| | | | svn path=/trunk/netsurf/; revision=9712
* Modern OSLib (as of 3 months ago) no longer has colourtrans_CURRENT_MODE.John Mark Bell2009-12-022-3/+3
| | | | | | Use os_CURRENT_MODE, instead. svn path=/trunk/netsurf/; revision=9710
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-041-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (prot_space_data): Added, it lives linked in the leaf host_part struct and together with its scheme and port (which defins canonical root url) and realm this defines a protection space. (path_data): Removed auth_data field and replaced by a prot_space_data pointer. (host_part::prot_space): Added linked list of protection space data structs. (urldb_get_auth_details): Given an URL fetch fetches its auth. (urldb_set_auth_details): Creates or updates the contents of a protection space to which given URL belongs. (urldb_destroy_host_tree): Delete protection data space structures using urldb_destroy_prot_space. (urldb_destroy_prot_space): Added. - content/urldb.h(urldb_get_auth_details): Added realm parameter. - content/fetchers/fetch_curl.c(fetch_curl_set_options): Update urldb_get_auth_details call (we don't know realm at this point). - content/fetchcache.c(fetchcache_callback, fetchcache_auth): At FETCH_AUTH, use realm to determine if we really don't know auth data and if so, refetch content. - content/content.h(struct content): Add content::tried_with_auth. - content/content.c(content_create): Initialize content::tried_with_auth. - riscos/401login.c(ro_gui_401login_open): Show known authentication data in dialogue so user can see what was wrong with it and correct it. Solves bug #2830829. svn path=/trunk/netsurf/; revision=9045
* Fix RISC OS and Amiga builds.John Mark Bell2009-07-271-2/+2
| | | | | | The sooner this stuff is in the core, the better. svn path=/trunk/netsurf/; revision=8827