summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* more sensible vesrion #r0.8.0v0.8Dwight2009-02-111-1/+1
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-111-2/+49
|\
| * filemd5 commandEliot Horowitz2009-02-111-2/+49
* | little things: hack for windows filenames, better loggingDwight2009-02-114-1/+10
|/
* Call clientStop() before releasing mutexAaron2009-02-111-1/+1
* wasn't logging enoughDwight2009-02-112-3/+6
* windows fix for finding jarsU-ELIOT-019992DFC\Administrator2009-02-111-8/+19
* hack to not do deal with c/c++ link issue on windows release buildU-ELIOT-019992DFC\Administrator2009-02-111-1/+3
* fix a bug with dup _id keys, but fix is in comments for tonightDwight2009-02-101-0/+1
* db.vcproj updatedDwight2009-02-102-3/+1
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-103-4/+7
|\
| * Use @file to tell doxygen to document globals, add more doc for BSON() and QU...Aaron2009-02-102-2/+7
| * Just get rid of IN labelr0.2.0Aaron2009-02-102-2/+0
* | fix release build to build for mongos visual studioDwight2009-02-101-0/+2
|/
* better nameDwight2009-02-102-2/+2
* compile windowsDwight2009-02-102-2/+2
* elim compile warningDwight2009-02-103-3/+2
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-101-2/+6
|\
| * Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-095-26/+22
| |\
| * | commentsDwight2009-02-091-2/+6
* | | Make labeled subobj specs easier in c++. Now you can do BSON( "a" << GT << 4...Aaron2009-02-102-9/+76
| |/ |/|
* | Slave override for listDatabasesAaron2009-02-091-0/+3
* | Refactor hint codeAaron2009-02-094-26/+19
|/
* Compile osxAaron2009-02-091-2/+2
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-094-3/+15
|\
| * dbtopAaron2009-02-094-3/+15
* | count() for c++ clientDwight2009-02-092-27/+36
* | bsonobjbuilder cleanupDwight2009-02-093-26/+29
|/
* doneAndDecouple() -> obj()Dwight2009-02-0912-23/+46
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-091-0/+2
|\
| * Iterator doesn't work on empty object, so check if empty firstAaron2009-02-091-0/+2
* | doxygen commentsDwight2009-02-092-7/+35
|/
* Hints don't clobber sort ordering specAaron2009-02-091-6/+14
* doxygen for bsonobjiteratordwight2009-02-081-1/+5
* fix thorwing of exception wasn't right (dbclientconnection)dwight2009-02-081-0/+11
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-061-1/+1
|\
| * Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-061-1/+1
| |\
| * | rename classes and add a new client connect methodDwight2009-02-061-1/+1
* | | Massert on invalid BSONObj size; removes sporadic unittest stack trace in ran...Aaron2009-02-061-2/+2
| |/ |/|
* | Add dummy sizeOnDisk for in-memory databases; 1 is Eliot's suggested sentinel...Aaron2009-02-061-1/+1
|/
* clean up exception classesDwight2009-02-061-1/+3
* minor recstoreDwight2009-02-061-0/+1
* NamespaceStringEliot Horowitz2009-02-061-0/+8
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-062-2/+2
|\
| * Correctly check db name against 'admin'Aaron2009-02-062-2/+2
* | Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-065-21/+48
|\ \ | |/
| * Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-062-2/+5
| |\
| * \ Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-068-133/+181
| |\ \
| * | | Init ns index if it existsAaron2009-02-061-0/+4
| * | | Create .ns file lazilyAaron2009-02-064-21/+40