- c4242de Fix a flaky test (#2677) by dkhalanskyjb · 3 years, 6 months ago
- e13b204 Fix sample code for ReactorContext (#2682) by dkhalanskyjb · 3 years, 6 months ago
- 47a063c Remove the @ExperimentalCoroutinesApi annotation from reactive integrations (#2670) by dkhalanskyjb · 3 years, 7 months ago
- 05d3018 Fixes for the reactive integrations (#2617) by dkhalanskyjb · 3 years, 7 months ago
- 835ee18 Add a way to construct ReactorContext from ContextView (#2622) by dkhalanskyjb · 3 years, 7 months ago
- 71df60e Deprecate awaitSingleOr*, specialize some await* functions for Mono and Maybe (#2628) by dkhalanskyjb · 3 years, 7 months ago
- 8bb5210 Consistently handle exceptions in reactive streams (#2646) by dkhalanskyjb · 3 years, 7 months ago
- 3c83c0c Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644) by Vsevolod Tolstopyatov · 3 years, 7 months ago
- d905e82 Embrace new channel API, stabilize callbackFlow (#2643) by Vsevolod Tolstopyatov · 3 years, 7 months ago
- 80862a5 Fix a flaky test in MonoTest (#2635) by dkhalanskyjb · 3 years, 7 months ago
- 6a6b34c Adjust deprecations in reactive integrations by Vsevolod Tolstopyatov · 4 years ago
- 86a0658 Make the subscriber in awaitOne less permissive (#2586) by dkhalanskyjb · 3 years, 7 months ago
- f2f49b0 Complete mono { } on cancellation (#2606) by dkhalanskyjb · 3 years, 7 months ago
- eb963e8 Remove deprecated SendChannel.isFull (#2613) by Vsevolod Tolstopyatov · 3 years, 7 months ago
- 98532c9 Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612) by Vsevolod Tolstopyatov · 3 years, 7 months ago
- a67fd8e Introduce trySend and tryReceive channel operations as a future replacement for error-prone offer, poll and receiveOrNull by Vsevolod Tolstopyatov · 3 years, 8 months ago
- 05f7d5d Simplify internal coroutines machinery (#2512) by Vsevolod Tolstopyatov · 3 years, 8 months ago
- a8d55d6 Replace deprecated '*compile' configurations. (#2574) by Yahor Berdnikau · 3 years, 8 months ago
- 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 9 months ago
- 5954e40 bump reactor-core to 3.4.x version and replace deprecated API usage (#2458) by Mikhael Sokolov · 3 years, 10 months ago
- 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 4 years ago
- e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 4 years ago
- ee78090 Fix potential crash in Rx2 and Rx3 asFlow extension (#2333) by Vsevolod Tolstopyatov · 4 years ago
- 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 4 years, 1 month ago
- 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 4 years, 1 month ago
- 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 4 years, 1 month ago
- 448106a Provide asFlowable and asObservable by their names in binary instead … (#2285) by Vsevolod Tolstopyatov · 4 years, 1 month ago
- 3af136f Kts transition (#2261) by Vsevolod Tolstopyatov · 4 years, 1 month ago
- 5dd94a3 Add Publisher.awaitSingleOrDefault|Null|Else extensions (#2260) by Sébastien Deleuze · 4 years, 1 month ago
- 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 6 months ago
- 1a6beba Support context in Flow.asPublisher and similar methods (#2156) by Roman Elizarov · 4 years, 3 months ago
- d718970 Fix race in Flow.asPublisher (#2124) by Roman Elizarov · 4 years, 4 months ago
- f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years, 5 months ago
- 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 6 months ago
- 1beebf1 'reactor_vesion' -> 'reactor_veRsion' (#1976) by Victor Turansky · 4 years, 6 months ago
- 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 6 months ago
- 3250e47 Integration with RxJava3 (#1950) by Vsevolod Tolstopyatov · 4 years, 7 months ago
- 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 7 months ago
- a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 8 months ago
- 1eae238 Make call to service loader in reactor integrations optimizable by R8 (#1847) by Vsevolod Tolstopyatov · 4 years, 8 months ago
- 8d8a8fb Reuse RxJava built-in disposed Disposable (#1841) by Vsevolod Tolstopyatov · 4 years, 8 months ago
- d831a86 Add ObservableSource.asFlow operator (#1768) by Marek Langiewicz · 4 years, 9 months ago
- 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 9 months ago
- 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 9 months ago
- 9f4fd70 Fix a race in some tests for JavaRX integration (#1801) by dkhalanskyjb · 4 years, 9 months ago
- 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 9 months ago
- e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 9 months ago
- 6810745 Request elements in batches in ReactiveFlow to avoid requesting elements one by one in a default configuration by Vsevolod Tolstopyatov · 4 years, 9 months ago
- 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 10 months ago
- a930b0c Consistently handle undeliverable exceptions in RxJava and Reactor integrations by Vsevolod Tolstopyatov · 5 years ago
- 1652bb9 Fix ReactorFlow integration bug exposed by TestBase by Vsevolod Tolstopyatov · 5 years ago
- 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 5 years ago
- c99704a Remove outdated reactive guide and add section about Reactive Streams to flow.md by Vsevolod Tolstopyatov · 5 years ago
- 5378b80 Deprecate obsolete reactive API, improve existing Reactive documentation by Vsevolod Tolstopyatov · 5 years ago
- 52b97b9 Promote rx2 extensions to stable, increase deprecation level for obsolete reactive primitives by Vsevolod Tolstopyatov · 5 years ago
- d870a16 Promote Publisher<T>.collect to stable API by Vsevolod Tolstopyatov · 5 years ago
- b14afef Promote reactive adapters for Flow to stable API by Vsevolod Tolstopyatov · 5 years ago
- fbaedc4 Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.FlowKt with properly named files by Vsevolod Tolstopyatov · 5 years ago
- 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 5 years ago
- 97863c3 Report fatal errors to both onError (to comply the spec fully) and to coroutine context (to eagerly fail as fatal exceptions are not recoverable anyway), cleanup tests after scopeless reactive by Vsevolod Tolstopyatov · 5 years ago
- 39f5cf8 Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxObservable by Vsevolod Tolstopyatov · 5 years ago
- 233e74c Consistently handle fatal exceptions in PublisherCoroutine by Vsevolod Tolstopyatov · 5 years ago
- 693142c Context passing between coroutines and Reactor Mono/Flux (#1138) by SokolovaMaria · 5 years ago
- d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
- db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
- 502610e Decouple asFlow from batchSize and move it to buffer instead, promote… (#1279) by Vsevolod Tolstopyatov · 5 years ago
- 9420df3 Change default request size in Publisher.openSubscription to one by Roman Elizarov · 5 years ago
- 3ed7a7d Fix docs in "Guide to reactive streams with coroutines" and reknit by Roman Elizarov · 5 years ago
- e8e9f00 Fix typos and reword some phrases by Yanis Batura · 5 years ago
- 15c7d0f Mark Flow declarations as experimental by Vsevolod Tolstopyatov · 5 years ago
- 1b590e8 Promote ReceiveChannel.consumeEach and ReceiveChannel.consume to experimental API by Vsevolod Tolstopyatov · 5 years ago
- 71fa64f Use downloaded package list for dokka (and knit, transitively) to avoid dependency on (frequently) unstable external JavaDoc resources by Vsevolod Tolstopyatov · 5 years ago
- fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 6 years ago
- c961fb6 Tweaked prose in coroutines-guide-reactive a bit (and reknit) by Roman Elizarov · 6 years ago
- 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 6 years ago
- 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 6 years ago
- ebe519a Fix "note that" comma everywhere by Inego · 6 years ago
- 61c64cc Flow improvements: by Vsevolod Tolstopyatov · 6 years ago
- 170690f Flow.asObservable and Flow.asFlowable converters in rx2 module by Vsevolod Tolstopyatov · 6 years ago
- 24586c1 Cleanup FlowAsPublisher by Vsevolod Tolstopyatov · 6 years ago
- d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 6 years ago
- f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 6 years ago
- 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 6 years ago
- ac136d6 Rollback to insecure http for reactivex.io (broken certificate) by Roman Elizarov · 6 years ago
- 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 6 years ago
- 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 6 years ago
- c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 6 years ago
- 52700ff Dispose/cancel reactive subscription exactly once using atomic by Roman Elizarov · 6 years ago
- ae8a874 Cancellation in consumeEach should dispose Rx Observable by Roman Elizarov · 6 years ago
- 63d1d1b Use https in documentation and builds by Roman Elizarov · 6 years ago
- 85c7f4d Fix typo in IllegalArgumentException message by Vsevolod Tolstopyatov · 6 years ago
- 5bb8a4e Properly close subscription on exception in Publisher.consumeEach by Vsevolod Tolstopyatov · 6 years ago
- e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago
- 69c15b3 Make ConflatedChannel linearizable by Vsevolod Tolstopyatov · 6 years ago
- 7acccfc Align rxFlowable nullability with the Reactive Streams spec by Dmitriy Zaitsev · 6 years ago
- bafe7fb Increase timeout in TCK tests to work on slow TC agents by Vsevolod Tolstopyatov · 6 years ago
- 77d1aea Improve code style and test coverage by Vsevolod Tolstopyatov · 6 years ago
- 8a059f5 Publish: Proper handling of onNext exception and test for it by Roman Elizarov · 6 years ago
- f18b9f5 Publish: Comments style fixed by Roman Elizarov · 6 years ago
- a0e4101 Publish: better name for shouldHandleException by Roman Elizarov · 6 years ago