Commit Graph

68 Commits

Author SHA1 Message Date
Eliot Horowitz
1965d3b3a9 safe shutdown 2010-07-28 13:29:17 -04:00
Eliot Horowitz
c9f86b31aa fix rawOut to use --logpath 2010-07-23 23:14:37 -04:00
Alberto Lerner
d46f9c1bfe Eliminate implicit conversion 2010-07-19 12:39:14 -04:00
Eliot Horowitz
f8489f4b0c make a global RamLog and display in webserver 2010-07-17 12:38:48 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
4c20050cf7 better thread name logging 2010-06-29 18:10:40 -04:00
Alberto Lerner
80ac07ebcd Fix warning 2010-06-11 16:09:23 -04:00
Eliot Horowitz
9671411932 i think this is needed because cout can be unsafe
Revert "Fix warning"

This reverts commit d4cc11852b.
2010-06-11 15:05:15 -04:00
Alberto Lerner
d4cc11852b Fix warning 2010-06-11 14:02:00 -04:00
alerner
1798ea2d85 Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Dwight
0630b1946c fix unix 2010-05-18 12:43:35 -04:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Dwight Merriman
8be209992d build procdess tweaking 2010-05-02 19:17:35 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Dwight
5f62e6af47 vcproj cleaning 2010-04-27 13:04:08 -04:00
Dwight
4b77d7fc78 allow a chaining style with BSONObjBuilder appends 2010-04-23 18:48:20 -04:00
Dwight
103b84006a fix broken build 2010-04-23 17:35:05 -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
066b8376cf thread safe string 2010-02-26 11:33:20 -05:00
Eliot Horowitz
4f8d71b475 move util/top to db/stats/top 2010-02-01 10:47:28 -05:00
dwight
05d80f56d8 don't assert in rawout 2010-01-24 11:05:45 -05:00
Eliot Horowitz
57137d6aca some Top refactoring 2009-12-25 22:06:07 -05:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Eliot Horowitz
52333b5e73 cute hack so log() works before startup is finished 2009-10-21 16:40:31 -04:00
Dwight
c43df1e575 make Top threadsafe 2009-10-14 15:48:13 -04:00
Dwight
2d934d1006 move curNs to Client object 2009-10-13 16:01:02 -04:00
Eliot Horowitz
7d88c583cf fix warning on *nix 2009-09-16 15:42:42 -04:00
dwight
93f07dbc7d interim ocmmit of new logging stuff 2009-09-03 14:58:05 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
alanw
3224ad222a Moved implementation code from stdafx to correct pre-compiled headers 2009-06-04 12:25:58 +01:00
Aaron
c03a7186cf file allocator compile windows MINOR 2009-05-28 12:59:27 -04:00
Aaron
80502a3fdb never destroy log or background job mutexes, as they generated assertions on destruction in testing 2009-05-21 18:20:07 -04:00
Aaron
b039c1f219 add reads/writes to dbtop 2009-05-18 18:17:27 -04:00
Aaron
532e369024 Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness""
This reverts commit ce91c67c40.
2009-04-28 10:11:39 -04:00
Aaron Staple
ce91c67c40 Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness"
This reverts commit cc3887c864.
2009-04-27 16:51:35 -07:00
Aaron
cc3887c864 use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness 2009-04-27 19:12:32 -04:00
Aaron
63cc171bbb tests for db and mem based id sets 2009-04-23 18:01:24 -04:00
Aaron
56e2e866bd hopefully compile win 2009-04-16 10:33:21 -04:00
Aaron
c99883578c Revert "Revert "allocate files in background""
This reverts commit e577a2c64e.
2009-04-15 16:10:21 -04:00
Aaron
e577a2c64e Revert "allocate files in background"
This reverts commit 0033bd91df.
2009-04-15 15:40:16 -04:00
Aaron
0033bd91df allocate files in background 2009-04-15 11:58:38 -04:00
Aaron
4311f257ef Better LazyString 2009-02-23 11:11:00 -05:00
Dwight
b23ec0964c compile windows 2009-02-23 09:50:45 -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
d11d75e7ef separate counter for RARELY -- really only a partial "fix".
(we want these macros to be fast that is why it is as it is)
2009-02-11 12:25:28 -05:00
Aaron
166716bb25 dbtop 2009-02-09 15:57:30 -05:00
Eliot Horowitz
3e7985c5d6 changed verbose to logLevel and added log(int) 2009-01-20 14:30:59 -05:00