Ecosyste.ms: OpenCollective

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

github.com/orlandos-nl/MongoKitten

Native MongoDB driver for Swift, written in Swift
https://github.com/orlandos-nl/MongoKitten

Improved error messages

ab0fd538a8ce81d8493acdb97de23fbeb3d04ddb authored almost 9 years ago
oops

fec661264f512fdab050e3111e3269c78b69cf1d authored almost 9 years ago
Authentication

2860c38532cbe599355962a8d4f58f72de29d1ad authored almost 9 years ago
Some more cleanups

5f5a7caf60247195e92402cb21e514e03de396e2 authored almost 9 years ago
Removed unused code

b471bcc5662f2b13e5fe385d2daa17f016520e86 authored almost 9 years ago
Switched from Messages to DBCommands

5427719c59289f534c67db6bb8198264248ef054 authored almost 9 years ago
Fixed a typo because I've been programming for too long

562c16d5285f672f5031c684c0c68af4e10ecdf1 authored almost 9 years ago
Reworked the internal MongoDB Messages

03260844ca017d623860856e2654d023f32a36f9 authored almost 9 years ago
Merge branch 'LoganWright-lw/threading'

bcb8190201acc8efb5619ebbdb7ffa30d3578866 authored almost 9 years ago
Merge branch 'lw/threading' of https://github.com/LoganWright/MongoKitten into LoganWright-lw/threading

34e10a5f0a76868ddbdf0737077f627294f35b98 authored almost 9 years ago
Moved to a newer Swift snapshot

f15d4f3f760a7c64c3ad75df9b4b014307179356 authored almost 9 years ago
updating package to make dylib

1ff71249ca42275cb4324f2d2a98653eb9e93eb0 authored almost 9 years ago
adding some parity to initial implementation

1d8602060b31767f76f1a894ec44c87cc5660fd3 authored almost 9 years ago
backgrounding patch

abe0f265b3915ada6a9d65547966c453766968a7 authored almost 9 years ago
Removed unused dependency

796944adca603e460ecc909cba3eeb02d4f6fff5 authored almost 9 years ago
License!

9419aa2accdf617cd10b88b6038a693cfd417bd8 authored almost 9 years ago
Linewrap? Please? Github?

4af677db56ef8503373b0f197090ce2bf5af1a2d authored almost 9 years ago
Added License

964f7475c8d77cce71b592d6eaf4978cbe989367 authored almost 9 years ago
Update readme

d328b965914d3087a28c0ac8c6746915b817b44d authored almost 9 years ago
Merge branch 'feature/querybuilder' into develop

9c02e578fb972cc1659f89bd00065f999c3c9d94 authored almost 9 years ago
Added a more decent readme, fixed some bugs and made some small fixes to the API

d5a445178502165a41a0ced395c2e3582f8f6012 authored almost 9 years ago
Added a simple query builder

6b2deccf1e7e2b12ce678dd18c1be5bbbffd48d2 authored almost 9 years ago
Removed submodule leftover

2bed5d0e1e8d7d7acfe4b90f56a75490b787f685 authored almost 9 years ago
A start for the Query Builder

51b5f282d3784f6a61f02042a474203dcdca1d7e authored almost 9 years ago
Improved tests

2c78302854c5dffc42bdde7a0cbb3adefbc7c531 authored almost 9 years ago
Specify the right version of BlueSocket

47a3956c4108d6de1c8abeea37cf53b414a4816f authored almost 9 years ago
Disable performance tests for now

14c7d5ed470ed60a2cbb9f13da3e5bb7ede26b88 authored almost 9 years ago
Trying to make the unit tests more predictable

7ae771696c90ca1379d04377109c1819bece3237 authored almost 9 years ago
Using a build script Xcode now plays semi-nicely with the Swift Package Manager

58dd7bbde45f46256ca2c70b0a6b6493a79aef2d authored almost 9 years ago
Tests

d8269fd396ff8c361cde0c498c9a1424eea71003 authored almost 9 years ago
Moved from PlanTCP to BlueSocket

