summaryrefslogtreecommitdiff
path: root/amiga/launch.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningChris Young2014-11-091-2/+2
|
* Fix warningsChris Young2014-11-091-9/+9
|
* Fix url variable name.Michael Drake2014-10-261-1/+1
|
* Add missed semicolon, and ensure nsurl is unreffed.Michael Drake2014-10-261-2/+2
|
* We have all the schemes as interned strings, so compare them instead of ↵Michael Drake2014-10-261-4/+12
| | | | strncasecmp.
* Don't need url.hMichael Drake2014-10-261-1/+0
|
* Use nsurl to extract scheme.Michael Drake2014-10-261-4/+13
|
* fix warningsChris Young2014-06-301-0/+1
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-6/+12
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-1/+1
| | | | appropriate documentation.
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-2/+1
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-2/+0
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-2/+1
| | | | where it is not necessary.
* move options includeVincent Sanders2013-05-281-1/+1
|
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-181-16/+17
| | | | | | Add it as an option instead. svn path=/trunk/netsurf/; revision=13882
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12701
* Rename confusingly-named file; Remove about from unsupported protocols, as ↵Chris Young2011-02-261-0/+149
will never reach this code now. svn path=/trunk/netsurf/; revision=11829