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

1140 Commits

Author SHA1 Message Date
Aaron
92e897a62a Add support for linking to 64bit libraries in /usr/64 2009-01-26 16:29:19 -05:00
Eliot Horowitz
63aea0a67c uptime to timeinfo command 2009-01-26 15:44:48 -05:00
Aaron
a84942a485 Reset file pointer 2009-01-26 11:44:34 -05:00
Eliot Horowitz
0bc6ab4a0d treat vcproj as binary 2009-01-26 09:48:13 -05:00
Dwight
8276eb75b7 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-26 09:33:29 -05:00
Dwight
75189ad04a compile windows 2009-01-26 09:33:20 -05:00
Eliot Horowitz
2955d1d01c put mongo::exit back 2009-01-26 09:18:41 -05:00
Eliot Horowitz
050600e04b don't like these
Revert "more tests"

This reverts commit f49dba41b6.
2009-01-26 07:41:47 -05:00
Eliot Horowitz
f49dba41b6 more tests 2009-01-26 07:29:33 -05:00
Aaron
5bd2b8bb72 Don't assume referenced object exists 2009-01-25 22:25:01 -05:00
Eliot Horowitz
55f06f722d element stream 2009-01-25 19:56:44 -05:00
dwight
7aba6a0e0f _id can be any type 2009-01-25 19:53:51 -05:00
Eliot Horowitz
6745ae9693 dbexit needs to use real exit 2009-01-25 16:25:36 -05:00
Eliot Horowitz
1cffce1077 get rid of #define exit and just defined it in the mongo namespace 2009-01-25 12:40:11 -05:00
Eliot Horowitz
9830683828 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-25 10:01:48 -05:00
Eliot Horowitz
5aad452d03 64bit fixes/boost 1.37+ support 2009-01-25 10:01:43 -05:00
dwight
76b6aac917 make security work with repl pairs
replicate system.users collection
2009-01-24 21:25:55 -05:00
dwight
84138952eb c++ driver: cache authentications so that autoReconnect on a DBClientConnection will work
properly with security.
2009-01-24 17:36:39 -05:00
dwight
4b534c7de4 change numeric toString -- doubles always end with ".<something>" now so you can tell if it is int or double
without the parenthetic expression thereafter
2009-01-24 17:35:25 -05:00
dwight
797fda0125 just comments 2009-01-24 16:31:36 -05:00
dwight
ec434bd7c1 make security work for repl pairs 2009-01-24 16:05:12 -05:00
dwight
8ba2174076 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-23 18:24:28 -05:00
dwight
cc62027aee replication with security on 2009-01-23 18:24:15 -05:00
Aaron
7802568c59 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 17:49:54 -05:00
Aaron
9ffb858f5a Add some more tests 2009-01-23 17:49:44 -05:00
Eliot Horowitz
fa4ccdb845 typo 2009-01-23 16:47:53 -05:00
Eliot Horowitz
17a8a84af9 spam 2009-01-23 15:52:53 -05:00
Aaron
acac27c87a Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 15:16:15 -05:00
dwight
cebc62161e log a little less 2009-01-23 15:15:07 -05:00
Aaron
d876749063 Add remove tests 2009-01-23 15:14:27 -05:00
Aaron
8b89b9f775 Add remove to interface, and fix implementation 2009-01-23 15:14:12 -05:00
Aaron
dc35137964 Specify parallel build 2009-01-23 14:55:23 -05:00
Aaron
cdeec1f881 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 14:26:21 -05:00
Aaron
3f0a199b79 Destroy cursor before connection 2009-01-23 14:25:16 -05:00
Eliot Horowitz
e880817e26 remove old dbshell to avoid confusion 2009-01-23 14:01:43 -05:00
Mike Dirolf
015ebd1407 add macports include/lib locations 2009-01-23 13:37:41 -05:00
Aaron
ed4ce395ad Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 11:52:52 -05:00
Aaron
0aeff762e7 Reinstate InsertTwo test 2009-01-23 11:52:31 -05:00
dwight
dbef4e3898 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-23 11:39:59 -05:00
Aaron
4b240b485a md5 function no longer necessary 2009-01-23 11:38:26 -05:00
dwight
7b69fc0656 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-23 11:35:42 -05:00
dwight
39ab3422b0 correct security on db eval's 2009-01-23 11:35:22 -05:00
Aaron
7487c76283 Rely on DBDirectClient dummy authorization instead 2009-01-23 11:33:26 -05:00
Aaron
4fd8be64c8 Fix dependency problem 2009-01-23 11:28:29 -05:00
Aaron
6d40919704 Typo 2009-01-23 10:30:15 -05:00
Aaron
1944722861 Typo 2009-01-23 10:28:07 -05:00
Aaron
29c383ae20 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 10:17:34 -05:00
Aaron
a3f927ffed Add idempotence tests for some oplog operations 2009-01-23 10:17:29 -05:00
Aaron
7a567fb59b Can inherit from auth 2009-01-23 10:16:36 -05:00
Aaron
2722c2f472 Convert to const 2009-01-23 10:15:36 -05:00