summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* mem leak regression from bad git merge fixedr0.0.8_rc1Dwight2008-07-171-1/+8
* 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
* 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
* regex matches now supported, partially, when reaching into arrays.Dwight2008-06-261-3/+16
* move send() out of mutex.Dwight2008-06-262-22/+49
* don't stop core dumps by mistake.Dwight2008-06-264-8/+25
* better validation - check if things mistakenly in the free listDwight2008-06-252-1/+34
* fix zero pointers in deleted lists on alloc()Dwight2008-06-252-21/+34
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-06-251-1/+1
|\
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pEliot Horowitz2008-06-254-38/+53
| |\
| * | -O3Eliot Horowitz2008-06-251-2/+2
* | | change to do ref counts for JSObj objects.Dwight2008-06-255-56/+91
| |/ |/|
* | better opLogging - smarter with $cmd, log subset of reads option.Dwight2008-06-254-31/+49
* | capped: don't assert on what could be a user errorDwight2008-06-252-7/+4
* | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-06-251-2/+8
|\ \ | |/
| * from eliotr0.0.5_rc1yellow2008-06-251-2/+8
* | log less (minor)Dwight2008-06-251-1/+1
|/
* db.dropDatabase();Dwight2008-06-246-68/+135
* replay betterDwight2008-06-233-7/+28
* replayDwight2008-06-182-3/+25