| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2016-04-06 | Test signed commit and update minor deps, plugin | Sean Owen | 1 | -1/+1 |
| 2015-09-07 | Crush PNGs | Sean Owen | 1 | -0/+0 |
| 2015-09-07 | Update reference server.xml for Tomcat at zxing.org | Sean Owen | 1 | -13/+22 |
| 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-11-08 | Updates for Tomcat 8 on Elastic Beanstalk | Sean Owen | 2 | -3/+1 |
| 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 | 3 | -8/+7 |
| 2014-09-11 | Improve icon, header spacing | Sean Owen | 4 | -3/+4 |
| 2014-09-11 | Fix/improve CSS colors and layout | Sean Owen | 2 | -7/+9 |
| 2014-09-11 | Localize error response and remove redundant JSPXs | Sean Owen | 6 | -147/+80 |
| 2014-09-11 | Consolidate redirection, remove fairly redundant custom error page | Sean Owen | 6 | -145/+74 |
| 2014-09-11 | Change HTML redirects to HTTP | Sean Owen | 3 | -25/+11 |
| 2014-09-11 | web.xml can also be removed now | Sean Owen | 1 | -34/+0 |
| 2014-09-10 | Move to servlet 3.0 file upload handling and annotations | Sean Owen | 4 | -70/+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 |
| 2014-01-31 | Increase size of input that decoder accepts | Sean Owen | 2 | -5/+5 |
| 2014-01-23 | Custom, minimal error page | Sean Owen | 2 | -0/+56 |
| 2014-01-23 | Deal with case of no block list | Sean Owen | 1 | -8/+12 |
| 2014-01-23 | Remove Google Analytics -- really not using it | Sean Owen | 7 | -34/+0 |
| 2014-01-23 | Better way to redirect entirely from /w/docs/javadoc to new github.io site | Sean Owen | 5 | -9/+48 |
| 2014-01-22 | Point to new docs location at zxing.github.io and stop deploying javadoc to z... | Sean Owen | 2 | -1/+9 |
| 2014-01-20 | Fix up .gitignore to ignore generated dirs, and remove generated dirs from git | Sean Owen | 1 | -0/+1 |
| 2014-01-18 | Update project site references to Github | Sean Owen | 1 | -1/+1 |
| 2014-01-07 | Issue 1828 make sure Tomcat interprets URL params with UTF-8 | srowen | 1 | -97/+9 |
| 2014-01-07 | Add default Amazon EBS Tomcat 7 server.xml config | srowen | 2 | -0/+146 |
| 2013-12-12 | Remove lang3 dependency as Guava can take over its one usage | srowen | 1 | -5/+4 |
| 2013-12-08 | Reject non-HTTP URIs | srowen | 1 | -0/+8 |
| 2013-12-03 | Now that Elastic Beanstalk supports Java 7 and Amazon Linux 2013.09 we don't ... | srowen@gmail.com | 2 | -11/+0 |
| 2013-11-25 | Add new endpoint at /w/chart that mimics http://chart.apis.google.com/chart Q... | srowen@gmail.com | 4 | -4/+243 |
| 2013-11-22 | Move resources to match Maven standard directory structure | srowen@gmail.com | 18 | -0/+487 |
| 2013-09-09 | Use Guava in web app | srowen@gmail.com | 1 | -25/+20 |
| 2013-08-26 | Type weakening and dead code commenting again | srowen@gmail.com | 2 | -4/+4 |
| 2013-08-08 | Update non-core Java code to Java 7. Core/Android needs to stay on Java 6. | srowen@gmail.com | 1 | -41/+19 |
| 2013-05-05 | Add uri blocklist feature | srowen@gmail.com | 1 | -40/+78 |
| 2013-04-23 | Fix and improve last commit for data URIs | srowen@gmail.com | 1 | -7/+7 |
| 2013-04-23 | Try to support data: URIs | srowen@gmail.com | 1 | -2/+27 |
| 2013-04-17 | Fix <br/> escaping that doesn't work | srowen@gmail.com | 1 | -8/+0 |
| 2013-04-11 | Fix incorrect byte display in some cases, refactor and simplify and even spee... | srowen@gmail.com | 1 | -0/+66 |
| 2013-03-27 | Update to newer fileupload, lang libs | srowen@gmail.com | 1 | -4/+11 |
| 2013-03-27 | Raise MP limit and improve message about limit on decode page | srowen@gmail.com | 1 | -2/+2 |
| 2013-03-02 | Various changes from IJ12.1 inspections | srowen@gmail.com | 1 | -3/+3 |
| 2012-11-29 | Minor touch ups of HTML, show full output for uploads, add more explanatory t... | srowen | 1 | -9/+5 |
| 2012-11-28 | More changes for Elastic Beanstalk -- logging, no need for DoS | srowen | 3 | -254/+15 |