71753bbe891599e959aa4e10fd368a27e06954ea authored almost 9 years ago
Added a feature checklist

f698af52a383a5ce7ea172d12d59aa96e07a7281 authored almost 9 years ago
Added collection.rename() and collection.move()

1b8b5a561d3da3262ee89d29ac1e9a419edf497a authored almost 9 years ago
Added collection.drop()

a88874c070fc789d086d2fe66b36ad138fc2d14f authored almost 9 years ago
- Cursor is now generic and supports transformers. This allows, for example, for a Cursor<Collection>

- Added getCollections() and getCollectionInfos()
- Small changes to the message structure (names...

659a7bda249ee8d208c173883f30c654542927b8 authored almost 9 years ago
Full synchronous CRUD

01a37973f1762ccf241b20adb96c3ce3a99a9ab1 authored almost 9 years ago
Started to implement cursors

a8cebadf6522f88128640cfd215ddd9d7ab5dac8 authored almost 9 years ago
Updated dependencies

270ec3e8e941cb7c1c5f0d0600fd9a1eedfdf641 authored almost 9 years ago
Update BSON

e7d8339d16e5eb248459994c30c76c59a207e777 authored almost 9 years ago
Update BSON

de5d22e1b8dbc8a632676ef20901d0190bb9decb authored almost 9 years ago
Small changes. Unit tests work fine on Swift 2.2 feb 8 dev snapshot

f584c5710f15828188b44b8ca6b1950b10a8d368 authored almost 9 years ago
Working on tests. Also found some bugs

f2b2d76b9bc1c624d45d06e8300348dc0a421349 authored almost 9 years ago
Removed unneeded framework search paths that emitted warnings

2d15069336dc1581e621f806f384140004d60e03 authored almost 9 years ago
Added Documentation

4fdbd05351a6a48dca68666306aad4384957d5ff authored almost 9 years ago
We now use our own TCP client library that does not depend on Foundation. Also, it works.

cb218d11c84815b38863cfab761c91875d8507db authored almost 9 years ago
And no. There is no playground. Don't worry :D

ec2a576ee249c072bae780c42d8037f24f5f4c67 authored almost 9 years ago
Added Documentation

Broke networking >:D

8c90eef657575575412034ec229968d780444ca8 authored almost 9 years ago
Why won't this work!?

040af486a6d2962c40a99aa9b6324ac0e63c7745 authored almost 9 years ago
"Gewoon committen, niemand geeft een neuk"

1a835123d69a1b3cc15274037f6a45f644f34dc5 authored almost 9 years ago
Gitignore

e638589c83d23d09b12cded0b56a870249365366 authored almost 9 years ago
And finally.. made OP_QUERY work using all the previous 5 commits

30d06ea1d253401bf4197d1595244cee36b316c7 authored almost 9 years ago
Renamed some functions to be more like OP_QUERY

fd0870743995adcd5ff0efa48b413b0380de2c7e authored almost 9 years ago
Fixed a networking bug

710825788a34e76bc98a60942f276e0fb4b7c1b9 authored almost 9 years ago
Start using our When library for use in OP_QUERY

169252422968c33667bd3501ec493c8e41e3fedd authored almost 9 years ago
Renamed Response to Reply since that's the official name

7089a3c207490c38feba2a6978cc8ea25852356b authored almost 9 years ago
Fixed OP_QUERY bug

5aea1d52595abb621056c56855d14266139e3ce2 authored almost 9 years ago
Removed some unimportant functions

310a1bfd5548a48115a79da0a65ae6a520ad220b authored almost 9 years ago
Project organization

2b07c09a7f3d7c5a803eeadc38b77480d93388b3 authored almost 9 years ago
Added a package.swift

fafc0e6b7c2273acd79fc2551bdaa084e84a62a5 authored almost 9 years ago
Initial commit with OP_INSERT, OP_QUERY, OP_UPDATE, OP_DELETE

e8b02261eb9f65c9bca4d4b3f6609c61b954b3a7 authored almost 9 years ago
Initial commit. Very alpha

98f3d128ce78496e6a6971757bf18626b4727611 authored almost 9 years ago