summaryrefslogtreecommitdiff
path: root/amiga/fetch_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Use core file fetcherChris Young2010-09-121-354/+0
| | | | svn path=/trunk/netsurf/; revision=10759
* Allow browsing directories. Clicking through from the root of a volume ↵Chris Young2010-07-111-8/+41
| | | | | | | | | | doesn't work (needs some url_to_path translation magic or an #ifdef'd patch in render/directory.c) and the [..] parent link always points to "file:///" for some reason, but other than that it works. svn path=/trunk/netsurf/; revision=10627
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in ↵Daniel Silverstone2010-04-081-2/+2
| | | | | | llcachec. svn path=/trunk/netsurf/; revision=10300
* Changes required for new-cacheChris Young2010-03-281-12/+1
| | | | svn path=/trunk/netsurf/; revision=10186
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-5/+15
| | | | svn path=/trunk/netsurf/; revision=10180
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-7/+19
| | | | svn path=/trunk/netsurf/; revision=9729
* Make polling function return after a fetch_free operation, as under certain ↵Chris Young2009-07-301-15/+7
| | | | | | | | | | | (unknown) circumstances it starts wandering off to nodes which don't exist (the same happens when using NetSurf's rings). Remove debug svn path=/trunk/netsurf/; revision=8915
* Update to new APIChris Young2008-12-271-5/+8
| | | | svn path=/trunk/netsurf/; revision=5933
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-15/+137
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* Local file handling improvements (fetch_file is incomplete and not being ↵Chris Young2008-11-081-0/+193
used yet) filetype.c has been changed to get the MIME type of a file from the MIMETYPE tooltype of the icon or default icon for the file. The install script will set the basic of these, and icons for default.css and AdBlock.css have been added to ensure these always return the correct MIME type. If the MIMETYPE tooltype is not found, the code will use datatypes.library to identify the file and make a guess as to what the MIME type is. svn path=/trunk/netsurf/; revision=5651