Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-24jetty-9 URI parsing passed ByteBuffer so that strange query string encodings ...Greg Wilkins3-7/+7
2012-12-24Revert "395794 slightly modified fix for empty file extenstion to mime type m...Jan Bartel1-1/+1
2012-12-22Merge remote-tracking branch 'origin/jetty-8'Jan Bartel1-4/+6
2012-12-22Merge remote-tracking branch 'origin/jetty-8'Jan Bartel4-6/+337
2012-12-22Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-4/+6
2012-12-22397110 Accept %uXXXX encodings in URIsGreg Wilkins1-4/+6
2012-12-21Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel2-81/+163
2012-12-21Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel2-1/+239
2012-12-21Fixing confusing outputJoakim Erdfelt1-6/+6
2012-12-21Fixing NPEJoakim Erdfelt1-6/+12
2012-12-20Bug 391623 - Add option to --stop to wait for target jetty to stopJoakim Erdfelt2-82/+158
2012-12-19Squashing JMX warnings on jetty startupJoakim Erdfelt3-4/+4
2012-12-19Merge branch 'jetty-7' into jetty-7-graceful-stopJoakim Erdfelt1-0/+3
2012-12-18395794 slightly modified fix for empty file extenstion to mime type mapping. ...Thomas Becker1-1/+1
2012-12-17jetty-9 recycle response print writersGreg Wilkins2-16/+41
2012-12-17395794 NullPointerException in when requesting a file without extensionJan Bartel2-1/+19
2012-12-17jetty-9 avoid additional dispatch for pipelined requests to optimize pipeline...Greg Wilkins1-44/+35
2012-12-14jetty-9 use direct buffers for generated headersGreg Wilkins1-1/+1
2012-12-14Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel1-0/+3
2012-12-13jetty-9 optimisation to dispatch before parsing so that handling is done in s...Greg Wilkins1-23/+12
2012-12-13jetty-9 use spare space in content buffer for headerGreg Wilkins2-8/+14
2012-12-13jetty-9 use spare space in content buffer for headerGreg Wilkins1-1/+1
2012-12-13Revert "jetty-9 added null constructor"Jan Bartel1-53/+2
2012-12-13jetty-9 use spare space in content buffer for headerGreg Wilkins1-2/+20
2012-12-12JETTY-1533 handle URL with no pathGreg Wilkins1-0/+3
2012-12-10jetty-9 use DateCache timer to set Date header once per secondGreg Wilkins8-39/+67
2012-12-07jetty-9 some optimizationsGreg Wilkins2-3/+3
2012-12-07jetty-9 recycle content-typeGreg Wilkins1-3/+16
2012-12-07jetty-9 Use public HttpFieldGreg Wilkins1-3/+7
2012-12-04391623 - Making --stop with STOP.WAIT perform graceful shutdownJoakim Erdfelt2-1/+240
2012-11-29jetty-9 fixed test webapp TestServer and improved error messageGreg Wilkins1-2/+2
2012-11-29395215 Multipart mime with just LF and no CRLFJan Bartel2-9/+9
2012-11-29jetty-9 javadocGreg Wilkins1-1/+3
2012-11-28jetty-9 added null constructorGreg Wilkins1-2/+51
2012-11-26jetty-9 Added proxy test webapp. Refined no servlet context handlingGreg Wilkins1-160/+290
2012-11-26393770 Error in ContextHandler.setEventListeners(EventListener[])Jan Bartel1-1/+1
2012-11-23jetty-9 cleaning up dependenciesGreg Wilkins7-1798/+7
2012-11-23Merge remote-tracking branch 'origin/jetty-8'Jan Bartel1-2/+2
2012-11-23Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel1-2/+2
2012-11-23392417 Prevent Cookie parsing interpreting unicode charsJan Bartel1-2/+2
2012-11-23394854 Implemented PromiseGreg Wilkins18-95/+76
2012-11-22Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins4-25/+56
2012-11-22Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins2-10/+23
2012-11-22Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel2-19/+34
2012-11-22394514 Preserve URI parameters in sendRedirectGreg Wilkins2-10/+23
2012-11-22394829 Session can not be restored after SessionManager.setIdleSavePeriod has...Jan Bartel2-19/+34
2012-11-16394370 correctly handle last content and responses with no contentGreg Wilkins2-2/+23
2012-11-15jetty-9 improved javadocGreg Wilkins3-1/+102
2012-11-13Eliminated jetty-proxy module.Simone Bordet6-0/+1822
2012-11-13Completed port of ConnectHandler and ProxyServlet implementations.Simone Bordet1-9/+22

Back to the top