Victor Denisov
|
68ed7beb56
|
Remove unused writeLazy
|
2015-08-31 18:04:00 -07:00 |
|
Victor Denisov
|
e45d9329e9
|
Address performance issues with insert
Compile notices and request into one strict string for performance
boost.
|
2015-08-29 22:37:05 -07:00 |
|
Mikkel Christiansen
|
f69440d7fa
|
Remove applicative import warnings in GHC 7.10.1.
|
2015-05-15 15:26:34 +02:00 |
|
Greg Weber
|
98bcc2dfe8
|
abstract connection interface
rebase #13 to master
|
2015-03-05 11:21:58 -08:00 |
|
Michael Snoyman
|
a43c94f977
|
Remove MonadIO'
|
2013-12-27 13:39:22 +02:00 |
|
Michael Snoyman
|
caab81a54e
|
Get rid of usage of ErrorT
|
2013-12-26 17:23:02 +02:00 |
|
Michael Snoyman
|
756c9181cb
|
Replace hard tabs with spaces
|
2013-12-26 16:57:33 +02:00 |
|
Fedor Gogolev
|
46b3f1f3fa
|
Support for network 2.4.1
|
2013-01-21 02:08:20 +04:00 |
|
Michael Snoyman
|
681f9f875f
|
GHC 7.6 support
|
2012-09-10 20:25:45 +03:00 |
|
Fedor Gogolev
|
dd6a3010f6
|
Cleaned up imports
|
2012-06-10 23:47:14 +04:00 |
|
Fedor Gogolev
|
17f528e835
|
Use text instead of compact-string-fix
|
2012-05-08 19:13:25 +04:00 |
|
Greg Weber
|
b706780844
|
use -fno-warn-orphans
|
2012-02-29 11:35:55 -08:00 |
|
Andrew Miller
|
d3f54922cc
|
Add routedHost as an alternative to primary / secondaryOk that lets the user supply their own sort function. This is useful for applications like preferentially connecting to the host or secondary that is geographically the closest.
|
2012-02-12 17:34:07 +13:00 |
|
Tony Hannan
|
d506011cd1
|
fix some warnings. bump version for previous 7.2.1 compatibility fix
|
2011-11-10 10:23:07 -05:00 |
|
Tony Hannan
|
c99cb54251
|
Partial results option
|
2011-07-22 10:38:50 -04:00 |
|
Tony Hannan
|
17ceb53234
|
tailable cursor
|
2011-07-22 10:31:24 -04:00 |
|
Tony Hannan
|
5e4a8aee3f
|
insertAll (KeepGoing)
|
2011-07-21 16:39:19 -04:00 |
|
Tony Hannan
|
acb0d62aa2
|
Intro to Haskell article (first draft)
|
2011-07-14 18:47:14 -04:00 |
|
Tony Hannan
|
8025ac4ec4
|
Small edits to some comments. fix secondaryOk to return master only when no secondaries available
|
2011-07-13 15:34:52 -04:00 |
|
Tony Hannan
|
91c88c0a14
|
combined read & write mode into a single access mode. newtyped Action monad. liftDB for monads stacked on top of Action. fetch op
|
2011-07-08 22:13:47 -04:00 |
|
Tony Hannan
|
9f48c26384
|
Simplify! Removed Context and Throw monad classes. Removed embedded pool from replica-set. Not backwards-compatible, starts new major version 1.x
|
2011-07-05 10:37:01 -04:00 |
|
Tony Hannan
|
db58a9c4ca
|
use md5 from cryptohash package instead of nano-md5 to remove dependency on OpenSSL
|
2011-03-11 11:11:14 -05:00 |
|
Tony Hannan
|
73012bb430
|
Single param Network instance. NetworkIO instance of IO that yields Internet so user does not have to supply it
|
2010-12-27 00:23:02 -05:00 |
|
Tony Hannan
|
111d9a2f72
|
Abstract network communication so we can capture and replay messages if desired. Also, remove dependence on deprecated ImpredicativeTypes.
|
2010-12-19 21:08:53 -05:00 |
|
Tony Hannan
|
36cc86fd70
|
Rename Connection to ConnPool. Edit tutorial and some comments
|
2010-10-31 20:38:38 -04:00 |
|
Tony Hannan
|
583f8330c7
|
Fix compile warnings
|
2010-10-27 16:46:11 -04:00 |
|
Tony Hannan
|
de32b22b4f
|
Connection pooling and some refactoring
|
2010-10-27 16:13:23 -04:00 |
|
Tony Hannan
|
3a7f235246
|
Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly
|
2010-07-27 17:18:53 -04:00 |
|
Tony Hannan
|
6435bc3cd9
|
Handle response flags correctly, plus some comment changes
|
2010-07-03 13:15:30 -04:00 |
|
Tony Hannan
|
c9dc87ad33
|
Slight redesign: pipelining with writeMode instead of exclusive access with getLastError
|
2010-06-21 11:06:20 -04:00 |
|
Tony Hannan
|
d0ddc814a9
|
Change comments to reflect new knowledge that a cursor persists across connections, and map/reduce temp output is accessible from all connections as long as original remains alive
|
2010-06-15 16:15:37 -04:00 |
|
Tony Hannan
|
3e4065cd97
|
See V0.5.0-Redesign.md for description of changes in this commit
|
2010-06-14 23:14:40 -04:00 |
|