summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 1.1.2r1.1.2Eliot Horowitz2009-10-162-2/+2
* sort lines in js helpMathias Stearn2009-10-162-34/+34
* include gridfs in libraryMathias Stearn2009-10-161-1/+1
* move gridfs buffer from stack to heapMathias Stearn2009-10-161-3/+4
* default contentType for GridFS file from buffer. MINORMathias Stearn2009-10-161-1/+1
* win32 fixEliot Horowitz2009-10-161-1/+5
* log rotation with USR1 signal SERVER-358Eliot Horowitz2009-10-163-2/+22
* replace cerr with cout for all server filesEliot Horowitz2009-10-1611-18/+18
* only put a timeout on db.eval if --quota is onEliot Horowitz2009-10-161-1/+2
* move quota/cpu to cmdLineEliot Horowitz2009-10-165-12/+10
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-162-1/+43
|\
| * support creating GridFS files from buffers in addition to files. SERVER-312Mathias Stearn2009-10-162-1/+43
* | clean logpath codeEliot Horowitz2009-10-161-7/+1
|/
* make logpath use FILE/fopen instead of open - should work on windows SERVER-339Eliot Horowitz2009-10-163-9/+54
* comment about repl and id index MINOREliot Horowitz2009-10-161-1/+4
* you can tablescan a non-existant collection SERVER-346Eliot Horowitz2009-10-161-1/+4
* add DS_Store to .gitignoremetagoto2009-10-161-0/+3
* SConstruct minor fixesmetagoto2009-10-161-4/+17
* test for using object as _idEliot Horowitz2009-10-151-0/+16
* fix group with [] in inital SERVER-361Eliot Horowitz2009-10-153-3/+52
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-157-23/+58
|\
| * get rid of warning in linux process info thingEliot Horowitz2009-10-151-3/+5
| * GCC4.4 doesn't like char array subscriptsMathias Stearn2009-10-151-11/+11
| * compiler with xulrunner-1.9.0 - SERVER-359Eliot Horowitz2009-10-152-2/+4
| * comment out deprecated jni stuffEliot Horowitz2009-10-151-5/+5
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-156-6/+39
| |\
| * | mr warning and some more testsEliot Horowitz2009-10-152-2/+33
* | | fix assert to use ours and thus make unit test passDwight2009-10-159-6/+30
| |/ |/|
* | un-overload appendTimeT to support MSVCMathias Stearn2009-10-152-2/+4
* | Eliminate warning MINORMathias Stearn2009-10-151-1/+1
* | cast len to size_t to remove compiler warningMathias Stearn2009-10-151-1/+1
* | Modify OID definitionMathias Stearn2009-10-152-3/+6
* | support appending time_t to BSONObjBuilderMathias Stearn2009-10-152-0/+28
* | support building with both SpiderMonkey and XULRunner installedMathias Stearn2009-10-151-1/+1
|/
* fix json testsEliot Horowitz2009-10-152-4/+4
* v8 works for map/reduce nowEliot Horowitz2009-10-152-9/+12
* map/reduce cleaningEliot Horowitz2009-10-152-8/+24
* more timing,debuggingEliot Horowitz2009-10-151-16/+38
* only use lint on big objectsEliot Horowitz2009-10-151-2/+7
* just Client safety MINOREliot Horowitz2009-10-151-1/+1
* fix sayDbContext to work w/o ClientEliot Horowitz2009-10-141-4/+7
* add delete command to mongofilesMathias Stearn2009-10-141-0/+7
* GridFS::removeFile now removes all files with a matching nameMathias Stearn2009-10-141-4/+6
* mongofiles get now fetches the latest version of the fileMathias Stearn2009-10-141-0/+1
* add uploadDate and contentType fields to GridFS files generated in C++. Add -...Mathias Stearn2009-10-143-12/+23
* mongofiles now supports stdin/out for put/get operationsMathias Stearn2009-10-142-35/+47
* don't prealloc in unit testsEliot Horowitz2009-10-141-1/+2
* setClientEliot Horowitz2009-10-141-0/+1
* minor missing spaceDwight2009-10-141-1/+1
* this not good with unit testDwight2009-10-141-1/+1