Commit Graph

107 Commits

Author SHA1 Message Date
Alberto Lerner
f9c5b67d11 SERVER-1278 Expose cursor buffer remains to js testing 2010-07-22 13:48:43 -04:00
Alberto Lerner
5227b6777f SERVER-1270 Elim c_str() /scripting 2010-07-20 12:42:07 -04:00
dwight
9b157bfd85 minor shell later 2010-07-12 12:00:55 -04:00
dwight
f674d14f6e UUID() in the shell beginnings 2010-07-10 23:17:05 -04:00
dwight
5a543ad37c make BinData really sort of work in the mongo shell 2010-07-08 00:27:15 -04:00
dwight
85b901c703 bindata shell 2010-07-08 00:01:53 -04:00
dwight
2675f2f625 nonideal patch for shell bindata crash 2010-07-07 23:51:43 -04:00
dwight
0bff6372d2 bindata cleaning 2010-07-07 23:48:14 -04:00
Mathias Stearn
a57505d186 debugging 2010-07-02 15:46:54 -04:00
Aaron
e881754406 SERVER-776 clean precision checking 2010-06-22 22:30:52 -07:00
Aaron
05f319162b SERVER-776 win? 2010-06-22 20:44:22 -07:00
Aaron
0d42eb74d2 SERVER-776 win? 2010-06-22 19:39:16 -07:00
Aaron
1e61dd92e0 SERVER-776 NumberLong in v8 2010-06-22 19:18:07 -07:00
Aaron
bf36eebd4f SERVER-776 NumberLong in sm 2010-06-22 17:53:11 -07:00
Dwight Merriman
164095778e elim some 64 bit warnings etc. 2010-04-28 19:39:21 -04:00
Eliot Horowitz
8c484cdce8 better sm asserts 2010-03-23 14:51:36 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
92dca86601 some abstractions in prep for SHARDING-39 2010-03-22 09:51:06 -04:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Aaron
cd1dfe32b0 Revert "Revert "SERVER-305 record uri on connect""
This reverts commit 149248b4eb.
2010-02-22 12:08:54 -08:00
Aaron
149248b4eb Revert "SERVER-305 record uri on connect"
This reverts commit ae80a66ff8.
2010-02-22 11:40:47 -08:00
Aaron
ae80a66ff8 SERVER-305 record uri on connect 2010-02-22 10:32:55 -08:00
Aaron
0ffefe9bc0 SERVER-612 informal dbref for sm 2010-02-17 11:59:35 -08:00
Dwight
60c2a79e9c don't use asio for mongos with win vcproj yet 2010-01-26 12:19:14 -05:00
Aaron
826cd391e0 SERVER-256 allow BinData construction in sm shell 2010-01-25 15:45:53 -08:00
Aaron
769029d7c8 SERVER-256 fix BinData byte alignment issue and add base64 representation to toString() output 2010-01-25 14:07:02 -08:00
Aaron
a85db023f9 SERVER-357 NumberLong converts to number (double) implicitly when doing operations 2010-01-25 10:06:06 -08:00
Aaron
b147ccf752 SERVER-357 NumberLong class for sm 2010-01-20 15:02:46 -08:00
Dwight
0a3f5af2c3 fix vcproj; typo 2010-01-20 14:34:53 -05:00
Eliot Horowitz
2ff6749889 Quorum -> SyncClusterConnection 2010-01-19 17:36:01 -05:00
Eliot Horowitz
f8be8a7529 fix spidermonkey error handling SERVER-515 2010-01-14 23:57:07 -05:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Aaron
bbcc6c1d0c SERVER-446 extract object id string validation to general engine layer 2009-12-21 17:03:12 -08:00
Aaron
48feb5237f SERVER-502 fix specification of native callback flags in sm 2009-12-21 14:45:53 -08:00
Eliot Horowitz
edfe77b6ef quorom connection (for sharding config) checkpoint 2009-12-16 16:26:49 -05:00
Mathias Stearn
f64ec0964a Silence warnings 2009-12-09 15:02:42 -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
9c2f1a1bd1 don't allow db access on $where SERVER-454 2009-12-03 17:41:45 -05:00
Eliot Horowitz
7eb8fab97d added bsonsize to bson objects in js 2009-11-22 22:05:46 -05:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Eliot Horowitz
1bc6fff4e6 shell multi-update option and test SERVER-268 2009-10-22 09:43:31 -04:00
Eliot Horowitz
cc2c5c4911 add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
Eliot Horowitz
eaf0c845bc renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -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
fce76595ff slightly better next() at end handling SERVER-280 2009-09-04 11:05:06 -04:00
Eliot Horowitz
82c3aaa3ca type in non xulrunner 2009-08-28 16:39:13 -04:00
Eliot Horowitz
3c6ec5274a xulrunner in ubuntu passes all client tests now 2009-08-28 13:27:15 -04:00
Eliot Horowitz
79fcbfa97a implement paired connection support in shell SERVER-171 2009-08-10 14:00:18 -04:00
Eliot Horowitz
8be85b3e48 fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00