summaryrefslogtreecommitdiff
path: root/utils/utils.c
Commit message (Expand)AuthorAgeFilesLines
* use the miscellaneous table warning entryVincent Sanders2016-04-251-0/+12
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* remove unused wallclock APIVincent Sanders2016-04-211-11/+0
* move remove underscores utility to alongside the single gtk call siteVincent Sanders2016-04-201-22/+0
* move regex helper to be with teh single remaining call siteVincent Sanders2016-04-201-16/+0
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-191-35/+0
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-191-0/+5
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-1/+0
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-0/+1
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-161-16/+41
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
* Update posix source version on monkey frontend to reflect oyr usage of scandirVincent Sanders2015-05-031-1/+1
* Revert "Fix RISC OS not having a pread/pwrite implementation."Vincent Sanders2015-04-021-32/+0
* Fix RISC OS not having a pread/pwrite implementation.Vincent Sanders2015-03-311-0/+32
* add missing errno includeVincent Sanders2015-01-301-0/+1
* Updated time_t fallback reading to not fail if the value is 0Vincent Sanders2015-01-301-2/+5
* make regex wrapper return errors instead of just abortingVincent Sanders2014-10-251-3/+6
* add helpers for time_t reading/writingVincent Sanders2014-05-151-17/+46
* make vsnstrjoin correctly check for null arguments.Vincent Sanders2014-05-131-0/+4
* fix typo in nsc_time_strptimeVincent Sanders2014-05-131-1/+1
* add struct tm definition and fix build errorVincent Sanders2014-05-131-1/+1
* add strptime compatabilityVincent Sanders2014-05-131-0/+27
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-111-81/+23
* add string utility to join stringsVincent Sanders2014-05-071-0/+79
* Update for new lpu API.Michael Drake2013-12-141-14/+0
* Sort non zero-padded numerical filename parts correctly.Michael Drake2013-11-141-0/+35
* Add own implementations of alphasort and scandir when not available.Michael Drake2013-11-141-0/+84
* cleanup tree_create_leaf_node text ownershipVincent Sanders2013-05-041-15/+23
* Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...John Mark Bell2011-10-151-28/+0
* Make strchrnul stupid.John Mark Bell2011-04-081-132/+5
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-3/+0
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-071-0/+52
* Fix windows url barVincent Sanders2010-10-171-0/+28
* add realpath compatability for windowsVincent Sanders2010-10-091-0/+15
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-0/+13
* hopefully fix the _GNU_SOURCE messVincent Sanders2010-04-261-0/+2
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+0
* Add Windows frontendVincent Sanders2010-01-311-0/+14
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+23
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-18/+165
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-0/+1
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-0/+1
* Update my e-mail address.John Tytgat2008-08-051-1/+1
* C89François Revel2008-07-291-4/+3
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-5/+15
* Add HAVE_STRNDUP and supporting structure to config.h and make utils.[ch] ref...Rob Kendrick2007-06-161-1/+1
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+1
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-5/+5
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-021-32/+0
* Generates and use a User-Agent: string based on new netsurf_version_major/min...Rob Kendrick2007-01-301-0/+35