Commit Graph

773 Commits

Author SHA1 Message Date
gregs
def4d0cb8d make security work again 2011-10-06 18:44:40 -04:00
Mathias Stearn
fe53945762 fix build 2011-10-06 17:05:48 -04:00
Richard Kreuter
f2c8a4ca77 Make a couple auth files not be shared with the client library. SERVER-4016 2011-10-06 15:43:17 -04:00
Brandon Diamond
fd8e560143 SERVER-3821: fixed syntax error in SConstruct file 2011-09-28 15:49:48 -04:00
Mathias Stearn
d65ada091f Use -pipe on linux to avoid polluting /tmp 2011-09-26 12:05:00 -04:00
Eliot Horowitz
9ceb4dff0e link _isSelf into mongos SERVER-3315 2011-09-21 21:14:55 -04:00
Eliot Horowitz
f6243e1a26 mongooplog -new tool for replaying oplogs SERVER-3873 2011-09-15 10:50:05 -04:00
Eliot Horowitz
79b292b445 ssl on osx needs libcrypto 2011-09-01 23:16:21 -04:00
Eliot Horowitz
0dd179510c fix sm for windows SERVER-3659 2011-08-24 11:13:57 -04:00
Eliot Horowitz
ed9f00aa1a fix sm build for solaris SERVER-3659 take3 2011-08-22 02:17:21 -04:00
Eliot Horowitz
d40cad9feb combine sm in source 2011-08-21 01:34:54 -04:00
Eliot Horowitz
0e297b70f1 move snappy setup to third_party/snappy.py 2011-08-18 13:24:59 -04:00
Eliot Horowitz
02ab18d5fd change order 2011-08-18 13:12:43 -04:00
Eliot Horowitz
5bd3f44d5c use our own version of pcre SERVER-2085 2011-08-18 10:49:50 -04:00
Eliot Horowitz
51438c1122 for newer windows builds, change name from osnew to win2008plus 2011-08-04 17:53:28 -04:00
Mathias Stearn
2be0270aff compile (old scons versions suck) 2011-08-02 22:47:13 -04:00
Mathias Stearn
9f4fb59256 compile 2011-08-02 21:30:42 -04:00
Mathias Stearn
9c8141de81 compile 2011-08-02 20:59:22 -04:00
Mathias Stearn
36c6e78f18 re-enable -Werror on linux and give snappy it's own scons env 2011-08-02 17:51:05 -04:00
dwight
8919d7686e compile 2011-08-02 10:37:48 -04:00
dwight
57b8eaa186 compression lib 2011-08-02 02:38:00 -04:00
Mathias Stearn
20dfe3edf1 Enable large file support on all unix platforms 2011-08-01 21:47:14 -04:00
Mathias Stearn
31ff54ebc2 make 32bit solaris support large files 2011-08-01 20:11:28 -04:00
Eliot Horowitz
d8d05fdc71 cleaning ScanAndOrder 2011-08-01 17:51:13 -04:00
dwight
fb8b893665 make journaling the default on 64 bit 2011-07-31 08:36:46 -04:00
Eliot Horowitz
b1ec205867 compile on linux3 SERVER-3457 2011-07-28 19:54:51 -04:00
Eliot Horowitz
639571e966 Socket client ssl support
support for ssl in httpclient
2011-07-27 09:48:35 -04:00
Eliot Horowitz
495bd6a90b fix client build 2011-07-17 23:04:40 -04:00
dwight
2d1a803e67 osnew option for newer OS api functions 2011-07-08 17:38:29 -04:00
dwight
8110702109 comment 2011-07-01 17:57:34 -04:00
Eliot Horowitz
98c7e12a1a set permissions on key files 2011-06-29 15:06:12 -04:00
Eliot Horowitz
1d623367c8 net cleaning: message.cpp split 2011-06-26 18:23:57 -04:00
Eliot Horowitz
3a77049fda net cleaning: message split checkpoint where everything works 2011-06-26 18:11:45 -04:00
Eliot Horowitz
0594b8a6ab net cleaning: starting to split up message.h 2011-06-26 17:56:43 -04:00
Eliot Horowitz
142a86b237 net cleaning: move message.* to net/
net cleaning: move http tools to net/
2011-06-26 17:13:54 -04:00
Eliot Horowitz
3b185eeee3 net cleaning: move message_server* to net 2011-06-26 16:59:10 -04:00
Eliot Horowitz
ee6255fbec net cleaning: move sock.h to net/ 2011-06-26 16:54:38 -04:00
Eliot Horowitz
d417a66224 Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	SConstruct
2011-06-22 16:00:29 -04:00
Eliot Horowitz
131e1d2182 more cleaning 2011-06-22 15:51:08 -04:00
Kristina
67945f8b00 split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
Kristina
d48c3165d3 Revert "allow reconfig on secondary on startup"
This reverts commit 6973006921.
2011-06-22 10:21:13 -04:00
Kristina
6973006921 allow reconfig on secondary on startup 2011-06-22 10:06:22 -04:00
Eliot Horowitz
cf2980774d move update.* to db/ops/ 2011-06-20 16:16:37 -04:00
Eliot Horowitz
07695200a1 add db/record.cpp 2011-06-15 17:46:25 -04:00
agirbal
ec68f3c6d5 SERVER-2531: added M/R output to shard collection for mode REPLACE 2011-06-13 14:33:38 -07:00
dwight
ad63ae8a4b notes for future profile guided use 2011-05-31 20:53:00 -04:00
dwight
f3df6e627a scons comments 2011-05-30 00:30:10 -04:00
dwight
f3cfb889da check we are in writelock on optime::now. also tune it a bit 2011-05-14 20:16:24 -04:00
Dwight
fb3fac3dff use _WIN32, not WIN32 2011-05-11 11:45:47 -04:00
agirbal
8d13203c40 SERVER-2976: added M/R pure jsMode with collection output 2011-05-10 15:30:01 -07:00