Commit Graph

552 Commits

Author SHA1 Message Date
Eliot Horowitz
72cb9c4832 fix unit test - but may go away anyway 2010-01-15 14:17:01 -05:00
Dwight
94ed98667f make buildindex interruptable 2010-01-15 13:19:35 -05:00
Dwight
1eeef29902 compile vcproj 2010-01-15 11:48:42 -05:00
Dwight
68e9f42e4b compile vcproj windows 2010-01-15 11:44:06 -05:00
Mathias Stearn
6ed57e7166 Use index for {$regex: "^foo"} queries 2010-01-14 23:24:22 -05:00
Eliot Horowitz
eab3b5f06e use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539 2010-01-14 15:35:29 -05:00
Eliot Horowitz
1d5186004c windows MINOR 2010-01-14 10:42:55 -05:00
Eliot Horowitz
8b50f1ce38 some sharding internal tests 2010-01-14 10:37:03 -05:00
Aaron
cf3b8f2468 SERVER-531 refactor code for not influencing lastError 2010-01-12 15:33:29 -08:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Dwight
e21bb90572 compile 2009-12-31 16:26:26 -05:00
Mathias Stearn
692b618d7d JSON parser supports 'new Date(1234)' SERVER-461 2009-12-30 17:56:44 -05:00
Dwight
b88f54e219 compile windows (vcproj) 2009-12-30 11:59:54 -05:00
Aaron
13533a68a8 Merge branch 'master' of github.com:mongodb/mongo 2009-12-29 20:53:40 -08:00
Eliot Horowitz
9e96ad0a07 fix unit test 2009-12-29 23:50:45 -05:00
Aaron
bf9e214caf Merge branch 'master' of github.com:mongodb/mongo 2009-12-29 20:01:43 -08:00
Aaron
8573d53da7 SERVER-470 MINOR abstract shell init functionality so v8_utils need not link with shell 2009-12-29 18:27:49 -08:00
Eliot Horowitz
e610aaddca 32-bit fix 2009-12-29 21:26:55 -05:00
Eliot Horowitz
ac84841e63 first checking of simple/fast resettable StringBuilder 2009-12-29 17:32:31 -05:00
Aaron
f0e2ccae3d MINOR merge and add exception codes 2009-12-29 11:32:09 -08:00
Aaron
91362b9e35 SERVER-446 use v8's raii objects correctly per documentation 2009-12-29 11:04:00 -08:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
e19c177dec fix $bit test 2009-12-24 13:11:10 -05:00
Eliot Horowitz
e1a4c3f0af test that doesn't work yet for $bit - commented out 2009-12-23 16:00:04 -05:00
Dwight
15535d0906 compile windows / vcproj 2009-12-22 16:42:49 -05:00
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