summaryrefslogtreecommitdiff
path: root/zxingorg/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-06Test signed commit and update minor deps, pluginSean Owen1-1/+1
2015-09-07Crush PNGsSean Owen1-0/+0
2015-09-07Update reference server.xml for Tomcat at zxing.orgSean Owen1-13/+22
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-11-08Updates for Tomcat 8 on Elastic BeanstalkSean Owen2-3/+1
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 Owen3-8/+7
2014-09-11Improve icon, header spacingSean Owen4-3/+4
2014-09-11Fix/improve CSS colors and layoutSean Owen2-7/+9
2014-09-11Localize error response and remove redundant JSPXsSean Owen6-147/+80
2014-09-11Consolidate redirection, remove fairly redundant custom error pageSean Owen6-145/+74
2014-09-11Change HTML redirects to HTTPSean Owen3-25/+11
2014-09-11web.xml can also be removed nowSean Owen1-34/+0
2014-09-10Move to servlet 3.0 file upload handling and annotationsSean Owen4-70/+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
2014-01-31Increase size of input that decoder acceptsSean Owen2-5/+5
2014-01-23Custom, minimal error pageSean Owen2-0/+56
2014-01-23Deal with case of no block listSean Owen1-8/+12
2014-01-23Remove Google Analytics -- really not using itSean Owen7-34/+0
2014-01-23Better way to redirect entirely from /w/docs/javadoc to new github.io siteSean Owen5-9/+48
2014-01-22Point to new docs location at zxing.github.io and stop deploying javadoc to z...Sean Owen2-1/+9
2014-01-20Fix up .gitignore to ignore generated dirs, and remove generated dirs from gitSean Owen1-0/+1
2014-01-18Update project site references to GithubSean Owen1-1/+1
2014-01-07Issue 1828 make sure Tomcat interprets URL params with UTF-8srowen1-97/+9
2014-01-07Add default Amazon EBS Tomcat 7 server.xml configsrowen2-0/+146
2013-12-12Remove lang3 dependency as Guava can take over its one usagesrowen1-5/+4
2013-12-08Reject non-HTTP URIssrowen1-0/+8
2013-12-03Now that Elastic Beanstalk supports Java 7 and Amazon Linux 2013.09 we don't ...srowen@gmail.com2-11/+0
2013-11-25Add new endpoint at /w/chart that mimics http://chart.apis.google.com/chart Q...srowen@gmail.com4-4/+243
2013-11-22Move resources to match Maven standard directory structuresrowen@gmail.com18-0/+487
2013-09-09Use Guava in web appsrowen@gmail.com1-25/+20
2013-08-26Type weakening and dead code commenting againsrowen@gmail.com2-4/+4
2013-08-08Update non-core Java code to Java 7. Core/Android needs to stay on Java 6.srowen@gmail.com1-41/+19
2013-05-05Add uri blocklist featuresrowen@gmail.com1-40/+78
2013-04-23Fix and improve last commit for data URIssrowen@gmail.com1-7/+7
2013-04-23Try to support data: URIssrowen@gmail.com1-2/+27
2013-04-17Fix <br/> escaping that doesn't worksrowen@gmail.com1-8/+0
2013-04-11Fix incorrect byte display in some cases, refactor and simplify and even spee...srowen@gmail.com1-0/+66
2013-03-27Update to newer fileupload, lang libssrowen@gmail.com1-4/+11
2013-03-27Raise MP limit and improve message about limit on decode pagesrowen@gmail.com1-2/+2
2013-03-02Various changes from IJ12.1 inspectionssrowen@gmail.com1-3/+3
2012-11-29Minor touch ups of HTML, show full output for uploads, add more explanatory t...srowen1-9/+5
2012-11-28More changes for Elastic Beanstalk -- logging, no need for DoSsrowen3-254/+15