- 03 Nov, 2022 1 commit
-
-
Tony Butler authored
Remove Request Error Handlers Closes #123 See merge request kado/kado!347
-
- 02 Nov, 2022 1 commit
-
-
Bryan Tong authored
Fixes #123 NOTICE: Users must implement error handling methods or request errors will cause fatal errors.
-
- 26 Oct, 2022 2 commits
-
-
Bryan Tong authored
Update Library List See merge request kado/kado!346
-
Bryan Tong authored
Add missing libraries that are new.
-
- 25 Oct, 2022 2 commits
-
-
Tony Butler authored
Update download info page. See merge request kado/kado!345
-
Bryan Tong authored
-
- 13 Oct, 2022 5 commits
-
-
Bryan Tong authored
Update Copyright Year. See merge request kado/kado!344
-
Bryan Tong authored
Verified no additional entries exist.
-
Bryan Tong authored
Cleanup leftover console log. See merge request kado/kado!343
-
Bryan Tong authored
-
Bryan Tong authored
Kado 4.4 release article. See merge request kado/kado!342
-
- 12 Oct, 2022 24 commits
-
-
Tony Butler authored
Adjust gitignore to ignore geoip data. See merge request kado/kado!341
-
Bryan Tong authored
Update library count on the home page and readme.
-
Bryan Tong authored
# Conflicts: # CHANGELOG.md
-
Bryan Tong authored
-
Tony Butler authored
Changelog updates for 4.4 See merge request kado/kado!340
-
Bryan Tong authored
-
Tony Butler authored
Stream Syntax Fix See merge request kado/kado!339
-
Tony Butler authored
Fix multipart tests on Windows. See merge request kado/kado!338
-
Bryan Tong authored
-
Bryan Tong authored
Prepare for Kado 4.4.0 See merge request kado/kado!335
-
Bryan Tong authored
Adds a check for possible uninitialized variable.
-
Bryan Tong authored
-
Bryan Tong authored
This is done by reading the input files directly. There is a long-standing issue with piping a file into a http request.
-
Bryan Tong authored
-
Tony Butler authored
[GeoIP] Fix updater so it works on Windows; Fix tests for current non-free dataset See merge request kado/kado!337
-
Tony Butler authored
View Middleware Rendering Closes #95 See merge request kado/kado!336
-
Tony Butler authored
-
Bryan Tong authored
-
Bryan Tong authored
-
-
Bryan Tong authored
Remove extra newline in test and doc for View.
-
Bryan Tong authored
Allows for middleware to be installed for view post-processing. Adds functional code, tests and documentation on usage. Also, a disclaimer on why middleware is bad. Closes #95
-
Bryan Tong authored
Fix argv handling on Windows for geoip-update.
-
Bryan Tong authored
Update typo in Kado 4.3 release article. Fix many typo's and grammar errors in the Thesis. Update the changelog to include all the recent changes. Update the version in package.json Update the copyright year in the library files.
-
- 11 Oct, 2022 5 commits
-
-
Tony Butler authored
Kado 4.3 Release Article See merge request kado/kado!334
-
Tony Butler authored
Fix multipart test random failure. See merge request kado/kado!333
-
Tony Butler authored
Add Request Engine. Closes #115 See merge request kado/kado!332
-
Bryan Tong authored
Adds back dated release article about 4.3.
-
Bryan Tong authored
Changes error handling to print in logs for out of band server errors in the mini server. Moves the route entry up to the mini server declaration. This will prevent duplicate route promise routing. Where an event in one route triggers the other. Adds a 20ms delay before the boundary test is executed. This prevents a connection reset during changeover on fast testers.
-