summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.0.9_rc1Dwight2008-07-2629-277/+859
|\
| * cursorid 0 on getmore; fix for hudsonSmall testDwight2008-07-241-3/+6
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-07-241-2/+13
| |\
| | * hack namespace _hudsonSmall which uses small files so we can test file bounda...Eliot Horowitz2008-07-241-2/+13
| * | fix nasty drop / dropIndex bugsDwight2008-07-248-39/+143
| |/
| * defensive / better logging / minorDwight2008-07-233-1/+3
| * minor logging and stuff. DEV mode off by default.Dwight2008-07-233-5/+6
| * a little defensive plus better json outputDwight2008-07-223-16/+39
| * bad files goneDwight2008-07-222-65/+0
| * Added flag to build with 10.4 compatability.Mike Dirolf2008-07-211-1/+1
| * added AGPL License Header to every fileEliot Horowitz2008-07-2025-10/+400
| * Revert "added AGPL License Header to every file"Eliot Horowitz2008-07-2025-3200/+10
| * added AGPL License Header to every fileEliot Horowitz2008-07-2025-10/+3200
| * compound $lt $gt statements now work, but query optimizer needs to be smarterDwight2008-07-172-30/+60
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-07-171-13/+13
| |\
| | * mem leak regression from bad git merge fixedr0.0.8_rc1Dwight2008-07-171-1/+8
| * | $in queriesDwight2008-07-173-79/+119
| |/
| * check for out of memoryDwight2008-07-171-2/+2
| * Revert "safemalloc"Dwight2008-07-174-7/+7
| * safemallocEliot Horowitz2008-07-174-7/+7
| * validation / defensive stuff.Dwight2008-07-164-13/+35
| * show query expression when slowDwight2008-07-162-4/+9
| * roll back bad bug commited couple hours agoDwight2008-07-163-20/+12
| * npe fix and defensive codeDwight2008-07-165-33/+46
| * makefile : restore the old way - we'll use the makefile.local trick to deal w...Geir Magnusson Jr2008-07-151-3/+3
| * btree.cpp : free a BTreeBucket where we weren'tGeir Magnusson Jr2008-07-151-0/+1
| * jsobj.h : further augment ~Details() - ensure that not only is this buffer ow...Geir Magnusson Jr2008-07-151-1/+5
| * jsobj.h : fix cast for free() - serves me right to just do it :)Geir Magnusson Jr2008-07-151-1/+1
| * jsobj.h : fix memory leak in JSObj - it never ever frees the memory in the bu...Geir Magnusson Jr2008-07-151-1/+6
| * pulled out common path elements, creating variable LIB_PREFIXMike Dirolf2008-07-151-3/+4
| * linking to static versions of pcre and boostMike Dirolf2008-07-151-2/+2
* | commentDwight2008-07-261-0/+1
|/
* lots: new count implemenation,r0.0.7_rc4Dwight2008-07-114-37/+73
* --nojni option.Dwight2008-07-114-33/+26
* --oplog cmd line optionDwight2008-07-101-9/+18
* compilesDwight2008-07-091-1/+1
* logging wasnt' threadsafeDwight2008-07-092-3/+3
* --nocursorsDwight2008-07-095-3/+22
* fix deleteindexes and drop issuer0.0.7_rc3Dwight2008-07-076-24/+78
* close sockets on shutdownr0.0.7_rc2Dwight2008-07-011-0/+7
* detect mmap failure properly; sigsegv fixesDwight2008-07-011-1/+7
* more defensive code and smarter validate functionr0.0.7_rc1Dwight2008-06-307-44/+97
* not hexadecimalDwight2008-06-301-1/+1
* validate a little smarterDwight2008-06-294-18/+51
* switching locationsDwight2008-06-282-4/+15
* first cut at "fast count"r0.0.6_rc1Dwight2008-06-279-13/+125
* stack tracesDwight2008-06-274-2/+6
* pad objects when allocated, when appropriate, to make updates faster.Dwight2008-06-263-6/+41
* close datafiles on any sort of termination (including seg fault)Dwight2008-06-261-1/+6
* test stubDwight2008-06-262-7/+34