Steen Lund
|
5b678d4243
|
GridFS can now use any buffer size when writing
|
2011-07-14 19:12:58 +02:00 |
Steen Lund
|
5fc9b15d99
|
Merge branch 'master' of git://github.com/mongodb/mongo-c-driver
Conflicts:
src/mongo.h
|
2011-07-13 15:24:46 +02:00 |
Kyle Banker
|
a7b83d230e
|
minor: prep for connection timeouts
|
2011-07-11 18:38:29 -04:00 |
Kyle Banker
|
23d4d24309
|
minor: doc some new API ideas
|
2011-07-11 18:38:09 -04:00 |
Kyle Banker
|
10861d0593
|
minor: license updates
|
2011-07-11 12:52:25 -04:00 |
Kyle Banker
|
67945c992c
|
CDRIVER-57 use binary subtype 0 as default for GridFS.
|
2011-07-11 12:46:38 -04:00 |
Kyle Banker
|
ae50457788
|
CDRIVER-66 fixed tailable cursors
|
2011-07-11 12:17:32 -04:00 |
Kyle Banker
|
a29e1375b1
|
minor: not using exceptions, so cursor need not be volatile.
|
2011-07-11 10:38:35 -04:00 |
Kyle Banker
|
166516ff68
|
minor: silence warnings
|
2011-07-11 09:40:42 -04:00 |
Kyle Banker
|
cb25f6e0c6
|
CDRIVER-66 more tests and fixes for tailable.
|
2011-07-11 09:34:06 -04:00 |
Steen Lund
|
78e10bfa8b
|
Fixed extern "C" in gridfs
|
2011-07-11 13:32:32 +02:00 |
Steen Lund
|
345b3ba5d7
|
Simplified allocation conditions
|
2011-07-11 13:04:53 +02:00 |
Steen Lund
|
eff88cc6cb
|
Fixed reallocation of buffer in bson
|
2011-07-11 12:52:46 +02:00 |
Steen Lund
|
a9f6957d30
|
script for easy building for Unity
|
2011-07-11 12:52:17 +02:00 |
Steen Lund
|
24f2542407
|
Cleanup building and adding options to specify architecture, sdk and osx version
|
2011-07-11 12:51:45 +02:00 |
Steen Lund
|
850d21d850
|
Fixed compiling
|
2011-07-11 10:00:26 +02:00 |
Kyle Banker
|
ee088910b8
|
CDRIVER-66 initial fixes for tailable cursors
|
2011-07-08 13:46:53 -04:00 |
Kyle Banker
|
c1c7c3a18f
|
minor: better naming
|
2011-07-08 12:02:16 -04:00 |
Kyle Banker
|
1be6dccc6b
|
CDRIVER-33 test
|
2011-07-08 12:09:20 -04:00 |
Kyle Banker
|
2152cb23aa
|
CDRIVER-33 allow custom fuzz and inc functions for oid generation.
|
2011-07-07 18:11:58 -04:00 |
Kyle Banker
|
33c2b524ac
|
CDRIVER-80 fix
|
2011-07-07 18:05:17 -04:00 |
Kyle Banker
|
7d90c83ca4
|
CDRIVER-80 fix potential allocation bug.
|
2011-07-07 16:08:12 -04:00 |
Kyle Banker
|
5ef4012866
|
CDRIVER-25 added test for timeouts
|
2011-07-07 15:28:51 -04:00 |
Kyle Banker
|
4b14e19630
|
CDRIVER-62 add new indexing options and tests.
|
2011-07-07 15:23:48 -04:00 |
Kyle Banker
|
26c31748d8
|
CDRIVER-46 Silence, Warnings!
|
2011-07-07 14:48:46 -04:00 |
Kyle Banker
|
915c3edc04
|
CDRIVER-24 Add SONAME for linux compilation.
|
2011-07-07 14:26:19 -04:00 |
Kyle Banker
|
c1afbb69dd
|
CDRIVER-25 test operation timeout
|
2011-07-07 12:33:13 -04:00 |
Kyle Banker
|
4bc643a689
|
Organized mongo.h into logical chunks. Added net.c for future use.
|
2011-07-07 11:37:03 -04:00 |
Kyle Banker
|
933a889808
|
minor: typo
|
2011-07-07 10:26:16 -04:00 |
Kyle Banker
|
74de492952
|
minor: doc updates
|
2011-07-07 10:19:27 -04:00 |
Kyle Banker
|
62cedaeeb5
|
Connect now uses MONGO_OK or MONGO_ERROR and sets conn-err.
|
2011-07-06 18:31:13 -04:00 |
Kyle Banker
|
bd04516815
|
minor: docs
|
2011-07-06 16:01:59 -04:00 |
Kyle Banker
|
5edc08e358
|
CDRIVER-73 make all bson type constants upper case.
|
2011-07-05 16:45:22 -04:00 |
Kyle Banker
|
8bc4b41966
|
minor: added some release notes and docs
|
2011-07-05 16:02:48 -04:00 |
Kyle Banker
|
562c489110
|
CDRIVER-73 make all constants enum and upper-case.
|
2011-07-05 15:40:07 -04:00 |
Kyle Banker
|
f27c658083
|
CDRIVER-77 minor: include time.h
|
2011-06-30 13:34:29 -04:00 |
Kyle Banker
|
5be6270132
|
minor: defines
|
2011-06-29 11:57:32 -04:00 |
Kyle Banker
|
778eb95096
|
Set operation timeout on connection.
|
2011-06-29 09:50:29 -04:00 |
Kyle Banker
|
ba519de4eb
|
minor: fix malloc in test
|
2011-06-27 15:59:40 -04:00 |
Kyle Banker
|
f764f3e823
|
minor: fix method signature
|
2011-06-27 08:19:47 -04:00 |
Kyle Banker
|
028b997996
|
minor: fix failing test
|
2011-06-24 17:20:43 -04:00 |
Kyle Banker
|
07f9ad843d
|
minor: free mem in test
|
2011-06-24 16:54:33 -04:00 |
Kyle Banker
|
b614480dce
|
Fix valgrind warning.
|
2011-06-24 16:51:33 -04:00 |
Kyle Banker
|
9d87679c77
|
Fix valgrind warnings for GridFS tests.
|
2011-06-24 12:38:52 -04:00 |
Kyle Banker
|
65d4cbcb11
|
Fixed several memory leaks.
|
2011-06-23 14:44:13 -04:00 |
Kyle Banker
|
f4ba59d29b
|
minor: refactoring
|
2011-06-23 14:18:06 -04:00 |
German M. Bravo
|
1d0edc4f30
|
Avoid getting "servname not supported for ai_socktype" in certain systems.
|
2011-06-23 13:00:39 -04:00 |
Kyle Banker
|
7f25634783
|
CDRIVER-71 Added Sphinx for tutorial documentation.
|
2011-06-22 18:07:32 -04:00 |
Kyle Banker
|
f065cd5a4f
|
minor: fix return values.
|
2011-06-10 10:08:43 -04:00 |
Kyle Banker
|
ca79524d15
|
minor: fix cursor return value.
|
2011-06-10 10:06:25 -04:00 |