summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Use new cookie manager.Michael Drake2013-09-021-39/+8
* Add arrow image to resource icons.Michael Drake2013-08-121-0/+1
* Make the parasitic hack of the old tree code more robust. Now if the temp_tr...Michael Drake2013-07-261-11/+48
* Don't call cookies delete here, the cookie manager has already deleted it. (...Michael Drake2013-07-241-1/+0
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-051-0/+8
|\
| * only set no proxy value in modern enough versions of teh libraryVincent Sanders2013-06-041-0/+3
| * Add and use no proxy list optionVincent Sanders2013-06-041-0/+5
* | Add icons to resource space.Michael Drake2013-05-311-1/+4
|/
* add provenance to about:configVincent Sanders2013-05-281-2/+2
* move option init out of netsurf_initVincent Sanders2013-05-281-3/+4
* move options includeVincent Sanders2013-05-288-8/+8
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-275-2/+41
* Use hash generated by nsurl rather than doing it ourselvesRob Kendrick (humdrum)2013-05-201-15/+15
* Add explanitory comment and make bloom size be a #defineRob Kendrick (humdrum)2013-05-171-2/+11
* urldb maintains a bloom filter of URLs contained within and consults it when ...Rob Kendrick (humdrum)2013-05-171-1/+31
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-072-17/+16
|\
| * ensure correct cleanup of user list sentinal in content cloneVincent Sanders2013-05-041-18/+14
| * ensure parameter contract is metVincent Sanders2013-05-041-0/+1
| * free memory on error conditionVincent Sanders2013-05-041-0/+1
| * fix leak in error pathVincent Sanders2013-05-031-0/+1
* | Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-073-0/+32
|/
* free memory on error pathVincent Sanders2013-05-011-2/+6
* split sources lists out to their subdirectories as first step towards using c...Vincent Sanders2013-03-112-0/+14
* A load of refactoring of how content selection and input work.Michael Drake2013-02-223-4/+65
* HTML drags now go via content msg.Michael Drake2013-02-081-8/+10
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-081-2/+1
* Initial changes ready to improve caching decisionsVincent Sanders2013-01-071-28/+63
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-048-26/+104
* Revert "Treat cookies from HTTP and HTTPS as identical."John-Mark Bell2013-01-041-27/+20
* Treat cookies from HTTP and HTTPS as identical.John-Mark Bell2013-01-031-20/+27
* add errorcode content broadcast APIVincent Sanders2012-11-262-0/+22
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-093-7/+24
* Only disable TLS1.2 if it can be disabled.John-Mark Bell2012-11-041-0/+2
* Disable TLS1.2 support.John-Mark Bell2012-11-041-0/+2
* Disable SSL session ID caching.John-Mark Bell2012-11-041-0/+3
* Revert "Enable verbose curl debug"John-Mark Bell2012-11-041-4/+1
* Enable verbose curl debugJohn-Mark Bell2012-11-041-1/+4
* Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
* Suppress BEAST workaround.John-Mark Bell2012-11-041-0/+3
* Improve error handling in html contentVincent Sanders2012-10-171-1/+4
* Remove special RISC OS handling of thumbnail files. (The feature has been br...Michael Drake2012-10-141-28/+1
* Cleanup.Michael Drake2012-10-111-8/+4
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+1
|\
| * Fix bug #3576005: partial file means finished, not error.John-Mark Bell2012-10-101-1/+1
* | Fix up ripples from urldb change.Michael Drake2012-10-111-0/+2
* | Fixup for nsurl urldb.Michael Drake2012-10-091-1/+1
* | Port to new urldb.Michael Drake2012-10-081-3/+3
* | Port to new urldb.Michael Drake2012-10-081-3/+2
* | Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ...Michael Drake2012-10-082-317/+366
|/