summaryrefslogtreecommitdiff
path: root/utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* nusrl: Move into utils/nsurl directory.Michael Drake2017-02-081-1/+0
|
* Remove internal BASE64 in favour of nsutils' oneDaniel Silverstone2016-11-191-1/+0
|
* complete transition to locale independant core operationVincent Sanders2016-09-291-1/+0
| | | | | | | | | | | | The netsurf core no longer uses any locale dependant operations excepting the mall number or cases where such operations are explicitly wanted. the netsurf_init now calls setlocale with the empty string and lets the c library setup as per its specific implementation. any core functionality that specificaly processes ascii text must use the utils/ascii.h header to do so.
* Utils: Split time handling functions out of `utils.c` into `time.c`.Michael Drake2016-08-071-4/+22
|
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-141-1/+1
|
* IDNA2008 support.Chris Young2014-06-041-1/+2
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-1/+1
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* build new options code and remove oldVincent Sanders2013-05-281-1/+1
|
* urldb maintains a bloom filter of URLs contained within and consults it when ↵Rob Kendrick (humdrum)2013-05-171-2/+2
| | | | searching
* split sources lists out to their subdirectories as first step towards using ↵Vincent Sanders2013-03-111-0/+7
core buildsystem