summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-251-2/+2
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-19 20:49:34 by joty]John Tytgat2004-07-191-1/+1
| | | | | | Build fix (part 2). svn path=/import/netsurf/; revision=1119
* [project @ 2004-07-19 20:43:25 by joty]John Tytgat2004-07-191-2/+2
| | | | | | Build fix. svn path=/import/netsurf/; revision=1118
* [project @ 2004-07-19 20:29:47 by joty]John Tytgat2004-07-192-2/+65
| | | | | | | Added cnv_local_enc_str() : to convert string in local machine encoding into UTF-8 NUL terminated string. svn path=/import/netsurf/; revision=1116
* [project @ 2004-07-19 19:34:07 by atimmins]Andrew Timmins2004-07-191-4/+4
| | | | | | Updated to support NCNetSurf build options svn path=/import/netsurf/; revision=1115
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-25/+30
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+1
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-08 20:13:35 by joty]John Tytgat2004-07-081-10/+9
| | | | | | Log function name too when compiling with Norcroft. svn path=/import/netsurf/; revision=1058
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-052-59/+80
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-2/+5
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-6/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-0/+1
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-08 10:56:21 by bursa]James Bursa2004-06-081-2/+4
| | | | | | Ignore whitespace at the start and end of URLs. svn path=/import/netsurf/; revision=935
* [project @ 2004-06-02 20:53:37 by bursa]James Bursa2004-06-021-5/+13
| | | | | | Make config change according to build. svn path=/import/netsurf/; revision=906
* [project @ 2004-05-20 20:55:36 by matthewh]Matthew Hambley2004-05-201-0/+1
| | | | | | Added a .cvsignore file to hide automatically built files svn path=/import/netsurf/; revision=874
* [project @ 2004-05-12 10:23:07 by rjw]Richard Wilson2004-05-122-2/+2
| | | | | | | Interactive help keys made more descriptive. Message key length increased to 24. svn path=/import/netsurf/; revision=856
* [project @ 2004-05-08 18:13:27 by bursa]James Bursa2004-05-082-66/+85
| | | | | | Clean up and make more efficient. svn path=/import/netsurf/; revision=843