summaryrefslogtreecommitdiff
path: root/desktop/loginlist.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-04-10 18:42:37 by jmb]John Mark Bell2004-04-101-2/+7
| | | | | | Fix bug in sanity checking code svn path=/import/netsurf/; revision=745
* [project @ 2004-04-03 17:06:01 by jmb]John Mark Bell2004-04-031-13/+15
| | | | | | Fix possible memory leaks svn path=/import/netsurf/; revision=714
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-3/+4
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+5
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-26 16:21:46 by bursa]James Bursa2003-12-261-0/+4
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-12 00:46:18 by bursa]James Bursa2003-12-121-1/+1
| | | | | | Fix protocol check. svn path=/import/netsurf/; revision=427
* [project @ 2003-10-31 10:58:35 by jmb]John Mark Bell2003-10-311-1/+2
| | | | | | Really fix scheme:moose bug svn path=/import/netsurf/; revision=395
* [project @ 2003-10-30 22:45:23 by jmb]John Mark Bell2003-10-301-0/+3
| | | | | | Fix bug causing mailto: links to cause a crash svn path=/import/netsurf/; revision=394
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-17/+21
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389
* [project @ 2003-10-25 22:03:14 by jmb]John Mark Bell2003-10-251-11/+26
| | | | | | | Fix a bug where an infinite loop is entered if the hostname is entered without a trailing '/'. svn path=/import/netsurf/; revision=387
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-0/+137
HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382