0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

6509 Commits

Author SHA1 Message Date
Mathias Stearn
5a30852961 Stop recycling SockAddrs 2010-04-02 21:28:55 -04:00
Mathias Stearn
06d8b84a13 Better handling of unset SockAddrs 2010-04-02 21:26:57 -04:00
Mathias Stearn
ec5293b1ce more fun with windows 2010-04-02 19:24:08 -05:00
Mathias Stearn
c8480344ee fun with windows 2010-04-02 19:09:56 -05:00
Mathias Stearn
4cd861085b windows fix 2010-04-02 19:37:43 -04:00
Mathias Stearn
a9382d41f0 Unix socket support (must use --nohttpinterface for now) SERVER-866 2010-04-02 19:26:13 -04:00
Mathias Stearn
b6744bbde6 Replace hardcoded AF_INET with calls to getType() 2010-04-02 19:26:13 -04:00
Mathias Stearn
3f6871c96d Make SockAddr internals support different types. SERVER-859 SERVER-866 2010-04-02 19:26:13 -04:00
Dwight
ff23d77d07 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-02 16:43:27 -04:00
Dwight
d1138e570e cleaning 2010-04-02 16:43:10 -04:00
Richard Kreuter
e29eacd798 Conditionalize useradd/groupadd in rpm/mongo.spec. 2010-04-02 16:25:31 -04:00
Richard Kreuter
72ad34e3f0 Fix rpm/mongo.spec for old CentOS useradd command version. 2010-04-02 16:03:06 -04:00
Eliot Horowitz
44237031b1 make return parsing smarter SERVER-864 2010-04-02 15:56:43 -04:00
Eliot Horowitz
16718fe785 tests for SERVER-467 2010-04-02 15:36:25 -04:00
Eliot Horowitz
735382978a getLastError w and wtimeout helpers SERVER-467 2010-04-02 15:35:54 -04:00
Eliot Horowitz
e0ad7be7ff Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-02 14:49:55 -04:00
Eliot Horowitz
824e1a51a4 trying to cleanup shutdown issue 2010-04-02 14:49:45 -04:00
Mathias Stearn
b85dabdaab windows fixes 2010-04-02 13:40:19 -05:00
Mathias Stearn
c64dc2337b winsock2 fix 2010-04-02 13:19:27 -05:00
Eliot Horowitz
6f7f0a92c3 close Listener closing 2010-04-02 14:20:20 -04:00
Eliot Horowitz
8445cb20d2 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-02 13:57:24 -04:00
Eliot Horowitz
d580263c05 cleaning 2010-04-02 13:56:48 -04:00
Mathias Stearn
1d10bf7d5e Combine SockAddr::localhost() and isLocalHost() 2010-04-02 13:21:27 -04:00
Mathias Stearn
b03cc0e07d Privatize SockAddr::sa. Banish use of sockaddr_in outside of SockAddr class 2010-04-02 13:21:27 -04:00
Mathias Stearn
d43f194989 Convert SockAddr.sa to sockaddr_storage. prep for SEVER-859 2010-04-02 13:21:27 -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
Mathias Stearn
74ac2df0c7 Delete code thats been commented out for over a year 2010-04-02 13:21:27 -04:00
Eliot Horowitz
5645c80f94 better/safe implementation of tracking slave progress for SERVER-467 2010-04-02 13:18:06 -04:00
Eliot Horowitz
36acf154d5 cleaning 2010-04-02 12:56:11 -04:00
Dwight
091c922b03 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-02 11:29:40 -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
3b59851a13 handshake command SERVER-572 2010-04-02 11:29:33 -04:00
Dwight
0b587f05e5 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-02 11:28:57 -04:00
Dwight
666fb52bdd abstract out mmf administration 2010-04-02 11:28:32 -04:00
Eliot Horowitz
34eddc3b5f Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-01 17:17:52 -04:00
Eliot Horowitz
9c8fa4b935 $maxDistance for $near SERVER-813 2010-04-01 17:17:32 -04:00
Mathias Stearn
12fa9864c4 pragma once in util/locks.h 2010-04-01 15:41:13 -04:00
Mathias Stearn
3a25213655 Add chunkMap to ChunkManager. Start of SHARDING-79 2010-04-01 15:41:13 -04:00
Eliot Horowitz
d42bd9af1c Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-01 15:33:37 -04:00
Eliot Horowitz
1e3abf89b9 first cut at radius limiting $near SERVER-813 2010-04-01 15:32:52 -04:00
Mike Dirolf
2cc5eb1214 use application/json for _status SERVER-861 2010-04-01 11:50:49 -04:00
Eliot Horowitz
58821896fb getIndexSizeForCollection shouldn't use DBDIrectClient SERVER-860 2010-04-01 10:19:38 -04:00
Guillaume Delannoy
1f655abccb SERVER-425 Configurable path for pid/lock file
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-03-31 16:39:43 -04:00
Dwight
8657d88065 mmf 3 2010-03-31 16:21:20 -04:00
Dwight
3cb1ef8cd9 make HeaderSize a const 2010-03-31 15:49:28 -04:00
Dwight
9fcf53a7df Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-31 15:08:55 -04:00
Dwight
4778a2c4ad mmf abstraction 2 2010-03-31 15:08:40 -04:00
Eliot Horowitz
440388c0de fix boost lock 2010-03-31 14:44:11 -04:00
Eliot Horowitz
1f4c6e822f Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-31 14:34:22 -04:00
Eliot Horowitz
e8583f2a6b switch to pthread_rw lock on support platforms SERVER-824 2010-03-31 14:33:49 -04:00