Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactiveui/Akavache

An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
https://github.com/reactiveui/Akavache

Version bump SQLitePCL.raw_basic to 0.7.0

ce4a68732bf4484f7b2ff86c9670a66fdfe3232e authored about 10 years ago
Merge pull request #197 from akavache/downloadurl-stores-bytes

DownloadUrl should store bytes, not BSON

2aa35639803610185723fa8a3c1903c0d84bdeaf authored about 10 years ago
Rewrite this to not suck

0875f5d8cea9497203551607639f890cb1c82f96 authored about 10 years ago
Make this method just a proxy, no more copy-pasta

04c236b3eab72e212c1812ea44f489e5de523cfb authored about 10 years ago
Add Xunit VS runner

615f5f02b998dc0ed51049ad779ca4dec9a91750 authored about 10 years ago
Version bump to 4.0.4

c8986727fbc10d174405dace2c62533ecfdfee12 authored about 10 years ago
Merge pull request #184 from flagbug/getcreatedat-keynotfoundexception-test

Ensure that GetCreatedAt never throws

6aa2ff6876c560dd661d47879d64b2a97804680d authored over 10 years ago
Removed accidentally added usings

318cc3d0318a6831eff4dcb2bde17d1f9f2c288f authored over 10 years ago
Fixed the method name casing

8ec0258fbdbac234b54615005bb64a5be06a6d6b authored over 10 years ago
Rename the test to something more meaningful

7018335be393f5a2a540ea9c3550142040d8110d authored over 10 years ago
Return an empty enumerable instead of throwing a KeyNotFoundException when grouping requests with different keys

Fixes #183

b647a1e62ff6c0af4cac20efc71643dfa7bc745b authored over 10 years ago
Added a test that shows how two selects with different keys throw a KeyNotFoundException

d44d5a938acaefadd850c341eafdabd7227e8c6e authored over 10 years ago
Merge branch 'master' of https://github.com/akavache/Akavache

Conflicts:
README.md

f31a508214003ec51f0f8a788af99cfde6fc8465 authored over 10 years ago
Document extensions too

8830bdc820b047fbb40fd27ebd908fffa813e9f8 authored over 10 years ago
Document basic methods

26413434dc7ce5dfa001d338d8c083f85a25adda authored over 10 years ago
Document platform lulz

6f120d9abc3bb8eb746e855815e199d409eb57e6 authored over 10 years ago
Remove dumb unit testing section

a9e5ae34d71c79e708d97f5d2ec96f729594f754 authored over 10 years ago
Ha Ha Years Old Docs

5e8e17a86ac06f4f32daea47b464be7d5773e963 authored over 10 years ago
Downgrade H2s to H3

adf46408e444de68b1666921325a0df40f352f3f authored over 10 years ago
README twerks

fd7eccd2da0f4110304afbe3f398f0e4770189e7 authored over 10 years ago
Merge pull request #181 from RocketPop/master

Add an explicit key to download mixin functions

39407dd27cc34177e493f8698c73539c026726e4 authored over 10 years ago
Extended DownloadUrl and LoadImageFromUrl functions to accept a fixed key when storing data from a given URL.

a5b21d8485baa31d454c5fd5067c5dd7f5720a14 authored over 10 years ago
This is so out of date

b8bb38f70a2144d012994ae09477ee5c23512bb8 authored over 10 years ago
Omgtypos

c7f924897371440f068c97942b45462bec029620 authored over 10 years ago
Add 64-bit Xamarin project files

e7ac5d1eea22cb2685bf93542eff8aea6f9c5d90 authored over 10 years ago
Upgrade Splat to 1.5.0

74bb47a2a4f2449d010f32d28b9cc59bfa1ecfa1 authored over 10 years ago
I am an idiot.

0fbb81e189fd762ea53f69f0bf3393327e379bd7 authored over 10 years ago
Hotfix 4.0.3

0e32222adf5f6babccf164fe276e2fe5b75beb89 authored over 10 years ago
Attempt to fix CI build

d1e8d445ac5b45db8f30193eb4a2d0a05ca2a468 authored over 10 years ago
Version bump to 4.0.3

af6ac29483e10b722947345b2302e4bade201cd5 authored over 10 years ago
Merge pull request #178 from akavache/nevar-deadlock

Make 100% sure we don't deadlock on exit

e4399896941c819706c5575eab8168d35d4153dd authored over 10 years ago
Ignore OperationCanceledException, it's what we wanted

c371a8542605cff6aa4144bc8cbc33661130af29 authored over 10 years ago
Ensure Shutdown can't try to wait on itself

1949facd48aa56a814c100e24869933ccaafaf09 authored over 10 years ago
Omg what is wrong with me, a boolean? CancellationToken!

0d78dfc634f975d47f0722cbdd0566d986106cd7 authored over 10 years ago
Allow LockAsync to be canceled

