Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.9
Choose a base ref
...
head repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.10
Choose a head ref
  • 10 commits
  • 43 files changed
  • 5 contributors

Commits on Jun 4, 2019

  1. Update Additional-Reading.md (#6496)

    * Update Additional-Reading.md
    
    #6132
    - 'What is Reactive Programming?' was wrong link, so deleted.
    - First line was edited.
    
    * Update Additional-Reading.md
    
    - add 'What is Reactive Programming?' link.
    khkong authored and akarnokd committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    368e0b4 View commit details
    Browse the repository at this point in the history
  2. Update Alphabetical-List-of-Observable-Operators.md (#6497)

    #6132
    * Invalid link edited.
    khkong authored and akarnokd committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    68ad8e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    15e52bb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Configuration menu
    Copy the full SHA
    89d506d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Null check for BufferExactBoundedObserver (#6499)

    * Null check for BufferExactBoundedObserver
    
    Other variants contain this Null check already, e.g. BufferExactUnboundedObserver
    It is causing 0.1% crashes in our production app.
    
    * ObservableBufferTimed.BufferExactBoundedObserver - failing supplier unit test
    FlowableBufferTimed.BufferExactBoundedSubscriber - failing supplier fix + unit test
    
    * Better Unit tests for FlowableBufferTimed and BufferExactBoundedSubscriber NPE issue
    Reverted
    JanKn authored and akarnokd committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    c5e1b3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed29fac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e8d48 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    b763ffa View commit details
    Browse the repository at this point in the history
  2. 2.x: Fix publish().refCount() hang due to race (#6505)

    * 2.x: Fix publish().refCount() hang due to race
    
    * Add more time to GC when detecting leaks.
    
    * Fix subscriber swap mistake in the Alt implementation
    akarnokd authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    19c0959 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Release 2.2.10

    akarnokd authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0df3285 View commit details
    Browse the repository at this point in the history
Loading