summaryrefslogtreecommitdiff
path: root/test/llcache.c
Commit message (Collapse)AuthorAgeFilesLines
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+1
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-7/+7
|
* remove all core usage of warn_user APIVincent Sanders2016-04-261-14/+0
|
* make nsurl unit test work againVincent Sanders2015-07-071-1/+0
|
* Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-261-0/+1
|
* Update the core to use the split operations table headersVincent Sanders2014-10-161-6/+0
| | | | Second in the series to decouple the core API usage from the frontends.
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+18
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-5/+5
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Fix up for cookies_old rename.Michael Drake2013-07-221-3/+3
|
* Fix up for various core changes.Michael Drake2013-04-081-6/+22
|
* Move nsurl test suite into test/John Mark Bell2011-10-141-11/+41
| | | | | | | | Fix up llcache tester to reflect nsurl changes Make handling of http:,http:/,http:// consistent Fix buffer overflow when presented with an input string: "http://" svn path=/trunk/netsurf/; revision=13051
* Fix testsuiteJohn Mark Bell2011-01-121-23/+12
| | | | svn path=/trunk/netsurf/; revision=11288
* Make test compileJohn Mark Bell2010-06-291-6/+53
| | | | svn path=/trunk/netsurf/; revision=10587
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+282
svn path=/trunk/netsurf/; revision=10180