0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
Dwight
66e654de6a errmsg 2011-01-07 11:18:55 -05:00
Dwight
4a3ef2ec06 assure we get the same address on a remap of a memorymappedfile 2011-01-05 12:18:19 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Dwight
c325d0f44f findbypath for MongoFile 2010-12-30 15:34:30 -05:00
Mathias Stearn
0c14ad831c fix sharing violation on windows 2010-12-22 18:01:44 -05:00
dwight
eff8dba307 dur remap at the same location windows version 2010-12-16 09:31:02 -05:00
dwight
b608193a58 fix errno display 2010-12-14 20:23:17 -05:00
dwight
fe11f8506b crlf, dir 2010-11-27 15:40:57 -05:00
dwight
6c3eb1ddd4 dur remap 2010-11-27 15:25:08 -05:00
Dwight
416127768f private views dur 2010-11-16 16:40:56 -05:00
Dwight
c3fb79d805 dur forgot to close a view in mmap_win.cpp 2010-10-04 16:46:17 -04:00
Dwight
45a7620aac dur work 2010-10-01 16:14:36 -04:00
dwight
3ba7ca3472 Merge branch 'master' of github.com:mongodb/mongo 2010-09-29 19:17:55 -04:00
Dwight
c595bf62aa more intent to write declarations 2010-09-28 17:49:40 -04:00
dwight
be0e007608 comment, vcxproj 2010-09-27 22:21:31 -04:00
dwight
c1b68a13de towards durability 2010-09-27 12:35:22 -04:00
dwight
57aa5b4d16 readable 2010-09-19 17:32:06 -04:00
Dwight
6e38892903 copyonwrite test methods 2010-09-14 15:38:14 -04:00
Dwight
ffd42e6a1c read only mmap support on windows 2010-09-13 17:16:42 -04:00
dwight
c7417ff16c read only mmap option (towards) 2010-09-13 08:29:18 -04:00
dwight
cc3ffa4b1a beginning of a READONLY memorymappedifle option 2010-09-09 17:30:40 -04:00
dwight
b904b0dd1d towards a new capped impl; NamespaceDetails readability; cleaning 2010-09-09 07:12:17 -04:00
Mathias Stearn
28d16fc227 fix windows build 2010-08-30 11:50:18 -04:00
Mathias Stearn
2eb1ac7c19 Per-file flush mutex on Windows SERVER-1163 2010-08-30 11:30:06 -04:00
Eliot Horowitz
f0359e7b54 MongoFile::flushAll won't lock for entire flushing time 2010-07-26 16:06:49 -04:00
Mathias Stearn
c6ed1eb85f Block writes when not holding write-lock in debug build 2010-06-24 11:05:10 -04:00
dwight
c78026c136 keep UNICODE on windows; look for js32r.lib etc. in scons on widnows 2010-06-14 12:40:39 -04:00
Justin Dearing
efde5cf575 Clean remerge of SERVER-1189 Improves logging in util/ntservice.cpp
I just manually recomitted the changes.
2010-06-05 09:38:54 +08:00
Eliot Horowitz
f20f5b76f1 print filename for windows flush failure SERVER-1107 2010-05-10 11:26:08 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Dwight Merriman
0c7e5438e0 get rid of macros in log.h 2010-04-24 14:03:14 -04:00
Mathias Stearn
15249fbfd6 check for fd==0 as in mmap_posix 2010-03-15 16:26:12 -04:00
Mathias Stearn
1fe29d5b7f Async flush uasserts on windows SERVER-735 2010-03-15 16:26:12 -04:00
Mathias Stearn
ae02e61015 fsync shouldn't be a noop on windows SERVER-728 2010-03-09 21:49:12 -05:00
Dwight
87d7f0a48f compile win 2010-02-04 17:17:09 -05:00
Eliot Horowitz
424e7d9585 sequential option for mmap SERVER-607 2010-02-04 17:12:14 -05:00
Mathias Stearn
32acd37d75 fix uninitialized length for MemoryMapFile on windows. 2010-01-15 15:31:51 -05:00
Eliot Horowitz
8f1e01b0e4 macro for errno so messages are consistent and have full debugging 2009-12-21 10:06:14 -05:00
Dwight
a03aecb988 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-28 13:41:06 -04:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Dwight
31a1b75aa3 slightly better error message when problem opening files 2009-10-27 14:25:45 -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
3cc17c8c5f 64-bit windows build just about working 2009-07-27 13:50:25 -04:00
Eliot Horowitz
b47dcb9a82 windows compile MINOR 2009-07-09 17:00:59 -04:00
Aaron
f86d33372d update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00
Eliot Horowitz
46dddab48a fix : -> _ conversion on windows 2009-03-19 08:36:24 -04:00
Dwight
9f5fe79f2f little things: hack for windows filenames, better logging 2009-02-11 11:28:49 -05:00
Eliot Horowitz
c18f2e4927 clean up mmap includes 2009-01-29 22:21:33 -05:00
Dwight
dcf90d4def sort() for c++ client 2009-01-29 18:38:35 -05:00