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