summaryrefslogtreecommitdiff
path: root/zxingorg/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Update to Java EE 10 for zxing.org (#1621)Sean Owen10-55/+55
2022-07-20Add basic support for thread interruption, and add protection for long runnin...Sean Owen2-3/+95
2021-10-05Enforce line length and indent in checkstyle (#1448)Sean Owen1-4/+4
2021-05-23Minor code and dep changes; return better HTTP status codes from web appSean Owen2-12/+26
2021-01-16Tweak DoS limits and logging; update dependenciesSean Owen4-8/+20
2020-12-09Improve test coverageSean Owen2-12/+12
2020-09-07Many small updates from code analysis; remove unused files; tune server param...Sean Owen5-18/+7
2020-05-13Dynamic request capping system for web app plus minor optimizationSean Owen6-78/+131
2019-12-12Plugin updates; misc code simplifications and optimizationsSean Owen1-4/+8
2019-03-12More sophisticated load protection, plus testsSean Owen5-31/+103
2019-03-10Small fixes, dep updates, removed warning about Android app, made web app par...Sean Owen3-13/+31
2018-09-03Many more changes from recent IJ inspectionsSean Owen1-12/+14
2018-08-31Catch more exceptions in web app and update site skinSean Owen2-22/+8
2018-08-30Make sure to stop processing after all error conditions (errorResponse calls)Sean Owen1-0/+2
2018-08-08Issue #1051: to avoid letting user input into logs, sanitize input and/or jus...Sean Owen1-1/+4
2018-07-24Fix bug in decoding data URIs; Add tests in javase/, zxingorg/Sean Owen2-2/+6
2018-06-13Shorten error response for floods of requests; experiment with testing web co...Sean Owen1-1/+3
2018-05-18Apply checkstyle to test code too, and fix violations; minor updates from cod...Sean Owen3-6/+5
2018-04-24Update JAI ImageIO for JDK 9; other trivial inspection and plugin updatesSean Owen1-3/+4
2017-10-12Fixed error key in doPost() (#887)Sergey Yanzin1-1/+1
2017-10-06Better web app logging and checkstyle updateSean Owen1-12/+15
2017-10-03Better: refactor rate-limiting logic and apply to destination hosts tooSean Owen4-57/+143
2017-10-02Revamp protection against flood of requests; minor related tweaksSean Owen2-38/+39
2017-08-20Reject responses whose content type isn't image/* earlySean Owen1-2/+9
2017-08-16Run full GC periodically to try to fight memory issue with ImageIO objects wi...Sean Owen2-1/+8
2017-07-17Minor changes from inspectionSean Owen1-5/+5
2017-06-08More attempt to tune memory problem on decode serverSean Owen1-9/+23
2017-05-22Add support for JPEG, GIF images from chart server; can request chart.png / c...Sean Owen1-5/+36
2017-04-15Catch a few corner case errors in web appSean Owen1-3/+9
2017-03-08Stop redirecting old javadoc links; redirect web pages to HTTPS by defaultSean Owen4-82/+140
2017-03-08Apply DoS filter to /chart too, but relax limitSean Owen1-2/+2
2016-08-08Increase online decoder size limitsSean Owen1-8/+8
2016-07-24A bunch of inspection changes, including some dead code removal and tightenin...Sean Owen1-13/+16
2016-06-20Redirect to https://zxing.org directly, and touch up a build warningSean Owen2-3/+2
2016-06-12Update plugins; fix logging of uploaded file nameSean Owen1-1/+2
2016-06-04Add minimal javadoc to all classes (and enforce with checkstyle); minor refac...Sean Owen1-2/+14
2016-05-18Better info logging in web app, and better clearing of buffersSean Owen1-6/+5
2015-06-06Remove spurious stack trace from singleton exception, and various minor editsSean Owen1-22/+11
2015-05-13Reintroduce basic DoS filter in web appSean Owen1-0/+129
2015-05-13Reintroduce basic DoS filter in web appSean Owen1-3/+3
2015-05-12Handle IOException in multipart more cleanlySean Owen1-0/+4
2014-09-12Correctly identify file upload in multipart and only parse the first file uploadSean Owen1-10/+15
2014-09-11Fix Tomcat rendering issues and redirectSean Owen2-4/+3
2014-09-11Localize error response and remove redundant JSPXsSean Owen1-26/+52
2014-09-11Consolidate redirection, remove fairly redundant custom error pageSean Owen2-44/+71
2014-09-11Change HTML redirects to HTTPSean Owen1-1/+1
2014-09-10Move to servlet 3.0 file upload handling and annotationsSean Owen3-37/+19
2014-06-08Fix corner case for javadoc redirectorSean Owen1-3/+6
2014-02-09Untangle try-catch a bit in servlet, to properly catch 404 errorsSean Owen1-33/+28
2014-01-31Move to use of Java 7 NIO2 APIsSean Owen1-22/+17