Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Merge branch 'master' into release-9Jesse McConnell2-3/+26
2014-06-09435322 Improved debugGreg Wilkins1-3/+14
2014-06-04435322 Protect blocker against null failed callbackGreg Wilkins1-1/+13
2014-06-03Due to JettyAwareLogger, the Slf4j minimum requirement is version 1.6Joakim Erdfelt1-1/+1
2014-05-26[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2014-05-26[maven-release-plugin] prepare release jetty-9.2.0.v20140526jetty-9.2.0.v20140526Jesse McConnell1-1/+1
2014-05-23[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2014-05-23[maven-release-plugin] prepare release jetty-9.2.0.v20140523jetty-9.2.0.v20140523Jesse McConnell1-1/+1
2014-05-20435206 - Can't add Cookie header on websocket ClientUpgradeRequestJoakim Erdfelt1-0/+33
2014-05-19Using Callback.Adapter.INSTANCE to avoid unneeded allocations.Simone Bordet1-0/+6
2014-05-12Import cleanupJoakim Erdfelt1-1/+0
2014-05-12434679 - Log static initialization via jetty-logging.properties fails sometimesJoakim Erdfelt1-52/+33
2014-05-12Setting up windows-7 specific logging for AnnotatedMaxMessageSize test failureJoakim Erdfelt1-0/+30
2014-05-06433849 FileResource string compare fixGreg Wilkins1-2/+2
2014-05-05increment VersionGreg Wilkins1-1/+1
2014-05-05433841 Resource.newResource() declares an exception it does not throwJan Bartel1-6/+6
2014-05-05425421 ContainerLifeCycle does not start added beans in started stateGreg Wilkins3-17/+67
2014-05-04Introduced CompletableCallback to handle asynchronous content on clients.Simone Bordet1-0/+100
2014-05-03Added ASYNC_WOKEN state to HttpChannelStateGreg Wilkins1-1/+1
2014-04-29433692 improved buffer resizingGreg Wilkins4-14/+65
2014-04-25433479 Improved resource javadocGreg Wilkins1-0/+4
2014-04-25433483 sync log initializeGreg Wilkins1-18/+17
2014-04-11404511 removed deprecated StringMapGreg Wilkins2-405/+0
2014-04-10431094 Consistent handling of utf8 decoding errorsGreg Wilkins1-14/+30
2014-04-10431094 Consistent handling of utf8 decoding errorsGreg Wilkins1-0/+165
2014-04-03429734 Implemented the HA ProxyProtocolGreg Wilkins1-0/+43
2014-03-31set version for 9.2.xGreg Wilkins1-1/+1
2014-03-30Merge remote-tracking branch 'origin/master' into jetty-9-alpnGreg Wilkins10-310/+403
2014-03-30organised importsGreg Wilkins3-7/+1
2014-03-28427188 - Re-enable automatic detection of logging-dependencies with logging-m...Joakim Erdfelt1-0/+4
2014-03-27430654 - closing client connections can hang worker threads.Simone Bordet1-4/+22
2014-03-27Fixed imports referencing JUnit 3 and old matcher libraries.Simone Bordet3-102/+87
2014-03-27430654 avoid dispatching failure callbacksGreg Wilkins3-0/+54
2014-03-21430654 430242 - Closeable SharedBlockingCallbackGreg Wilkins3-8/+39
2014-03-21430242 - added SharedBlockingCallback to support threadsafe blockingGreg Wilkins3-204/+215
2014-03-21Revert "430242 - added SharedBlockingCallback to support threadsafe blocking"Greg Wilkins3-215/+204
2014-03-21423982 removed duplicate UrlResource toStringGreg Wilkins2-18/+5
2014-03-20430824 - jetty-start / use of jetty-logging.xml prevents configuration of Thr...Joakim Erdfelt1-2/+2
2014-03-20426897 improved ContainerLifeCycle javadocGreg Wilkins1-3/+11
2014-03-18added jetty-quickstart moduleGreg Wilkins1-20/+9
2014-03-13430242 - added SharedBlockingCallback to support threadsafe blockingGreg Wilkins3-204/+215
2014-03-13430242 - added SharedBlockingCallback to support threadsafe blockingGreg Wilkins4-71/+388
2014-03-07[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2014-03-07[maven-release-plugin] prepare release jetty-9.1.3.v20140225Jesse McConnell1-1/+1
2014-02-25428859 Do not auto initialise jsr356 websocket if no annotations or EndPoints...Greg Wilkins2-2/+31
2014-02-24428859 Do not auto initialise jsr356 websocket if no annotations or EndPoints...Greg Wilkins1-0/+28
2014-02-20428232 - Rework batch mode / buffering in websocket.Greg Wilkins2-11/+32
2014-02-13Apply changes resulting from the quickstart projectGreg Wilkins4-4/+28
2014-02-10set versions.txt file to new version and fix mistaken developmentVersionJesse McConnell1-1/+1
2014-02-10[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1

Back to the top