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

866 Commits

Author SHA1 Message Date
Aaron
d983964bf1 SERVER-726 calculate bound unions a bit more precisely 2010-09-13 21:00:20 -07:00
Dwight
ffd42e6a1c read only mmap support on windows 2010-09-13 17:16:42 -04:00
Eliot Horowitz
f412a116af don't use exception on BlockingQueue timed pop 2010-09-13 11:35:14 -04:00
Dwight
323543df36 elikm warning 2010-09-13 09:02:33 -04:00
Eliot Horowitz
3cb246e573 BlockQueue pop with timeout - prep for SERVER-1725 2010-09-13 00:34:31 -04:00
Dwight
96d348821d hostandport is broken SERVER-1769 2010-09-10 10:14:04 -04:00
dwight
2584ba0ae4 remove capped2 for now - maybe later 2010-09-09 17:07:23 -04:00
Dwight
6a3c756e94 capped2 work 2010-09-09 12:01:28 -04:00
Eliot Horowitz
b416e09061 Scope::rename and ability to block db access prep for SERVER-1715 2010-09-01 01:32:35 -04:00
Eliot Horowitz
9d93038c8e make roundtripping of NumberLong work and add another test 2010-08-29 00:37:20 -04:00
Wojciech Piekutowski
b42dd5c67e NumberLong shell output changed to NumberLong(111111111111) or NumberLong(11111) (when absolute value < 2^30) SERVER-1659
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-08-29 00:27:59 -04:00
dwight
8864cfafff crlf 2010-08-28 18:27:50 -04:00
dwight
f382ca50d4 compile test.vcxproj 2010-08-28 18:25:06 -04:00
dwight
e8eae32094 fix test.vcxproj 2010-08-28 18:08:43 -04:00
Kristina Chodorow
47114280a4 more tests for SERVER-1347 2010-08-26 16:31:29 -04:00
Dwight
1bbea389ef db_10.sln 2010-08-26 09:34:30 -04:00
Eliot Horowitz
c78415729e fix lexNumCmp with magic end of marker 2010-08-25 18:30:51 -04:00
Dwight
20155ad7fb make classes noncopyable to be safe. compile db_10.sln 2010-08-25 13:40:01 -04:00
Dwight
22aa421d98 compile test vcxproj 2010-08-23 11:37:11 -04:00
Aaron
fe7a8dfaf4 SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
dwight
d40cac6f1b compile db_10.sln 2010-08-15 22:21:26 -04:00
Alberto Lerner
46d312cde0 Thread sleep doesn't give any upper bound guarantee (test failed sporadicaly). 2010-08-10 16:28:50 -04:00
Eliot Horowitz
0b975c9734 turn off test that is different on windows 2010-08-09 00:28:06 -04:00
Eliot Horowitz
9dd3b21002 make BSONElement::toString 20x faster for double 2010-08-08 23:39:09 -04:00
Aaron
e66ae485e9 Merge branch 'master' of github.com:mongodb/mongo 2010-08-03 20:09:28 -07:00
Aaron
701dc65282 SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
Eliot Horowitz
4dbf25dba0 test robustness 2010-08-03 09:29:58 -04:00
Eliot Horowitz
b6524e0986 fix pairing test 2010-07-30 15:01:12 -04:00
Eliot Horowitz
9c95e894ee use checksum to make curop threadsafe SERVER-723 2010-07-29 01:08:20 -04:00
dwight
684486e7e0 towards vcxproj compile 2010-07-28 14:46:13 -04:00
Aaron
01c71e9746 merge 2010-07-26 15:45:40 -07:00
Eliot Horowitz
d3d978a601 remove assert that isn't always valid 2010-07-26 17:03:14 -04:00
Eliot Horowitz
87d7c92d6b test 2010-07-26 16:25:23 -04:00
Aaron
d78ed0f030 capped truncate rough cut 2010-07-26 12:01:15 -07:00
dwight
3083c08000 truncatecapped test 2010-07-26 10:32:13 -04:00
dwight
698441ad63 rs 2010-07-25 22:50:35 -04:00
dwight
f8d63e3ca0 capped reorg some 2010-07-25 16:16:19 -04:00
dwight
778a6ebce6 compile vcxproj for new source filel 2010-07-24 17:17:41 -04:00
dwight
e086cade06 checkpoint 2010-07-24 00:10:34 -04:00
dwight
53d5215cc6 separate file for capped code 2010-07-23 23:20:00 -04:00
dwight
296526ce53 checkpoint 2010-07-23 22:44:11 -04:00
dwight
87b68a4ebe compile vxcproj test 2010-07-23 14:56:10 -04:00
dwight
7a76a9919d add minor test 2010-07-23 09:58:43 -04:00
Alberto Lerner
1d83bd2e99 SERVER-1269 TODO 2010-07-22 21:19:59 -04:00
Alberto Lerner
f9c5b67d11 SERVER-1278 Expose cursor buffer remains to js testing 2010-07-22 13:48:43 -04:00
Eliot Horowitz
fde8b9a580 hack for findOne 2010-07-21 17:30:56 -04:00
Dwight
fe36179eba rs 2010-07-21 13:50:53 -04:00
Eliot Horowitz
9bc4aea8ba operator < > <= >= for BSONObj 2010-07-20 23:16:48 -04:00
Alberto Lerner
4ab45012de SERVER-1270 Elim remaining c_str()'s 2010-07-20 12:59:47 -04:00
Alberto Lerner
0370c1858e Adjust test case 2010-07-19 19:06:41 -04:00