31b7af2ae0d20d95777df2dbacc75576c0ba669a authored over 10 years ago
Merge pull request #177 from akavache/niik/fix-sqlite3-created-at

Sqlite3 provider doesn't include CreatedAt in selects

0db1d2fd6ee066f09cec6976f8a2195a2cb6e72b authored over 10 years ago
Include CreatedAt in Select operations

Without this GetCreatedAt breaks for Sqlite3 backed caches.

f22cad90f27346d5554dd6fb5dcb9f8227d23344 authored over 10 years ago
Prove that Sqlite3 provider doesn't retrieve CreatedAt

064eaf9a22c66ee94b92ff313130551652d4457f authored over 10 years ago
These aren't necessary in this case because we're using the Blocking wrapper

894acb273ea0dc2a497fbfaaf6bd746864072c32 authored over 10 years ago
Add a test to verify keys throw if not found

438c7fc595268e833399be7e4c420e52549dd8f3 authored over 10 years ago
Package Patch

fa2f9e61a52d2401dcf3cf9725c49fe4c02264e0 authored over 10 years ago
Block for'evah

fc96e09afe668810fa1aede353859cf4ac1699b5 authored over 10 years ago
Make tasks long-running so they don't block queues /cc @niik

c2205be48aecf7a6feb81411abcef0fd44cd4950 authored over 10 years ago
Version bump to 4.0.2

24c79747c4a060ae61341894191ef626edd78509 authored over 10 years ago
Merge pull request #176 from akavache/less-timers

Improve battery efficiency

c9404bbf754674c189d9beaf3f645ebec02b63b9 authored over 10 years ago
Improve battery efficiency

Don't fire timers every 2sec, increase the timeout to 30sec and ensure
that shutdown doesn't hav...

9d67c5bfb66999b791780c160a5f3c94ccb53fad authored over 10 years ago
Update README.md

ca94374d08c45fe7555fd413a1a0d0d9361fe302 authored over 10 years ago
Merge pull request #171 from akavache/shiftkey/actually-update-the-dependency

updated SQLitePCL.raw_basic to v0.5.0

6dd05affee2aa27490a830d90fb893ab309b9603 authored over 10 years ago
updated SQLitePCL.raw_basic to v0.5.0

482889b1313e732c48b6f33d7df83fe377ac5bee authored over 10 years ago
Omg WinRT you're literally the worst

08b227fc81c84f0e056ef50d4aa548cf5cefb959 authored over 10 years ago
Fix namespace conflicts + PLib whining

37ea44a20f47d00693a6f45cf96e0823211d25bf authored over 10 years ago
Version bump to 4.0.1

c86a02662452aab69407c13efaecb50284131a70 authored over 10 years ago
Version bump Splat to 1.4.1

9631bd3b723e7e39d3e9646cc4322eac89f8b3e6 authored over 10 years ago
Build the project as part of MakeRelease

d290c1098ee7f61ca1498ddce54378253d26a977 authored over 10 years ago
Upgrade to SQLitePCL.raw 0.5.0

88825fe539cdb12310da9706766b243ca271de8f authored over 10 years ago
Merge pull request #167 from akavache/make-the-tests-pass

Miscellaneous bugs discovered by test suite

59ce6d82291a7954abae94a4b842ac574f327992 authored over 10 years ago
Someone submit this to TheDailyWTF

086d6587a46c8a2fe0ec1bb5867583ea01969b6f authored over 10 years ago
Fix a crash where we're mutating our own list

6edee85242c7e16b17e786be36fcddf635f726c0 authored over 10 years ago
Correctly enable journal-mode

b357238b68cab2e64921d605e10681a7d400c7ad authored over 10 years ago
TestScheduler-based tests are inherently bogus atm

f589e5b2912deed82649efb13c480ff8ebf91ad4 authored over 10 years ago
Merge pull request #166 from akavache/ios-linker-fixes

Ensure Akavache.Sqlite3 type information is discoverable on iOS

d03656782a94d23ebef1fce23a081e20cab6b1ba authored over 10 years ago
Ensure Akavache.Sqlite3 type information is discoverable on iOS

5f01baeb28c1ff8798ecb7a4947b9308b8087e70 authored over 10 years ago
Merge pull request #165 from akavache/coalescing-fixes

Coalescing fixes

df42465db2c2a25a6cfd255d2e07bbb719f3a00d authored over 10 years ago
Disable coalescing if we see certain operations

cbd64b8c9007087e589e1b0aee5b8b488c82025e authored over 10 years ago
Clean up fetching key from op queue item

47974496d2fd8773d251dbe2765998324caae92e authored over 10 years ago
hwhoops

93f9861dc350084fe6e0131e6543c4b1b120437f authored over 10 years ago
Version bump to 4.0.0

8f26339d98cbead1460d9f173538182acf92399d authored over 10 years ago
Merge pull request #162 from akavache/operation-coalecsing

