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

1055 Commits

Author SHA1 Message Date
dwight
cc3ffa4b1a beginning of a READONLY memorymappedifle option 2010-09-09 17:30:40 -04:00
Dwight
10f750fa61 towards capped2 2010-09-09 14:16:07 -04:00
Dwight
b2e6ff04bc compile? 2010-09-09 10:17:02 -04:00
dwight
0562697eea elim warning 2010-09-09 07:55:47 -04:00
dwight
72a9a42bdb compile 2010-09-09 07:46:22 -04:00
dwight
b904b0dd1d towards a new capped impl; NamespaceDetails readability; cleaning 2010-09-09 07:12:17 -04:00
Mathias Stearn
3d1faf35fc Revert "Use serverID in HostAndPort::isSelf SERVER-1515"
This reverts commit f23ba41ffa.
2010-09-07 19:09:46 -04:00
Mathias Stearn
f23ba41ffa Use serverID in HostAndPort::isSelf SERVER-1515 2010-09-07 18:50:39 -04:00
Mathias Stearn
eca02a4eec support sub-second timeouts SERVER-1515 2010-09-07 18:50:39 -04:00
Mathias Stearn
c1cc61f19b Better error if logpath is a directory SERVER-1733 2010-09-07 12:46:49 -04:00
Eliot Horowitz
cc78340d42 post 1.7.0 2010-09-04 12:21:35 -04:00
Mathias Stearn
8567338619 Replace stdout with logfile SERVER-1727 2010-09-03 15:10:06 -04:00
Eliot Horowitz
25eb3f0c37 BUMP 1.7.0 2010-09-03 11:13:35 -04:00
Mathias Stearn
4131dd3679 OpenVZ warning SERVER-1668 2010-09-02 21:46:38 -04:00
Eliot Horowitz
bde8261ffb flush stream after printing back trace 2010-08-31 11:16:18 -04:00
dwight
cfb9944f7c less extraneous shutdown logging 2010-08-31 05:18:34 -04:00
dwight
64fd5585b8 Merge branch 'master' of github.com:mongodb/mongo 2010-08-31 05:07:06 -04:00
dwight
b3118b904f rs close sockets when relinquish primary so clients arent surprised 2010-08-31 00:20:31 -04:00
Mathias Stearn
28d16fc227 fix windows build 2010-08-30 11:50:18 -04:00
Mathias Stearn
2eb1ac7c19 Per-file flush mutex on Windows SERVER-1163 2010-08-30 11:30:06 -04:00
Mathias Stearn
29596f5f96 Revert "make sure only one flush happens at a time SERVER-1163"
This reverts commit 6dbd8594e5.
2010-08-30 11:22:34 -04:00
dwight
a08d9422aa better debugging for sync1.js 2010-08-29 22:17:22 -04:00
dwight
948b3ad552 delet ecritical seciotn 2010-08-26 23:51:03 -04:00
dwight
f248d53177 take a crack at spinlock for win 2010-08-26 22:10:13 -04:00
dwight
246cc9851e nullf unc 2010-08-26 21:12:53 -04:00
dwight
b8efa65bfc mak evisual studio happy 2010-08-26 21:09:51 -04:00
Eliot Horowitz
dae8c2de8b fix legacy spinlock 2010-08-26 17:51:18 -04:00
Eliot Horowitz
86f42e62f1 more spin lock fixes 2010-08-26 17:45:46 -04:00
Eliot Horowitz
c29e819207 fix spin lock for real 2010-08-26 17:44:55 -04:00
Eliot Horowitz
553c778780 for now, use RWLock for spinlock since legacy boost doesn't have a nice api 2010-08-26 17:31:23 -04:00
Alberto Lerner
18daedd25c spinlock fallback implementation when test-and-set is not available 2010-08-26 16:06:26 -04:00
Kristina Chodorow
135549ec78 fix set with large ints SERVER-1347 2010-08-26 15:26:26 -04:00
Dwight
e3d6d6da23 win compiler not happy 2010-08-26 12:37:53 -04:00
Dwight
5ce8ea40de faster for windows release 2010-08-26 12:34:51 -04:00
Dwight
6d694cef86 clean up logging. now that we show the thread the indentation wasnt useful 2010-08-26 12:18:03 -04:00
Dwight
c9f6f7b02e rawOut appends a linefeed (for better or worse). so dont pass it one as long as it does that 2010-08-26 12:11:47 -04:00
Eliot Horowitz
6e3ad16e6f log StringData 2010-08-25 21:59:24 -04:00
Eliot Horowitz
c78415729e fix lexNumCmp with magic end of marker 2010-08-25 18:30:51 -04:00
Eliot Horowitz
62cfaf245e some log cleaning 2010-08-25 16:10:31 -04:00
Dwight
6c71ce88ff increase the maximum message rteceive size to 48MB for the transport. bulk insert messages might be pretty big. 2010-08-25 14:59:34 -04:00
Mathias Stearn
6dbd8594e5 make sure only one flush happens at a time SERVER-1163 2010-08-25 14:34:03 -04:00
Dwight
20155ad7fb make classes noncopyable to be safe. compile db_10.sln 2010-08-25 13:40:01 -04:00
Dwight
e52542e586 cleaning formatting 2010-08-25 13:01:36 -04:00
Eliot Horowitz
29f89df775 opIsWrite( int op ) prep for SERVER-1473 2010-08-25 01:57:48 -04:00
Dwight
240aaf588b breakpoint impl for windows 2010-08-23 15:45:57 -04:00
dwight
a856ac5445 fix one logLockless problem..but there are more! 2010-08-22 17:38:32 -04:00
dwight
94a94ff14b rawOut more 2010-08-22 17:23:50 -04:00
dwight
a0973cd10e dont heap allocate in rawOut function when avoidable 2010-08-22 13:54:03 -04:00
Eliot Horowitz
37ae0dbd3f Refactoring of Windows Service related code in preperation for SERVER-1589.
All ntservice related code moved from db.cpp to ntservices.cpp and cmdline.cpp. The code was also consolidated.

Conflicts:

	db/db.cpp
2010-08-20 18:40:44 -04:00
Alberto Lerner
806092f847 add tool to debugging belt 2010-08-19 11:26:07 -04:00