Commit Graph

81 Commits (jmb/gtk3hacks)

Author SHA1 Message Date
Michael Drake 98b6d02df6 Move host_is_ip_address into urldb, as that's the only thing that cares. 10 years ago
Vincent Sanders 02ff3920ce remove unused url_init function 10 years ago
Vincent Sanders ce3d991918 use nsurl_nice and remove url_nice 10 years ago
Michael Drake 64d591676b Remove unused url_components stuff. 10 years ago
Michael Drake 1ccfcfe953 Remove unused url_path function. 10 years ago
Michael Drake d732b0c769 Remove unused url_scheme function. 10 years ago
Vincent Sanders e39606c411 make regex wrapper return errors instead of just aborting 10 years ago
Vincent Sanders 429d6e20f7 remove unused url operations 11 years ago
Vincent Sanders 096bd47ab0 refactor url utility functions to use standard nserror codes and have appropriate documentation. 11 years ago
Vincent Sanders 0c5c7159d8 remove uncessary includes 11 years ago
Michael Drake 672fa0a8e2 Make url_{get|reform|destroy}_components static. 12 years ago
Michael Drake 4c4e93ea54 Remove unused function. 12 years ago
Michael Drake 8ab9430bb4 Don't need url_compare any more. 12 years ago
Michael Drake aeac82ff17 Remove url_parent. 12 years ago
Michael Drake 01f421611c Remove unused functions. 12 years ago
Michael Drake 3fde9589c1 Remove unused url_normalise() and don't include regex.h. 13 years ago
John Mark Bell 3e1bd0d0bf Skip over credentials when lower casing host 14 years ago
John Mark Bell 021d3afd3e Fix comment 14 years ago
Vincent Sanders aa2865c7a4 add compatability for inet_pton and inet_aton 14 years ago
John Mark Bell e65bdafbe3 Fix url_host_is_ip_address() when encountering blatently invalid IPv4 addresses (which inet_aton fails to notice). 14 years ago
John Mark Bell b550f27f4b Fix OpenBSD build (credit: Anthony Bentley) 14 years ago
François Revel afc6a62b7a BeOS does not support IPv6, and never will. 14 years ago
Rob Kendrick 632f7df653 More IPv6 compatibility work, added hack to cope with incorrect calls to url_host_is_ip_address while we fix the callers. 14 years ago
Rob Kendrick fe56f45ac6 Reimplement url_host_is_ipaddress() to cope with IPv6 addresses and decimal/hex IPv4 addresses in addition to dotted-quad v4 addresses. 14 years ago
Vincent Sanders 18196e6692 Improve url_host_is_ip_address 14 years ago
John Mark Bell 2077918805 Merge branches/vince/netsurf-file-fetcher to trunk 15 years ago
Vincent Sanders 03bb3e8636 remove _GNU_SOURCE define from everywhere. 15 years ago
John Mark Bell 6471f83c19 We don't care about the result of regexec(); only that it was successful or not 16 years ago
John Mark Bell ce93fc9d4c Add _GNU_SOURCE. Ugh. 16 years ago
John Mark Bell bd94520701 More hoops, more warnings squashed. 17 years ago
Daniel Silverstone 3f5d902edd Merged revisions 5309-5406,5409-5422 via svnmerge from 17 years ago
John Mark Bell 50f520379b warnings.squash(); 17 years ago
John Tytgat 793d466edf - introduction of SLEN() 17 years ago
John Tytgat 3f6d2a9f0c Contribution from Philip Boulain <prb@ecs.soton.ac.uk>: 17 years ago
John Tytgat 0d39c69763 - riscos/gui.c(path_to_url): escape the characters which need to be escaped when converting the host path to file: URL. 17 years ago
John Mark Bell b087dfb3da Remove spurious * 17 years ago
John Mark Bell ad6fcea6b0 Add url_fragment to extract fragment from URL 17 years ago
John Mark Bell 2fa8e656a1 The previous fix was broken -- URI paths include the leafname. 17 years ago
John Mark Bell 252ad5c476 Add url_leafname() 17 years ago
Vincent Sanders 2f864eeecc Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 18 years ago
Daniel Silverstone 6807b4208a Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes 18 years ago
John Mark Bell d1b79f3e41 Bring percent-encoding closer to what other browsers do. 18 years ago
Richard Wilson ef65cb38bd Fix 1535120, 1528673 18 years ago
Michael Drake ba23e4b693 Update project URL. 18 years ago
John Mark Bell 4b09b7b8a0 Correcly encode spaces for url-encoded form submission. 19 years ago
Richard Wilson b0851c9dde Expose url component functions. 19 years ago
Richard Wilson 6c4003bf90 Remove URL caching and fix NULL reads. 19 years ago
Richard Wilson de0c4e2c32 Implement up toolbar icon and menu option. 19 years ago
John Mark Bell b7af14b591 Implement component-wise URL comparison 19 years ago
John Mark Bell f73bae5c29 Make url_plq ensure url_get_components found a path 19 years ago