Eliot Horowitz
|
9af4bc9ed9
|
better error message
|
2011-02-07 16:04:25 -05:00 |
|
Eliot Horowitz
|
cd834438e5
|
make sm conversion from BSON array to js array faster
|
2011-02-05 22:44:06 -05:00 |
|
Eliot Horowitz
|
b828d21630
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
|
Eliot Horowitz
|
57be437dd8
|
better js error message on out of memory SERVER-2280
|
2010-12-27 11:58:03 -05:00 |
|
Eliot Horowitz
|
c022b54c08
|
init( BSONObj* ) can be const *
|
2010-12-15 09:50:35 -05:00 |
|
Mathias Stearn
|
623ad9da1a
|
fix off-by-one in spidermonkey line numbering SERVER-2215
|
2010-12-13 19:02:27 -05:00 |
|
Eliot Horowitz
|
4e51d779c6
|
fix comment parsing in v8
|
2010-11-29 01:50:57 -05:00 |
|
Eliot Horowitz
|
2016fe2e3d
|
better error message on bad encoding
|
2010-11-28 03:35:44 -05:00 |
|
dwight
|
f6a923ca3f
|
show repl state in shell prompt. needs more work
|
2010-11-23 04:16:04 -05:00 |
|
Eliot Horowitz
|
99647ebeb0
|
fix comments in embedded code SERVER-2121
|
2010-11-22 00:53:00 -05:00 |
|
Eliot Horowitz
|
1bdc2ebc3c
|
working on SERVER-2121
|
2010-11-20 16:37:33 -05:00 |
|
Tony Hannan
|
c77a4e5930
|
SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in log
|
2010-10-13 10:14:37 -04:00 |
|
Aaron
|
e593c1fe4c
|
SERVER-1841 don't allow client js to catch timeout/interrupt
|
2010-10-06 00:33:09 -07:00 |
|
Aaron
|
8c82a9c5c6
|
SERVER-387 support killop with db.eval
|
2010-09-14 17:01:01 -07:00 |
|
Eliot Horowitz
|
296ddbb6b8
|
fix Object.bsonsize with null param SERVER-1753
|
2010-09-07 23:02:23 -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
|
449fbabe26
|
have to copy BinData in sm in case BSONObj is temp SERVER-1694
|
2010-08-27 15:00:25 -04:00 |
|
Alberto Lerner
|
7a7cc4adfa
|
SERVER-1452 StringData-ing up, c_str()-ing down
|
2010-08-18 18:12:31 -04:00 |
|
Mathias Stearn
|
06cb7f821f
|
use StringData for hardcoded JS files
|
2010-08-10 14:44:10 -04:00 |
|
Eliot Horowitz
|
6ef1fe833d
|
system.js deadlock fix
|
2010-07-28 13:42:23 -04:00 |
|
Eliot Horowitz
|
5d7a159f5a
|
make Object.bsonsize work for regular js object SERVER-1477
|
2010-07-25 12:08:56 -04:00 |
|
Eliot Horowitz
|
4e4a4959a8
|
some log cleaning
|
2010-07-25 11:51:34 -04:00 |
|
Alberto Lerner
|
5227b6777f
|
SERVER-1270 Elim c_str() /scripting
|
2010-07-20 12:42:07 -04:00 |
|
Aaron
|
bf36eebd4f
|
SERVER-776 NumberLong in sm
|
2010-06-22 17:53:11 -07:00 |
|
dwight
|
0fe7ef64f0
|
shell admin
|
2010-06-12 17:49:54 -04:00 |
|
dwight
|
4bbfd22694
|
try to fix build
|
2010-06-11 08:48:18 -04:00 |
|
dwight
|
ec85177ba1
|
shell
|
2010-06-11 00:16:34 -04:00 |
|
Eliot Horowitz
|
3a155378c5
|
slightly better error reporting for load
|
2010-06-10 13:27:51 -04:00 |
|
Dwight
|
e6d615c1f4
|
log less
|
2010-06-10 12:41:53 -04:00 |
|
dwight
|
4c51a62b5b
|
shell cleaning
|
2010-06-07 21:50:36 -04:00 |
|
Eliot Horowitz
|
944ab07449
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-06-07 17:28:32 -04:00 |
|
Eliot Horowitz
|
353a2315cf
|
safer when can't compile
|
2010-06-07 16:48:53 -04:00 |
|
Dwight
|
370f9a1bd2
|
shell stuff
|
2010-06-07 11:17:08 -04:00 |
|
Dwight
|
ac3a697075
|
log less
|
2010-06-02 16:45:16 -04:00 |
|
Eliot Horowitz
|
e1188a3c61
|
Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
scripting/engine_spidermonkey.cpp
|
2010-05-26 01:08:36 -04:00 |
|
Dwight Merriman
|
a190583c51
|
MutexDebugger
|
2010-05-26 00:46:49 -04:00 |
|
Eliot Horowitz
|
39f1354781
|
cout is bad
|
2010-05-26 00:32:39 -04:00 |
|
Dwight
|
c830be1477
|
log less during unit tests
|
2010-05-19 12:11:17 -04:00 |
|
Dwight Merriman
|
c8da89c5b6
|
minor warning elim
|
2010-04-28 17:39:09 -04:00 |
|
Eliot Horowitz
|
071f4015b4
|
handle utf8 errors better in js, try to convert to js error SERVER-1063 SERVER-1056
|
2010-04-28 15:04:22 -04:00 |
|
Dwight
|
bd28578ab8
|
stdafx->pch
|
2010-04-27 15:27:52 -04:00 |
|
Mathias Stearn
|
4f4dd053aa
|
Get rid of xassert
|
2010-04-23 20:14:37 -04:00 |
|
Aaron
|
6d21546c9d
|
make casting types consistent
|
2010-04-12 17:47:58 -07:00 |
|
Eliot Horowitz
|
48d2acc0de
|
fix where on v8 SERVER-864
|
2010-04-08 15:26:12 -04:00 |
|
Eliot Horowitz
|
44237031b1
|
make return parsing smarter SERVER-864
|
2010-04-02 15:56:43 -04:00 |
|
Eliot Horowitz
|
9387e8b604
|
fix recursive toObject in sm SERVER-846
|
2010-03-30 00:03:41 -04:00 |
|
Eliot Horowitz
|
612763233b
|
need to lock around sm gc() SERVER-817
|
2010-03-23 14:59:02 -04:00 |
|
Eliot Horowitz
|
8c484cdce8
|
better sm asserts
|
2010-03-23 14:51:36 -04:00 |
|
Mathias Stearn
|
e3731a1ed6
|
Mismatched new[] and delete
|
2010-03-18 18:06:40 -04:00 |
|
Aaron
|
c971842a55
|
Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.
Conflicts:
db/instance.h
|
2010-03-15 09:42:01 -07:00 |
|