summaryrefslogtreecommitdiff
path: root/utils/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make time taken that is displayed in status bar use gettimeofday()-based time...Rob Kendrick2007-01-301-0/+17
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-1/+28
* Update project URL.Michael Drake2006-11-271-1/+1
* Use case-insensitive strstr to match "stylesheet"John Mark Bell2006-07-021-0/+21
* Remove clean_cookiejar; it's been redundant for yearsJohn Mark Bell2006-06-271-77/+0
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-061-0/+23
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-34/+0
* [project @ 2005-05-24 20:22:14 by bursa]James Bursa2005-05-241-1/+0
* [project @ 2005-04-16 05:16:18 by jmb]John Mark Bell2005-04-161-3/+0
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-161-99/+5
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-38/+13
* [project @ 2004-12-09 22:23:32 by bursa]James Bursa2004-12-091-3/+12
* [project @ 2004-12-08 12:38:27 by kevinb]Kevin Bagust2004-12-081-3/+3
* [project @ 2004-12-08 00:10:17 by kevinb]Kevin Bagust2004-12-081-21/+6
* [project @ 2004-07-19 20:29:47 by joty]John Tytgat2004-07-191-2/+64
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-56/+75