Commit Graph

289 Commits

Author SHA1 Message Date
dwight
b8d458bfec improve how we handle concurrency with logging 2009-09-03 15:16:04 -04:00
dwight
e58c6eaf7f Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
	util/log.h
2009-09-03 15:01:42 -04:00
dwight
93f07dbc7d interim ocmmit of new logging stuff 2009-09-03 14:58:05 -04:00
Eliot Horowitz
cf46ccabe4 fix logstream and shared_ptr 2009-09-03 13:37:20 -04:00
dwight
2470913c70 change to NullStream 2009-09-03 13:11:30 -04:00
Dwight
3dbc214789 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 10:31:31 -04:00
Dwight
8de1e62a37 minor comments 2009-09-01 10:31:12 -04:00
Eliot Horowitz
e277dffe54 remove c depends 2009-08-28 11:57:09 -04:00
Eliot Horowitz
7a1a7fe021 some solaris fixes 2009-08-28 11:50:20 -04:00
Dwight
879e7b153e more CmdLine object 2009-08-25 14:35:22 -04:00
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Eliot Horowitz
7e0ffc7517 fix windows mmap 2009-08-20 17:02:11 -04:00
dwight
c0994c6b3a get rid of warning 2009-08-20 15:28:04 -04:00
Eliot Horowitz
e481e6385a fix relative include SERVER-242 2009-08-19 05:27:20 -04:00
Eliot Horowitz
3c651482c4 shared_ptr support for log() 2009-08-17 10:46:19 -04:00
Dwight
e6258aaa47 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-13 12:28:48 -04:00
Dwight
02959549f2 elim warning windows 2009-08-13 12:28:30 -04:00
Eliot Horowitz
7b9da727ba compile on 10.4 SERVER-231 2009-08-12 14:54:53 -04:00
Eliot Horowitz
f04c0ab0fc don't lookup unknown address MINOR 2009-08-10 12:28:04 -04:00
Eliot Horowitz
7cadc27b27 make binding to an address work SERVER-220 2009-08-10 10:37:56 -04:00
Eliot Horowitz
11d8ba65b5 windows compile MINOR 2009-08-07 15:43:31 -04:00
Eliot Horowitz
94ab9811a6 newline MINOR 2009-08-05 17:01:33 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
Eliot Horowitz
846911b421 add connection number to accepted message 2009-08-04 14:00:59 -04:00
Aaron Staple
7fd282b989 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-30 03:22:18 -04:00
Aaron Staple
5dcdc3a59c fast collection renaming within a database 2009-07-29 15:53:14 -04:00
Eliot Horowitz
3cc17c8c5f 64-bit windows build just about working 2009-07-27 13:50:25 -04:00
Eliot Horowitz
a62f1b40ba Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-24 14:28:16 -04:00
Eliot Horowitz
6e3a37e594 moving some includes around 2009-07-24 14:28:05 -04:00
Eliot Horowitz
956fd780e2 fix linux compile MINOR 2009-07-24 11:01:04 -04:00
Dwight
7783c0b8fa compile windows 2009-07-20 12:42:06 -04:00
Eliot Horowitz
45f29d0123 beginnings of mms client 2009-07-17 15:49:24 -04:00
Eliot Horowitz
b47dcb9a82 windows compile MINOR 2009-07-09 17:00:59 -04:00
Eliot Horowitz
bd018f61d5 long instead of int for file size 2009-07-09 16:56:34 -04:00
Eliot Horowitz
4a71c33456 fix for filters not returning objects without those fields 2009-06-22 15:30:41 -04:00
Eliot Horowitz
62d7cb5961 spacing MINOR 2009-06-09 15:24:09 -04:00
Eliot Horowitz
905f018510 Merge commit 'alanw/master'
Conflicts:

	db/db.cpp
	msvc/server_only/server_only.vcproj
	stdafx.cpp
	util/log.h
2009-06-08 14:15:15 -04:00
Eliot Horowitz
5514c49e39 make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
alanw
6d446d4e6d Fixed unix compile error 2009-06-04 22:58:08 +01:00
Dwight
56b2d01f36 better error detection when max namespaces reached 2009-06-04 12:05:40 -04:00
alanw
c9c9dc5b03 Added support for running mongod as a Windows NT Service
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-04 20:55:33 +08:00
alanw
3224ad222a Moved implementation code from stdafx to correct pre-compiled headers 2009-06-04 12:25:58 +01:00
alanw
ad297c79c7 Added support for running mongod as a Windows NT Service 2009-06-04 11:26:15 +01:00
Dwight
4a64d52c9c BUG SERVER-79
ports variable wasn't thread safe
2009-06-01 14:20:49 -04:00
Aaron
6a2a8d385f comments MINOR 2009-05-28 15:22:24 -04:00
Dwight
18285e76de Windows:
db->mongod in vcproj
suppress a couple warnings
2009-05-28 13:16:23 -04:00
Aaron
c03a7186cf file allocator compile windows MINOR 2009-05-28 12:59:27 -04:00
Aaron
83be71666f wait for file allocator to finish before removing files 2009-05-27 17:23:47 -04:00
Aaron
f2920fa2a8 sm encoding checkpoint 2009-05-27 14:31:23 -04:00
Aaron
8d50601341 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-27 11:20:35 -04:00