summaryrefslogtreecommitdiff
path: root/util/mmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* some threadsafety on memory mapped file static methodsEliot Horowitz2009-11-301-1/+10
|
* fsync command part of SERVER-255Eliot Horowitz2009-11-111-2/+6
|
* MemoryMappedFile::flushAllEliot Horowitz2009-11-111-0/+6
|
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
|
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-071-1/+1
|\ | | | | | | | | Conflicts: db/dbcommands.cpp
| * killOp() wasn't working with validateDwight2009-10-071-1/+1
| |
* | MemoryMappedFile::getTotalMappedEliot Horowitz2009-10-071-0/+9
|/
* more verbose shutdown logging to try and figure out why shutdown is very ↵Eliot Horowitz2009-10-051-1/+4
| | | | slow sometimes
* elim warning windowsDwight2009-08-131-1/+1
|
* long instead of int for file sizeEliot Horowitz2009-07-091-3/+3
|
* Windows:Dwight2009-05-281-1/+1
| | | | | db->mongod in vcproj suppress a couple warnings
* update size in map and allocate asap interfacesAaron2009-04-151-1/+2
|
* Revert "Revert "allocate files in background""Aaron2009-04-151-1/+1
| | | | This reverts commit e577a2c64e6892be4a3112b7a18add934c82ed06.
* Revert "allocate files in background"Aaron2009-04-151-1/+1
| | | | This reverts commit 0033bd91dfd8846e7f53e4a58c91714fa5b6d99e.
* allocate files in backgroundAaron2009-04-151-1/+1
|
* Clean up signal handling, fixing some potential hangsAaron2009-02-021-3/+3
|
* broke mmap into different .cpp files for different platformsEliot Horowitz2009-01-291-168/+4
|
* Reset file pointerAaron2009-01-261-0/+1
|
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-1/+1
|
* suppress a couple compiler warningsunknown2009-01-181-2/+6
|
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-9/+9
|
* Indent all lines within namespaces one levelAaron2009-01-151-144/+144
|
* Replace tab indentation with spacesAaron2009-01-141-2/+3
|
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+12
|
* Handle preexisting file with different lengthAaron2009-01-121-3/+12
|
* map entire file by defaultEliot Horowitz2009-01-111-0/+4
|
* minor logging prettinessDwight2008-12-311-2/+2
|
* nicer loggingDwight2008-12-291-6/+8
| | | | --verbose
* Replace tab indentation with spacesAaron2008-12-281-107/+112
|
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-09-091-1/+1
| | | | | | Conflicts: db/makefile
* log cleanupdwight2008-08-021-7/+7
|
* added AGPL License Header to every fileEliot Horowitz2008-07-201-1/+16
| | | | take 2
* Revert "added AGPL License Header to every file"Eliot Horowitz2008-07-201-16/+1
| | | | | | Oops - added multiple times. This reverts commit 608769fd03cdaeea5647cd2e730e54fd76b57336.
* added AGPL License Header to every fileEliot Horowitz2008-07-201-1/+16
|
* compilesDwight2008-07-091-1/+3
|
* --nocursorsDwight2008-07-091-2/+5
|
* detect mmap failure properly; sigsegv fixesDwight2008-07-011-2/+12
|
* close datafiles on any sort of termination (including seg fault)Dwight2008-06-261-4/+20
|
* change to do ref counts for JSObj objects.Dwight2008-06-251-2/+3
| | | | | should fix OS X dangerous change.
* db.dropDatabase();Dwight2008-06-241-4/+3
|
* dos2unixDwight2008-06-061-144/+144
|
* sai hackDwight2008-04-301-1/+12
|
* warningEliot Horowitz2007-10-281-0/+1
|
* works on macEliot Horowitz2007-10-281-1/+5
|
* first commitDwight2007-10-191-0/+128