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

1651 Commits

Author SHA1 Message Date
Geir Magnusson Jr
b4a6a35ccf Little scripty to announce which test and timing info 2009-02-17 11:11:15 -05:00
Aaron
2c1662cc83 Add command closeAllDatabases 2009-02-17 11:11:13 -05:00
Eliot Horowitz
64027ed897 movePrimary test and fix 2009-02-17 10:47:28 -05:00
Eliot Horowitz
7e17d07e52 remove hack form before 2009-02-17 10:26:15 -05:00
Eliot Horowitz
2aae06ec8b fix giving config servers with/without port 2009-02-17 10:25:35 -05:00
Eliot Horowitz
1a4ad3f915 cleaning up test framework and very simple sharding framework sanity test 2009-02-17 10:06:02 -05:00
Eliot Horowitz
d74b746c31 fix host dns resoltion with port numbers 2009-02-17 10:05:35 -05:00
Eliot Horowitz
873ab5b666 split out server stuff from mongo.js 2009-02-17 09:38:03 -05:00
Eliot Horowitz
566af4dc73 new java js system 2009-02-15 16:12:54 -05:00
Eliot Horowitz
b4a918ff94 handle failures better 2009-02-14 09:42:18 -05:00
Eliot Horowitz
9c1bb93462 safety 2009-02-14 09:42:05 -05:00
Eliot Horowitz
2e7a5d8bda fix _id storing 2009-02-14 09:41:52 -05:00
Aaron
a11da1eaa7 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-14 09:16:24 -05:00
Aaron
fb8957c743 Less dumb interface 2009-02-14 09:15:05 -05:00
dwight
667c004013 a little dbclient.h cleanup (minor) 2009-02-13 20:04:13 -05:00
Eliot Horowitz
e4e3997402 enough sniffing functionality to work with mongos - more to do 2009-02-13 17:42:27 -05:00
Eliot Horowitz
cea77767c8 only pcap on darwing till i figre out scons issue 2009-02-13 16:59:32 -05:00
Aaron
ec5c8cf8e4 Remove compiler warning 2009-02-13 16:53:32 -05:00
Aaron
5883a1d1a9 Update xcode proj 2009-02-13 16:43:49 -05:00
Eliot Horowitz
343076f346 most of a mongo protocol sniffer 2009-02-13 16:18:57 -05:00
Eliot Horowitz
c949969fa2 partial movePrimary 2009-02-13 16:18:14 -05:00
Eliot Horowitz
5b92b4f336 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 16:18:00 -05:00
Eliot Horowitz
3422d92adf fixed logging 2009-02-13 16:17:52 -05:00
Aaron
942c1fbc4e Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 14:35:13 -05:00
Aaron
851b91a4d3 Don't expect dbpath parameter for non-mongod programs 2009-02-13 14:35:03 -05:00
Dwight
41a0f8c4cf Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 12:58:22 -05:00
Dwight
da53450036 fix to properly check for dupkey with unused keys 2009-02-13 12:58:05 -05:00
Aaron
1fe2b0cdb3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 12:01:54 -05:00
Aaron
8fc2c86e0a Now can start any 'mongo program' from within mongo shell 2009-02-13 12:01:37 -05:00
Dwight
80e95f860a Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 11:26:10 -05:00
Dwight
9c286b438f btree: fix a bug (missing code) when reinserting a key that was marked unused 2009-02-13 11:25:52 -05:00
Aaron
ebc0e5d2f2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 10:44:52 -05:00
Aaron
e4c179c180 Killing the spawned process doesn't widow the pipe -- have to close remote end of the pipe manually 2009-02-13 10:44:35 -05:00
Eliot Horowitz
471618efe1 make temporary primary assignment less useless 2009-02-13 10:06:56 -05:00
Eliot Horowitz
fe4892bbf8 option to not create database object on getDBConfig 2009-02-13 10:01:59 -05:00
Eliot Horowitz
640d9fc0ac getSisterDB 2009-02-13 10:01:31 -05:00
Eliot Horowitz
13a8310e59 perftest added 2009-02-13 09:44:37 -05:00
Eliot Horowitz
65687c9303 command helper system
runCommand( { "blah" : 1 , help : true } )
in shell db.commandHelp( "blah" )
2009-02-13 09:44:07 -05:00
Eliot Horowitz
197dc2b66d just file re-org 2009-02-13 09:28:23 -05:00
Eliot Horowitz
a835ed1af5 renamed dbgrid s 2009-02-13 09:22:04 -05:00
Eliot Horowitz
b859ae9163 moved configserver into config 2009-02-12 21:09:06 -05:00
Eliot Horowitz
32d7cb1c17 gridconfig -> config 2009-02-12 21:03:46 -05:00
Dwight
e49d7f38a6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-12 18:21:08 -05:00
Dwight
c67eca8a2f c++ client:
allow BSONElements with the labeler
example
2009-02-12 18:20:52 -05:00
Aaron
be6e778aa1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-12 16:52:41 -05:00
Aaron
c12c7851f9 Log output from spawned mongod instances to stdout 2009-02-12 16:52:34 -05:00
Dwight
0cc3993211 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-12 15:03:54 -05:00
Dwight
459d62347b replication / exception throwing bug fix
--only option added
2009-02-12 15:03:38 -05:00
Eliot Horowitz
6e345fc61d make shell output more info for bindata
BSONElement.binDataType helper
2009-02-12 14:30:45 -05:00
Eliot Horowitz
e13f1df0a1 mongos: listdatabases command 2009-02-12 13:47:43 -05:00