summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-131-2/+2
|\
| * compile on 10.4 SERVER-231Eliot Horowitz2009-08-121-2/+2
| |
* | elim warning windowsDwight2009-08-131-1/+1
|/
* don't lookup unknown address MINOREliot Horowitz2009-08-101-0/+4
|
* make binding to an address work SERVER-220Eliot Horowitz2009-08-101-2/+3
|
* windows compile MINOREliot Horowitz2009-08-071-1/+1
|
* newline MINOREliot Horowitz2009-08-051-1/+2
|
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-054-9/+9
|
* add connection number to accepted messageEliot Horowitz2009-08-041-1/+2
|
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-07-306-11/+12
|\
| * 64-bit windows build just about workingEliot Horowitz2009-07-274-2/+10
| |
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-07-241-0/+2
| |\
| | * fix linux compile MINOREliot Horowitz2009-07-241-0/+2
| | |
| * | moving some includes aroundEliot Horowitz2009-07-241-9/+0
| |/
* | fast collection renaming within a databaseAaron Staple2009-07-291-0/+8
|/
* compile windowsDwight2009-07-201-0/+1
|
* beginnings of mms clientEliot Horowitz2009-07-172-0/+59
|
* windows compile MINOREliot Horowitz2009-07-091-1/+1
|
* long instead of int for file sizeEliot Horowitz2009-07-095-22/+26
|
* fix for filters not returning objects without those fieldsEliot Horowitz2009-06-221-0/+4
|
* spacing MINOREliot Horowitz2009-06-091-22/+22
|
* Merge commit 'alanw/master'Eliot Horowitz2009-06-087-0/+421
|\ | | | | | | | | | | | | | | | | Conflicts: db/db.cpp msvc/server_only/server_only.vcproj stdafx.cpp util/log.h
| * Fixed unix compile erroralanw2009-06-041-1/+1
| |
| * Moved implementation code from stdafx to correct pre-compiled headersalanw2009-06-047-0/+422
| |
| * Added support for running mongod as a Windows NT Servicealanw2009-06-042-0/+225
| |
* | make lognoquiet and make --quit not print connect/disconnectEliot Horowitz2009-06-052-1/+10
| |
* | better error detection when max namespaces reachedDwight2009-06-041-4/+13
| |
* | Added support for running mongod as a Windows NT Servicealanw2009-06-042-0/+225
|/ | | Signed-off-by: mongodb <mongodb@10gen.com>
* BUG SERVER-79Dwight2009-06-011-5/+25
| | | | ports variable wasn't thread safe
* comments MINORAaron2009-05-283-2/+6
|
* Windows:Dwight2009-05-281-1/+1
| | | | | db->mongod in vcproj suppress a couple warnings
* file allocator compile windows MINORAaron2009-05-282-4/+12
|
* wait for file allocator to finish before removing filesAaron2009-05-271-2/+2
|
* sm encoding checkpointAaron2009-05-271-56/+0
|
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-272-1/+10
|\
| * support compilation under FreeBSD 7.xEliot Horowitz2009-05-271-0/+3
| | | | | | | | | | | | | | merged from goosmurf Conflicts: README
| * don't print namespaces ending in dot from dbtop MINORAaron2009-05-261-1/+7
| |
* | sm encoding checkpointAaron2009-05-261-1/+1
| |
* | sm encoding checkpointAaron2009-05-261-0/+56
|/
* never destroy log or background job mutexes, as they generated assertions on ↵Aaron2009-05-214-4/+4
| | | | destruction in testing
* add reads/writes to dbtopAaron2009-05-182-14/+36
|
* disable http interface authentication for localhostAaron2009-05-133-5/+8
|
* check exception when cleaning up file on failed allocation MINORAaron2009-05-121-5/+8
|
* when exhaust disk space, delete file and exit immediatelyAaron2009-05-121-0/+7
|
* clean up locking in file allocator; unlike in doc example, lock may be held ↵Aaron2009-05-121-37/+25
| | | | when notification sent
* DBDirectClient uses main db mutex recursively and preserves database contextAaron2009-05-061-0/+2
|
* inclode strerror in recv error message MINORAaron2009-05-041-1/+1
|
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-295-6/+15
|
* Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ↵Aaron2009-04-281-3/+0
| | | | | | function uniqueness"" This reverts commit ce91c67c40e24c817214e1d71bb486d7831035da.
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ↵Aaron Staple2009-04-271-0/+3
| | | | | | function uniqueness" This reverts commit cc3887c8647f963d66f1fbcf7ba4b67acb43b03b.