summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-05-07 19:04:59 by bursa]James Bursa2004-05-071-1/+2
| | | | | | Fix possible buffer under-read. svn path=/import/netsurf/; revision=840
* [project @ 2004-05-02 17:06:59 by jmb]John Mark Bell2004-05-021-3/+5
| | | | | | No longer truncate bytesize. svn path=/import/netsurf/; revision=817
* [project @ 2004-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-252-0/+52
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-21 22:51:51 by jmb]John Mark Bell2004-04-211-0/+5
| | | | | | Fix crash in tolat1_pre. Thanks to John Tytgat for reporting. svn path=/import/netsurf/; revision=800
* [project @ 2004-04-13 23:21:03 by bursa]James Bursa2004-04-131-2/+2
| | | | | | Make scheme matching stricter. svn path=/import/netsurf/; revision=779
* [project @ 2004-04-12 20:43:29 by bursa]James Bursa2004-04-121-3/+7
| | | | | | Fix bug in url_join(). svn path=/import/netsurf/; revision=763
* [project @ 2004-03-27 23:18:52 by bursa]James Bursa2004-03-272-3/+101
| | | | | | Implement url_nice() and make save boxes use it to choose the default filename. svn path=/import/netsurf/; revision=682
* [project @ 2004-03-27 00:49:29 by bursa]James Bursa2004-03-271-5/+0
| | | | | | Update die() to use an error box. svn path=/import/netsurf/; revision=673
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-0/+1
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-15 15:03:34 by bursa]James Bursa2004-03-151-3/+8
| | | | | | Remove isspace() calls to avoid squashing nbsp (see setlocale() change). svn path=/import/netsurf/; revision=624
* [project @ 2004-03-05 22:15:33 by jmb]John Mark Bell2004-03-051-0/+2
| | | | | | | Fix URI file dragging properly. Fix missing fclose in load() svn path=/import/netsurf/; revision=587
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-024-107/+459
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578