0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

203 Commits

Author SHA1 Message Date
Eliot Horowitz
88795bc740 better error message 2009-09-18 14:20:44 -04:00
dwight
b21aea9c7f Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-14 23:48:51 -04:00
Eliot Horowitz
11ee78fc03 don't complain about ScopedDBConnection if the underlying connection failed 2009-09-14 14:31:46 -04:00
dwight
68c24f3595 getLastErrorDetailed() for C++ client 2009-09-14 12:31:47 -04:00
Eliot Horowitz
6d95f3cd1c onHandedOut 2009-09-14 11:33:20 -04:00
Eliot Horowitz
4040d9799f add hooks for connection pool 2009-09-11 16:10:48 -04:00
Eliot Horowitz
bbc07f85ec don't allow db.eval on sharded collections SHARDING-27 2009-09-10 10:36:11 -04:00
Eliot Horowitz
e8d20f47ac count of missing namespace returns 0 2009-09-01 17:28:15 -04:00
Eliot Horowitz
6281fe4ee7 const BSONObj 2009-09-01 17:08:57 -04:00
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Michael Stephens
45683d835d getMetadata() for GridFile
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-20 10:53:37 +08:00
Michael Stephens
11b657f18d getUploadDate() and getMD5() for GridFile
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-20 08:44:31 +08:00
Dwight
03a3531a42 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-13 13:26:20 -04:00
Dwight
f0c2c8003f don't allow dropping an index $ collection
http://jira.mongodb.org/browse/SERVER-217
2009-08-13 13:26:03 -04:00
Eliot Horowitz
9f0fde9d31 clean warning MINOR 2009-08-13 13:25:19 -04:00
Eliot Horowitz
0cfa107650 DBCclientPaired::slaveConn - for getting the slave side of a paired connection 2009-08-12 16:54:57 -04:00
Dwight
17042c403e use $snapshot in the clone / repl code where appropriate
also adds snapshot to the C++ client driver
2009-08-10 16:57:59 -04:00
Eliot Horowitz
8bbd6eadf6 implement DBClientPaire::connect( string s ) 2009-08-10 14:00:03 -04:00
Mike Dirolf
32f5ebb4c6 minor: whitespace 2009-08-06 14:12:32 -04:00
Eliot Horowitz
488086994c inShutdown() method so spider monkey can shutdown cleanly 2009-08-05 17:15:04 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
Dwight
733ba1e11d first cut off NumberLong (64 bit ints) in BSON 2009-08-03 14:16:49 -04:00
Eliot Horowitz
73be2f8454 add getCollectionNames and getDatabaseNames to c++ client SERVER-196 2009-07-29 13:13:01 -04:00
Eliot Horowitz
6746cd2493 get rid of Option_ALLFLAGS 2009-07-29 11:16:33 -04:00
alanw
b0dbe2735b Added removeFile() for GridFS. Also modified input strings to be "const string&"
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-17 09:33:28 +08:00
alanw
b610cf77f4 Use a more portable method of opening and reading binary files (O_RDONLY interpreted differently under windows)
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-17 09:33:14 +08:00
Eliot Horowitz
6b1d43b3b1 finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::more 2009-06-09 12:32:04 -04:00
Eliot Horowitz
00df88c21d moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()
added _more temporarily
SERVER-101
2009-06-09 11:43:04 -04:00
Eliot Horowitz
5514c49e39 make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
Eliot Horowitz
5eb08a4478 change min/max to minKey maxKey 2009-05-22 15:05:13 -04:00
Aaron
206a330b50 remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClient 2009-05-19 10:55:13 -04:00
Dwight
1d59989c5e kill warning windows 2009-05-13 10:52:52 -04:00
Aaron
13ac1f5ee4 remove client dependency on pcre 2009-05-11 14:57:26 -04:00
Aaron
83b3f358f1 make smokeClient work with nonstandard port, path 2009-05-11 12:41:49 -04:00
Aaron
e8ea876e61 use BSONObj() directly in test MINOR 2009-05-06 13:17:07 -04:00
Eliot Horowitz
a5d4d15090 creeateDirectClient method 2009-05-01 14:35:42 -04:00
Aaron
af59c4ea9e core implementation of min/max query parameters 2009-04-30 16:25:36 -04:00
Aaron
80847b561c add unique option when creating index in c++, js drivers; basic unique key unit tests 2009-04-20 13:51:54 -04:00
Aaron
ee6ef61ca4 clear index cache in c++ client on dropping collection / database 2009-04-16 11:27:10 -04:00
Eliot Horowitz
a2479cdf80 access to raw resultFlags 2009-04-13 10:47:42 -04:00
Aaron
c1ae28ca0d remove explicit deleteIndexes from c++ client 2009-04-07 15:27:00 -04:00
Eliot Horowitz
fe27fdc75a make simpleCommand public since its handy and harmless 2009-03-30 13:25:58 -04:00
Aaron
e6c4c94d69 More correct timestamp update check 2009-03-30 11:09:51 -04:00
Eliot Horowitz
b32c181aac 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
Eliot Horowitz
601bc1d866 log(2) when create a new connection for pooling 2009-03-29 22:52:17 -04:00
Eliot Horowitz
1b13a418fa _id assignment fix 2009-03-26 17:28:16 -04:00
Eliot Horowitz
fd9c26a74c safer object management 2009-03-26 15:14:24 -04:00
Eliot Horowitz
0195f478e5 Model::_id protected instead of private 2009-03-26 09:42:03 -04:00
Eliot Horowitz
265436b22d make Model::save,load virtual 2009-03-25 17:28:54 -04:00
Eliot Horowitz
e91ed0e854 add DBClientBase::getServerAddress() 2009-03-25 17:08:36 -04:00