summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Messages file parsing and searching use new re-usable hash table libraryRob Kendrick2006-08-212-83/+65
* Add documentation comments to hash table implementation.Rob Kendrick2006-08-211-0/+58
* Check for malloc failing in hash_add(). Remove unnecessary casts.James Bursa2006-08-202-11/+14
* Make hash_add() return success/failure boolRob Kendrick2006-08-202-2/+20
* Implement simple reusable write-once hash table for use in new Messages file ...Rob Kendrick2006-08-202-0/+216
* Slightly improve hash table for Messages file. Paves way for more generic us...Rob Kendrick2006-08-191-5/+14
* Remove URL caching and fix NULL reads.Richard Wilson2006-08-171-76/+37
* Implement up toolbar icon and menu option.Richard Wilson2006-07-032-3/+3
* Implement component-wise URL comparisonJohn Mark Bell2006-07-022-0/+68
* Use case-insensitive strstr to match "stylesheet"John Mark Bell2006-07-022-0/+22
* Make url_plq ensure url_get_components found a pathJohn Mark Bell2006-07-011-25/+30
* Stop possible pollution of the cache.Richard Wilson2006-06-301-8/+16
* Rewrite url_join to RFC 3986 compliance, and without the use of regular expre...Richard Wilson2006-06-281-257/+296
* Fix URL joining for fragments.Richard Wilson2006-06-271-5/+5
* Massively optimise common URL functions. This should (a) drastically reduce t...Richard Wilson2006-06-271-238/+321
* Don't use a regexp to extract scheme name.Richard Wilson2006-06-271-30/+38
* Remove clean_cookiejar; it's been redundant for yearsJohn Mark Bell2006-06-272-78/+0
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-202-16/+24
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-192-0/+53
* Fix crash when a relative URL contains "//../".James Bursa2006-04-221-5/+5
* Lose spurious RISC OS-specific include (fixes GTK build)John Mark Bell2006-04-221-1/+0