Commit Graph

55 Commits

Author SHA1 Message Date
Eliot Horowitz
55382a6b84 clean up log messags 2010-07-26 11:23:34 -04:00
Eliot Horowitz
6fcf0146c7 crlf fix 2010-06-30 12:51:26 -04:00
Eliot Horowitz
14344eeea3 yield based off of scanned and time
ElapsedTracker class for managing (horrible name)
finish SERVER-517
2010-06-22 06:37:49 -04:00
Eliot Horowitz
140d8a4254 fast tracking of rough time passage 2010-06-22 06:08:28 -04:00
Eliot Horowitz
21ad005a96 track elapsed time in Listener 2010-06-22 05:59:44 -04:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
dwight
3ac7b05737 QueryOption_Exhaust 2010-06-06 22:19:06 -04:00
dwight
3f8da3805a towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
Alberto Lerner
8bfc290d80 Expose a Message's size 2010-06-02 16:00:51 -04:00
Eliot Horowitz
cc53dee09b LastError cleanup SERVER-1165 2010-05-28 17:07:18 -04:00
Eliot Horowitz
e365deea86 clean up cursors SERVER-1167 2010-05-28 14:23:37 -04:00
Aaron
94792549ea SERVER-109 guard size in Message append 2010-05-21 12:53:37 -07:00
Aaron
df75203993 SERVER-109 Message only use vector when necessary 2010-05-21 12:34:22 -07:00
Dwight
1b07178606 Message needs copy constructor 2010-05-19 13:09:00 -04:00
Aaron
dad28843bd SERVER-109 enhance multi buffer message 2010-05-18 22:09:03 -07:00
Aaron
14114b403e SERVER-109 reinstate sendmsg 2010-05-17 10:02:02 -07:00
Aaron
2b4eaa9488 SERVER-109 temp compile win 2010-05-13 11:21:05 -07:00
Aaron
38dd2871ad SERVER-109 temp compile win 2010-05-13 11:10:55 -07:00
Aaron
501b8d4d66 SERVER-109 temp compile win 2010-05-13 11:09:22 -07:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00
Eliot Horowitz
0edfb44bbf better assert string() 2010-05-11 15:18:07 -04:00
Eliot Horowitz
92b48ea825 whatsmyuri support for mongos 2010-04-27 16:49:22 -04:00
Dwight Merriman
88e56090e6 bson separation 2010-04-24 19:24:07 -04:00
Dwight
1057b2c4e2 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-20 15:30:52 -04:00
Dwight
b3347b10d7 rs 2010-04-20 15:30:37 -04:00
Eliot Horowitz
55e8b26481 basic serverStatus for mongos SERVER-942 2010-04-20 12:58:04 -04:00
Eliot Horowitz
04d32ba5be fix warning 2010-04-20 09:59:43 -04:00
Dwight Merriman
5c6ab24ee2 tweaking webserver 2010-04-19 22:24:37 -04:00
Aaron
1b0b94cb9c SERVER-832 use send/recv timeouts 2010-04-08 12:14:20 -07:00
Eliot Horowitz
8dbbef7267 cleaning Listener and don't log ever http connect 2010-04-07 09:34:14 -04:00
Mathias Stearn
df4874f9a8 support listening on multiple sockets.
Defaults to all IPv4 and all IPv6 addresses and a unix socket.
SERVER-866 SERVER-859 SERVER-408
2010-04-05 18:26:17 -04:00
Mathias Stearn
66a489efcc Combine init() and listen() 2010-04-05 10:52:38 -04:00
Mathias Stearn
61e921730c Make Listener register socket with ListeningSockets 2010-04-05 10:52:38 -04:00
Mathias Stearn
163c040888 Make MiniWebServer inherit from Lister 2010-04-05 10:52:38 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
a4e79e80c2 make sure to use flags for all send/recv ops 2010-02-12 11:07:57 -05:00
Mathias Stearn
72f8e1ae73 fix opToString MINOR 2010-02-11 13:50:34 -05:00
Eliot Horowitz
12a8eee52c use table in web console for clarity 2010-02-09 10:35:31 -05:00
Eliot Horowitz
62f47cc910 cleaning up security - moving to centralized location 2010-02-04 10:49:19 -05:00
Mathias Stearn
58e7807a9b size_t <-> int changes to fix win64 warnings 2010-01-28 17:33:33 -05:00
Mathias Stearn
70b7968668 Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic functions. 2010-01-25 19:33:10 -05:00
Eliot Horowitz
fa8961c3e8 Exception classess need codes too SERVER-112 2009-12-28 17: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
4df046f5b0 getClientId() 2009-09-14 11:33:35 -04:00
Eliot Horowitz
335d92c443 client id work and make getLastError work non sharded-collections in sharding, but with connection pooling SHARDING-16 2009-09-11 16:14:14 -04:00
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Aaron
7d720f1f33 add 'bind_ip' option to bind listener only to requested local interface 2009-04-29 14:14:51 -04:00
Aaron
ed35b0874c Close listener sockets on exit 2009-04-01 12:26:31 -04:00
Eliot Horowitz
df4a8dbf55 doesOpGetAResponse 2009-03-17 17:24:38 -04:00
Eliot Horowitz
8a711dc649 nextMessageId function and valid() method on MsgData 2009-03-02 09:57:22 -05:00