Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Avoid flush if no content to flushGreg Wilkins5-12/+32
2011-11-10improved test failure messageGreg Wilkins1-2/+2
2011-11-10removed EndPoint.isBufferedGreg Wilkins7-35/+22
2011-11-10removed redundant setConnectionGreg Wilkins4-15/+3
2011-11-10Fixed SslConnection upgrade handlingGreg Wilkins1-1/+1
2011-11-10AsyncEndPoint is-a ConnectedEndPointGreg Wilkins1-9/+1
2011-11-10improved ThreadDeath handlingGreg Wilkins7-22/+30
2011-11-10reverted last changes due to instabilityGreg Wilkins21-79/+155
2011-11-09clean ups from review from sbordet.Greg Wilkins21-155/+79
2011-11-09pool and compress the unwrap bufferGreg Wilkins1-31/+32
2011-11-09Reverted the unwrapBuf to not be pooled.Greg Wilkins1-6/+8
2011-11-09revert no content stateGreg Wilkins1-1/+1
2011-11-09deprecated logGreg Wilkins1-12/+1
2011-11-09removed debugGreg Wilkins1-1/+0
2011-11-09fixed SSL buffer poolGreg Wilkins3-39/+46
2011-11-09cleaned up some unit testsGreg Wilkins7-15/+40
2011-11-09added SCEP stress testGreg Wilkins3-3/+66
2011-11-09improved handling of RSTGreg Wilkins1-8/+18
2011-11-08only handle early EOF if exchange is not doneGreg Wilkins1-2/+0
2011-11-08only handle early EOF if exchange is not doneGreg Wilkins7-28/+44
2011-11-08Highlight test failure with DEBUGJoakim Erdfelt1-9/+13
2011-11-08Adjusting failing testcase to be more clear about failuresJoakim Erdfelt1-2/+3
2011-11-08Adjusting failing testcase to be more clear about failuresJoakim Erdfelt1-4/+4
2011-11-08copyright and commentsGreg Wilkins2-3/+3
2011-11-08copyright and commentsGreg Wilkins7-5/+79
2011-11-08fixed test to use localhostGreg Wilkins1-1/+1
2011-11-08363124 improved websocket close handlingGreg Wilkins1-2/+2
2011-11-08363124 improved websocket close handlingGreg Wilkins6-50/+267
2011-11-08cleanups after the mergeGreg Wilkins8-17/+27
2011-11-07Merge remote-tracking branch 'origin/master' into jetty-7.6Greg Wilkins42-485/+1723
2011-11-07improved no progress checkGreg Wilkins3-8/+31
2011-11-07clean buildGreg Wilkins9-26/+47
2011-11-06client tests passingGreg Wilkins2-19/+0
2011-11-06fixed blocking client connectionGreg Wilkins2-4/+6
2011-11-04Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet1-31/+26
2011-11-04359031: JavadocThomas Becker1-7/+11
2011-11-04Bug 362853 - Promoting all Websocket STRICT blocks to standard behaviorJoakim Erdfelt1-11/+9
2011-11-04Bug 362853 - Promoting all Websocket STRICT blocks to standard behaviorJoakim Erdfelt1-20/+17
2011-11-04359031: CGI servlet changed to allow relative paths to webappThomas Becker1-3/+9
2011-11-04CGI.java code formatThomas Becker1-122/+124
2011-11-04Merge branch '360665'Simone Bordet6-139/+447
2011-11-04Cleaned up test case and implementation for #360665 (Proxying HTTPS request t...Simone Bordet3-149/+303
2011-11-04Merged the handling of the case where there will not be more input, but the p...Simone Bordet1-23/+16
2011-11-04Modified behavior of shutdownInput() and shutdownOutput() to always shutdown ...Simone Bordet1-10/+18
2011-11-04360665: Fixed an endless loop on https proxy requests + added testsThomas Becker3-11/+164
2011-11-04blocking client connection passing more testsGreg Wilkins7-38/+68
2011-11-03Undoing recent change as redundant, existing STRICT block does the same thingJoakim Erdfelt1-13/+3
2011-11-03Bug 362850 - Websocket allowing >125 octets on control frame payloadsJoakim Erdfelt1-1/+16
2011-11-03Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Joakim Erdfelt1-2/+17
2011-11-03Fixing junit test cases affected by close status code changesJoakim Erdfelt2-11/+15

Back to the top