0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

4567 Commits

Author SHA1 Message Date
Dwight
4c67cef08b compile windows vcproj 2009-12-04 09:46:11 -05:00
Eliot Horowitz
2aec9ea61d moving towards direct access from DBDirectClient rather than through message layer
not finished
2009-12-04 01:25:50 -05:00
Eliot Horowitz
f4d7fb2854 actually implement interface KeyValJSMatcher::matches 2009-12-04 01:25:09 -05:00
Eliot Horowitz
31445b9fe0 fix dbtest framework output 2009-12-04 00:17:14 -05:00
Eliot Horowitz
d6c69369c0 make quiet suppress connection warnings SERVER-455 2009-12-03 22:44:34 -05:00
Eliot Horowitz
dd8758ab74 mongos compile 2009-12-03 20:49:49 -05:00
Eliot Horowitz
b4029bed07 fix client compile 2009-12-03 17:48:18 -05:00
Eliot Horowitz
9c2f1a1bd1 don't allow db access on $where SERVER-454 2009-12-03 17:41:45 -05:00
Eliot Horowitz
af8039cfd3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-03 17:25:09 -05:00
Eliot Horowitz
843f365571 make some js stuff use table scan helper 2009-12-03 17:24:22 -05:00
Eliot Horowitz
5d8ca55f47 some more helpers for querying 2009-12-03 17:11:24 -05:00
Eliot Horowitz
a5880774b5 better tests 2009-12-03 17:11:09 -05:00
Dwight
ff0ddc89ed nicer error msg 2009-12-03 16:41:12 -05:00
Eliot Horowitz
6569d4e815 new master version numbers 2009-12-03 15:27:19 -05:00
Dwight
054c62b300 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-03 15:24:34 -05:00
Dwight
dc01c83a75 bug fix for old boost 2009-12-03 15:24:16 -05:00
Mathias Stearn
7581e97181 fix for windows 2009-12-03 14:46:29 -05:00
Mathias Stearn
58f7052028 Better formating for dbtests 2009-12-03 14:31:23 -05:00
Eliot Horowitz
c3af5a5c51 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-03 14:21:04 -05:00
Eliot Horowitz
39b64ce9f3 initial stab at rpm files SERVER-396 2009-12-03 14:20:35 -05:00
Dwight
d4bb21cc66 make MongoMutex recursive 2009-12-03 14:14:06 -05:00
Dwight
48217c0650 some mongomutex cleanup 2009-12-03 13:48:45 -05:00
Dwight
f05b2a328e fix boost 1.34 2009-12-03 13:14:41 -05:00
Dwight
ad9d8bbdb4 clean up MutexInfo 2009-12-03 13:12:51 -05:00
Dwight
e8cb0b90f8 add new test to dbtests in vcproj 2009-12-03 12:09:11 -05:00
Dwight
e34dbcca11 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-03 12:02:08 -05:00
Dwight
85c233b3ab Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	db/instance.cpp
	db/instance.h
2009-12-03 12:01:58 -05:00
Eliot Horowitz
ec49006e35 allow adding variable to global scope for M/R SERVER-449 2009-12-03 11:50:28 -05:00
Dwight
4df961a405 make some commands read-oinly 2009-12-03 11:50:09 -05:00
Eliot Horowitz
c67c2f7dd6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 16:57:01 -05:00
Eliot Horowitz
84dc801b60 use SlaveOk for doing counts SERVER-450 2009-12-02 16:56:49 -05:00
Eliot Horowitz
d3ece690ef add optional options param to more methods 2009-12-02 16:56:37 -05:00
Mathias Stearn
888cfe8aab Support boost versions from 1.33 to 1.50 on windows 2009-12-02 16:44:53 -05:00
Eliot Horowitz
36e01bf30b Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 16:37:13 -05:00
Eliot Horowitz
03e3c49ebe sharded dropDatabase SHARDING-53 2009-12-02 16:36:46 -05:00
Eliot Horowitz
95c080d719 Model::remove() 2009-12-02 16:36:32 -05:00
Mathias Stearn
a3d516c4b9 Increase max data size to 32TB 2009-12-02 15:39:46 -05:00
Mathias Stearn
04c6bf7241 Fix for boost 1.33 2009-12-02 15:28:28 -05:00
Eliot Horowitz
ac1f4db189 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 15:14:43 -05:00
Eliot Horowitz
9ba5360e8b some debuggability 2009-12-02 15:14:37 -05:00
Mathias Stearn
c58d0d3123 Test for atomicIncrement() and ThreadedTest helper 2009-12-02 14:33:06 -05:00
Eliot Horowitz
e2e5b3abfe Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 13:57:42 -05:00
Mathias Stearn
f610e9f657 __MSVC__ -> _WIN32 2009-12-02 12:53:48 -05:00
Mathias Stearn
01d596cfe4 typo: MSCV -> MSVC 2009-12-02 12:33:14 -05:00
Eliot Horowitz
83cac7fcb0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 12:21:19 -05:00
Mathias Stearn
f5c9a86b92 Atomic increment (try 3) 2009-12-02 12:17:47 -05:00
Eliot Horowitz
66f7357c3b Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 11:30:40 -05:00
Dwight
60bde10fc2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-02 09:39:28 -05:00
Dwight
16bd507b51 checkpoint some intermediate concurrency work 2009-12-02 09:39:17 -05:00
Mathias Stearn
c0e79bf1d4 removing atomic increment for now 2009-12-01 20:25:48 -05:00