Eliot Horowitz
|
76d4703561
|
fix ugly quit() message
|
2010-02-26 18:00:08 -05:00 |
|
Eliot Horowitz
|
a6d37a6d3e
|
fix: m/r emit error gets spidermonkey into bad state SERVER-570
|
2010-01-26 10:43:30 -05:00 |
|
Eliot Horowitz
|
47a01f2bfe
|
better debugging
|
2009-11-30 15:10:23 -05:00 |
|
Eliot Horowitz
|
7eb8fab97d
|
added bsonsize to bson objects in js
|
2009-11-22 22:05:46 -05:00 |
|
Eliot Horowitz
|
01c85879b1
|
some simple optimiziations
|
2009-11-04 14:48:36 -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
|
6475aeecfb
|
remove wrong assertion SERVER-386
|
2009-10-25 20:35:33 -04:00 |
|
Eliot Horowitz
|
e48db1f60a
|
replace cerr with cout for all server files
|
2009-10-16 11:39:59 -04:00 |
|
Dwight
|
5696d65d83
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-15 16:47:48 -04:00 |
|
Dwight
|
f152047f19
|
fix assert to use ours and thus make unit test pass
|
2009-10-15 16:47:35 -04:00 |
|
Eliot Horowitz
|
7636df40d7
|
compiler with xulrunner-1.9.0 - SERVER-359
|
2009-10-15 16:07:14 -04:00 |
|
Dwight
|
ff54f16271
|
add Connection class
beginnings that is
|
2009-10-09 14:59:44 -04:00 |
|
Eliot Horowitz
|
445c662ffc
|
cache functions
|
2009-10-09 11:32:41 -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
|
ae3d49d718
|
allow you to store js functions in the server SERVER-157
|
2009-09-29 16:54:31 -04:00 |
|
Eliot Horowitz
|
7c3a470c0b
|
local scope for large argument passing
|
2009-09-24 10:51:16 -04:00 |
|
Eliot Horowitz
|
356d71309c
|
sm craziness
|
2009-09-23 17:16:32 -04:00 |
|
Dwight
|
20ce663892
|
adaptive replication sleep time
and log much cleaner for repl
|
2009-09-22 10:10:02 -04:00 |
|
Eliot Horowitz
|
184870bf95
|
support JS_SetOperationCallback in sm 1.8.1 SERVER-167
|
2009-09-01 14:23:36 -04:00 |
|
Eliot Horowitz
|
cbf26c5b21
|
fix sm gc issue
|
2009-08-29 01:26:50 -04:00 |
|
Eliot Horowitz
|
3f1d5ad8d4
|
better error messages
|
2009-08-28 16:56:34 -04:00 |
|
Eliot Horowitz
|
46cbb8a6b2
|
some sm safety
|
2009-08-28 16:35:09 -04:00 |
|
Eliot Horowitz
|
5f898ab000
|
fix function rooting and function names
|
2009-08-28 15:06:09 -04:00 |
|
Eliot Horowitz
|
7245d462e9
|
replaced super hacky compileFunction with some minimal custom parsing
|
2009-08-28 14:22:29 -04:00 |
|
Eliot Horowitz
|
b3e8ab8119
|
minor 181 cleaning
|
2009-08-28 14:03:08 -04:00 |
|
Eliot Horowitz
|
3c6ec5274a
|
xulrunner in ubuntu passes all client tests now
|
2009-08-28 13:27:15 -04:00 |
|
Eliot Horowitz
|
c0f769582f
|
npe for sm 1.8 that makes client pass
|
2009-08-28 00:04:43 -04:00 |
|
Eliot Horowitz
|
9ce02334be
|
couple of small optimizations
|
2009-08-19 11:49:21 -04:00 |
|
Eliot Horowitz
|
b5bb4b2af9
|
better sm locking
|
2009-08-12 10:51:31 -04:00 |
|
Eliot Horowitz
|
a22b8abeee
|
better debugging for invalid utf-8 in sm
|
2009-08-07 16:55:51 -04:00 |
|
Eliot Horowitz
|
3578c9a207
|
little more debugging for next new type MINOR
|
2009-08-06 11:54:09 -04:00 |
|
Eliot Horowitz
|
1aaef4311c
|
unknow regex flag warning, not assert
|
2009-08-06 11:25:15 -04:00 |
|
Eliot Horowitz
|
7d335e715c
|
fix shell
|
2009-08-05 14:10:36 -04:00 |
|
Eliot Horowitz
|
a3475be9de
|
fix sun compile
|
2009-08-05 13:39:01 -04:00 |
|
Eliot Horowitz
|
c34247cd96
|
more sm locking
|
2009-08-05 13:34:54 -04:00 |
|
Eliot Horowitz
|
b1793eae5b
|
some sm internal locking
|
2009-08-05 13:30:55 -04:00 |
|
Eliot Horowitz
|
d223c26df9
|
get rid of JS_THREADSAFE checks
|
2009-08-05 13:24:53 -04:00 |
|
Eliot Horowitz
|
c9ad39db79
|
caching js context, also THREADSAFE mangling
|
2009-08-05 13:14:06 -04:00 |
|
Eliot Horowitz
|
d0ed87f6a8
|
NumberLong in spider monkey
|
2009-08-04 12:07:09 -04:00 |
|
Eliot Horowitz
|
c662c71c50
|
fix for win64 and boost
|
2009-07-27 14:02:32 -04:00 |
|
yellow
|
de9d456c35
|
linux boost fix MINOR
|
2009-07-24 11:10:35 -04:00 |
|
Eliot Horowitz
|
168dcf7632
|
sm18 checkpoint
|
2009-07-24 08:26:35 -04:00 |
|
Eliot Horowitz
|
767d576ca4
|
fix npe in fix
|
2009-07-23 18:58:32 -04:00 |
|
Eliot Horowitz
|
a4a3d19ce1
|
temp fix for sub object mods
|
2009-07-23 17:37:52 -04:00 |
|
Eliot Horowitz
|
529784d10d
|
fix object -> bson when adding fields
|
2009-07-23 16:47:52 -04:00 |
|
Eliot Horowitz
|
294f9e4873
|
make sure db doesn't crash with weird db.eval returns SERVER-159
|
2009-07-15 11:41:23 -04:00 |
|
Eliot Horowitz
|
8db5cbbea8
|
fix null,date returns from db.eval SERVER-151
|
2009-07-13 12:49:29 -04:00 |
|
Eliot Horowitz
|
ad841f9c4a
|
fix issue when deleting fields from JS SERVER-139
|
2009-07-09 12:09:30 -04:00 |
|
Mike Dirolf
|
2671b91d48
|
strip leading whitespace from code before adding return
|
2009-06-19 15:48:32 -04:00 |
|