summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-102-1/+26
* Revert "Hopefully quash INFO confusion on Atari MINT platform"Vincent Sanders2017-09-081-4/+0
* Sort out the logging so that -v etc do the right thingDaniel Silverstone2017-09-083-16/+79
* Hopefully quash INFO confusion on Atari MINT platformDaniel Silverstone2017-09-081-0/+4
* do not attempt to log when output is not enabledVincent Sanders2017-09-071-12/+13
* update layout logging to use a catagoryVincent Sanders2017-09-072-0/+2
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-8/+24
* update framebuffer toolkit logging to use a ctagoryVincent Sanders2017-09-072-0/+2
* Update scheduler logging to use catagoryVincent Sanders2017-09-072-0/+2
* update plotter logging to use a catagoryVincent Sanders2017-09-062-0/+2
* update fetch debug logging to use catagoryVincent Sanders2017-09-062-0/+2
* add low level cache category and use itVincent Sanders2017-09-062-9/+6
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-069-57/+99
* use nslog library for logging if available.Vincent Sanders2017-09-032-94/+169
* Messages: Correct code comment.Michael Drake2017-08-301-1/+1
* Errorcodes: Add SPRITE_ERROR and use it in sprite content handler.Michael Drake2017-08-302-0/+5
* Messages: Return the unknown message if we get to the unhandled errorcode.Michael Drake2017-08-281-0/+1
* Messages: Do message lookups for all errorcodes.Michael Drake2017-08-281-4/+55
* Errorcodes: Remove redundant MNG error.Michael Drake2017-08-282-5/+0
* Whitespace: Tidy up errorcodes.Michael Drake2017-08-281-53/+22
* RSVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-0/+2
* PNG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-0/+2
* ICO content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-0/+2
* GIF content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-0/+2
* BMP content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-0/+2
* nsurl: Remove redundant code path.Michael Drake2017-03-271-8/+9
* nsurl: Use ascii header for hex to value conversion.Michael Drake2017-03-271-40/+1
* ASCII: Add function for converting two hex chars to value.Michael Drake2017-03-271-0/+13
* ASCII: Add hex char to value conversion function.Michael Drake2017-03-271-0/+20
* ASCII: Split out a-f test.Michael Drake2017-03-271-3/+13
* ASCII: Split out A-F test.Michael Drake2017-03-271-3/+13
* nsurl: Don't allow credentials or host for file: URLs.Michael Drake2017-03-271-0/+10
* nsurl: Set path of "/" for file: URLs with empty path.Michael Drake2017-03-271-3/+7
* nsurl: Add detection of "file:" URL schemes.Michael Drake2017-03-271-0/+10
* nsurl: Add "file:" entry to enum of known URL schemes.Michael Drake2017-03-271-0/+1
* rework corestring implementationVincent Sanders2017-03-193-1165/+430
* clean up some of the doxygen generation warningsVincent Sanders2017-02-191-2/+2
* nsurl: Tidy up shared components code.Michael Drake2017-02-083-74/+44
* nsurl: Rationalise debug build option.Michael Drake2017-02-083-73/+42
* nsurl: Tidy up component helper macros.Michael Drake2017-02-083-12/+12
* nsurl: Consolidate conversion to string.Michael Drake2017-02-083-73/+76
* nsurl: Split out URL parsing.Michael Drake2017-02-084-1524/+1677
* nsurl: Split internal structure out into private header.Michael Drake2017-02-082-51/+77
* nusrl: Move into utils/nsurl directory.Michael Drake2017-02-083-1/+6
* Support fixed nsgenbind bindingsDaniel Silverstone2017-02-052-1/+35
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-213-23/+6
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-8/+0
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+1
* move test script into utilsVincent Sanders2016-12-161-0/+35
* Remove nonsense commentsChris Young2016-12-111-3/+0