Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some threadsafety on memory mapped file static methods | Eliot Horowitz | 2009-11-30 | 1 | -1/+10 |
| | |||||
* | fsync command part of SERVER-255 | Eliot Horowitz | 2009-11-11 | 1 | -2/+6 |
| | |||||
* | MemoryMappedFile::flushAll | Eliot Horowitz | 2009-11-11 | 1 | -0/+6 |
| | |||||
* | all client files now marked as Apache 2.0. SERVER-329. | Mathias Stearn | 2009-10-27 | 1 | -15/+14 |
| | |||||
* | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2009-10-07 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: db/dbcommands.cpp | ||||
| * | killOp() wasn't working with validate | Dwight | 2009-10-07 | 1 | -1/+1 |
| | | |||||
* | | MemoryMappedFile::getTotalMapped | Eliot Horowitz | 2009-10-07 | 1 | -0/+9 |
|/ | |||||
* | more verbose shutdown logging to try and figure out why shutdown is very ↵ | Eliot Horowitz | 2009-10-05 | 1 | -1/+4 |
| | | | | slow sometimes | ||||
* | elim warning windows | Dwight | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | long instead of int for file size | Eliot Horowitz | 2009-07-09 | 1 | -3/+3 |
| | |||||
* | Windows: | Dwight | 2009-05-28 | 1 | -1/+1 |
| | | | | | db->mongod in vcproj suppress a couple warnings | ||||
* | update size in map and allocate asap interfaces | Aaron | 2009-04-15 | 1 | -1/+2 |
| | |||||
* | Revert "Revert "allocate files in background"" | Aaron | 2009-04-15 | 1 | -1/+1 |
| | | | | This reverts commit e577a2c64e6892be4a3112b7a18add934c82ed06. | ||||
* | Revert "allocate files in background" | Aaron | 2009-04-15 | 1 | -1/+1 |
| | | | | This reverts commit 0033bd91dfd8846e7f53e4a58c91714fa5b6d99e. | ||||
* | allocate files in background | Aaron | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | Clean up signal handling, fixing some potential hangs | Aaron | 2009-02-02 | 1 | -3/+3 |
| | |||||
* | broke mmap into different .cpp files for different platforms | Eliot Horowitz | 2009-01-29 | 1 | -168/+4 |
| | |||||
* | Reset file pointer | Aaron | 2009-01-26 | 1 | -0/+1 |
| | |||||
* | changed verbose to logLevel and added log(int) | Eliot Horowitz | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | suppress a couple compiler warnings | unknown | 2009-01-18 | 1 | -2/+6 |
| | |||||
* | Replaced our #defined cout with mongo::out() | Aaron | 2009-01-15 | 1 | -9/+9 |
| | |||||
* | Indent all lines within namespaces one level | Aaron | 2009-01-15 | 1 | -144/+144 |
| | |||||
* | Replace tab indentation with spaces | Aaron | 2009-01-14 | 1 | -2/+3 |
| | |||||
* | Put our code in 'mongo' namespace | Aaron | 2009-01-14 | 1 | -0/+12 |
| | |||||
* | Handle preexisting file with different length | Aaron | 2009-01-12 | 1 | -3/+12 |
| | |||||
* | map entire file by default | Eliot Horowitz | 2009-01-11 | 1 | -0/+4 |
| | |||||
* | minor logging prettiness | Dwight | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | nicer logging | Dwight | 2008-12-29 | 1 | -6/+8 |
| | | | | --verbose | ||||
* | Replace tab indentation with spaces | Aaron | 2008-12-28 | 1 | -107/+112 |
| | |||||
* | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Dwight | 2008-09-09 | 1 | -1/+1 |
| | | | | | | Conflicts: db/makefile | ||||
* | log cleanup | dwight | 2008-08-02 | 1 | -7/+7 |
| | |||||
* | added AGPL License Header to every file | Eliot Horowitz | 2008-07-20 | 1 | -1/+16 |
| | | | | take 2 | ||||
* | Revert "added AGPL License Header to every file" | Eliot Horowitz | 2008-07-20 | 1 | -16/+1 |
| | | | | | | Oops - added multiple times. This reverts commit 608769fd03cdaeea5647cd2e730e54fd76b57336. | ||||
* | added AGPL License Header to every file | Eliot Horowitz | 2008-07-20 | 1 | -1/+16 |
| | |||||
* | compiles | Dwight | 2008-07-09 | 1 | -1/+3 |
| | |||||
* | --nocursors | Dwight | 2008-07-09 | 1 | -2/+5 |
| | |||||
* | detect mmap failure properly; sigsegv fixes | Dwight | 2008-07-01 | 1 | -2/+12 |
| | |||||
* | close datafiles on any sort of termination (including seg fault) | Dwight | 2008-06-26 | 1 | -4/+20 |
| | |||||
* | change to do ref counts for JSObj objects. | Dwight | 2008-06-25 | 1 | -2/+3 |
| | | | | | should fix OS X dangerous change. | ||||
* | db.dropDatabase(); | Dwight | 2008-06-24 | 1 | -4/+3 |
| | |||||
* | dos2unix | Dwight | 2008-06-06 | 1 | -144/+144 |
| | |||||
* | sai hack | Dwight | 2008-04-30 | 1 | -1/+12 |
| | |||||
* | warning | Eliot Horowitz | 2007-10-28 | 1 | -0/+1 |
| | |||||
* | works on mac | Eliot Horowitz | 2007-10-28 | 1 | -1/+5 |
| | |||||
* | first commit | Dwight | 2007-10-19 | 1 | -0/+128 |