0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/client
2009-08-03 14:16:49 -04:00
..
examples add getCollectionNames and getDatabaseNames to c++ client SERVER-196 2009-07-29 13:13:01 -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 first cut off NumberLong (64 bit ints) in BSON 2009-08-03 14:16:49 -04:00
dbclient.h add getCollectionNames and getDatabaseNames to c++ client SERVER-196 2009-07-29 13:13:01 -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