summaryrefslogtreecommitdiff
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-173-4/+21
* Revert "safemalloc"Dwight2008-07-176-16/+8
* safemallocEliot Horowitz2008-07-176-8/+16
* 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-117-78/+81
* --oplog cmd line optionDwight2008-07-101-9/+18
* compilesDwight2008-07-092-2/+4
* logging wasnt' threadsafeDwight2008-07-096-19/+37
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-07-091-6/+6
|\
| * Fix the log rotation for the db, once and for allGeir Magnusson Jr2008-07-091-6/+6
* | --nocursorsDwight2008-07-0910-20/+70
|/
* fix deleteindexes and drop issuer0.0.7_rc3Dwight2008-07-078-27/+84
* close sockets on shutdownr0.0.7_rc2Dwight2008-07-012-1/+19
* detect mmap failure properly; sigsegv fixesDwight2008-07-012-3/+19
* more defensive code and smarter validate functionr0.0.7_rc1Dwight2008-06-308-44/+102
* not hexadecimalDwight2008-06-301-1/+1
* validate a little smarterDwight2008-06-295-18/+53
* switching locationsDwight2008-06-282-4/+15
* first cut at "fast count"r0.0.6_rc1Dwight2008-06-279-13/+125
* stack tracesDwight2008-06-276-2/+28
* 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-263-6/+29
* 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-257-64/+100
| |/ |/|
* | 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-248-72/+146