summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Better bit and byte selectionRob Kendrick (humdrum)2013-05-161-7/+8
* | Painfully trivial bloom filter implementation to experiment with optimising u...Rob Kendrick (humdrum)2013-05-162-0/+261
|/
* Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ev...Michael Drake2013-05-151-21/+23
* Cache conversion descriptor since this func. is called many times in series f...Michael Drake2013-05-151-0/+27
* update with x86 Linux proper tripletVincent Sanders2013-05-121-3/+42
* improve script to use case statements as appropriate and fail correctly for u...Vincent Sanders2013-05-111-122/+215
* 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
* make filepath_findfile() rely on realpath allocating the output buffer.Vincent Sanders2013-05-041-9/+1
* cleanup tree_create_leaf_node text ownershipVincent Sanders2013-05-041-15/+23
* Improvements to generated outputVivek Dasmohapatra2013-05-021-26/+39
* Improve the message split script to allow alternate output formatsVivek Dasmohapatra2013-05-011-14/+217
* Add function to get the byte length of n characters in a utf8 string.Michael Drake2013-03-172-0/+19
* split sources lists out to their subdirectories as first step towards using c...Vincent Sanders2013-03-112-0/+13
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-242-0/+4
* Fix over-allocation of space for hash table chain heads.Michael Drake2013-02-221-1/+1
* Include stdbool.hMichael Drake2013-02-221-0/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-222-0/+20
|\
| * change stylesheet fetching to be generated from the default dom eventsVincent Sanders2013-02-192-0/+20
* | A load of refactoring of how content selection and input work.Michael Drake2013-02-222-0/+41
|/
* browser_window_navigate refactorVincent Sanders2013-02-181-1/+3
* implement Element::classNameVincent Sanders2013-01-232-0/+4
* Remove architecture from UA string.Michael Drake2013-01-141-7/+3
* Fix handling of junk inputJohn-Mark Bell2013-01-121-0/+3
* Remove code that hasn't been used since 2004.John-Mark Bell2013-01-123-1749/+0
* Revert "Treat cookies from HTTP and HTTPS as identical."John-Mark Bell2013-01-042-4/+0
* Remove junk "http_equiv" string.John-Mark Bell2013-01-031-1/+1
* Treat cookies from HTTP and HTTPS as identical.John-Mark Bell2013-01-032-0/+4
* Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-304-1/+145
* add dom event handler to document objectVincent Sanders2012-12-172-0/+4
* ensure default action fetcher is set to NULLVincent Sanders2012-12-061-0/+1
* change to parameterised parser binding creationVincent Sanders2012-12-062-7/+89
* extend corestings with event typesVincent Sanders2012-11-282-4/+278
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-263-0/+109
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-2/+2
* Check if box with imagemap at point has area at point.Michael Drake2012-11-221-3/+1
* make nsurl_access() not assert with being passed a NULL url as it is assumed ...Vincent Sanders2012-11-221-1/+3
* Close file when we've finished parsing it.Chris Young2012-11-111-0/+1
* Report (and ignore) failure to load non-existent document. (Credit: Chris Young)John-Mark Bell2012-11-112-7/+9
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-104-198/+159