Eliot Horowitz
|
9bc5a77b00
|
better yield times
|
2010-06-22 05:16:30 -04:00 |
|
Eliot Horowitz
|
e1e111d05e
|
didn't mean to compile that
|
2010-06-21 18:28:52 -04:00 |
|
dwight
|
a434fa5191
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-06-22 00:26:20 +02:00 |
|
dwight
|
a38bc950bd
|
compile (windows)
|
2010-06-22 00:26:08 +02:00 |
|
Eliot Horowitz
|
38f4332418
|
fix bad result handling SERVER-1275
|
2010-06-21 17:57:56 -04:00 |
|
Eliot Horowitz
|
462feb5a9f
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-06-21 13:41:47 -04:00 |
|
Eliot Horowitz
|
a71cc3cd4b
|
cleaning exceptions
|
2010-06-21 13:41:34 -04:00 |
|
Eliot Horowitz
|
e42ab71086
|
stability tests
|
2010-06-21 13:17:05 -04:00 |
|
Eliot Horowitz
|
a7f063dc21
|
nicer way to create bson
BSONField<int> x("x");
BSONObj o = BSON( x(5) );
ASSERT_EQUALS( BSON( "x" << 5 ) , o );
o = BSON( x.gt(5) );
ASSERT_EQUALS( BSON( "x" << BSON( "$gt" << 5 ) ) , o );
|
2010-06-21 11:18:33 -04:00 |
|
dwight
|
b122988b1c
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2010-06-20 16:50:18 +02:00 |
|
dwight
|
2915d076ba
|
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
db/repl/consensus.cpp
|
2010-06-20 16:50:05 +02:00 |
|
Eliot Horowitz
|
66bdde32e1
|
don't allow " in db name
|
2010-06-19 21:37:53 -04:00 |
|
Eliot Horowitz
|
4e1f95acab
|
some ClientCursor yield cleaning
|
2010-06-19 20:20:19 -04:00 |
|
Eliot Horowitz
|
0549d3cc2e
|
some tool cleaning
|
2010-06-19 12:46:10 -04:00 |
|
Eliot Horowitz
|
cb3a5f7f94
|
default lock_try to 0 ms
|
2010-06-19 12:45:52 -04:00 |
|
dwight
|
f27cc03eed
|
rs freshcmd
|
2010-06-19 17:23:02 +02:00 |
|
Eliot Horowitz
|
e72597ecd8
|
more win playing
|
2010-06-18 06:44:11 -04:00 |
|
Eliot Horowitz
|
bade1ebe83
|
more windows playing
|
2010-06-18 06:38:44 -04:00 |
|
Eliot Horowitz
|
53d5511666
|
playing with windows build
|
2010-06-18 06:36:33 -04:00 |
|
Justin Dearing
|
6f4ee6e28e
|
Attempt to make the binaries work on windows 2000.
Included inline version of getaddrinfo. See "Support for getaddrinfo on Windows 2000 and older versions" in http://msdn.microsoft.com/en-us/library/ms738520(VS.85).aspx
|
2010-06-18 07:40:50 +08:00 |
|
dwight
|
0654e8f6dd
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-06-17 23:28:21 +01:00 |
|
dwight
|
2170152313
|
error txt
|
2010-06-17 23:28:06 +01:00 |
|
Richard Kreuter
|
60ac0cf098
|
New scons env for test running that uses $PATH (to find newer Python binaries).
|
2010-06-17 16:43:14 -04:00 |
|
dwight
|
1dfde3a6b8
|
better err msg rs
|
2010-06-17 20:04:58 +01:00 |
|
dwight
|
2aa0d1fa57
|
better err msg rs
|
2010-06-17 20:03:36 +01:00 |
|
dwight
|
ae6c7a2779
|
err nos
|
2010-06-17 20:02:06 +01:00 |
|
dwight
|
af8f05a0e1
|
rs
|
2010-06-17 19:54:57 +01:00 |
|
Eliot Horowitz
|
b1ff7063bf
|
pre 1.5.4
|
2010-06-17 14:52:03 -04:00 |
|
dwight
|
741837abfa
|
prettier
|
2010-06-17 14:08:00 -04:00 |
|
dwight
|
d7f7155c83
|
shell
|
2010-06-17 13:46:27 -04:00 |
|
dwight
|
0d3bf995dc
|
print help msg for shell at a more reasonable time during startup
|
2010-06-17 13:10:16 -04:00 |
|
dwight
|
8d69487c78
|
rs
|
2010-06-17 13:08:06 -04:00 |
|
dwight
|
8d285b5738
|
readme
|
2010-06-17 10:38:09 -04:00 |
|
dwight
|
e533008b5d
|
vcxproj cleaning etc.
|
2010-06-17 10:21:04 -04:00 |
|
Eliot Horowitz
|
42d8985967
|
try to fix win32 release
|
2010-06-17 07:27:06 -04:00 |
|
Eliot Horowitz
|
62b2965933
|
don't think this is needed
|
2010-06-17 06:52:17 -04:00 |
|
Eliot Horowitz
|
068efc1b23
|
BUMP 1.5.3
|
2010-06-17 06:49:29 -04:00 |
|
Dwight
|
aa908fe994
|
compile
|
2010-06-16 17:00:20 -04:00 |
|
Dwight
|
c5a241e6d9
|
cleaner shell shutdown
|
2010-06-16 16:56:05 -04:00 |
|
Dwight
|
b20cd590ad
|
rs
|
2010-06-16 15:44:01 -04:00 |
|
Dwight
|
c15eb9182a
|
assert msg shell
|
2010-06-16 15:23:03 -04:00 |
|
Dwight
|
d48e363d6b
|
shell
|
2010-06-16 15:10:13 -04:00 |
|
Dwight
|
3abdc55684
|
compile vcxproj
|
2010-06-16 11:02:41 -04:00 |
|
Alberto Lerner
|
9b53b751ab
|
Refresh example
|
2010-06-16 10:21:13 -04:00 |
|
Aaron
|
bbc51275c0
|
SERVER-857 test
|
2010-06-16 01:20:46 -07:00 |
|
Eliot Horowitz
|
15aebb0706
|
mongod chunk filtering seems to be working SERVER-943
|
2010-06-15 23:05:45 -04:00 |
|
Eliot Horowitz
|
d3481595d2
|
test i forgot to commit for SERVER-1149
|
2010-06-15 21:28:52 -04:00 |
|
Eliot Horowitz
|
c5d975b2b5
|
more tests for SERVER-857
|
2010-06-15 21:28:26 -04:00 |
|
Van Nguyen
|
0b780fdcda
|
SERVER-857 shell ObjectId.getTimestamp() support
|
2010-06-16 09:18:55 +08:00 |
|
Eliot Horowitz
|
eefddcd5a9
|
checkpoint for moving chunk filtering to mongod SERVER-943
|
2010-06-15 17:42:49 -04:00 |
|