summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Buildsystem: Make curl/openssl usage build-time options.Michael Drake2016-08-134-10/+25
| * Tests: Add some basic tests for date string parsing.Michael Drake2016-08-132-1/+436
| * Time: Add date string to time_t parser.Michael Drake2016-08-131-3/+810
| * url: Use ascii module, rather than ctype for locale safetly.Michael Drake2016-08-131-1/+3
| * nsurl: Update to use ascii_* helper functions.Michael Drake2016-08-131-112/+15
| * Utils: Add a set of ASCII string parsing helpers.Michael Drake2016-08-131-0/+358
| * Time: Expose arrays of weekday and month names.Michael Drake2016-08-131-6/+72
|/
* Ensure we are treating LShift/RShift and LAlt/RAlt the same.Chris Young2016-08-121-35/+24
* Don't attempt to close a public screen we're not the owner of.Chris Young2016-08-111-3/+3
* 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