Vincent Sanders
|
de982b4d3e
|
fix windows build format specifiers
add install target for windows - creates installer rather than actually installing
|
2012-08-12 21:52:39 +01:00 |
Vincent Sanders
|
9b85ae106b
|
limit url debug output to 140 characters
|
2012-07-03 14:32:13 +01:00 |
John Mark Bell
|
07309888d6
|
return;
Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched.
svn path=/trunk/netsurf/; revision=13182
|
2011-11-27 14:14:36 +00:00 |
John Mark Bell
|
dcbafe6b87
|
Clean up fetch callback API. Inject some long-needed type safety.
svn path=/trunk/netsurf/; revision=13137
|
2011-11-08 21:51:42 +00:00 |
Michael Drake
|
73afb1e728
|
Use malloc, memcpy instead of strdup since we have the length.
svn path=/trunk/netsurf/; revision=13006
|
2011-10-08 12:47:42 +00:00 |
Michael Drake
|
6cfd37e60f
|
Convert fetchers to nsurl.
svn path=/trunk/netsurf/; revision=12910
|
2011-09-29 15:31:54 +00:00 |
Michael Drake
|
c94271edf5
|
Fetchers register with an lwc_string, rather than a string.
svn path=/trunk/netsurf/; revision=12891
|
2011-09-26 21:07:19 +00:00 |
John Mark Bell
|
308f549f78
|
Fix backend fetcher poll loops
svn path=/trunk/netsurf/; revision=11775
|
2011-02-23 22:41:17 +00:00 |
Vincent Sanders
|
fa98e3d76a
|
add about: fetcher
rename fetchers to be more sensible
svn path=/trunk/netsurf/; revision=11692
|
2011-02-15 23:18:10 +00:00 |