summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 0.9.5r0.9.5Eliot Horowitz2009-06-231-1/+1
|
* minor: test for leading whitespace in where clausesMike Dirolf2009-06-221-0/+10
|
* fix for filters not returning objects without those fieldsEliot Horowitz2009-06-223-0/+22
|
* fix new property filter MINOREliot Horowitz2009-06-221-0/+2
|
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-06-2211-241/+315
|\
| * optimize using field filterEliot Horowitz2009-06-201-9/+26
| |
| * test for field filters MINOREliot Horowitz2009-06-201-0/+26
| |
| * DBQuery.map - aka. db.foo.find().map()Eliot Horowitz2009-06-201-0/+7
| |
| * add more logging in verbose modeEliot Horowitz2009-06-201-3/+3
| |
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-06-191-140/+144
| |\
| | * strip leading whitespace from code before adding returnMike Dirolf2009-06-191-0/+4
| | |
| | * Merge branch 'master' of git@github.com:mongodb/mongoMike Dirolf2009-06-192-62/+47
| | |\
| | * | whitespaceMike Dirolf2009-06-191-140/+140
| | | |
| * | | fix bug SERVER-96 update that changes unique index field disregards unique ↵Dwight2009-06-194-51/+22
| | |/ | |/| | | | | | | constraint
| * | fix bug where the feature that ensures _id is preserved on an updateDwight2009-06-192-62/+47
| |/ | | | | | | had a case that didn't work - test cases added too
| * update unique tests (pending)Dwight2009-06-182-0/+32
| |
| * towards update unique key fixDwight2009-06-183-4/+36
| |
* | fix bug with shell helperEliot Horowitz2009-06-221-4/+6
|/
* Added removeFile() for GridFS. Also modified input strings to be "const ↵alanw2009-06-172-15/+30
| | | | | string&" Signed-off-by: mongodb <mongodb@10gen.com>
* Use a more portable method of opening and reading binary files (O_RDONLY ↵alanw2009-06-171-2/+4
| | | | | interpreted differently under windows) Signed-off-by: mongodb <mongodb@10gen.com>
* Merge branch 'master' of git@github.com:mongodb/mongokristina2009-06-1647-538/+945
|\
| * fix appending BSONElement via <<Eliot Horowitz2009-06-132-2/+22
| |
| * fix shell printingEliot Horowitz2009-06-112-2/+7
| |
| * can't use JS eval trick from inside function because of JS scopingEliot Horowitz2009-06-112-28/+13
| |
| * add var test that already worked MINOREliot Horowitz2009-06-111-0/+17
| |
| * set VAROBJFIX even though its on by default MINOREliot Horowitz2009-06-111-0/+2
| |
| * make /tmp/unittest when doing scons test MINOREliot Horowitz2009-06-111-0/+3
| |
| * work around assert in mmapEliot Horowitz2009-06-111-1/+2
| |
| * don't allow force64 on 64-bit machineEliot Horowitz2009-06-111-0/+4
| |
| * spacing MINOREliot Horowitz2009-06-091-22/+22
| |
| * add "this" as a LocalRoot SERVER-102Eliot Horowitz2009-06-091-1/+9
| |
| * finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-097-9/+9
| |
| * moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-0918-80/+74
| | | | | | | | | | added _more temporarily SERVER-101
| * make version number 0.9.4+ MINOREliot Horowitz2009-06-091-1/+1
| |
| * BUMP 0.9.4r0.9.4Eliot Horowitz2009-06-091-1/+1
| |
| * make old vcproj include assert_util.cppDwight2009-06-082-0/+8
| |
| * Merge commit 'alanw/master'Eliot Horowitz2009-06-0823-432/+792
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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-0424-432/+819
| | |
| | * Added support for running mongod as a Windows NT Servicealanw2009-06-045-7/+287
| | |
* | | valid json formatkristina2009-06-161-2/+2
|/ /
* | fix BSONElement Date toStringEliot Horowitz2009-06-081-1/+1
| |
* | re-implement it in shellEliot Horowitz2009-06-082-1/+14
| |
* | update vstudio js codeEliot Horowitz2009-06-081-48/+241
| |
* | actual test for groupEliot Horowitz2009-06-081-1/+6
| |
* | change Map to use Map.get Map.put Map[] won't workEliot Horowitz2009-06-085-18/+126
| | | | | | | | more tests for group
* | fix type() for ArrayEliot Horowitz2009-06-081-1/+6
| |
* | fix eval returning ArrayEliot Horowitz2009-06-081-1/+3
| |
* | broken unit test for query optimizerEliot Horowitz2009-06-061-0/+17
| |
* | assert.lt and assert.gtEliot Horowitz2009-06-061-0/+12
| |