summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cope with freebsd gdk pathsVincent Sanders2014-12-211-0/+4
|
* do not exit on error from env scriptVincent Sanders2014-12-211-2/+2
|
* Improve env script packe install for freebsdVincent Sanders2014-12-211-11/+22
|
* update env script for freebsd using gmakeVincent Sanders2014-12-201-4/+18
|
* Some OS3 compatibility for testingChris Young2014-12-205-10/+82
|
* Update the coverity build script for buildsystem HOST/BUILD changesVincent Sanders2014-12-191-3/+3
|
* fix BUILD/HOST usage to work with fixed buildsystemVincent Sanders2014-12-192-57/+81
|
* Fix crash on startup when "always show tabs" is enabled.Chris Young2014-12-191-1/+1
|
* Helper script to open YouTube videos with SMTubeChris Young2014-12-151-0/+29
|
* Remove GetVideo supportChris Young2014-12-142-30/+0
| | | | It appears to be a dead project and no longer available for download.
* Encourage requesters onto the correct screen and remove some unneeded includesChris Young2014-12-131-12/+1
|
* Remove redundant checkChris Young2014-12-101-3/+1
|
* Document the core browser options and clarify Choices location for fbVincent Sanders2014-12-042-6/+249
|
* improve comments in low level cache and remove completed todoVincent Sanders2014-12-041-4/+4
|
* Get scale after memory allocatedChris Young2014-12-041-1/+1
|
* Don't need browser window private header now.Michael Drake2014-12-041-1/+1
|
* Use API to get at a browser window's content.Michael Drake2014-12-041-12/+10
|
* Fix missmatched bracket.Michael Drake2014-12-041-1/+1
|
* Use browser_window_get_extents to simplify window content size handling.Michael Drake2014-12-041-10/+20
|
* Use browser_window_get_url()Michael Drake2014-12-041-1/+1
|
* Don't include browser_private.hMichael Drake2014-12-041-1/+1
|
* Remove what seems a redundant check for bw->download.Michael Drake2014-12-041-9/+7
|
* Use browser_window_get_url instead of poking inside bw at contents.Michael Drake2014-12-041-3/+3
|
* Use API to get content from browser_window.Michael Drake2014-12-041-1/+2
|
* Store scale in gui_window. Remove a lot of bw dereferencing for scale.Michael Drake2014-12-043-39/+51
|
* move the low bandwidth check to allow for an average over a much longer timeVincent Sanders2014-12-031-21/+72
|
* Improve message split generationVincent Sanders2014-12-022-159/+115
| | | | | | | | | | This changes the message splitting code to ensure that a translation is generated for every different key using a specified language as a fallback if no translation is available. This also allows for a messages to be generated when there is no fallback at all and when the translation is the same as the fallback language
* Use translated messgae for low bandwidth errorVincent Sanders2014-12-022-1/+2
|
* Remove unused variableChris Young2014-12-011-2/+0
|
* Clear message port variable so we don't errorneously send messages to it.Chris Young2014-12-011-0/+3
|
* Run backing store jobs synchronously in the background.Chris Young2014-12-011-24/+313
|
* Fix leakChris Young2014-12-011-0/+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
|
* release gadget allocation on error path (Coverity 1109875)Vincent Sanders2014-11-301-0/+1
|
* fix resource leak on error (Coverity 1256245)Vincent Sanders2014-11-301-0/+1
|
* Enable the async write process to be disabled for testing purposesChris Young2014-11-301-0/+7
|
* make coverity build script use updated environment variablesVincent Sanders2014-11-301-4/+2
|
* 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
|
* Add some comments about timer.device.Chris Young2014-11-292-3/+14
|
* Improve llcache writeout stratagyVincent Sanders2014-11-284-35/+75
|
* revert unecessary librt linkage as it not comes from libnsfb pkg-config ↵Vincent Sanders2014-11-272-2/+2
| | | | correctly
* add rt library to linkVincent Sanders2014-11-272-2/+2
|
* update the backing store to allow for invalidating entries which have an ↵Vincent Sanders2014-11-272-49/+69
| | | | allocation
* stop using gettimeofday and use the monotonic time interface fron nsutilsVincent Sanders2014-11-262-9/+12
|
* caclulate the total amount of time spent writing an object outVincent Sanders2014-11-251-19/+34
| | | | | | In order to calculate the writeout bandwidth we need to know how long it took to write the data to peristant storage in addition to how much was written.
* Try using -pipe on beos/haiku as temporary file access may be slowVincent Sanders2014-11-241-1/+1
|
* Remove unecessary header include.Michael Drake2014-11-241-1/+0
|
* correctly release source data from llcacheVincent Sanders2014-11-232-4/+11
|