SQLite3 Operation Coalescing

a75e3d2b141d1b99e11c90a73f0a3816ae07f16e authored over 10 years ago
Add assembly redirect. By hand.

bc9c6daa391331fda55783cb7ebe072a281d7ddb authored over 10 years ago
Clean up the tests

670ba7c1861ece3d88eb26336f7a4fa9041c697c authored over 10 years ago
Fix up coalescer

077fc2934f989ad0c1053ebb5d746fa7830b429f authored over 10 years ago
Fix up the OperationQueue

Now we kind of have type-safety not really tho

648a5bf8803a6b0116859b204d9931d8e560a68d authored over 10 years ago
Create an OperationQueueItem class to replace tuple

Blind find-replace the tuple everywhere

afbffc6693ee4f6b93f2106ec9427736d799d500 authored over 10 years ago
Merge branch 'master' into operation-coalecsing

0b85d8467ba833553f57f90e969c424373567217 authored over 10 years ago
Merge remote-tracking branch 'origin/pr/163'

43b2f3256544802f31248fa6c16320a05bef3624 authored over 10 years ago
Update packages.

4cf1de471fa002c7563b3cec67170fd7fd19d3fd authored over 10 years ago
Make sure operations whose result depend on each other don't get combined

143a18a6afe20495d429d05380e4f4400926d7c0 authored over 10 years ago
Merge remote-tracking branch 'origin/master' into operation-coalecsing

Conflicts:
Akavache.Sqlite3/SqlitePersistentBlobCacheNext.cs

aad5d371f337a4f278b5828d38b73140a462ecc9 authored over 10 years ago
Merge pull request #149 from akavache/rename-testblobcache

TestBlobCache improvements.

bdd93dbaa60062b62bb58b9a99a924256f1e96d3 authored over 10 years ago
Remove the finalizer from SQLiteConnection

For this finalizer to work correctly (i.e. not blow up), it would have to be able
to guarantee t...

de1c5f98f4ab01e4d8b6cf1545f0839d4eada277 authored over 10 years ago
Don't nest / dedup subscriptions for single-items

If we've just got a single item, we don't need to create a superior
Subject, just return the sin...

b6c0a7a93e53838fb42b34bff3196bff4202bfc7 authored over 10 years ago
Fix some tests.

53384fdb25fcc1e8966d78e2c1b1fee59efc5f24 authored over 10 years ago
Remove duplicate methods.

bfe3d8cf3482f93c90f00db76b06f135e4e3d2c3 authored over 10 years ago
Use ExceptionHelper.

662ae8ea6daba0a234dd2b46ce71fda94b363588 authored over 10 years ago
Fix CommonAssemblyInfo missing from Sqlite3.

fab0bbcd2b0ec21818b125f5dc6ae2cfd344fcdf authored over 10 years ago
Remove this ServiceProvider stuff.

216804f5eeee38d5f4dbadda3fff3b64b1ba9fcb authored over 10 years ago
Add CacheIndexEntry back for Deprecated.

e4aaa60acedd86dca1250cb0e84a5347a0e7eb66 authored over 10 years ago
Fixup tests and contracts.

89809a250de82b5f1eb817beb3c15b1680bb3c73 authored over 10 years ago
Not really WinRT anymore.

5a03a9a82e548c968b1a93dc205dc90ec9ea29dc authored over 10 years ago
Fixup contracts.

a8bbca059fab0b65c03ae7228be9a94153f75bf7 authored over 10 years ago
Fixup contract.

af9d58fa8017b4effa86b3d5e538652ca66e5fdf authored over 10 years ago
Add Serialize/Deserialize methods.

a94b3ed5bba228b60b804ac5005861fbe8ec4bbb authored over 10 years ago
Remove Http.

d17d6995c83466c415b0adde18efcc4f407af8c3 authored over 10 years ago
Return IEnumerable<T>, implement IObjectBlobCache.

502a1b17df30b60795cb59b176128acc363609f4 authored over 10 years ago
Make InMemoryBlobCache implement IObjectBlobCache.

05e7e06ee091369234784186c60da3beccd4bd45 authored over 10 years ago
Add ExceptionHelper.

dbfadc60d7f368d6afea3a3256124b8663fcc0ea authored over 10 years ago
Make CacheEntry similar to CacheElement.

2b81adf85e66f89f1b71cd0b2954d8605ea8d8f7 authored over 10 years ago
Rename everything.

a922fe0f9fac1cb5fcc9498c726e2a62f69e4a81 authored over 10 years ago
Rename TestBlobCache to InMemoryBlobCache.

94aa17ba24472745ff7e4cc0559cf33050fc2ead authored over 10 years ago
Verify input subjects get signalled

fdc296bdbf47b7e0f387da7fd813a9c54a3dea22 authored over 10 years ago