0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

742 Commits

Author SHA1 Message Date
Eliot Horowitz
5c22ff7d85 parameter/method parsing 2008-12-31 14:58:42 -05:00
Eliot Horowitz
c89f0e9df9 using new DBDirectClient 2008-12-31 11:59:41 -05:00
Eliot Horowitz
e5aa3e5e0b move DirectConnector to dbclient and make DBDirectClient 2008-12-31 11:59:28 -05:00
Eliot Horowitz
f5a9c70a19 default to Strict 2008-12-31 11:59:03 -05:00
Aaron
517ac6fcc6 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-31 11:47:40 -05:00
Aaron
6a4de72765 Add non-Strict mode for Dbref, use base64 encoding for bindata 2008-12-31 11:33:41 -05:00
Dwight
c203d09166 eliminate one warning compiling 2008-12-31 10:03:30 -05:00
Dwight
e1a8364867 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-12-31 10:02:01 -05:00
Dwight
42a807d3ee minor logging prettiness 2008-12-31 10:01:55 -05:00
Eliot Horowitz
9778190a26 REST stub from middle of night 2008-12-31 09:17:30 -05:00
Aaron
6d99f4019c Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-31 08:40:14 -05:00
Aaron
50f1c26306 Try to fix windows compile 2008-12-31 08:40:04 -05:00
Eliot Horowitz
9dde507fa7 better url parsing 2008-12-30 21:58:36 -05:00
Eliot Horowitz
6993396fed implemented url 2008-12-30 21:48:42 -05:00
Aaron
3b40382a0d Start on TenGen and JS modes 2008-12-30 19:04:40 -05:00
Aaron
23a76df868 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-30 18:21:26 -05:00
Aaron
e598a0cedd Only escape if utf8 character in basic ascii range 2008-12-30 18:20:57 -05:00
Aaron
6b9b6ffa77 Add date and regexp strict mode 2008-12-30 17:47:36 -05:00
Aaron
5c9b3f8d30 Added Symbol support to formattedString, modified BinData format 2008-12-30 17:16:39 -05:00
Aaron
cb023c8bb5 Better OID printing 2008-12-30 17:05:15 -05:00
yellow
c38ac0015e [dm] if we see an operation in the oplog (at the slave) with a malformed database name,
skip the op rather than halting replication.
2008-12-30 17:39:18 +00:00
Aaron
93c8c75db7 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-30 11:16:20 -05:00
Aaron
d5d630022a Started BSONObj::formattedString 2008-12-30 11:16:14 -05:00
Dwight
9ff3564c67 no spaces 2008-12-30 09:47:04 -05:00
Dwight
505021f882 defend against bad db names
plus a little code cleanup
2008-12-30 09:43:13 -05:00
Eliot Horowitz
f867ea1a11 typo 2008-12-29 17:59:44 -05:00
Eliot Horowitz
53b68d1b60 fast db binary dump 2008-12-29 17:52:45 -05:00
Eliot Horowitz
875ea007ef boost filesystem oddity
this lets me use a:b with all versions of boost
2008-12-29 17:52:23 -05:00
Eliot Horowitz
87cf98d367 can take string as well as char* 2008-12-29 17:52:05 -05:00
Aaron
09b50bacc6 reorganize listDatabase objects per Eliot's suggestion 2008-12-29 15:06:39 -05:00
Aaron
6e639c392d Log prettier 2008-12-29 14:36:41 -05:00
Aaron
a6169c8e88 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-29 14:22:39 -05:00
Aaron
4e01f4fc84 Clear tmp dirs on startup 2008-12-29 14:22:36 -05:00
Aaron
689962e86d Move getDatabaseNames to instance.cpp 2008-12-29 14:07:21 -05:00
Aaron
59c6f23224 Add listDatabases command 2008-12-29 13:24:24 -05:00
Aaron
3211918f04 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-29 12:11:14 -05:00
Aaron
f6613cc644 Check db size before repairing 2008-12-29 11:56:13 -05:00
Dwight
a9bbd5681b nicer logging
--verbose
2008-12-29 11:47:20 -05:00
Aaron
1912155761 Sanity check, verify that the Base's static PairSync variables haven't been modified 2008-12-29 09:59:26 -05:00
Aaron
53f89950af Remove Hudson warning about sign comparison 2008-12-29 08:43:26 -05:00
Aaron
06e85597d4 Add newline at end of file to remove compiler warnings 2008-12-29 08:32:59 -05:00
Aaron
4c7d7b9f35 Check pairSync status instead of comparing pointers (fixes Hudson compilation failure 2008-12-29 08:30:56 -05:00
Aaron
b8c9daf883 Catch more exception types in connThread(), instead of failing silently 2008-12-28 23:11:09 -05:00
Aaron
03ac7c04be Fix tab 2008-12-28 22:16:58 -05:00
Aaron
c9429bb044 Reinstate pairing tests 2008-12-28 22:01:18 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
dwight
b53f593e1b was logging too much 2008-12-28 15:32:12 -05:00
unknown
4148938303 simple quotas for disk usage 2008-12-27 12:07:20 -05:00
unknown
d3d8cb55d1 minor logging cleanup 2008-12-27 11:05:04 -05:00
dwight
ac2ab910d5 begin --quotasimple 2008-12-26 22:06:48 -05:00