Commit History

Author SHA1 Message Date
  David Karnok f55707ba73 4.x: Fix ActivePlan crashing with self-joins (#514) 7 years ago
  David Karnok ffc086e7c6 4.x: Have the ControlScheduler do more eager disposed checks (#529) 7 years ago
  Daniel C. Weber 85c7d65e7a Fix https://github.com/dotnet/reactive/issues/458. (#523) 7 years ago
  David Karnok c961295c14 4.x: Improve Amb (#512) 7 years ago
  David Karnok 185ed5d2fd 4.x: Improve Subject observer tracking (#511) 7 years ago
  David Karnok f600a696f7 4.x: Improve AsyncSubject by using lock-free methods (#510) 7 years ago
  David Karnok 526e132186 4.x: Replace ObserveOn(IScheduler) with a lock-free algorithm (#508) 7 years ago
  David Karnok 206f770d50 4.x: Fix PriorityQueue to not share a item ordering helper index (#507) 7 years ago
  David Karnok 906d760d01 4.x: Improve AutoDetachObserver memory footprint (#506) 7 years ago
  David Karnok 3964f9f8c0 4.x: Add the IConnectableObservable.AutoConnect() operator (#497) 7 years ago
  David Karnok 10a44ad8fc 4.x: Make TailRecursiveSink lock-free and have less allocations (#499) 7 years ago
  David Karnok eb64149ea2 4.x: Optimize Concat(IObservable<IObservable<T>>) (#491) 7 years ago
  David Karnok d1f88cc7e3 4.x: Add the RetryWhen operator (#486) 7 years ago
  David Karnok 34f7bb108c 4.x: Improve and fix CompositeDisposable (#505) 7 years ago
  David Karnok 9686dfe318 4.x: Improve the logic of AsyncLock (#504) 7 years ago
  David Karnok 1a4c2f2691 4.x: Refactor Linq operator unit tests into separate files/classes (#527) 7 years ago
  Oren Novotny e0d7b0620c update tpmv to 15063 (#533) 7 years ago
  Oren Novotny b71cf1c430 bump version (#532) 7 years ago
  Daniel C. Weber b1b21797cb The subscription order in SkipUntil is reversed so in case source and other emit elements right away, the first element of source is not missed out. (#530) 7 years ago
  Daniel C. Weber f50ba25599 Add a unit test that asserts the correct behaviour of TakeUntil wrt. its subscription order. (#531) 7 years ago
  Daniel C. Weber b754ae8ef3 Reverse subscription order in WithLatestFrom. 7 years ago
  Daniel C. Weber 26ab528ba9 Add the coveralls coverage badge to README.md. (#525) 7 years ago
  Oren Novotny ce3500e4cd update readme 7 years ago
  Oren Novotny 5f8c6f0e29 rename var 7 years ago
  Oren Novotny d235b82dd1 fix variable name 7 years ago
  Oren Novotny 7320bd9806 add coveralls token (#524) 7 years ago
  Oren Novotny 0f9ce1906f Remove net45, netstandard1.3, add uap10.0.16299 (#522) 7 years ago
  Oren Novotny f94b006260 Merge interfaces back into Sys.Reactive (#521) 7 years ago
  Daniel C. Weber e118c7a74a Fix https://github.com/dotnet/reactive/issues/179: When the sampling-observable would terminate earlier than the source observable, the resulting observable would never terminate. (#520) 7 years ago
  Oren Novotny b894f26b4a fix trigger 7 years ago