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

75 Commits

Author SHA1 Message Date
Eliot Horowitz
d20dc464bf fix warning on windows 2010-11-27 23:48:42 -05:00
Dwight
48ae1fddaf move inl header inclusion to top 2010-11-04 09:07:28 -04:00
Dwight
0648d61288 move include to top of file from bottom 2010-11-04 09:00:39 -04:00
Alberto Lerner
891198796f class is alreadhy synchronized (thread safe) 2010-11-03 18:42:24 -04:00
Eliot Horowitz
de76474392 comment 2010-11-03 12:38:34 -04:00
dwight
506a0f9b40 towards conventions 2010-11-03 10:06:58 -04:00
dwight
b069296ad7 Merge branch 'master' of github.com:mongodb/mongo 2010-11-03 09:44:20 -04:00
dwight
65571e0f26 this variable order may be faster. 2010-11-03 09:44:10 -04:00
Alberto Lerner
b022e1aab5 use a named BSON as parameter for a throwable function 2010-11-02 22:39:54 -04:00
dwight
254f15a958 cleaning 2010-10-11 21:35:11 -04:00
Aaron
16cdfae7d8 SERVER-1844 killing parent op should interrupt and kill child op 2010-10-06 00:03:02 -07:00
Aaron
acee25a02a SERVER-1816 make sure it's possible to kill parent ops while child op is running 2010-10-04 22:29:45 -07:00
Aaron
e0590db4d1 SERVER-1819 limit interrupt code paths when write lock held 2010-10-04 22:29:44 -07:00
Aaron
4a7a23a29c SERVER-1816 make killop robust by storing kill request in curop 2010-10-04 22:29:44 -07:00
Aaron
d2249cdf68 SERVER-387 enable interrupts for v8 2010-09-23 15:42:24 -07:00
Alberto Lerner
5f7500bf01 Pull timer.h and time_support.h out of goodies.h
The code on both the new header files is essentially the same. This
commit just adjusted #include in dependent modules. The new headers
did not make to pch.h.

This change is in preparation for some improvements in code that is
now in time_support.h
2010-09-16 09:18:46 -04:00
Aaron
8c82a9c5c6 SERVER-387 support killop with db.eval 2010-09-14 17:01:01 -07:00
Dwight
9607ad40ce readability 2010-09-13 16:05:12 -04:00
Eliot Horowitz
585718e60f cleaning query caching thread safety 2010-08-26 17:23:48 -04:00
Eliot Horowitz
7bbe2939e9 fix nested CurOp cleaning SERVER-1610 2010-08-26 15:55:38 -04:00
Eliot Horowitz
003041031a make web console get query in a thread safe way SERVER-1692 2010-08-26 13:54:10 -04:00
Eliot Horowitz
9c95e894ee use checksum to make curop threadsafe SERVER-723 2010-07-29 01:08:20 -04:00
dwight
30d823b628 rs towards rollback 2010-07-23 15:48:30 -04:00
Alberto Lerner
d46f9c1bfe Eliminate implicit conversion 2010-07-19 12:39:14 -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
Dwight Merriman
0f9f517058 cleaner error / uassert logging 2010-05-15 18:48:13 -04:00
Eliot Horowitz
c43ab4c85d fix repair with dups and background indexes SERVER-1099
also progress meter enhancements
2010-05-07 12:19:00 -04:00
Dwight Merriman
88e56090e6 bson separation 2010-04-24 19:24:07 -04:00
Mathias Stearn
3c53fbaedc Banish sockaddr_in from everywhere except sock.h. prep for SERVER-859 2010-04-02 13:21:27 -04:00
Eliot Horowitz
8ecaf5dc18 slave ids, and option to block or slaves SERVER-467 2010-04-02 11:29:45 -04:00
Eliot Horowitz
6451237c29 option on getremotestring not to include port 2010-03-30 14:31:57 -04:00
Eliot Horowitz
21cdef341f better debugging 2010-03-28 00:33:38 -04:00
Eliot Horowitz
7a2ba3526f reset curop in repl thread SERVER-837 2010-03-26 21:38:39 -04:00
Eliot Horowitz
c09ded5780 make killOp work for map reduce SERVER-387 2010-03-16 00:09:52 -04:00
Eliot Horowitz
6f78338941 fixing 2010-03-15 11:36:31 -04:00
Eliot Horowitz
3c7fed91e5 track progress of m/r in db.currentOp or web console SERVER-590 2010-03-15 11:26:56 -04:00
Eliot Horowitz
0d779a3fa8 can get progress of index creation through db.currentOp and web console SERVER-707 2010-03-15 11:18:08 -04:00
Eliot Horowitz
c3b8492cf0 count commands separately 2010-02-11 12:52:26 -05:00
Eliot Horowitz
b88e91c8f5 clean up curop read/write detection 2010-02-10 15:16:00 -05:00
Eliot Horowitz
929ae35cdd inprog takes $all : 1 option 2010-02-09 16:58:03 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Eliot Horowitz
12a8eee52c use table in web console for clarity 2010-02-09 10:35:31 -05:00
Eliot Horowitz
ecc40e19db added waitingForLock to curop 2010-02-09 10:25:05 -05:00
Eliot Horowitz
61aa20971d lower constraints 2010-02-07 15:22:59 -05:00
Eliot Horowitz
b0ce7bb204 slight change to what _active means 2010-02-04 22:04:32 -05:00
Eliot Horowitz
cf2c6c068e fix timing so starts when enter lock 2010-02-04 15:56:02 -05:00
Eliot Horowitz
62f47cc910 cleaning up security - moving to centralized location 2010-02-04 10:49:19 -05:00
Dwight
2a9163d3e3 compile windows vcproj 2010-02-03 15:31:48 -05:00
Eliot Horowitz
9455bdc8d7 set _op in CurOp cons 2010-02-02 22:34:15 -05:00