index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
vince/fltk
vince/gtk-tab-restyle
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
urldbtest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove test for removed API
Vincent Sanders
2017-09-11
1
-22
/
+0
*
Fix up tests with nslog changes
Daniel Silverstone
2017-09-09
1
-0
/
+3
*
Use coccinelle to change logging macro calls in c files
Vincent Sanders
2017-09-06
1
-7
/
+6
*
update cookie database tests to not use expired cookie data
Vincent Sanders
2017-07-26
1
-2
/
+5
*
improve numerical ipv6 urldb prefix search test coverage
Vincent Sanders
2017-03-13
1
-0
/
+12
*
fix urldb numerical v6 address handling
Vincent Sanders
2017-03-13
1
-2
/
+13
*
iterate urldb v6 numerical adresses as well as ipv4
Vincent Sanders
2017-03-13
1
-4
/
+34
*
add urldb tests for content type setting
Vincent Sanders
2017-03-13
1
-17
/
+21
*
add urldb tests for urls which cannot be found
Vincent Sanders
2017-03-13
1
-0
/
+45
*
add persistance flag tests to urldb
Vincent Sanders
2017-03-13
1
-21
/
+90
*
extend the session addition test with all the urls from the add/set/get test
Vincent Sanders
2017-03-13
1
-9
/
+20
*
extend urldb tests with url creation, setting and getting operations
Vincent Sanders
2017-03-13
1
-43
/
+105
*
replace tmpnam with something more suitable for the test files
Vincent Sanders
2017-03-09
1
-4
/
+16
*
fix compilation warnings in urldb test
Vincent Sanders
2017-03-09
1
-18
/
+10
*
actually check the generated database files against reference test data
Vincent Sanders
2017-03-08
1
-0
/
+60
*
remove urldb_add_host and path from public API
Vincent Sanders
2017-03-08
1
-75
/
+51
*
add a urldb test for a complete session where something is added to the database
Vincent Sanders
2017-03-07
1
-0
/
+49
*
add more tests for partial iterator in url database
Vincent Sanders
2016-08-09
1
-3
/
+83
*
add more API coverage to url database unit tests
Vincent Sanders
2016-08-09
1
-6
/
+21
*
extend url database unit testing to cover more API
Vincent Sanders
2016-08-09
1
-3
/
+92
*
add cookies tests to url database unit testing
Vincent Sanders
2016-08-09
1
-11
/
+116
*
add cookie database load and restore unit test
Vincent Sanders
2016-08-09
1
-3
/
+12
*
extend url database checks to cover authentication detail setter and getter
Vincent Sanders
2016-08-08
1
-2
/
+23
*
add some basic url database iteration tests
Vincent Sanders
2016-08-08
1
-36
/
+79
*
add url databse write output to unit test
Vincent Sanders
2016-08-08
1
-3
/
+18
*
Fix warnings in unit tests
Vincent Sanders
2016-08-08
1
-43
/
+44
*
Tests: Squash some warnings.
Michael Drake
2016-08-08
1
-5
/
+5
*
wrap urldb tests in check harness and add minimal session test
Vincent Sanders
2016-08-08
1
-55
/
+145
*
reduce curl usage to fetcher, url unescaping and time parsing
Vincent Sanders
2016-06-29
1
-2
/
+0
*
fix url database test after API header changes
Vincent Sanders
2016-06-14
1
-0
/
+1
*
move bitmap API header to core include directory
Vincent Sanders
2016-05-26
1
-1
/
+1
*
move image content handlers to accomodate core build changes
Vincent Sanders
2016-05-23
1
-1
/
+1
*
remove all core usage of warn_user API
Vincent Sanders
2016-04-26
1
-11
/
+0
*
convert nsurl tests to use check unit test framework
Vincent Sanders
2015-07-08
1
-2
/
+0
*
Restructure test makefile to be called from main makefile
Vincent Sanders
2015-07-07
1
-1
/
+3
*
make nsurl unit test work again
Vincent Sanders
2015-07-07
1
-0
/
+1
*
Change LOG() macro to be varadic
Vincent Sanders
2015-05-28
1
-13
/
+13
*
remove unused url_init function
Vincent Sanders
2014-10-31
1
-1
/
+0
*
Remove old hotlist, cookies, and history_global_core modules.
Michael Drake
2013-09-02
1
-3
/
+3
*
Fix up for cookies_old rename.
Michael Drake
2013-07-22
1
-1
/
+1
*
move options include
Vincent Sanders
2013-05-28
1
-1
/
+1
*
Fix for http_only param change.
Michael Drake
2013-04-08
1
-2
/
+2
*
Add a test for file scheme.
Michael Drake
2012-10-10
1
-0
/
+4
*
Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ...
Michael Drake
2012-10-08
1
-61
/
+180
*
Fix cookie expiration
John Mark Bell
2011-11-22
1
-0
/
+6
*
Minor fix for path defaulting: retain rightmost / iff it's the first characte...
John Mark Bell
2011-01-29
1
-0
/
+5
*
Add test for purely numeric subdomains (currently fails)
John Mark Bell
2011-01-12
1
-2
/
+3
*
Fix testsuite
John Mark Bell
2011-01-12
1
-1
/
+8
*
move url database test to test directory
Vincent Sanders
2010-06-29
1
-0
/
+243