Commit Graph

482 Commits

Author SHA1 Message Date
Eliot Horowitz
1b4e06c64e hack for sleep overflow SERVER-1098 2010-05-06 17:28:25 -04:00
Eliot Horowitz
7109c020a3 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:58:09 -04:00
Dwight
3ddfaa43db kill warnings on windows 2010-03-22 10:39:01 -04:00
Eliot Horowitz
f74efc98ad undo options change 2010-03-18 23:18:28 -04:00
Eliot Horowitz
d3f56501c0 slight fix to any - but stil very broken 2010-03-18 21:22:49 -04:00
Eliot Horowitz
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
Eliot Horowitz
0bba41a0bb mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
Eliot Horowitz
6bba1c3184 split out some command line stuff in prep for SHARDING-82 2010-03-18 11:09:36 -04:00
Mathias Stearn
cce309e895 flushing stats 2010-03-15 16:26:12 -04:00
Mathias Stearn
d8cbbd959e Make periodic data flushing synchronous SERVER-734 2010-03-15 16:26:12 -04:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
8158e35cc0 fix diaglog 2010-03-15 12:22:23 -04:00
Aaron
eb7cde3e75 Revert "SERVER-695 don't destroy static global mutexes"
This reverts commit 714ec2fdc8.
2010-03-10 00:39:26 -08:00
Aaron
65fa7f9e16 Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 23:59:26 -08:00
Aaron
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Mathias Stearn
67070a1956 typo MINOR 2010-03-09 21:49:12 -05:00
Aaron
df00eaacf5 SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-08 13:05:40 -08:00
Aaron
cfe99b6363 SERVER-705 check for negative effects of large clock skews, seed last optime using oplog 2010-03-08 12:55:18 -08:00
Eliot Horowitz
5dbac3d28f turn off rest by default, --rest to enable SERVER-697 2010-03-03 22:37:41 -05:00
Aaron
bdeca98185 SERVER-580 implement slavedelay 2010-03-01 13:55:31 -08:00
Eliot Horowitz
723a1490f7 print warning if have full debug enabled 2010-02-23 15:21:09 -05:00
Mike Dirolf
34a03aa718 minor: spelling 2010-02-20 10:48:00 -05:00
Aaron
23475ac37f SERVER-623 implement and test fastsync / snapshot repl pair mode 2010-02-16 19:33:24 -08:00
Eliot Horowitz
abdc594a66 clean up dbMsg - marg deprecated 2010-02-16 01:05:04 -05:00
Dwight Merriman
af43db2aca better error message 2010-02-12 15:56:17 -05:00
Dwight Merriman
7c0369cb90 ctrl-c wasn't working on windows 2010-02-12 12:15:30 -05:00
Eliot Horowitz
ce7b286745 make sure all threads that use a lock have a Client 2010-02-10 13:28:08 -05:00
Eliot Horowitz
c037f21674 move some replication settings into ReplicationSettings 2010-02-08 21:04:09 -05:00
Aaron
04ef27cb4f SERVER-258 removing --authWriteOnly mode at Eliot's request 2010-02-08 16:52:41 -08:00
Eliot Horowitz
62f47cc910 cleaning up security - moving to centralized location 2010-02-04 10:49:19 -05:00
Eliot Horowitz
f15acfe819 new Top ui 2010-02-02 17:16:25 -05:00
Aaron
0131eaf887 Add debugging support for multiple destructors, and some guards to prevent this condition from arising 2010-02-01 15:41:04 -08:00
Eliot Horowitz
afa43dc8cd get rid of setClient - all Database storage is in Client::Context 2010-01-29 17:22:34 -05:00
Aaron
6ba9f4c9bc SERVER-258 add authWriteOnly mode 2010-01-26 17:28:49 -08:00
Aaron
d0847c9912 SERVER-308 add support for --directoryperdb option 2010-01-26 14:40:06 -08:00
Aaron
b151a6f5b1 SERVER-308 use flag, not field 2010-01-26 11:26:07 -08:00
Aaron
ec3731c75b SERVER-308 add directoryperdb option, remove dead code 2010-01-26 11:21:31 -08:00
Aaron
3b4a0b04dd SERVER-426 make repair path configurable 2010-01-25 11:32:51 -08:00
Dwight
a5a7815936 inspect NamespaceDetails on load 2010-01-21 13:40:18 -05:00
Eliot Horowitz
024506e777 checking inShutdown() when recv a message 2010-01-20 17:01:58 -05:00
Eliot Horowitz
e3fef5ee1e don't display client shutdown on --upgrade or repair SERVER-554 2010-01-19 16:42:48 -05:00
Dwight
68e9f42e4b compile vcproj windows 2010-01-15 11:44:06 -05:00
Eliot Horowitz
23ea3a46e1 change name of grab to connGrab 2010-01-14 22:47:37 -05:00
Eliot Horowitz
a63ddb26db change order of parmam parsing so no possible issue 2010-01-13 14:31:30 -05:00
Aaron
81dd7eed51 SERVER-531 use correct threading model for disabling lastError 2010-01-12 16:56:29 -08:00
Aaron
cf3b8f2468 SERVER-531 refactor code for not influencing lastError 2010-01-12 15:33:29 -08:00
Aaron
f1f1493304 SERVER-531 killCursors no longer affects lastError 2010-01-12 11:38:00 -08:00
Eliot Horowitz
51cbeda9d4 don't make running out of threads crash db SERVER-527 2010-01-10 02:20:44 +01:00
Eliot Horowitz
2d35a54b16 cleaning up listening thread shutdown 2010-01-09 02:58:12 +01:00
Dwight
0aef7092be small opt 2009-12-31 16:22:28 -05:00