summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-022-19/+26
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-0/+5
* Update to use new build system.Michael Drake2008-03-191-1/+1
* Remove spurious *John Mark Bell2008-03-131-1/+3
* Add -D_NETBSD_SOURCE to Makefile.unix for building on NetBSD. Also don't pro...Rob Kendrick2008-03-121-1/+1
* Avoid magic numbers.John Tytgat2008-03-091-4/+4
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-052-0/+486
* SignednessWarnings.squash()John Mark Bell2008-02-251-1/+2
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-032-7/+49
* The previous fix was broken -- URI paths include the leafname.John Mark Bell2008-01-071-9/+2
* Add url_leafname()John Mark Bell2008-01-072-1/+34
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0822-66/+323
* a script which will determine who was the last person to change a line which ...Vincent Sanders2007-08-081-0/+36
* Fix debug buildJohn Mark Bell2007-08-061-2/+4
* Purge NCOS build options; these have been redundant for ages.John Mark Bell2007-07-211-5/+4
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-181-1/+7
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-181-0/+1
* Add HAVE_STRNDUP and supporting structure to config.h and make utils.[ch] ref...Rob Kendrick2007-06-163-6/+13
* Changes to allow building on Solaris.Rob Kendrick2007-06-153-3/+3
* FreeBSD portability fixes.Rob Kendrick2007-06-151-1/+1
* Reflow useragent.c to be 8 char indent. Also rename build_user_agent to user_...Daniel Silverstone2007-06-101-27/+27
* Warning fixes.John Mark Bell2007-06-101-9/+17
* Merge scheme switcher branch in.Daniel Silverstone2007-06-103-0/+177
* Check return value of stat() in filename.c and report oddness using LOGRob Kendrick2007-06-101-2/+10
* Stop filename.c using d_type member in dirent struct, as this is completely a...Rob Kendrick2007-06-101-6/+15
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-3012-27/+27
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-3/+4
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-022-33/+0
* Remove defines that were never or are no longer used.James Bursa2007-04-301-11/+1
* Bring percent-encoding closer to what other browsers do.John Mark Bell2007-02-111-8/+13
* 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-302-0/+36
* Make time taken that is displayed in status bar use gettimeofday()-based time...Rob Kendrick2007-01-302-0/+18
* Make GTK build compile on FreeBSD.James Bursa2007-01-294-4/+37
* Fix 1535120, 1528673Richard Wilson2006-12-012-0/+37
* Update project URL.Michael Drake2006-11-2719-97/+97
* Skeleton implementation of new themes API, complete with documentation, for d...Rob Kendrick2006-10-312-0/+166
* Add verbose flag to theme creation tool - silent unless used.Rob Kendrick2006-10-271-9/+22
* Make containers use mmap() where availableRob Kendrick2006-10-262-6/+18
* Import initial work on theme container handling code and simple command-line ...Rob Kendrick2006-10-262-0/+587
* Make hashtable's fnv hash inline - saves 8 instructions and two pipeline flus...Rob Kendrick2006-10-201-1/+1
* Plug possible memory leak. Reduce memory usage. Add facility to iterate throu...Richard Wilson2006-10-202-42/+67
* Further hash table optimisations and tidies. Test rig now does more lookups ...Rob Kendrick2006-10-132-14/+19
* Optimise and tidy up code.Richard Wilson2006-10-132-20/+25
* Fix bad pointer incrementJohn Mark Bell2006-10-121-2/+2
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-122-20/+54
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-192-7/+14
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-1/+0
* Expose url component functions.Richard Wilson2006-09-022-23/+41
* Experimental new frames code.Richard Wilson2006-09-022-0/+25