summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix OS3 buildChris Young2016-08-111-1/+6
* OS3-related commentsChris Young2016-08-111-1/+7
* Remove excessive scheduler debugChris Young2016-08-111-26/+0
* Don't Abort/WaitIO when we've already removed it from the message queue (thx ...Chris Young2016-08-111-4/+10
* Tests: Fix option handling test data.Michael Drake2016-08-111-0/+1
* Treeview: Add `treeview_font_size` to options.Michael Drake2016-08-114-6/+19
* Missing TAG_DONE (thx capehill)Chris Young2016-08-102-1/+2
* Treeview: Rationalise initialisation and finalisation.Michael Drake2016-08-1013-60/+72
* Use the API for duplicating IORequestsChris Young2016-08-101-17/+48
* Always wait for at least some time, as it's ambiguous as to whether a 0.0s ti...Chris Young2016-08-101-0/+2
* more debugChris Young2016-08-091-2/+3
* Decouple the scheduler from system timeChris Young2016-08-091-69/+54
* add more tests for partial iterator in url databaseVincent Sanders2016-08-091-3/+83
* ensure url database destructor cleans up correctlyVincent Sanders2016-08-091-2/+7
* add more API coverage to url database unit testsVincent Sanders2016-08-091-6/+21
* extend url database unit testing to cover more APIVincent Sanders2016-08-093-14/+118
* add cookies tests to url database unit testingVincent Sanders2016-08-091-11/+116
* We don't need ReplyMsg here.Chris Young2016-08-091-4/+4
* Scheduler debug loggingChris Young2016-08-091-4/+11
* add cookie database load and restore unit testVincent Sanders2016-08-092-3/+50
* extend url database checks to cover authentication detail setter and getterVincent Sanders2016-08-081-2/+23
* add some basic url database iteration testsVincent Sanders2016-08-082-36/+80
* add url databse write output to unit testVincent Sanders2016-08-082-4/+19
* Fix warnings in unit testsVincent Sanders2016-08-086-69/+75
* Tests: Squash more warnings.Michael Drake2016-08-081-3/+3
* Tests: Squash some warnings.Michael Drake2016-08-082-6/+6
* Add header that may be needed for Windows build. (CI fix attempt.)Michael Drake2016-08-081-0/+1
* fix urldb warning and test buildVincent Sanders2016-08-082-5/+13
* update urldb dump to use LOG rather than writing to stderr directlyVincent Sanders2016-08-081-8/+19
* wrap urldb tests in check harness and add minimal session testVincent Sanders2016-08-082-55/+246
* Utils: Split time handling functions out of `utils.c` into `time.c`.Michael Drake2016-08-073-111/+154
* Indentation: spaces to tabs.Michael Drake2016-08-071-3/+3
* add unit test for user message handlingVincent Sanders2016-08-064-1/+872
* remove unused GTK treeview code completely repalced with core window APIVincent Sanders2016-08-064-677/+1
* convert GTK hotlist to use GTK core windowVincent Sanders2016-08-065-122/+259
* fix hotlist keypress consumption returnVincent Sanders2016-08-062-4/+4
* add some more bad values to choices file to ensure parser can copeVincent Sanders2016-08-061-0/+11
* remove erroneous parameter check to nsoption_snoptionfVincent Sanders2016-08-062-3/+1
* fix formatted option no init testVincent Sanders2016-08-061-1/+1
* improve option test coverage futherVincent Sanders2016-08-062-5/+73
* improve user option testing to cover all the APIVincent Sanders2016-08-063-16/+179
* Improve user option testing and API parameter checkingVincent Sanders2016-08-055-53/+616
* rename gtk global history implementationVincent Sanders2016-08-046-6/+4
* convert GTK global history to use GTK core windowVincent Sanders2016-08-044-142/+274
* fix global history keypress consumption returnVincent Sanders2016-08-042-3/+3
* add tests for utility string handlingVincent Sanders2016-08-043-3/+164
* add url escape test for complete garbage inputVincent Sanders2016-08-031-0/+1
* Improve percent escaping testing, parameter checking and documentationVincent Sanders2016-08-032-28/+179
* Add url percent escape test with minimal test vectorsVincent Sanders2016-07-312-1/+182
* add basic documentation on unit testing using checkVincent Sanders2016-07-311-0/+166