0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/client
2009-06-17 09:33:28 +08:00
..
examples make smokeClient work with nonstandard port, path 2009-05-11 12:41:49 -04:00
clientOnly.cpp make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
connpool.cpp use stack instead of queue for keeping connections so you get the same one in a single threaded env. 2009-03-30 09:47:58 -04:00
connpool.h use stack instead of queue for keeping connections so you get the same one in a single threaded env. 2009-03-30 09:47:58 -04:00
dbclient.cpp finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::more 2009-06-09 12:32:04 -04:00
dbclient.h change min/max to minKey maxKey 2009-05-22 15:05:13 -04:00
gridfs.cpp Added removeFile() for GridFS. Also modified input strings to be "const string&" 2009-06-17 09:33:28 +08:00
gridfs.h Added removeFile() for GridFS. Also modified input strings to be "const string&" 2009-06-17 09:33:28 +08:00
model.cpp _id assignment fix 2009-03-26 17:28:16 -04:00
model.h Model::_id protected instead of private 2009-03-26 09:42:03 -04:00