Eliot Horowitz
|
e610aaddca
|
32-bit fix
|
2009-12-29 21:26:55 -05:00 |
|
Eliot Horowitz
|
16268ad41f
|
undo temp change
|
2009-12-29 21:17:11 -05:00 |
|
Eliot Horowitz
|
ac84841e63
|
first checking of simple/fast resettable StringBuilder
|
2009-12-29 17:32:31 -05:00 |
|
Mathias Stearn
|
5c846e0139
|
use current environment in windows if cl.exe isn't on the path
|
2009-12-29 14:49:24 -05:00 |
|
Mathias Stearn
|
b4b9ccfde5
|
better boost detection on win32
|
2009-12-29 14:49:24 -05:00 |
|
Eliot Horowitz
|
34e82de192
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-29 14:49:10 -05:00 |
|
Eliot Horowitz
|
758cd7350d
|
configure "slow" queries
either --slowms on the command line
or through setProfilingLevel
SERVER-457
|
2009-12-29 14:48:42 -05:00 |
|
Aaron
|
75c7995a2a
|
MINOR cleanup
|
2009-12-29 11:46:57 -08:00 |
|
Aaron
|
100ebb70d1
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-29 11:32:14 -08:00 |
|
Aaron
|
f0e2ccae3d
|
MINOR merge and add exception codes
|
2009-12-29 11:32:09 -08:00 |
|
Eliot Horowitz
|
f05a6aafb3
|
link error
|
2009-12-29 14:29:32 -05:00 |
|
Aaron
|
453aa1977e
|
SERVER-446 MINOR refactor usage of v8 raii objects
|
2009-12-29 11:13:08 -08:00 |
|
Eliot Horowitz
|
d00886d07e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-29 14:10:26 -05:00 |
|
Eliot Horowitz
|
2dcb747bac
|
option to limit # of connections (threads currently) default 20000 SERVER-471
|
2009-12-29 14:09:53 -05:00 |
|
Aaron
|
91362b9e35
|
SERVER-446 use v8's raii objects correctly per documentation
|
2009-12-29 11:04:00 -08:00 |
|
dwight
|
eba11eace3
|
remove dbinfo.h
|
2009-12-29 13:46:05 -05:00 |
|
dwight
|
6f4bfb2e14
|
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
SConstruct
db/dbinfo.h
|
2009-12-29 13:45:46 -05:00 |
|
dwight
|
24e2542d95
|
remove dbinfo.h/cpp
|
2009-12-29 13:42:45 -05:00 |
|
Eliot Horowitz
|
7d65d20f5a
|
--profile command line option SERVER-456
|
2009-12-29 12:27:27 -05:00 |
|
Eliot Horowitz
|
3b37c3fbd4
|
some profiling management cleaning pre SERVER-456
|
2009-12-29 12:08:13 -05:00 |
|
Eliot Horowitz
|
3fd317da0a
|
some cleaning
|
2009-12-29 11:49:24 -05:00 |
|
Eliot Horowitz
|
216d1e59ef
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-29 10:47:09 -05:00 |
|
Eliot Horowitz
|
b93d04c91f
|
fix nightly
|
2009-12-29 10:43:34 -05:00 |
|
Mathias Stearn
|
ac11216a20
|
smoke tests call mongo with directory rather than globs for windows support. SERVER-411
|
2009-12-28 19:05:26 -05:00 |
|
Mathias Stearn
|
959fc2c674
|
mongo shell can now take a directory and run all *.js files in it
|
2009-12-28 19:00:33 -05:00 |
|
Mathias Stearn
|
afbe8c64d9
|
Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410
|
2009-12-28 18:27:18 -05:00 |
|
Eliot Horowitz
|
315995b8c7
|
better debugging for weird mmap issue
|
2009-12-28 17:46:41 -05:00 |
|
Eliot Horowitz
|
35dc5cd0fd
|
fix 64-bit osx
|
2009-12-28 17:17:01 -05:00 |
|
Eliot Horowitz
|
d5a5401f9a
|
use code in getLastError SERVER-112
|
2009-12-28 17:12:49 -05:00 |
|
Eliot Horowitz
|
fa8961c3e8
|
Exception classess need codes too SERVER-112
|
2009-12-28 17:06:07 -05:00 |
|
Eliot Horowitz
|
a3a0bc64f9
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-28 16:44:07 -05:00 |
|
Eliot Horowitz
|
0ab8149a8e
|
uassert/massert take error code SERVER-112
|
2009-12-28 16:43:43 -05:00 |
|
Aaron
|
548fc0f895
|
MINOR put helper in assert namespace
|
2009-12-28 13:16:47 -08:00 |
|
Aaron
|
df5dbd3a34
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-28 13:09:09 -08:00 |
|
Aaron
|
083629d0d1
|
MINOR update xcode project
|
2009-12-28 13:08:51 -08:00 |
|
Aaron
|
ad6c3d4132
|
SERVER-470 add runParallelTests helper, improve insert test
|
2009-12-28 13:05:11 -08:00 |
|
Eliot Horowitz
|
95137f262c
|
more tests for SERVER-181
|
2009-12-28 15:45:29 -05:00 |
|
Eliot Horowitz
|
0a71e870ce
|
fix multiple $inc/$push on same embedded object SERVER-333
|
2009-12-28 15:37:18 -05:00 |
|
Aaron
|
3699192679
|
SERVER-470 improve basic test
|
2009-12-28 12:03:47 -08:00 |
|
Eliot Horowitz
|
6df2dd965e
|
forgot to commit test for SERVER-487
|
2009-12-28 13:11:36 -05:00 |
|
Eliot Horowitz
|
a7f5b115d9
|
doc
|
2009-12-28 13:10:39 -05:00 |
|
Eliot Horowitz
|
1c4f05b3bd
|
add dropTarget option to renameCollection SERVER-487
|
2009-12-28 13:09:44 -05:00 |
|
Eliot Horowitz
|
5d153aaee0
|
undefined should be false
|
2009-12-28 13:09:34 -05:00 |
|
Eliot Horowitz
|
bffb7fd6e1
|
some speed improvements
|
2009-12-27 00:41:53 -05:00 |
|
Eliot Horowitz
|
55744fd04c
|
short circuit if not in sharded mode
|
2009-12-27 00:41:39 -05:00 |
|
Eliot Horowitz
|
2390b483bc
|
some additions to Timer
|
2009-12-27 00:41:30 -05:00 |
|
Eliot Horowitz
|
8a53ffb05c
|
more Top cleaning
|
2009-12-25 23:24:37 -05:00 |
|
Eliot Horowitz
|
57137d6aca
|
some Top refactoring
|
2009-12-25 22:06:07 -05:00 |
|
Eliot Horowitz
|
e19c177dec
|
fix $bit test
|
2009-12-24 13:11:10 -05:00 |
|
Eliot Horowitz
|
c86a5a480f
|
debugging for weird 32-bit linux issue
|
2009-12-23 16:16:48 -05:00 |
|