summaryrefslogtreecommitdiff
path: root/utils/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Fix BeOS buildAdrien Destugues2015-10-121-0/+2
* Doxygen fixesVincent Sanders2014-11-091-6/+9
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+6
* Clean up saving as PDFVincent Sanders2014-10-261-1/+0
* remove the die API from the core.Vincent Sanders2014-10-261-1/+0
* make regex wrapper return errors instead of just abortingVincent Sanders2014-10-251-1/+1
* annotate die() as not returningVincent Sanders2014-05-281-1/+1
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-111-41/+73
* add string utility to join stringsVincent Sanders2014-05-071-0/+46
* use compatability macro for mkdirVincent Sanders2014-04-281-6/+3
* cleanup copyright headers and some doc commentsVincent Sanders2014-01-161-5/+0
* move 401 login into operation tableVincent Sanders2014-01-161-1/+3
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-2/+1
* Update for new lpu API.Michael Drake2013-12-141-11/+0
* Sort non zero-padded numerical filename parts correctly.Michael Drake2013-11-141-0/+14
* Remove code that hasn't been used since 2004.John-Mark Bell2013-01-121-1/+0
* alter file fetcher to use mmap where availableVincent Sanders2012-08-131-0/+12
* Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ...François Revel2012-03-191-0/+6
* Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...John Mark Bell2011-10-151-1/+0
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-041-0/+10
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-0/+25
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+8
* Fix windows url barVincent Sanders2010-10-171-0/+2
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for 32...François Revel2010-08-021-0/+4
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+1
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-0/+12
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+1
* Add Windows frontendVincent Sanders2010-01-311-0/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-4/+0
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...Rob Kendrick2009-03-021-2/+2
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-0/+1
* BeOS doesn't have strtof and PRIxPTR.François Revel2008-08-131-0/+7
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-1/+2
* Really fix warnings.John Mark Bell2008-08-111-1/+1
* Squash warnings on RISC OSJohn Mark Bell2008-08-111-1/+1
* Update my e-mail address.John Tytgat2008-08-051-1/+1
* - introduction of SLEN()John Tytgat2008-05-251-0/+8
* Contribution from Philip Boulain <prb@ecs.soton.ac.uk>:John Tytgat2008-05-251-0/+12
* Add -D_NETBSD_SOURCE to Makefile.unix for building on NetBSD. Also don't pro...Rob Kendrick2008-03-121-1/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Add HAVE_STRNDUP and supporting structure to config.h and make utils.[ch] ref...Rob Kendrick2007-06-161-4/+0
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-021-1/+0
* Fix almost all warnings in gtk/Rob Kendrick2007-02-101-0/+2
* Generates and use a User-Agent: string based on new netsurf_version_major/min...Rob Kendrick2007-01-301-0/+1
* Make time taken that is displayed in status bar use gettimeofday()-based time...Rob Kendrick2007-01-301-0/+1
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-1/+5
* Update project URL.Michael Drake2006-11-271-1/+1
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-1/+0