summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-1/+1
* need strings.h for strncasecmp on freebsdVincent Sanders2016-04-212-0/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-216-63/+26
* update content wallclock timing to use monotonic time interfaceVincent Sanders2016-04-202-7/+11
* use monotonic clock call for html reflow timingVincent Sanders2016-04-201-3/+3
* stop content header dragging in so many other headersVincent Sanders2016-04-192-1/+2
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-191-0/+43
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-193-4/+3
* reduce content header interdependancyVincent Sanders2016-04-185-23/+54
* clean up header usage in content hnadling coreVincent Sanders2016-04-181-20/+10
* Reduce unecessary use of networking headersVincent Sanders2016-04-173-3/+4
* urldb no longer uses curl directly but it does need correct network includesVincent Sanders2016-04-171-0/+1
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-162-41/+64
* complete the rename of the gui browser tableVincent Sanders2016-04-164-13/+13
* Fix size_t printf formattingVincent Sanders2016-03-174-24/+37
* revert urldb include fixes as tehy cause build issues elsewhere and failed to...Vincent Sanders2016-02-121-4/+0
* fix more freebsd warningsVincent Sanders2016-02-121-0/+4
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-121-1/+1
* Stop GIF animations when they are no longer in use, instead of waiting until ...Chris Young2016-02-112-0/+9
* Log the cache limit along side size, after clean.Michael Drake2016-02-081-1/+1
* Style: Wrap some long lines.Michael Drake2016-02-081-18/+31
* Add URL to llcache object destruction logging.Michael Drake2016-02-081-1/+2
* Remove torrent of logging during browser window resize.Michael Drake2016-02-061-1/+1
* Tiny simplification of curl debug logging.Michael Drake2016-01-211-1/+1
* URLdb doesn't store 'mailto' urls, so add early exit to lookup.Michael Drake2016-01-081-0/+6
* Fix crazy indentation.Michael Drake2016-01-081-3/+2
* Stop reporting error from mime sniffing when a fetcher completes with no dataVincent Sanders2016-01-061-4/+6
* Remove unused variable.Michael Drake2015-12-201-3/+0
* Add extra logging to curl poll fn when not suppressing curl debug.Michael Drake2015-11-111-0/+38
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-104-4/+35
* Fix error reporting from fetch_startVincent Sanders2015-06-244-47/+79
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-171-48/+151
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-285-68/+69
* Change LOG() macro to be varadicVincent Sanders2015-05-288-197/+182
* Fix format string type missmatches on 32-bit systems.Michael Drake2015-05-121-3/+7
* Avoid generating confusing warning.Michael Drake2015-05-121-1/+1
* Improve the logge dinformation about written cache dataVincent Sanders2015-05-081-7/+7
* Move the setting of block file extents to background maintinance.Vincent Sanders2015-05-041-16/+68
* Ensure bandwidth minimum check is only performed when enough data hasVincent Sanders2015-04-301-6/+15
* Ensure small block cache files allocate their entire extent at open.Vincent Sanders2015-04-301-10/+18
* Add scaled content redraw interface.Vincent Sanders2015-04-232-2/+92
* Move bitmap operations into an operation table.Vincent Sanders2015-04-132-10/+14
* Fix up some doxygen errorsVincent Sanders2015-04-031-1/+1
* Use nsutils unistd operations for pread and pwrite to get consistant interfaceVincent Sanders2015-04-021-2/+3
* Revert "Fix RISC OS not having a pread/pwrite implementation."Vincent Sanders2015-04-021-2/+0
* extend backing store logging to show errno values ofter operationsVincent Sanders2015-04-011-22/+31
* Fix RISC OS not having a pread/pwrite implementation.Vincent Sanders2015-03-311-2/+4
* ensure entry invalidation copes with entries in blocksVincent Sanders2015-03-311-13/+47
* Improve file naming inside cacheVincent Sanders2015-03-311-87/+84