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

2096 Commits

Author SHA1 Message Date
Eliot Horowitz
199110c116 better debugging 2009-03-26 17:28:33 -04:00
Eliot Horowitz
1b13a418fa _id assignment fix 2009-03-26 17:28:16 -04:00
Eliot Horowitz
6b97b0e88b Max/Min Key display - need to make spcial classes though 2009-03-26 16:17:08 -04:00
Eliot Horowitz
c4c2b2559a better Array.tojson option 2009-03-26 16:16:53 -04:00
Eliot Horowitz
711ff204f2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 15:14:34 -04:00
Eliot Horowitz
fd9c26a74c safer object management 2009-03-26 15:14:24 -04:00
Aaron
a6bfe75b88 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 15:13:56 -04:00
Aaron
6b1613adb6 safer use of dbs map 2009-03-26 15:12:47 -04:00
Eliot Horowitz
dc224ae3c0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 14:55:14 -04:00
Eliot Horowitz
9fc0c8c3f1 solaris fixes 2009-03-26 14:55:00 -04:00
Dwight
589e953333 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 14:26:05 -04:00
Dwight
71ed202b22 make dbunlocking() inlineable -- should be faster 2009-03-26 14:25:49 -04:00
Eliot Horowitz
1942ea0df5 fixed testSetup so /tmp/unittest actually gets created 2009-03-26 10:08:16 -04:00
Eliot Horowitz
0195f478e5 Model::_id protected instead of private 2009-03-26 09:42:03 -04:00
Dwight
bd9185a9ca Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-25 17:38:14 -04:00
Eliot Horowitz
26ad67b9c7 shard versioning checkpoint 2009-03-25 17:35:38 -04:00
Dwight
724e71fa65 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-25 17:30:54 -04:00
Dwight
b2b5506629 remind people at startup that there is a web admin interface 2009-03-25 17:30:30 -04:00
Eliot Horowitz
265436b22d make Model::save,load virtual 2009-03-25 17:28:54 -04:00
Eliot Horowitz
6621681027 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-25 17:08:50 -04:00
Eliot Horowitz
e91ed0e854 add DBClientBase::getServerAddress() 2009-03-25 17:08:36 -04:00
Aaron
f1561467d7 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-25 15:40:58 -04:00
Aaron
fa86d4bba9 Test single master and two slaves 2009-03-25 15:29:20 -04:00
Eliot Horowitz
c585ac8b40 v8 now requires rt on linux 2009-03-25 13:22:09 -04:00
Aaron
cc6f3c9a25 Print debug info when mongo crashes 2009-03-24 17:35:50 -04:00
Aaron
d0520ccafb Use string instead of char * in client code 2009-03-24 16:58:33 -04:00
Aaron
f4e1f60ecd Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-24 14:32:28 -04:00
Aaron
18680997e8 Initialize BSONElement() with correct totalSize 2009-03-24 14:32:13 -04:00
Dwight
db14f056f9 comments/cleanup 2009-03-24 14:19:03 -04:00
Dwight
2724428604 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-24 12:53:38 -04:00
Dwight
64ed02b27d recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
Aaron
c27e290116 Support large count and nscanned 2009-03-24 12:12:04 -04:00
Aaron
ca46791a7b Just exit if --only specified without --source 2009-03-24 11:46:55 -04:00
Aaron
8a54574b76 Adjust timing, attempt to fix intermittent test failure 2009-03-24 11:42:21 -04:00
Eliot Horowitz
cd7831f6c4 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-23 17:28:27 -04:00
Aaron
ea44d9886c Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-23 17:04:47 -04:00
Aaron
8ca46fb7c5 Update nscanned for profiling 2009-03-23 17:04:32 -04:00
Eliot Horowitz
648633218d name cleaning 2009-03-23 16:42:18 -04:00
Dwight
2ebf2a4874 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-23 16:25:23 -04:00
Dwight
ea2df30205 recstore: support for multiple directories
plus bug fix
2009-03-23 16:25:03 -04:00
Aaron
d3340fb7ae Close databases to clear client cursors 2009-03-23 14:11:53 -04:00
Dwight
3426f0e8c7 clean up warnings on windows 2009-03-23 13:12:47 -04:00
Aaron
bc5da3a496 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-23 11:47:59 -04:00
Aaron
a1a76f96bf Check --pairwith peer spec against local.sources on startup 2009-03-23 11:38:22 -04:00
Eliot Horowitz
5ac057bd50 comment 2009-03-23 11:32:30 -04:00
Aaron
ff54da9dde Better replacepeer tests 2009-03-23 11:14:48 -04:00
Aaron
4e04ab5bac optimizations 2009-03-20 17:08:38 -04:00
Aaron
4d8acb31fe virtual dtor 2009-03-20 16:53:03 -04:00
Aaron
4fbc099c10 Better example 2009-03-20 16:29:38 -04:00
Aaron
06d933ecbe Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-20 16:21:01 -04:00