summaryrefslogtreecommitdiff
path: root/stdafx.h
Commit message (Expand)AuthorAgeFilesLines
* Moved implementation code from stdafx to correct pre-compiled headersalanw2009-06-041-290/+38
* move version string to .cpp so changing doesn't require recompile MINOREliot Horowitz2009-05-281-1/+1
* update version to 0.9.2+Aaron2009-05-221-1/+1
* version 0.9.2r0.9.2Eliot Horowitz2009-05-221-1/+1
* add reads/writes to dbtopAaron2009-05-181-0/+1
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-0/+1
* fix up free() old defensive codeDwight2009-05-131-0/+3
* update version string to 0.9.1+Aaron2009-05-121-1/+1
* add version and system info to http interfaceAaron2009-05-121-6/+12
* when exhaust disk space, delete file and exit immediatelyAaron2009-05-121-0/+10
* convert some shell functions to new js engine frameworkAaron2009-05-041-2/+2
* Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ...Aaron2009-04-281-8/+7
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function...Aaron Staple2009-04-271-7/+8
* use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniquenessAaron2009-04-271-8/+7
* 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