summaryrefslogtreecommitdiff
path: root/utils/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-19 20:29:47 by joty]John Tytgat2004-07-191-0/+1
| | | | | | | 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-05 20:19:51 by joty]John Tytgat2004-07-051-3/+5
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [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-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-251-0/+1
| | | | | | 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-03-02 18:02:17 by bursa]James Bursa2004-03-021-3/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2003-12-29 00:38:59 by bursa]James Bursa2003-12-291-0/+1
| | | | | | Transliterate Unicode to Latin1 using Markus Kuhn's transtab. svn path=/import/netsurf/; revision=465
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-281-0/+1
| | | | | | | | | | | Remove expired cookies from the cookiejar. Cookies are removed every time a window is closed and when NetSurf is quit. /me slaps libcurl for not doing it itself. Make cookie_create() read the cookie jar location from the messages file. svn path=/import/netsurf/; revision=463
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-0/+3
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-1/+1
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-211-1/+0
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [project @ 2003-12-19 00:59:36 by jmb]John Mark Bell2003-12-191-0/+1
| | | | | | Move version string creation to utils for easy access svn path=/import/netsurf/; revision=432
* [project @ 2003-11-07 23:47:55 by bursa]James Bursa2003-11-071-0/+2
| | | | | | Add is_dir(). svn path=/import/netsurf/; revision=407
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-0/+1
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-07 21:34:39 by bursa]James Bursa2003-10-071-0/+1
| | | | | | Implement white-space property. svn path=/import/netsurf/; revision=348
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-04-11 21:06:51 by bursa]James Bursa2003-04-111-1/+4
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-1/+2
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-3/+3
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-01-07 23:15:23 by bursa]James Bursa2003-01-071-1/+2
| | | | | | Clean up many compiler warnings. svn path=/import/netsurf/; revision=88
* [project @ 2002-08-11 23:04:02 by bursa]James Bursa2002-08-111-1/+7
| | | | | | [monkeyson] Multiple-include guards. svn path=/import/netsurf/; revision=30
* [project @ 2002-05-21 21:27:29 by bursa]James Bursa2002-05-211-1/+3
| | | | | | Add squash_whitespace(). svn path=/import/netsurf/; revision=17
* [project @ 2002-04-22 09:24:35 by bursa]James Bursa2002-04-221-0/+11
Initial revision svn path=/import/netsurf/; revision=2