277 Commits (d927d72204ccf6784b57fe5260fa7125eb34afe4)
 

Author SHA1 Message Date
Arjen Poutsma d927d72204 Merge pull request #76 from lukas-krecan/trivial-test-fix 9 years ago
Lukas Krecan 23f3fff367 Replacing potentionally slow and infinite while loop by a latch 9 years ago
Arjen Poutsma d9d76ecd19 Polishing 9 years ago
Arjen Poutsma 10af007110 Merge pull request #74 from poutsma/refactor_servlet31_undertow 9 years ago
Arjen Poutsma 35e511b03f Resolved comments from review 9 years ago
Arjen Poutsma d20b0003c6 Refactoring of Servlet 3.1 and Undertow support 9 years ago
Arjen Poutsma f7c6c69e51 Improve JacksonJsonEncoder 9 years ago
Arjen Poutsma 7f786ce4d7 Added DataBufferAllocator property to ReactiveHttpOutputMessage, and use that to pass on to Encoder.encode(). 9 years ago
Arjen Poutsma 1836b2825b Added DataBufferAllocator parameter to Encoder.encode, and use that instead of AbstractAllocatingEncoder base class. 9 years ago
Arjen Poutsma e56dda1864 Make JsonObjectDecoder use allocator property on DataBuffer. 9 years ago
Arjen Poutsma b838fdab88 Added allocator property to DataBuffer 9 years ago
Arjen Poutsma 273c1b85e6 Reduced batch size to 1, so that we don't block on init. 9 years ago
Arjen Poutsma 2c52731417 Various test improvements 9 years ago
Arjen Poutsma 5519428d43 Replaced DataBufferPublisherInputStream with JDK equivalent. 9 years ago
Rossen Stoyanchev 72dbe9012e Add cookies to ClientHttpRequest/Response 9 years ago
Rossen Stoyanchev e19abf9c90 Rename ServerCookie to ResponseCookie 9 years ago
Arjen Poutsma a874aa4db9 Merge pull request #71 from rwinch/gradle-2.12 9 years ago
Rob Winch ececec21f7 Update to Gradle 2.12 9 years ago
Rob Winch 62753102dc Ensure a consistent netty version 9 years ago
Arjen Poutsma 10a04b0769 Test improvements. 9 years ago
Stephane Maldini 530c817287 sync reactor-netty 9 years ago
Stephane Maldini 13ddfb4aab update package 9 years ago
Stephane Maldini f02492e15f sync with reactor-core and reactor-io 9 years ago
Rossen Stoyanchev e97a55ad54 WebClient supports Void response body 9 years ago
Rossen Stoyanchev b2648f84ad DefaultWebSessionManager supports multiple sessions 9 years ago
Stephane Maldini 1eadee5655 integration build with Reactor Core 2.5.0.M2 9 years ago
Rossen Stoyanchev ca7aeaae35 WebSessionIdResolver now returns List of ids 9 years ago
Rossen Stoyanchev dbc6478b8a Refactor HTTP Cookie support 9 years ago
Stephane Maldini a8c777b35f Remove reference to Fluxion 9 years ago
Stephane Maldini ce4a687cf2 remove reactor-stream and related artefacts, update tests 9 years ago
Sebastien Deleuze 379ce6354e Update for latest Reactor Core Snapshot 9 years ago
Sebastien Deleuze dc52d4c31f Update for latest Reactor Core Snapshot 9 years ago
Stephane Maldini 14948d4241 sync reactor 9 years ago
Stephane Maldini 4197f002d8 Arrange WriteWithOperator to save some allocation cost with the same technique used by RSC and Reactor 9 years ago
Stephane Maldini 423a4852c5 use EmptySubscription 9 years ago
Stephane Maldini fc1b2e96f7 Introduce Mono#justOrEmpty(T) 9 years ago
Stephane Maldini 999dfe3925 Sync BaseSubscriber 9 years ago
Stephane Maldini 24d9e99de1 Sync toCompletableFuture 9 years ago
Stephane Maldini cc77a338b1 Sync reactor-core jdk8 bump 9 years ago
Stephane Maldini 4c477189a6 revert module Reactor Fluxion to Reactor Stream 9 years ago
Stephane Maldini 9f94f8c88e Sync to Fluxion to remove Stream confusion 9 years ago
Arjen Poutsma 361707c448 Servlet 3.1 support cleanup 9 years ago
Arjen Poutsma 2fcbeb6595 Fixed issue with DefaultDataBuffer.asInputStream() 9 years ago
Stephane Maldini f920d2ce1e sync with reactor-stream update 9 years ago
Arjen Poutsma 51a90465d4 Polishing 9 years ago
Arjen Poutsma f036f745a6 Improved RxNetty support. 9 years ago
Brian Clozel d68ff29e9b Use default buffer allocator in RequestMappingHandlerAdapter 9 years ago
Sebastien Deleuze 628ae2fda8 Use Flux instead of Stream in Publisher based integration tests 9 years ago
Sebastien Deleuze 36788207f3 Polish RequestMappingIntegrationTests 9 years ago
Rossen Stoyanchev 3ca1d33905 Merge templating branch 9 years ago