Commit Graph

1635 Commits

Author SHA1 Message Date
Eliot Horowitz
45f9970259 better assertion message MINOR 2009-07-01 11:26:12 -04:00
Eliot Horowitz
e6df15134f fix assert MINOR 2009-07-01 10:48:57 -04:00
Eliot Horowitz
8dbb39d2bc better warning for bad pcre lib 2009-06-30 14:16:56 -04:00
Eliot Horowitz
93cb815b70 add nice version to buildinfo 2009-06-25 16:51:46 -04:00
Eliot Horowitz
ea32d7806c fix $in with NumberInt, NumberDouble SERVER-113 2009-06-24 14:03:35 -04:00
Eliot Horowitz
4a71c33456 fix for filters not returning objects without those fields 2009-06-22 15:30:41 -04:00
Eliot Horowitz
d279230f12 fix new property filter MINOR 2009-06-22 13:56:27 -04:00
Eliot Horowitz
d220c42a99 optimize using field filter 2009-06-20 23:15:31 -04:00
Eliot Horowitz
0cd354e676 add more logging in verbose mode 2009-06-20 20:19:34 -04:00
Dwight
aaa1769381 fix bug SERVER-96 update that changes unique index field disregards unique constraint 2009-06-19 16:03:44 -04:00
Dwight
5b8ca64dbb fix bug where the feature that ensures _id is preserved on an update
had a case that didn't work - test cases added too
2009-06-19 13:26:58 -04:00
Dwight
f136b4b850 towards update unique key fix 2009-06-18 13:30:49 -04:00
kristina
401223e71c Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-16 12:15:15 -04:00
kristina
adedfd4ff0 valid json format 2009-06-16 12:14:34 -04:00
Eliot Horowitz
004cd26dee fix appending BSONElement via << 2009-06-13 23:30:03 -04: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
Dwight
c7c77aee1a make old vcproj include assert_util.cpp 2009-06-08 17:28:11 -04:00
Eliot Horowitz
ab05b87e83 fix BSONElement Date toString 2009-06-08 12:51:48 -04:00
Eliot Horowitz
a5bbcaa94b fix eval returning Array 2009-06-08 10:53:50 -04:00
Dwight
82c3423a64 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-05 17:13:11 -04:00
Dwight
573c3e419b cleanup of update() before fixing dup keys issue there 2009-06-05 17:12:49 -04:00
Aaron Staple
1fd840fd64 BUG SERVER-92 $all scan only one key in index 2009-06-05 12:13:49 -04:00
Eliot Horowitz
5514c49e39 make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
Dwight
a9f4598e25 just comments todo on update dup keys MINOR 2009-06-04 14:55:41 -04:00
Dwight
56b2d01f36 better error detection when max namespaces reached 2009-06-04 12:05:40 -04:00
Eliot Horowitz
4c3e7dac60 fix *nix compile MINOR 2009-06-04 09:03:09 -04:00
alanw
c9c9dc5b03 Added support for running mongod as a Windows NT Service
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-04 20:55:33 +08:00
Eliot Horowitz
b2defb1b7e db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
Dwight
688010e33b Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-01 14:21:09 -04:00
Dwight
4a64d52c9c BUG SERVER-79
ports variable wasn't thread safe
2009-06-01 14:20:49 -04:00
Eliot Horowitz
48a68868f2 better error message on dup key SERVER-81
added some const
2009-06-01 14:17:44 -04:00
Aaron
4397393a97 print stack trace when detect an invalid BSON object 2009-05-28 16:30:24 -04:00
Aaron
df4d7bc751 log periodically while cloning a collection, log sync point when applying oplog 2009-05-28 15:37:45 -04:00
Aaron
d0192b19ea repl save and log progress every minute instead of every five minutes 2009-05-28 15:23:42 -04:00
Aaron
6a2a8d385f comments MINOR 2009-05-28 15:22:24 -04:00
Aaron
7d117f2726 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-28 13:35:53 -04:00
Aaron
17e01b215b more correct check for misdirected negotiate command requests 2009-05-28 13:35:39 -04:00
Dwight
18285e76de Windows:
db->mongod in vcproj
suppress a couple warnings
2009-05-28 13:16:23 -04:00
Dwight
787dc49f9d fix mongos in vcproj to compile for release build - visual studio 2009-05-28 13:09:48 -04:00
Aaron
c03a7186cf file allocator compile windows MINOR 2009-05-28 12:59:27 -04:00
Aaron
83be71666f wait for file allocator to finish before removing files 2009-05-27 17:23:47 -04:00
Aaron
fff94a80ac Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-27 14:09:50 -04:00
Eliot Horowitz
40cb12e590 1 minute timeout for $where
SERVER-3
2009-05-27 14:07:58 -04:00
Aaron
8423cdf30f BUG SERVER-53 handle case where another mongod instance is treating our node as a peer even though our node is not configured for pairing 2009-05-27 13:55:30 -04:00
Aaron
10e0456be3 preserve capped-ness in clonecollection 2009-05-26 18:57:26 -04:00
Aaron
0532b35568 add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
Aaron
087e7c857e add id index to correct collection MINOR 2009-05-26 15:58:22 -04:00
Aaron
d22db6f05d BUG SERVER-71 don't allow multiple _id indexes 2009-05-26 14:33:19 -04:00
Aaron
17167cade8 check matching regexes encapsulated directly in arrays as well 2009-05-26 14:05:41 -04:00