summaryrefslogtreecommitdiff
path: root/zxingorg/src/main
AgeCommit message (Expand)AuthorFilesLines
2025-08-11Remove broken links to Play Store (#1965)Terence Eden1-4/+0
2023-07-30Remove old Elastic configSean Owen1-65/+0
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 Owen8-28/+10
2020-07-15Remove reference to 'beta' quality formatsSean Owen1-2/+2
2020-05-13Minor HTML standards improvement per ChromeSean Owen3-7/+11
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 Owen3-39/+40
2017-09-04Update Tomcat 8.5 example config to include HTTP/2, OpenSSL configSean Owen1-6/+9
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 Owen2-12/+26
2017-05-22Add support for JPEG, GIF images from chart server; can request chart.png / c...Sean Owen1-5/+36
2017-05-15Note support for MaxiCodeSean Owen1-0/+1
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
2017-01-06Minor dep updateSean Owen1-1/+1
2016-08-22Make background of zxing.org white to match zxing.appspot.comSean Owen1-1/+1
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 Owen2-14/+17
2016-07-16Update plugins; use https:// URLs consistently for good practiceSean Owen1-1/+1
2016-06-22Skip javadoc for Android apps, alwaysSean Owen1-1/+1
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-10Move zxing.org web resources to standard src/main/webappSean Owen9-0/+296
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