summaryrefslogtreecommitdiff
path: root/stdafx.h
Commit message (Expand)AuthorAgeFilesLines
* add 'buildinfo' command to get mongod compile informationAaron2009-04-201-0/+3
* Print os information on startupAaron2009-03-181-0/+1
* get version on startupEliot Horowitz2009-03-171-0/+2
* debugBuild adds DEVEliot Horowitz2009-03-121-2/+6
* new shardkey implementation (first pass)Dwight2009-02-271-1/+0
* 'better' LazyStringAaron2009-02-201-7/+2
* Make assertions stringableAaron2009-02-191-6/+12
* add a couple virtual destructors just to be safedwight2009-02-171-1/+1
* separate counter for RARELY -- really only a partial "fix".Dwight2009-02-111-1/+2
* dbtopAaron2009-02-091-0/+1
* rename classes and add a new client connect methodDwight2009-02-061-4/+4
* clean up exception classesDwight2009-02-061-2/+8
* $SET changeDwight2009-02-051-0/+1
* Add timestamp to lockless output functionAaron2009-02-041-8/+1
* compilei on windowsDwight2009-02-031-0/+4
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-021-0/+5
|\
| * Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-021-0/+2
| |\
| * | Clean up signal handling, fixing some potential hangsAaron2009-02-021-0/+5
* | | datastore workDwight2009-02-021-0/+4
| |/ |/|
* | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-02-011-7/+0
|\ \
| * | else if -> elifEliot Horowitz2009-02-011-1/+1
* | | recstoredwight2009-02-011-5/+8
|/ /
* | inmemrecstore beginningsunknown2009-01-311-0/+6
|/
* put mongo::exit backEliot Horowitz2009-01-261-0/+1
* _id can be any typedwight2009-01-251-1/+0
* get rid of #define exit and just defined it in the mongo namespaceEliot Horowitz2009-01-251-2/+1
* basic securityunknown2009-01-181-0/+1
* Indent all lines within namespaces one levelAaron2009-01-151-145/+145
* some cleaning so that client doesn't have to link against java and pcreEliot Horowitz2009-01-151-1/+1
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+26
* move sayDbContext to stdafx (it was defined there anyway)Eliot Horowitz2009-01-141-1/+2
* Free bson builders if unable to parseAaron2009-01-061-0/+1
* Enhance json parserAaron2009-01-061-3/+7
* Add non-Strict mode for Dbref, use base64 encoding for bindataAaron2008-12-311-0/+2
* Try to fix windows compileAaron2008-12-311-0/+2
* Replace tab indentation with spacesAaron2008-12-281-58/+89
* fix linker warnings for vc++Dwight2008-12-171-0/+2
* bug with the new NumericInt datatype fixedunknown2008-12-061-0/+2
* $cmd assertinfoDwight2008-12-051-1/+8
* show assertions in the web consoleDwight2008-12-041-1/+30
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-2/+2
* compile fixes for gcc 4.3Eliot Horowitz2008-11-161-0/+3
* catch asserts and report error to client on a queryunknown2008-10-291-0/+1
* arbitrateDwight2008-09-111-0/+9
* dbgrid.cpp added; return $err on assertDwight2008-09-111-7/+7
* repl tweaksDwight2008-09-051-1/+5
* endian check capabilityDwight2008-09-041-0/+1
* advertise new dbs for replication; handle user asserts on replDwight2008-09-031-1/+10
* repl tweaksDwight2008-08-251-2/+3
* collection options are retained when db is cloned;Dwight2008-07-281-0/+4