summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* allocate small block using block use bitmaps to find free entries.Vincent Sanders2015-03-311-12/+69
* implement block read and write operations.Vincent Sanders2015-03-311-62/+141
* Block file usage bitmaps (de)serialisingVincent Sanders2015-03-311-5/+179
* define block store parametersVincent Sanders2015-03-311-0/+20
* Change backing store fetch operation to always perform the allocationsVincent Sanders2015-03-312-71/+95
* Compute the element index once and use that as a parameter.Vincent Sanders2015-03-311-58/+115
* Change element layout and cope with index collisions.Vincent Sanders2015-03-311-36/+45
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-5/+7
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-1/+2
* Remove include of nsurl from corestrings.hMichael Drake2015-02-261-3/+5
* Use forward declaration instead of #include for nsurl.Michael Drake2015-02-261-7/+6
* Fix to support non-POSIX behaviour when renaming cache entries on disc.Michael Drake2015-02-031-0/+2
* Improve metadata deserialisation to only update object on successVincent Sanders2015-01-281-22/+46
* Ensure no division by zero occours if no time has ever been spent writing llc...Vincent Sanders2015-01-031-2/+6
* add missing includesVincent Sanders2014-12-272-1/+3
* improve comments in low level cache and remove completed todoVincent Sanders2014-12-041-4/+4
* move the low bandwidth check to allow for an average over a much longer timeVincent Sanders2014-12-031-21/+72
* Use translated messgae for low bandwidth errorVincent Sanders2014-12-021-1/+1
* cope with backing store writeout making no progressVincent Sanders2014-12-011-44/+52
* ensure the backing store write reports at least a minimal amount of timeVincent Sanders2014-12-011-0/+7
* fix resource leak on error (Coverity 1256245)Vincent Sanders2014-11-301-0/+1
* Improve writeout rescheduling if list of objects is completed quicklyVincent Sanders2014-11-301-9/+11
* correctly calculate writeout bandwidth and properly impose limitsVincent Sanders2014-11-292-19/+66
* Improve llcache writeout stratagyVincent Sanders2014-11-283-27/+59
* update the backing store to allow for invalidating entries which have an allo...Vincent Sanders2014-11-272-49/+69
* stop using gettimeofday and use the monotonic time interface fron nsutilsVincent Sanders2014-11-261-8/+10
* caclulate the total amount of time spent writing an object outVincent Sanders2014-11-251-19/+34
* correctly release source data from llcacheVincent Sanders2014-11-232-4/+11
* Improve doxygen comments and add todo for cache and backing storeVincent Sanders2014-11-233-59/+149
* remove constness from backing stores store methodVincent Sanders2014-11-233-10/+10
* annotate element struct with packing attributes to reduce entry sizeVincent Sanders2014-11-231-7/+9