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

291 Commits

Author SHA1 Message Date
Eliot Horowitz
38e49cc11d bump version number to 0.9.0 2009-03-27 09:59:18 -04:00
Eliot Horowitz
9fc0c8c3f1 solaris fixes 2009-03-26 14:55:00 -04:00
Dwight
b2b5506629 remind people at startup that there is a web admin interface 2009-03-25 17:30:30 -04:00
Aaron
4c52e5e6dd Print os information on startup 2009-03-18 14:15:52 -04:00
Eliot Horowitz
5cd0f0e376 get version on startup 2009-03-17 10:22:26 -04:00
Aaron
e75153655b Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-13 12:07:26 -04:00
Aaron
b936cb2c97 objcheck validates every bson object read from a message 2009-03-13 12:07:00 -04:00
Dwight
c5df475456 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-13 11:56:43 -04:00
Dwight
c02272c31d for new recstore, have a separate datafile for each index 2009-03-13 11:56:28 -04:00
Aaron
851358de69 Add command line help about nohints option 2009-03-13 11:49:59 -04:00
Aaron
81e4767bd1 Prettier signal printing 2009-03-12 17:36:46 -04:00
Aaron
7d842995d9 Compile linux 2009-03-10 15:32:59 -04:00
Aaron
5a77cd187b dbpath locking implementation; should work on linux this time 2009-03-10 15:26:26 -04:00
Aaron
0fe7ab762f Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-10 11:26:14 -04:00
Aaron
1374665894 Add --nohints cmd line option 2009-03-10 10:54:00 -04:00
Aaron
3931f7efcb Revert "Use os file locking to lock dbpath"
This reverts commit 56e81849a0.
2009-03-10 10:14:37 -04:00
Aaron
56e81849a0 Use os file locking to lock dbpath 2009-03-09 20:02:02 -04:00
Aaron
0e663e18c1 Drop stale temp collections on startup 2009-03-06 13:13:07 -05:00
Aaron
1839efb94d Log current op to console on crash 2009-03-03 16:10:42 -05:00
Aaron
2f54ed92c1 Remove comments 2009-02-27 11:48:12 -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
Dwight
459d62347b replication / exception throwing bug fix
--only option added
2009-02-12 15:03:38 -05:00
Aaron
84231c6919 Wait for replication to finish before grabbing db mutex 2009-02-12 11:37:30 -05:00
dwight
bb13742663 better err msg 2009-02-12 09:20:26 -05:00
Aaron
fe8ed2defa Use default handler for SIGQUIT 2009-02-11 15:50:27 -05:00
Aaron
878cffc529 handle SIGQUIT too 2009-02-11 14:30:46 -05:00
Dwight
020b6035b4 more sensible vesrion # 2009-02-11 11:38:39 -05:00
Dwight
9f5fe79f2f little things: hack for windows filenames, better logging 2009-02-11 11:28:49 -05:00
Dwight
c2476dbc12 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-06 15:29:08 -05:00
Dwight
8ceb5627e5 bg page writer can run concurrently now 2009-02-06 15:29:02 -05:00
Aaron
6e66009dc0 Catch Socket Exception 2009-02-06 12:44:50 -05:00
Dwight
4dc5d0b907 no more "msg end"
get rid of crazy <b> in profiling strings
2009-02-04 14:49:24 -05:00
Aaron
0b3d1f1a15 Validate return value of pthread_sigmask 2009-02-04 13:18:33 -05:00
Dwight
f7294fdddf don't create the indexes.dat file unless built for that mode. 2009-02-03 12:02:22 -05:00
Dwight
7f1dd75086 return a nonzero exit code on a startup problem 2009-02-03 10:37:06 -05:00
Geir Magnusson Jr
5398a8bce6 TEMP FIX - ensure that indexes.dat goes to the specified
db path.

Someone please turn into usual db style
2009-02-03 04:31:38 -05:00
Dwight
86fa7463e9 Merge branch 'master' of git.10gen.com:/data/gitroot/p
Conflicts:

	db/instance.cpp
2009-02-02 18:23:57 -05:00
Dwight
d1ba9dfb49 datastore work 2009-02-02 18:18:22 -05:00
Aaron
030c280fec Improve parameter description 2009-02-02 11:46:30 -05:00
Aaron
720527c105 Disable javajstest() in the right place 2009-02-02 11:26:57 -05:00
Aaron
e6fd261100 Disable javajstests on startup to save time 2009-02-02 11:16:30 -05:00
Aaron
bf700c8040 Add autoresync option 2009-02-02 11:15:24 -05:00
Aaron
c684aab51f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 09:54:23 -05:00
Aaron
8974979813 Clean up signal handling, fixing some potential hangs 2009-02-02 09:52:14 -05:00
Eliot Horowitz
9bcacf16c0 pragma pack changes for solaris
slight change this will break other platforms, will test
2009-02-01 22:21:32 -05:00
unknown
9e9eb0cec7 abstracting out record storage for btree 2009-01-31 17:27:25 -05:00
Aaron
1fe268276d Don't destroy db mutex 2009-01-29 17:26:07 -05:00
Dwight
3366714892 better error msgs
--sysinfo
2009-01-29 16:06:22 -05:00
Aaron
6ffc4ecfa7 Release mutex before exit 2009-01-27 11:52:52 -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