summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correctly terminate sha1 b64 encodingvince/prstllcacheVincent Sanders2014-03-071-1/+1
|
* fix sha1 implementation to not corrupt the input dataVincent Sanders2014-03-072-1/+9
|
* only try and cache http and https urlsVincent Sanders2014-03-061-7/+28
|
* remove unecessary caching of if a url has a query elementVincent Sanders2014-03-051-10/+1
|
* fix dumb const bugVincent Sanders2014-03-051-2/+3
|
* make nsurl_defragment() API more obvious and remove duplicated parameter ↵Vincent Sanders2014-03-053-21/+16
| | | | checking
* fixup sha hashingVincent Sanders2014-03-042-10/+51
|
* ensure path to cache files existsVincent Sanders2014-03-031-0/+68
|
* improve gtk backing storeVincent Sanders2014-03-035-49/+162
|
* split out candidate object list creation from writeout to backing storeVincent Sanders2014-02-272-71/+75
|
* add initial writeout ordering generatorVincent Sanders2014-02-241-6/+43
|
* make backing store invalidate workVincent Sanders2014-02-231-0/+9
|
* make backing store use new APIVincent Sanders2014-02-231-98/+37
|
* improve backing store APIVincent Sanders2014-02-233-46/+80
|
* make backing store file names based on hash selection parameterVincent Sanders2014-02-222-42/+107
|
* fix hard coded default backing store pathVincent Sanders2014-02-221-1/+1
|
* improve commentsVincent Sanders2014-02-222-10/+41
|
* ensure metadata contains all the information we require to determine the ↵Vincent Sanders2014-02-221-86/+150
| | | | objects freshness
* add sha1 implementation and testsVincent Sanders2014-02-215-2/+399
|
* allow initialisation, finalisation and configutarion of the backing storeVincent Sanders2014-02-217-98/+188
|
* change metadata handling and cleanup header processingVincent Sanders2014-02-214-139/+429
|
* basic persistant sorage for gtk frontendVincent Sanders2014-02-211-2/+233
|
* fetch from persistant storage for new objects before fetching from networkVincent Sanders2014-02-211-29/+103
|
* improve frontend operation interfaceVincent Sanders2014-02-215-35/+68
|
* make the object retrival from persistant storage much more obviousVincent Sanders2014-02-211-83/+107
|
* persistant store now used and deals with faliureVincent Sanders2014-02-215-66/+170
|
* use llcache operation table and move stub to gtkVincent Sanders2014-02-215-15/+77
|
* add llcache operation tableVincent Sanders2014-02-213-4/+70
|
* initial low level cache persistant writeoutVincent Sanders2014-02-212-17/+92
|
* Make llcache debugging less invasiveVincent Sanders2014-02-211-67/+33
|
* Witespace cleanup to prepare for backing store additionVincent Sanders2014-02-211-122/+121
|
* beos: Fix buildFrançois Revol2014-02-201-1/+1
| | | | One replacement was missed when changing browser_window_history_forward().
* Return 1 if help closed.Chris Young2014-02-192-1/+2
|
* Re-apply some of my previous changesChris Young2014-02-191-0/+7
|
* Updated amigaguide.class from Daniel JedlickaChris Young2014-02-191-89/+87
|
* Rename function arguments to avoid using 'new'.Michael Drake2014-02-192-13/+16
|
* Gadgets can exisit outside forms, so now they store their own ref to the ↵Michael Drake2014-02-175-29/+15
| | | | containing html content.
* Fix unchecked return. Coverity #1175740.Michael Drake2014-02-171-1/+5
|
* Fix redraw when selections are deleted.Michael Drake2014-02-171-10/+30
|
* GTK: add some support for input methods.John-Mark Bell2014-02-173-19/+109
| | | | | | | | We do not currently support pre-edit texts, or retrieving/modifying text surrounding the caret. This does, at least, finally allow the use of dead keys during text input, but probably is insufficient for useful input of CJKV &c.
* GTK: more endian fixes for bitmap conversion.John-Mark Bell2014-02-161-4/+48
|
* GTK: fix pre-multiplication of alpha.John-Mark Bell2014-02-161-3/+3
|
* GTK: make image component manipulation endian-safe.John-Mark Bell2014-02-161-41/+50
|
* Remove unused includes.Michael Drake2014-02-151-16/+0
|
* Remove unused includes.Michael Drake2014-02-151-2/+0
|
* Remove a load of unused includes.Michael Drake2014-02-151-9/+0
|
* More build fixing.Michael Drake2014-02-152-2/+2
|
* Fix build.Michael Drake2014-02-151-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-1530-670/+724
|
* Clear signal variableChris Young2014-02-151-0/+1
|