summaryrefslogtreecommitdiff
path: root/content/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-19/+7
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 02:33:36 by jmb]John Mark Bell2006-01-071-3/+12
| | | | | | Fix 1347726. svn path=/import/netsurf/; revision=2011
* [project @ 2006-01-03 17:01:17 by jmb]John Mark Bell2006-01-031-2/+9
| | | | | | | Fix 1371902. fetch_filetype now receives the unix path with the leading / (which it always should have done, tbh). svn path=/import/netsurf/; revision=1976
* [project @ 2005-12-19 21:54:51 by bursa]James Bursa2005-12-191-10/+11
| | | | | | Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900
* [project @ 2005-12-11 21:54:30 by bursa]James Bursa2005-12-111-0/+1
| | | | | | Disable some log messages. svn path=/import/netsurf/; revision=1896
* [project @ 2005-07-16 16:23:08 by adrianl]Adrian Lees2005-07-161-1/+1
| | | | | | Bounds checking in Content-Length handling svn path=/import/netsurf/; revision=1799
* [project @ 2005-04-09 10:00:00 by bursa]James Bursa2005-04-091-18/+19
| | | | | | Serialize fetches with no host (should fix multiple local files not loading in certain cases). svn path=/import/netsurf/; revision=1611
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-1/+3
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-22 22:42:48 by bursa]James Bursa2005-01-221-3/+5
| | | | | | Fix proxy authentication bug (libcurl does not copy string options) svn path=/import/netsurf/; revision=1461
* [project @ 2004-11-11 23:55:23 by jmb]John Mark Bell2004-11-111-1/+3
| | | | | | Fix for redirects causing crashes svn path=/import/netsurf/; revision=1360
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-3/+35
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-09-03 22:33:05 by bursa]James Bursa2004-09-031-2/+9
| | | | | | Fix bugs relating to aborting fetches. svn path=/import/netsurf/; revision=1264
* [project @ 2004-08-14 15:07:19 by joty]John Tytgat2004-08-141-3/+2
| | | | | | | | - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-1/+1
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-1/+5
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-271-0/+12
| | | | | | Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
* [project @ 2004-07-10 10:05:16 by bursa]James Bursa2004-07-101-8/+15
| | | | | | Fix crash related to aborting fetches. svn path=/import/netsurf/; revision=1067
* [project @ 2004-07-10 02:35:30 by jmb]John Mark Bell2004-07-101-0/+35
| | | | | | | Use libcurl's progress callback functionality to display fetch status. This will update the status line once a second, more frequently requires hacking libcurl. svn path=/import/netsurf/; revision=1066
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-0/+15
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-221-40/+39
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-6/+6
| | | | | | Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. svn path=/import/netsurf/; revision=957
* [project @ 2004-06-10 22:40:56 by jmb]John Mark Bell2004-06-101-5/+13
| | | | | | Allow configuration of SSL certificate verification svn path=/import/netsurf/; revision=955
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-3/+5
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-1/+1
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-3/+3
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-01 21:37:29 by joty]John Tytgat2004-05-011-12/+23
| | | | | | | fetch_curl_header() : better protection against malformed header lines; realm data line is now properly terminated with NUL character. svn path=/import/netsurf/; revision=810
* [project @ 2004-04-07 19:19:31 by jmb]John Mark Bell2004-04-071-3/+5
| | | | | | Take account of file path when creating POST data. svn path=/import/netsurf/; revision=738
* [project @ 2004-04-03 14:58:46 by bursa]James Bursa2004-04-031-1/+1
| | | | | | Request only gzip compression, since deflate is broken on many servers (see http://www.gzip.org/zlib/zlib_faq, 36). svn path=/import/netsurf/; revision=712
* [project @ 2004-04-02 13:51:13 by bursa]James Bursa2004-04-021-0/+30
| | | | | | Implement fetch_can_fetch(). svn path=/import/netsurf/; revision=699
* [project @ 2004-03-28 17:18:52 by bursa]James Bursa2004-03-281-1/+4
| | | | | | Fix for errors with compressed content. svn path=/import/netsurf/; revision=689
* [project @ 2004-03-27 23:19:34 by bursa]James Bursa2004-03-271-7/+14
| | | | | | Replace in_callback with locked counter to fix crash. svn path=/import/netsurf/; revision=683
* [project @ 2004-03-27 00:50:58 by bursa]James Bursa2004-03-271-283/+318
| | | | | | Add fetch_blank_curl, break out fetch_set_options(), fetch_free(), fetch_done(), recover from errors more cleanly, enable compression. svn path=/import/netsurf/; revision=674
* [project @ 2004-03-24 00:03:38 by jmb]John Mark Bell2004-03-241-4/+14
| | | | | | Improve handling of filename generation. svn path=/import/netsurf/; revision=658
* [project @ 2004-03-21 23:44:53 by jmb]John Mark Bell2004-03-211-0/+2
| | | | | | Add a couple of assertions. svn path=/import/netsurf/; revision=649
* [project @ 2004-03-21 23:36:05 by jmb]John Mark Bell2004-03-211-1/+15
| | | | | | Make the filename unixified and leafnamelike svn path=/import/netsurf/; revision=648
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-211-0/+5
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-211-4/+12
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-03-13 20:45:00 by bursa]James Bursa2004-03-131-4/+0
| | | | | | Remove unescaping on redirect. svn path=/import/netsurf/; revision=617
* [project @ 2004-03-08 00:03:58 by bursa]James Bursa2004-03-081-0/+7
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-13/+2
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-5/+6
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-02 23:38:02 by jmb]John Mark Bell2004-02-021-0/+4
| | | | | | Fix issues highlighted by teoma.com svn path=/import/netsurf/; revision=531
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-3/+20
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-1/+26
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-1/+11
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-0/+5
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-11-08 19:18:37 by bursa]James Bursa2003-11-081-8/+24
| | | | | | Fix queueing bugs. svn path=/import/netsurf/; revision=413
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-0/+6
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-1/+1
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389