Aaron
b2830ef270
SERVER-1003 fix test syntax
2010-04-12 17:55:39 -07:00
Aaron
2e64af288e
SERVER-1003 comment
2010-04-12 17:50:48 -07:00
Aaron
2c64f5c758
SERVER-1003 add test
2010-04-12 17:49:13 -07:00
Aaron
12a6aecb30
SERVER-1003 top level $or by itself
2010-04-12 17:48:55 -07:00
Aaron
43f94b1218
add not test case
2010-04-12 17:48:15 -07:00
Aaron
6d21546c9d
make casting types consistent
2010-04-12 17:47:58 -07:00
Richard Kreuter
d137e9c4fa
Make makealldists.py smarter about .debs to clean out.
2010-04-12 17:57:15 -04:00
Aaron
a5139bcff6
SERVER-985 clonecollection race conditions
2010-04-12 12:34:51 -07:00
Eliot Horowitz
0a1bed6f5e
better assert
2010-04-12 10:57:58 -04:00
Eliot Horowitz
230e8cae8b
fix gethost for config servers
2010-04-12 10:46:13 -04:00
Eliot Horowitz
06f1acf530
32bit fix #2
2010-04-11 22:37:17 -04:00
Eliot Horowitz
a1f1b3e9ae
32-bit fix
2010-04-11 22:29:34 -04:00
Eliot Horowitz
ebf2ab9607
some $inc tests for long long
2010-04-11 22:18:04 -04:00
Eliot Horowitz
db772a7ee6
use VIRT - remove warnings
2010-04-10 21:18:38 -04:00
Dwight Merriman
850c918878
make recstoreinterface nonvirtual so it's slightly faster
2010-04-10 16:14:46 -04:00
Aaron Staple
217860f1f1
reset mem size audit correctly for repl ids
2010-04-09 23:36:30 -07:00
Eliot Horowitz
f528f30c4f
client fix for bad queries
2010-04-09 14:32:24 -04:00
Eliot Horowitz
41d92fdeaf
after 1.5.0
2010-04-09 13:17:41 -04:00
Eliot Horowitz
dff285ac2d
clean up shutdown
2010-04-08 21:40:28 -04:00
Mathias Stearn
dfa0c41aa1
Prevent calls to pure virtual functions in MongoFile SERVER-988
...
The issue was that during construction and destruction an object's vtable
points to the current type rather than the most derived type. ~MongoFile() tried
to take a lock, but the function holding the lock tried to use the object,
calling either the close() or flush() virtual methods. The solution was to move
the call that needed the lock to the most derived class's destructor. The
easiest way to increase the probability of this crash is by using --syncdelay 1.
2010-04-08 19:57:48 -04:00
Aaron
c4769e9f86
SERVER-983 split bucket unevenly when inserting at high end
2010-04-08 14:43:30 -07:00
Aaron
30c91f9d06
SERVER-832 compile win
2010-04-08 13:47:13 -07:00
Aaron
1007c905b0
Merge branch 'master' of github.com:mongodb/mongo
2010-04-08 13:38:23 -07:00
Mathias Stearn
89e671b0a2
attempt to debug failing tests
2010-04-08 15:58:49 -04:00
Aaron
5a235ba8f6
SERVER-988 debug
2010-04-08 12:58:36 -07:00
Aaron
c8c9e0e194
Merge branch 'master' of github.com:mongodb/mongo
2010-04-08 12:25:09 -07:00
Eliot Horowitz
48d2acc0de
fix where on v8 SERVER-864
2010-04-08 15:26:12 -04:00
Aaron
f06d17a35b
SERVER-985 debug
2010-04-08 12:24:59 -07:00
Mathias Stearn
0efadc48e9
Disable IPv6 by default. Add function and cmdline opt to enable.
2010-04-08 15:15:35 -04:00
Aaron
b051b16197
Merge branch 'master' of github.com:mongodb/mongo
2010-04-08 12:14:29 -07:00
Aaron
1b0b94cb9c
SERVER-832 use send/recv timeouts
2010-04-08 12:14:20 -07:00
Richard Kreuter
19da03b95e
Add some doc to setProfilingLevel().
2010-04-08 14:59:50 -04:00
Mathias Stearn
6378b9da4c
Winsock startup at static init
2010-04-08 14:25:06 -04:00
Richard Kreuter
93b3a2e008
Add a "StrictHostKeyChecking no" in mergerepositories.py.
2010-04-08 14:12:00 -04:00
Richard Kreuter
8f4a76a888
One more fix for Python < 2.6
2010-04-08 13:31:36 -04:00
Richard Kreuter
1ef1d7d2c5
Make mergerepositories.py and makealldists.py work on Python<2.6
2010-04-08 13:27:14 -04:00
Richard Kreuter
2c284c7aa7
Fix cut-n-paste-o in makealldists.py
2010-04-08 13:24:08 -04:00
Eliot Horowitz
06f0c91b87
BUMP 1.5.0
2010-04-08 10:57:05 -04:00
Richard Kreuter
05a16ff3dd
Implement subset of PEP 3101 so makedist.py will run on Python<2.6.
2010-04-08 10:21:58 -04:00
Aaron
ec721d26e0
Merge branch 'master' of github.com:mongodb/mongo
2010-04-08 00:16:37 -07:00
Mathias Stearn
5cad0d6a80
special case localhost = 127.0.0.1 (for now)
2010-04-08 01:44:33 -04:00
Mathias Stearn
60d44a675a
0 -> 1
2010-04-08 01:04:51 -04:00
Mathias Stearn
ae8e216f44
make HostByName test support IPv6
2010-04-08 00:29:47 -04:00
Eliot Horowitz
c85e131387
Merge branch 'master' of github.com:mongodb/mongo
2010-04-08 00:25:08 -04:00
Eliot Horowitz
0f946e0f98
try to fix solaris
2010-04-08 00:24:24 -04:00
Mathias Stearn
005a87caf1
oops
2010-04-08 00:19:48 -04:00
Mathias Stearn
e6ca10ed6d
windows string fun
2010-04-08 00:17:12 -04:00
Mathias Stearn
49dc591f5d
Move all name resolution to SockAddr constructor.
...
Start using getaddrinfo/getnameinfo.
2010-04-08 00:08:57 -04:00
Mathias Stearn
6e68fe7d70
better handling of IPv6 literal addresses
2010-04-08 00:08:56 -04:00
Eliot Horowitz
e621ebc91c
sample pull
2010-04-08 00:08:27 -04:00