- Notifications
You must be signed in to change notification settings - Fork 7.6k
Pull requests: ReactiveX/RxJava
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Operator exists() - implement backpressure and include last value in exception cause Enhancement
#2988 by davidmoten was merged May 29, 2015 Loading…
Fix retry with predicate ignoring backpressure. Bug
#3129 by akarnokd was merged Aug 6, 2015 Loading…
takeWhile(predicate) - include last value in error cause Enhancement
#2993 by davidmoten was merged May 30, 2015 Loading…
Improve toSingle() javadoc (diagram, see also, since-annotation)
#3069 by DavidMGross was merged Jul 13, 2015 Loading…
Fixed retry without backpressure & test function to support bp.
#1912 by akarnokd was merged Dec 1, 2014 Loading…
Fixed off-by-one error and value-drop in the window operator.
#2476 by akarnokd was merged Jan 21, 2015 Loading…
Publish: fixed incorrect subscriber requested accounting Bug
#2552 by akarnokd was merged Jan 31, 2015 Loading…
Fix TestScheduler Handling of Immediate vs Virtual Time
#1903 by benjchristensen was merged Nov 29, 2014 Loading…
Repeat/retry: fixed unbounded downstream requesting above Long.MAX_VALUE Bug
#2589 by akarnokd was merged Feb 3, 2015 Loading…
Retry backpressure test: split error conditions into separate test lines. Test-Failures
#2563 by akarnokd was merged Jan 30, 2015 Loading…
CombineLatest: fixed concurrent requestUpTo yielding -1 requests Bug
#2566 by akarnokd was merged Jan 31, 2015 Loading…
testOnBackpressureDropWithAction restored original test count
#2831 by akarnokd was merged Mar 17, 2015 Loading…
Fix for non-deterministic: testOnBackpressureDropWithAction Test-Failures
#2817 by akarnokd was merged Mar 11, 2015 Loading…
CombineLatest: Request Up When Dropping Values
#1729 by benjchristensen was merged Oct 6, 2014 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.