Eliot Horowitz
|
556538105c
|
fix js dates on 32-bit linux
|
2011-07-07 19:38:06 -04:00 |
|
Eliot Horowitz
|
8113df798d
|
change NumberInt.tojson
|
2011-07-05 12:10:13 -04:00 |
|
agirbal
|
5dcc4f9d49
|
SERVER-854: NumberInt implemented in SM
|
2011-07-03 18:47:14 -07:00 |
|
agirbal
|
403b7aa8a2
|
SERVER-3168: Fixed hexadecimal output, added tests
|
2011-06-22 10:16:14 -07:00 |
|
agirbal
|
21def6cf94
|
SERVER-3168: added length() and subtype(). Moved methods from SM layer to utils.js
|
2011-05-30 10:25:29 -07:00 |
|
dwight
|
284af81234
|
shell bindata stuff
|
2011-05-27 00:49:47 -04:00 |
|
gregs
|
301376410c
|
conversion of unneeded caused_by macros to methods
|
2011-04-01 09:45:10 -04:00 |
|
greg
|
ac8db92b1a
|
Fix for spidermonkey scripting, callback causes segfault.
|
2011-03-04 11:30:18 -05:00 |
|
Eliot Horowitz
|
a7eb7f2c47
|
shell can pass query options
|
2011-01-25 02:02:37 -05:00 |
|
Eliot Horowitz
|
3419f550a0
|
better remove error reporting for js
|
2011-01-21 15:48:47 -05:00 |
|
Eliot Horowitz
|
f964db5b9e
|
move object creation for mongo_insert into try/catch
|
2011-01-19 23:18:15 -05:00 |
|
Eliot Horowitz
|
b828d21630
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
|
Eliot Horowitz
|
93b06214ed
|
new Timestamp() for shell SERVER-2315
|
2010-12-30 21:46:49 -05:00 |
|
dwight
|
f6a923ca3f
|
show repl state in shell prompt. needs more work
|
2010-11-23 04:16:04 -05: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 |
|
Eliot Horowitz
|
32a30aa221
|
use smuassert instead of uassert SERVER-1661
|
2010-08-23 13:36:49 -04:00 |
|
Eliot Horowitz
|
fa8b9a8c73
|
shell support for justOne for removes SERVER-1653
|
2010-08-22 00:52:06 -04:00 |
|
Alberto Lerner
|
7a7cc4adfa
|
SERVER-1452 StringData-ing up, c_str()-ing down
|
2010-08-18 18:12:31 -04:00 |
|
Eliot Horowitz
|
39d0346def
|
clean up cursor exception handling
|
2010-08-18 10:23:56 -04:00 |
|
Mathias Stearn
|
e8e772181a
|
Use one string per JS file.
mongo_vstudio.cpp in next push
|
2010-08-10 14:44:10 -04:00 |
|
Eliot Horowitz
|
272755d255
|
cal back fix
|
2010-07-30 16:04:54 -04:00 |
|
Eliot Horowitz
|
12aa34d0fa
|
centralize connection url parsing SERVER-1319
|
2010-07-30 11:20:33 -04:00 |
|
Eliot Horowitz
|
672a947cf5
|
spam SERVER-1478
|
2010-07-25 11:51:23 -04:00 |
|
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 |
|