summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-192-2/+115
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-02-11 18:11:09 by jmb]John Mark Bell2006-02-111-0/+4
| | | | | | Clear cached conversion descriptor if iconv() fails svn path=/import/netsurf/; revision=2071
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-071-1/+2
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-062-0/+24
| | | | | | Implement HTTP caching algorithm; this should avoid stale cache entries being used. svn path=/import/netsurf/; revision=2059
* [project @ 2006-01-18 00:54:27 by rjw]Richard Wilson2006-01-181-0/+3
| | | | | | Tidy up code to use generic url<->path functions. svn path=/import/netsurf/; revision=2022
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-0/+1
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-08-20 23:04:35 by bursa]James Bursa2005-08-201-0/+1
| | | | | | Fix strndup() warnings. svn path=/import/netsurf/; revision=1850
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-232-99/+134
| | | | | | Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814
* [project @ 2005-07-16 16:15:37 by adrianl]Adrian Lees2005-07-161-4/+2
| | | | | | Faster utf8 next/prev functions svn path=/import/netsurf/; revision=1797
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-165-21/+9
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-11 18:10:10 by jmb]John Mark Bell2005-07-112-12/+46
| | | | | | Cache previous iconv conversion descriptor svn path=/import/netsurf/; revision=1792
* [project @ 2005-07-02 18:18:48 by bursa]James Bursa2005-07-022-4/+4
| | | | | | Fix file comment for Doxygen. svn path=/import/netsurf/; revision=1778
* [project @ 2005-07-02 14:35:43 by jmb]John Mark Bell2005-07-021-17/+13
| | | | | | Tidy up svn path=/import/netsurf/; revision=1773
* [project @ 2005-06-28 23:46:16 by jmb]John Mark Bell2005-06-281-0/+12
| | | | | | Using Iconv to convert between an encoding and itself is pretty pointless. svn path=/import/netsurf/; revision=1772
* [project @ 2005-06-27 01:57:54 by adrianl]Adrian Lees2005-06-271-3/+5
| | | | | | Fix termination of output from url_escape svn path=/import/netsurf/; revision=1770
* [project @ 2005-06-26 22:18:37 by jmb]John Mark Bell2005-06-262-0/+50
| | | | | | | Improve clarity of use of utf8_to_enc. Remove use of curl_escape - url_escape does similar things, just better. svn path=/import/netsurf/; revision=1766
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-074-64/+52
| | | | | | | Lose cnv_str_local_enc and friends. UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate. svn path=/import/netsurf/; revision=1744
* [project @ 2005-05-24 20:22:14 by bursa]James Bursa2005-05-242-2/+0
| | | | | | Remove unnecessary include. svn path=/import/netsurf/; revision=1737
* [project @ 2005-05-23 22:27:37 by jmb]John Mark Bell2005-05-231-1/+8
| | | | | | Tighten up entry conditions svn path=/import/netsurf/; revision=1735
* [project @ 2005-05-11 20:33:25 by bursa]James Bursa2005-05-112-240/+0
| | | | | | Remove no longer used memory pool code. svn path=/import/netsurf/; revision=1720
* [project @ 2005-04-30 14:31:48 by bursa]James Bursa2005-04-302-94/+123
| | | | | | Fix bug in url_up_re which caused /xy/../ not to be recognised when xy was 2 characters. Add defines for match part numbers. Simplify part 6(g) of url_join(). svn path=/import/netsurf/; revision=1704
* [project @ 2005-04-23 22:26:05 by jmb]John Mark Bell2005-04-231-2/+31
| | | | | | Make url_join match the spec - see http://www.ics.uci.edu/~fielding/url/test1.html for testcases. svn path=/import/netsurf/; revision=1682
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-231-0/+21
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
* [project @ 2005-04-21 21:36:23 by adrianl]Adrian Lees2005-04-211-0/+9
| | | | | | Dragging URLs into toolbar URL icon; keyboard actions in textareas conform to Wimp's icon editing; display of scale % fixed for 120% svn path=/import/netsurf/; revision=1676
* [project @ 2005-04-16 08:19:56 by adrianl]Adrian Lees2005-04-161-0/+1
| | | | | | missing #include svn path=/import/netsurf/; revision=1651
* [project @ 2005-04-16 05:16:18 by jmb]John Mark Bell2005-04-161-3/+0
| | | | | | Lose \todo svn path=/import/netsurf/; revision=1649
* [project @ 2005-04-16 05:10:08 by jmb]John Mark Bell2005-04-161-1/+2
| | | | | | Don't unescape characters 0x80->0xFF svn path=/import/netsurf/; revision=1648
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-164-102/+316
| | | | | | | | | | | | Split out UTF-8 handling functions. Submit URL-encoded forms in sensible encoding: * First entry in accept-charset list, if present * Document encoding, otherwise We may want to explicitly look for UTF-8, to save converting. Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc). Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS) svn path=/import/netsurf/; revision=1647
* [project @ 2005-04-15 05:52:04 by adrianl]Adrian Lees2005-04-151-0/+4
| | | | | | Defined NOF_ELEMENTS utility macro svn path=/import/netsurf/; revision=1635
* [project @ 2005-04-03 10:56:49 by bursa]James Bursa2005-04-032-0/+1198
| | | | | | Talloc memory allocation functions from Samba. svn path=/import/netsurf/; revision=1591
* [project @ 2005-02-14 22:35:05 by jmb]John Mark Bell2005-02-141-1/+1
| | | | | | Fix bug in regex svn path=/import/netsurf/; revision=1513
* [project @ 2005-02-14 21:20:26 by jmb]John Mark Bell2005-02-141-3/+3
| | | | | | | Make regex work with latest unixlib. Fix incorrect return value svn path=/import/netsurf/; revision=1512
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-1/+1
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-131-2/+2
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2005-01-02 14:41:07 by bursa]James Bursa2005-01-021-2/+2
| | | | | | regexec() returns int, not a pointer. svn path=/import/netsurf/; revision=1425
* [project @ 2005-01-02 04:01:21 by jmb]John Mark Bell2005-01-021-1/+1
| | | | | | Lose warning svn path=/import/netsurf/; revision=1420
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-022-43/+15
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2004-12-09 22:23:32 by bursa]James Bursa2004-12-091-3/+12
| | | | | | Remove die() from squash_whitespace(). All calls need checking. svn path=/import/netsurf/; revision=1399
* [project @ 2004-12-08 12:38:27 by kevinb]Kevin Bagust2004-12-081-3/+3
| | | | | | Altered calls to xfree into calls to free in clean_cookiejar svn path=/import/netsurf/; revision=1392
* [project @ 2004-12-08 00:10:17 by kevinb]Kevin Bagust2004-12-082-22/+6
| | | | | | Removed unused function load, and altered call to xcalloc into a call to calloc in clean_cookiejar svn path=/import/netsurf/; revision=1389
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-3/+1
| | | | | | | | Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-012-6/+40
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-3/+3
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-14 15:07:19 by joty]John Tytgat2004-08-141-20/+17
| | | | | | | | - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-092-101/+127
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-09 07:37:29 by jmb]John Mark Bell2004-08-091-0/+2
| | | | | | Checkin missing config.h update svn path=/import/netsurf/; revision=1203
* [project @ 2004-08-06 22:20:36 by jmb]John Mark Bell2004-08-061-4/+6
| | | | | | Make the likes of <a href="#foo"> work svn path=/import/netsurf/; revision=1188
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-0/+2
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [project @ 2004-07-28 22:35:02 by bursa]James Bursa2004-07-283-0/+854
| | | | | | Heap debugging functions and log analysis script. svn path=/import/netsurf/; revision=1156
* [project @ 2004-07-27 20:44:46 by jmb]John Mark Bell2004-07-272-0/+18
| | | | | | | Language configuration menu Make adjust clicks on font size arrows style guide compliant svn path=/import/netsurf/; revision=1154