0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

527 Commits

Author SHA1 Message Date
Mathias Stearn
a871f11644 Thread pool 2009-12-22 12:15:52 -05:00
Eliot Horowitz
62a4aef8fd start work on bit operators SERVER-503
only ugly syntax works and not idempotent yet
2009-12-21 17:32:01 -05:00
Eliot Horowitz
c32fbf2b0f some update c++ unit tests 2009-12-21 15:56:56 -05:00
Dwight
65ae020708 QueryMessage was being instantiated twice on every query - fixed. 2009-12-21 14:22:23 -05:00
Dwight
8a1cecd76e fix cpp unit tests were failing on windows _DEBUG build 2009-12-21 14:08:13 -05:00
Aaron
83d4e4f2e1 MINOR fix warning 2009-12-21 10:17:21 -08:00
Aaron
499cb647b6 SERVER-446 MINOR enhance BinData round trip test to check data strings containing null bytes 2009-12-21 09:57:04 -08:00
Eliot Horowitz
773c59c53c update unit test 2009-12-18 17:39:02 -05:00
Eliot Horowitz
da08edb63d tests and minor fixes for SERVER-181 and SERVER-273 2009-12-18 17:28:36 -05:00
Eliot Horowitz
a71ff07701 BSONObjIteratorSorted - sorted iterator for bson obj that is sorted by field name 2009-12-18 01:50:43 -05:00
Dwight
7ac119e062 build vis studio 2009-12-17 16:18:00 -05:00
Aaron
15971b9ad9 SERVER-446 test that BinData js object is being used 2009-12-16 18:37:31 -08:00
Aaron
643ad02d77 SERVER-446 add DBPointer to v8 2009-12-16 16:50:36 -08:00
Aaron
78a9e77c33 SERVER-446 don't attempt to write protect arrays in v8 2009-12-16 14:49:22 -08:00
Aaron
ec440eda85 Merge branch 'master' of github.com:mongodb/mongo 2009-12-16 11:43:40 -08:00
Mathias Stearn
ee53e7ec8b MVar synchronization primitive 2009-12-16 14:38:05 -05:00
Aaron
7c13d80f1c MINOR comments 2009-12-16 10:37:29 -08:00
Aaron
b9ddc3e9ef SERVER-446 v8 round trip array support 2009-12-16 09:31:56 -08:00
Aaron
df1867b3a7 MINOR array js round trip test 2009-12-15 18:03:29 -08:00
Aaron
bec620a87a SERVER-446 simple int/double differentiation 2009-12-15 17:40:53 -08:00
Aaron
8add9a17b9 SERVER-446 implement readOnly mode in v8 engine 2009-12-15 15:52:41 -08:00
Aaron
a6e2b4a605 MINOR enhanced read only js tests 2009-12-15 11:22:19 -08:00
Eliot Horowitz
03da5382fb removed old update code 2009-12-10 17:02:47 -05:00
Eliot Horowitz
341cd83dd1 finish + switch to simpler+cleaner new object from mod code 2009-12-10 16:38:47 -05:00
Eliot Horowitz
4119148e97 almost all operators done on recursive update version 2009-12-10 15:59:09 -05:00
Eliot Horowitz
9bf50a42e3 more update cleaning 2009-12-10 14:29:14 -05:00
Dwight
4390797b88 make query optimizer map thread-safe 2009-12-09 18:13:36 -05:00
Dwight
f9184738d3 more renaming 2009-12-09 16:57:53 -05:00
Mathias Stearn
dcf3a10eea Start using Date_t. Can anyone think of a better name? 2009-12-09 12:00:17 -05:00
Eliot Horowitz
d672078581 update re-write almost done, faster and cleaner 2009-12-08 17:00:25 -05:00
Eliot Horowitz
03b5ae2078 some update refactoring so can test ModSet directly 2009-12-07 23:41:58 -05:00
Eliot Horowitz
6487373835 fix test locking 2009-12-06 11:18:35 -05:00
Eliot Horowitz
a2b7ab3e2e 32-bit compile 2009-12-05 22:19:03 -05:00
Eliot Horowitz
a208f7991f a date test 2009-12-05 21:19:52 -05:00
Dwight
edfa5eca01 wrap dbtests with a big dblcok - now passes 2009-12-04 12:50:53 -05:00
Eliot Horowitz
2aec9ea61d moving towards direct access from DBDirectClient rather than through message layer
not finished
2009-12-04 01:25:50 -05:00
Eliot Horowitz
31445b9fe0 fix dbtest framework output 2009-12-04 00:17:14 -05:00
Eliot Horowitz
5d8ca55f47 some more helpers for querying 2009-12-03 17:11:24 -05:00
Mathias Stearn
7581e97181 fix for windows 2009-12-03 14:46:29 -05:00
Mathias Stearn
58f7052028 Better formating for dbtests 2009-12-03 14:31:23 -05:00
Dwight
e8cb0b90f8 add new test to dbtests in vcproj 2009-12-03 12:09:11 -05:00
Mathias Stearn
04c6bf7241 Fix for boost 1.33 2009-12-02 15:28:28 -05:00
Mathias Stearn
c58d0d3123 Test for atomicIncrement() and ThreadedTest helper 2009-12-02 14:33:06 -05:00
Mathias Stearn
31a82b3034 Loosen test because capped collection size isn't exact 2009-11-30 17:05:31 -05:00
Mathias Stearn
ce036039e6 JSON parser now creates ints and longs SERVER-309 2009-11-30 17:05:31 -05:00
Eliot Horowitz
47a01f2bfe better debugging 2009-11-30 15:10:23 -05:00
Dwight
25bb636eb4 some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
Eliot Horowitz
e8193c5df2 forgot a test 2009-11-25 14:35:30 -05:00
Eliot Horowitz
3b724c73ad use Helpers::findById for simpel _id lookups 2009-11-25 12:41:13 -05:00
Eliot Horowitz
eed27626b8 some btree helpers and test 2009-11-25 10:09:59 -05:00