summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Update for new lpu API.Michael Drake2013-12-142-25/+0
|
* Rename libcss_node_data key for libdom node user data.Michael Drake2013-12-132-3/+4
|
* Optimise selection by generating node ancestor element/class/id name bloom ↵Michael Drake2013-12-012-0/+3
| | | | filters for new libcss API.
* check mkdir call for errors (coverity 1109834)Vincent Sanders2013-11-281-1/+7
|
* check return from mkdir (coverity 1109834)Vincent Sanders2013-11-271-1/+5
|
* Sort non zero-padded numerical filename parts correctly.Michael Drake2013-11-142-0/+49
|
* Add own implementations of alphasort and scandir when not available.Michael Drake2013-11-142-0/+88
|
* Marginally cleaner handling of scandir absence.Michael Drake2013-11-111-0/+5
|
* improve default setting so we can override from CI systemVincent Sanders2013-11-071-5/+9
|
* add script so CI system can run build and upload results to coverityVincent Sanders2013-11-071-0/+66
|
* update identifier for package to be cleanedVincent Sanders2013-11-051-0/+4
|
* setup old identifier before values get changedVincent Sanders2013-11-041-2/+9
|
* remove old build artifactsVincent Sanders2013-11-041-6/+20
|
* check ftell return value coverity 1109870Vincent Sanders2013-10-251-1/+8
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-252-36/+40
|
* Remove unnecessary strlen.Michael Drake2013-10-241-1/+1
|
* Free string vector correctly.Michael Drake2013-10-241-1/+5
|
* make js library selection target dependantVincent Sanders2013-09-031-2/+12
|
* Make dom node children iterator return nserror.Michael Drake2013-08-162-8/+12
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-032-90/+279
|\
| * add finalisation to options and document the API betterVincent Sanders2013-06-012-89/+279
| |
| * amiga is the only user of the very odd usage of the options APIVincent Sanders2013-06-011-11/+0
| |
| * Remove bool default setter as the user will struggle to override itChris Young2013-06-011-5/+0
| |
| * Macros for setting default options and updating user options if they are "as ↵Chris Young2013-06-011-0/+15
| | | | | | | | default"
* | Include stdbool.h.Michael Drake2013-05-311-0/+2
|/
* fix import of old broken ChoicesVincent Sanders2013-05-291-2/+30
|
* Ensure colour values around #888888 can be read in HTML output.Michael Drake2013-05-281-1/+2
|
* add provenance to about:configVincent Sanders2013-05-282-46/+100
|
* if the colour value is unusable do not assign garbage to teh optionVincent Sanders2013-05-281-4/+5
|
* copy the options data with memcpy insteadVincent Sanders2013-05-281-6/+2
|
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+0
|
* build new options code and remove oldVincent Sanders2013-05-281-1/+1
|
* add new option API and implementationVincent Sanders2013-05-282-0/+971
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-11/+13
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* removed unsuded memdebug utilitiesVincent Sanders2013-05-232-487/+0
|
* ensure downloaded files are not interpretedVincent Sanders2013-05-221-0/+3
|
* Merge branch 'master' into rjek/bloomRob Kendrick (humdrum)2013-05-172-0/+74
|\
| * Add function to get a nsurl's hash value.Michael Drake2013-05-172-0/+74
| |
* | urldb maintains a bloom filter of URLs contained within and consults it when ↵Rob Kendrick (humdrum)2013-05-171-2/+2
| | | | | | | | searching
* | Better bit and byte selectionRob Kendrick (humdrum)2013-05-161-7/+8
| |
* | Painfully trivial bloom filter implementation to experiment with optimising ↵Rob Kendrick (humdrum)2013-05-162-0/+261
|/ | | | urldb lookups
* Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ↵Michael Drake2013-05-151-21/+23
| | | | ever has to shrink.
* Cache conversion descriptor since this func. is called many times in series ↵Michael Drake2013-05-151-0/+27
| | | | for the same conversion. (UTF-8 --> iso-8859-1)
* update with x86 Linux proper tripletVincent Sanders2013-05-121-3/+42
|
* improve script to use case statements as appropriate and fail correctly for ↵Vincent Sanders2013-05-111-122/+215
| | | | unsupported usage
* add jenkins build scriptVincent Sanders2013-05-101-0/+219
|
* Add new translation entries to the master file when importingVivek Dasmohapatra2013-05-071-6/+31
|
* Fix unescaping when importing transifex/java-properties format translationsVivek Dasmohapatra2013-05-071-1/+1
|
* import messages from other formats into a fatmessages fileVivek Dasmohapatra2013-05-061-0/+301
|
* perl script to fetch translated resources from transifexVincent Sanders2013-05-061-0/+124
|