Commit Graph

90 Commits

Author SHA1 Message Date
dwight
50ac5d623a crlf 2011-11-17 08:09:07 -05:00
dwight
0877fc6c93 concurrency work 2011-11-17 08:05:15 -05:00
Dwight
a6a6f694d2 comments 2011-10-24 17:56:19 -04:00
dwight
08c3888312 make a long running operation terminate if the client has disconnected. we check for this at the beginning
of every request but intra request.  if a request will run for a very long time this is bad.

probably not for backporting -- might be nuances need to smoke for a while

also some yield code cleaning, really just making it easier to read.
2011-10-11 15:16:01 -04:00
dwight
310e250fd3 cleaning. we want to use pch.h as little as possible (zero eventually)
this a small step that way
2011-10-02 13:38:29 -04:00
Eliot Horowitz
f8a70a8865 add hasRemote to ClientBasic 2011-09-30 00:43:36 -04:00
Eliot Horowitz
ea002ab4b9 make Client and ClientInfo inherit from same base class SERVER-3896 2011-09-18 00:49:25 -04:00
Kristina
723c6fbffb make getlasterror return an optime, not an int64 SERVER-3665 2011-09-16 13:05:49 -04:00
dwight
7e1e1f5a1f enable new faster TLS for gcc 2011-09-14 11:39:20 -04:00
dwight
94738d6d82 make threadlocal 4x faster 2011-09-12 23:32:33 -04:00
dwight
d1c54d5c95 Client new methods minor 2011-09-12 23:22:33 -04:00
Eliot Horowitz
8b8427c898 put thread if in currentOp() 2011-05-29 04:05:49 -04:00
dwight
0c02f32878 comments, cleaning 2011-05-23 20:03:03 -04:00
Eliot Horowitz
b1c7af5e55 put authed username in system.profile SERVER-3074 2011-05-10 14:50:32 -04:00
Eliot Horowitz
f9237e3cb6 working towrads unifying network code 2011-04-05 02:24:16 -04:00
Dwight
7e1da0db8e just spacing and typos 2011-03-25 14:48:59 -04:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
17621a52d3 use ConnectionId type instead of unsigned 2011-01-03 14:13:07 -05:00
Eliot Horowitz
aca009ca80 put connectionId in Client and in getLastError 2011-01-03 13:16:13 -05:00
Eliot Horowitz
3105070460 more Client cleaning 2011-01-03 13:16:13 -05:00
Eliot Horowitz
0721557a2a making Client closer to coding rules 2011-01-03 13:16:13 -05:00
Eliot Horowitz
e634287abf remove temp collection code 2010-12-17 00:22:20 -05:00
Eliot Horowitz
0053e71ff9 compile SERVER-1992 2010-12-16 23:05:25 -05:00
agirbal
77b66479d1 Merge branch 'master' of github.com:mongodb/mongo 2010-12-16 16:19:48 -08:00
agirbal
24cf03c654 [SERVER-1992]: Log remote requestor for splits and migrates 2010-12-16 16:18:22 -08:00
dwight
0d7ae20b99 cleaning 2010-12-11 15:25:45 -05:00
Dwight
48ae1fddaf move inl header inclusion to top 2010-11-04 09:07:28 -04:00
Eliot Horowitz
13703038d3 mongostat shows # of active readers/writers SERVER-1997 2010-10-24 20:32:19 -04:00
dwight
b03b787888 cleaning 2010-10-11 21:51:30 -04:00
dwight
f0234a1fbb rs checkpoint work 2010-08-27 16:38:56 -04:00
dwight
3c0f8b9ff3 makemessagingport findable from the Client object 2010-08-27 13:53:55 -04:00
Dwight
e52542e586 cleaning formatting 2010-08-25 13:01:36 -04:00
Dwight
2f1b077bb5 do not background index when applying a create index operation 2010-08-23 13:55:34 -04:00
dwight
5bc311ba10 comment 2010-08-09 16:43:06 -04:00
Dwight
f76fe95f0d better diags 2010-08-02 16:56:11 -04:00
Eliot Horowitz
54b63e374a assert 2010-07-20 17:00:40 -04:00
Eliot Horowitz
08a30732d9 clean up temporary collection handling
fix memory leak when dropping temp collections
2010-07-07 10:06:04 -04:00
dwight
456d52492b old method 2010-06-26 13:06:03 -04:00
Eliot Horowitz
fd3b8fa7ad don't yield if you're a reader and only other readers are active SERVER-517 2010-06-22 05:27:56 -04:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
Dwight Merriman
fd99e5d3ab rs 2010-06-01 11:08:27 -04:00
Dwight Merriman
f36becfb54 repl cleaning 2010-05-29 16:17:33 -04:00
Dwight
09a7c66525 rs organizing 2010-05-18 16:09:46 -04:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Dwight Merriman
0f9f517058 cleaner error / uassert logging 2010-05-15 18:48:13 -04:00
Dwight
a2e86ec161 rs 2010-05-13 17:18:17 -04:00
Richard Kreuter
71431eb970 Try #2 at SERVER-756. 2010-05-06 11:51:21 -04:00
Richard Kreuter
c8f781ce32 Revert "New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756."
This reverts commit 59645ef064.
2010-05-05 16:13:59 -04:00
Richard Kreuter
59645ef064 New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756. 2010-05-05 11:51:28 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00