summaryrefslogtreecommitdiff
path: root/zxingorg/src/test
AgeCommit message (Collapse)AuthorFilesLines
2023-04-27Update to Java EE 10 for zxing.org (#1621)Sean Owen6-14/+14
* Update to Java EE 10 for zxing.org * Just remove reactor convergence
2022-07-20Add basic support for thread interruption, and add protection for long ↵Sean Owen1-0/+61
running requests in web app
2021-10-05Enforce line length and indent in checkstyle (#1448)Sean Owen1-1/+1
2020-12-09Improve test coverageSean Owen3-0/+167
2020-09-07Many small updates from code analysis; remove unused files; tune server ↵Sean Owen1-4/+4
params (#1311)
2020-05-13Dynamic request capping system for web app plus minor optimizationSean Owen2-2/+5
2019-05-14Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep ↵Sean Owen1-2/+2
updates
2019-03-12More sophisticated load protection, plus testsSean Owen2-13/+60
2019-03-10Small fixes, dep updates, removed warning about Android app, made web app ↵Sean Owen1-2/+8
params into annotations
2018-09-22Make DoS test case possibly less flakySean Owen1-5/+5
2018-09-03Many more changes from recent IJ inspectionsSean Owen3-4/+7
2018-07-24Improve DoS test case to be more robust to timingSean Owen1-5/+9
2018-07-24Fix bug in decoding data URIs; Add tests in javase/, zxingorg/Sean Owen6-1/+231
2018-06-13Shorten error response for floods of requests; experiment with testing web ↵Sean Owen1-0/+66
components
2018-05-18Apply checkstyle to test code too, and fix violations; minor updates from ↵Sean Owen1-1/+4
code inspections
2017-04-23Add more tests for non-core modulesSean Owen1-0/+32