Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-02331461 Fixed idle timeout for unflushed HTTP/1.0Greg Wilkins1-3/+2
2010-11-08324679 Fixed dedection of write before static contentGreg Wilkins1-4/+4
2010-10-22328199 ensure SSL closes connections when shutdownoutput is attemptedGreg Wilkins1-0/+3
2010-09-14325105 websocket ondisconnect fixedGreg Wilkins1-0/+5
2010-09-09324679 Don't set content length if filter has written content.Greg Wilkins1-1/+1
2010-07-14319655 Reset HEAD statusGreg Wilkins1-0/+1
2010-07-09319334 improved resource cacheGreg Wilkins1-10/+14
2010-07-02reduced verbosity of tests reporting errorsGreg Wilkins1-1/+1
2010-07-02318551 Optional uncheck PrintwriterGreg Wilkins1-23/+2
2010-07-02318551 Optional uncheck PrintwriterGreg Wilkins1-2/+23
2010-06-28317906 OPTIONS correctly handles TRACEGreg Wilkins1-1/+0
2010-06-16317019 Date HTTP header not sent for HTTP/1.0 requestsMichael Gorovoy1-0/+4
2010-06-09JETTY-547 delay close after shutdownGreg Wilkins1-2/+5
2010-06-04315715 Improved Cookie version handling. Server.setMaxCookieVersionGreg Wilkins1-4/+4
2010-05-27292326 Stop continuations if server is stoppedGreg Wilkins1-1/+7
2010-05-03306782 Close connection when expected 100 continues is not sentGreg Wilkins1-0/+4
2010-05-03#296650 JETTY-1198 reset idle timeout on request body chunksGreg Wilkins1-0/+4
2010-04-12297104 Improve handling of CONNECT methodGreg Wilkins1-2/+2
2010-04-12Enhancements for #297104.Simone Bordet1-19/+16
2010-04-08297104 Improve handling of CONNECT methodGreg Wilkins1-1/+2
2010-04-08297104 Improve handling of CONNECT methodGreg Wilkins1-3/+14
2010-04-08294563 cleaned up connection returnGreg Wilkins1-19/+27
2010-04-01307898 Handle large/async websocket messagesGreg Wilkins1-2/+3
2010-03-30306782 httpbis interpretation of 100 continues. Body never skippedGreg Wilkins1-51/+5
2010-03-27306782 Do not skip content if 100 not sent, but content availableGreg Wilkins1-8/+44
2010-03-27306782 Do not skip content if 100 not sent, but content availableGreg Wilkins1-2/+14
2010-02-19javadocGreg Wilkins1-1/+13
2010-02-11294563 removed UpgradeConnectionException from websocket handlingGreg Wilkins1-7/+13
2009-12-17JETTY-910 Allow request listeners to access sessionGreg Wilkins1-12/+5
2009-11-25fixed Date handling for 1xx responsesGreg Wilkins1-1/+1
2009-11-12294563 Initial websocket implementation workingGreg Wilkins1-0/+5
2009-10-26numerous code cleanupsGreg Wilkins1-9/+19
2009-10-16hide expected exception in testGreg Wilkins1-1/+0
2009-09-22290081 Eager consume LF after CRGreg Wilkins1-1/+7
2009-09-16JETTY-1112 Response fails if header exceeds buffer sizeJan Bartel1-0/+2
2009-09-14less brittle testGreg Wilkins1-0/+5
2009-09-14JETTY-1108 SSL EOF detectionGreg Wilkins1-1/+4
2009-09-09Fix for bug #283357: org.eclipse.jetty.server.HttpConnectionTest exceptions.Simone Bordet1-95/+93
2009-09-09less verboseGreg Wilkins1-1/+3
2009-09-02JETTY-1086 Use UncheckedPrintWriterGreg Wilkins1-20/+2
2009-08-26JETTY-1085 Allow url sessionID if cookie invalidGreg Wilkins1-2/+39
2009-08-24JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFsGreg Wilkins1-0/+6
2009-07-14JETTY-1066 283357 Send 400 error for request URI parse exceptionsGreg Wilkins1-16/+22
2009-07-10282807 283049 282543 Improved handling of timeouts and complete. More debugGreg Wilkins1-4/+7
2009-07-09282807 Better handling of 100 continues if response committedGreg Wilkins1-8/+9
2009-06-17static code analysis cleanupsGreg Wilkins1-8/+9
2009-06-16cleanup of dispatch codeGreg Wilkins1-1/+1
2009-06-15chasing the race bugGreg Wilkins1-0/+1
2009-06-15reworked the buffers mechanism to be less conditionalGreg Wilkins1-3/+5
2009-06-10279725 Support 100 and 102 expectationsGreg Wilkins1-28/+73

Back to the top