35801ef052small edit to slides
Tony Hannan
2011-07-30 13:12:12 -0400
e152f5b69buse ExtendedDefaultRules in example
Tony Hannan
2011-07-30 12:49:37 -0400
c2ca221a6cIntro to MongoDB slides
Tony Hannan
2011-07-28 10:45:10 -0400
dad5134863remote ghc-option -O because Cabal does it
v1.0.1
Tony Hannan
2011-07-22 10:58:56 -0400
c99cb54251Partial results option
Tony Hannan
2011-07-22 10:38:50 -0400
17ceb53234tailable cursor
Tony Hannan
2011-07-22 10:31:24 -0400
58f83838deCursor nextBatch
Tony Hannan
2011-07-21 18:50:52 -0400
5e4a8aee3finsertAll (KeepGoing)
Tony Hannan
2011-07-21 16:39:19 -0400
19da43a348connect timeout
Tony Hannan
2011-07-21 11:27:19 -0400
9d2f09a91esmall edit to article
Tony Hannan
2011-07-19 14:43:53 -0400
66d7bd3ef6small edit to article
Tony Hannan
2011-07-19 11:02:23 -0400
61ba31b668small edit to article
Tony Hannan
2011-07-19 10:59:38 -0400
a1ed175bc2small edit to article
Tony Hannan
2011-07-18 16:33:12 -0400
82a846e918small edit to article
Tony Hannan
2011-07-18 16:00:02 -0400
f8b8886f53small edit to article
Tony Hannan
2011-07-18 15:46:40 -0400
0e8db8842dsmall edit to article
Tony Hannan
2011-07-18 15:29:09 -0400
dfee84203bFinish first draft of Considering Haskell article
Tony Hannan
2011-07-18 15:21:36 -0400
febd7ba15bConsider Haskell article
Tony Hannan
2011-07-15 17:43:31 -0400
7a2619df22Intro to Haskell article (second draft)
Tony Hannan
2011-07-15 12:14:29 -0400
acb0d62aa2Intro to Haskell article (first draft)
Tony Hannan
2011-07-14 18:47:14 -0400
25a827a46csmall edit to article
v1.0.0
Tony Hannan
2011-07-13 16:04:37 -0400
e44193f963small edit to article
Tony Hannan
2011-07-13 16:03:14 -0400
bba1c7f141small edit to article
Tony Hannan
2011-07-13 15:56:16 -0400
5cc5ec477fFix ReadMe's driver design link
Tony Hannan
2011-07-13 15:40:48 -0400
b3a4ceba3bdesign doc
Tony Hannan
2011-07-13 15:35:44 -0400
8025ac4ec4Small edits to some comments. fix secondaryOk to return master only when no secondaries available
Tony Hannan
2011-07-13 15:34:52 -0400
8672652395move Pool to System.IO. update docs
Tony Hannan
2011-07-12 10:51:54 -0400
23fdaee494renamed docs/ to doc/
Tony Hannan
2011-07-08 22:33:52 -0400
b52854a457moved docs to new docs folder. updated tutorial for version 1.0.0
Tony Hannan
2011-07-08 22:17:44 -0400
91c88c0a14combined read & write mode into a single access mode. newtyped Action monad. liftDB for monads stacked on top of Action. fetch op
Tony Hannan
2011-07-08 22:13:47 -0400
9f48c26384Simplify! Removed Context and Throw monad classes. Removed embedded pool from replica-set. Not backwards-compatible, starts new major version 1.x
Tony Hannan
2011-07-05 10:37:01 -0400
f7ae5b7235MapReduce updated to work with MongoDB version >= 1.7.4
v0.10.0
Tony Hannan
2011-06-22 17:18:32 -0400
3db3cc9999fix minor compiler warnings
v0.9.5
Tony Hannan
2011-03-14 16:28:09 -0400
624890c1a6fix replica set connection bug
Tony Hannan
2011-03-14 16:24:28 -0400
db58a9c4cause md5 from cryptohash package instead of nano-md5 to remove dependency on OpenSSL
Tony Hannan
2011-03-11 11:11:14 -0500
a1b47687e8Some additional error checking in connection command reply
Tony Hannan
2011-03-10 19:37:48 -0500
85e2fc0cbbbump package version
v0.9.4
Tony Hannan
2011-02-22 10:49:29 -0500
c6dd2883d2Fix typo in conditional compilation
Tony Hannan
2011-02-22 10:48:14 -0500
04ff72f680bump package version
v0.9.3
Tony Hannan
2011-02-22 10:35:56 -0500
a32f0c3234Make Database.MongoDB.Connection compatible on Windows by not using PortID's UnixSocket constructor unless compiling on Unix
Tony Hannan
2011-02-22 10:31:54 -0500
a399e81925Access monad no longer needs to be a MonadMVar
v0.9.2
Tony Hannan
2011-01-26 14:25:12 -0500
df93ac57c5mongo does not depend on compact string, just bson does
Tony Hannan
2011-01-26 12:06:15 -0500
73012bb430Single param Network instance. NetworkIO instance of IO that yields Internet so user does not have to supply it
v0.9.1
Tony Hannan
2010-12-27 00:23:02 -0500
111d9a2f72Abstract network communication so we can capture and replay messages if desired. Also, remove dependence on deprecated ImpredicativeTypes.
v0.9
Tony Hannan
2010-12-19 21:08:53 -0500
8da53a3fa3Use Monad.MVar. Remove Delayed wrapper around promise.
Tony Hannan
2010-11-01 15:35:13 -0400
630b558b93Depend on mtl >= 2 since it now has Applicative instance for ReaderT, ErrorT, etc.
v0.8.1
Tony Hannan
2010-11-01 10:25:46 -0400
828a53a4a1remove faulty cabal-version constraint from package file
Tony Hannan
2010-10-31 20:58:48 -0400
36cc86fd70Rename Connection to ConnPool. Edit tutorial and some comments
v0.8
Tony Hannan
2010-10-31 20:38:38 -0400
ad13914862isClosed Pipeline used to hang because it was waiting on listen loop's read to finish. Now isClosed tests if listen loop has ended
Tony Hannan
2010-10-31 20:36:32 -0400
583f8330c7Fix compile warnings
Tony Hannan
2010-10-27 16:46:11 -0400
de32b22b4fConnection pooling and some refactoring
Tony Hannan
2010-10-27 16:13:23 -0400
2d964f9448fix sample code in comment, with bump in cabal version
v0.7.1
Tony Hannan
2010-07-27 18:03:32 -0400
cc93011c13fix sample code in comment
Tony Hannan
2010-07-27 18:01:05 -0400
2568f9e530remove a couple shadow warnings
v0.7
Tony Hannan
2010-07-27 17:30:52 -0400
3a7f235246Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly
Tony Hannan
2010-07-27 17:18:53 -0400
6435bc3cd9Handle response flags correctly, plus some comment changes
v0.6.1
Tony Hannan
2010-07-03 13:15:30 -0400
b03763b1d6Add license file
v0.6
Tony Hannan
2010-06-28 20:37:46 -0400
5001bd0befAdd license file
Tony Hannan
2010-06-28 20:33:53 -0400
99613cae3eAdd license file
Tony Hannan
2010-06-28 20:24:23 -0400
c9dc87ad33Slight redesign: pipelining with writeMode instead of exclusive access with getLastError
Tony Hannan
2010-06-21 11:06:20 -0400
586783b081added TODO: kill cursors on shutdown
v0.5.0
v0.5
Tony Hannan
2010-06-15 21:54:29 -0400
4085572e60Remove old/. View tag v0.4.2 instead
Tony Hannan
2010-06-15 16:23:36 -0400
d0ddc814a9Change 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
Tony Hannan
2010-06-15 16:15:37 -0400
3e4065cd97See V0.5.0-Redesign.md for description of changes in this commit
Tony Hannan
2010-06-14 23:14:40 -0400