summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-04-10 12:57:17 by jmb]John Mark Bell2004-04-101-0/+2
| | | | | | Remove download contents from the cache svn path=/import/netsurf/; revision=742
* [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-022-0/+31
| | | | | | 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-28 15:41:50 by bursa]James Bursa2004-03-281-2/+1
| | | | | | Disable some excess logging. svn path=/import/netsurf/; revision=688
* [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:53:19 by bursa]James Bursa2004-03-273-7/+9
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [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-212-0/+6
| | | | | | | 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-21 12:50:10 by bursa]James Bursa2004-03-211-0/+1
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-16 00:51:34 by jmb]John Mark Bell2004-03-161-0/+1
| | | | | | Add content mapping for image/pjpeg svn path=/import/netsurf/; revision=628
* [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-11 02:19:13 by bursa]James Bursa2004-03-113-41/+55
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [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-022-13/+3
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-272-6/+13
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-252-10/+12
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [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-26 14:16:23 by bursa]James Bursa2004-01-265-17/+69
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-2/+2
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-243-36/+54
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-23 20:46:29 by bursa]James Bursa2004-01-234-8/+57
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-204-8/+45
| | | | | | | 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-056-9/+140
| | | | | | | 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 20:15:22 by bursa]James Bursa2003-12-276-13/+82
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [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-264-7/+17
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-262-2/+11
| | | | | | 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-062-0/+8
| | | | | | 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
* [project @ 2003-10-25 22:51:45 by jmb]John Mark Bell2003-10-251-3/+14
| | | | | | | Fix bug relating to http://www.mw-software.com/software/artworks2/aw2support.html svn path=/import/netsurf/; revision=388
* [project @ 2003-10-25 21:50:16 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Temporary workaround for libcurl bug. svn path=/import/netsurf/; revision=384
* [project @ 2003-10-25 19:21:42 by jmb]John Mark Bell2003-10-251-1/+1
| | | | | | | Turn on support for other http auth methods (other than Basic). This is untested. svn path=/import/netsurf/; revision=383
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-254-12/+16
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 16:22:11 by bursa]James Bursa2003-10-252-9/+55
| | | | | | Implement multipart/formdata POST. svn path=/import/netsurf/; revision=377
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-254-7/+39
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-1/+27
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-083-1/+4
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-09-30 20:33:45 by bursa]James Bursa2003-09-304-2/+48
| | | | | | Document more files. svn path=/import/netsurf/; revision=335
* [project @ 2003-09-17 23:27:33 by bursa]James Bursa2003-09-172-65/+58
| | | | | | Documented fetch. svn path=/import/netsurf/; revision=303
* [project @ 2003-09-17 17:54:39 by bursa]James Bursa2003-09-171-1/+1
| | | | | | Fix last checkin. svn path=/import/netsurf/; revision=300
* [project @ 2003-09-17 17:44:12 by bursa]James Bursa2003-09-171-2/+5
| | | | | | Fix aborting fetches. svn path=/import/netsurf/; revision=299
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-171-0/+1
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296