summaryrefslogtreecommitdiff
path: root/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-301-9/+17
* validate a little smarterDwight2008-06-291-0/+10
* stack tracesDwight2008-06-271-1/+1
* close datafiles on any sort of termination (including seg fault)Dwight2008-06-261-1/+6
* test stubDwight2008-06-261-7/+7
* move send() out of mutex.Dwight2008-06-261-21/+45
* don't stop core dumps by mistake.Dwight2008-06-261-7/+9
* change to do ref counts for JSObj objects.Dwight2008-06-251-0/+13
* better opLogging - smarter with $cmd, log subset of reads option.Dwight2008-06-251-28/+45
* capped: don't assert on what could be a user errorDwight2008-06-251-3/+1
* 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-241-7/+13
* replay betterDwight2008-06-231-4/+25
* replayDwight2008-06-181-1/+14
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-06-171-9/+22
|\
| * db msg end only works for localhost now for security.Dwight2008-06-131-8/+15
| * fix a jni issue with the last bug fix.Dwight2008-06-121-1/+7
* | catch exception on getMore()Dwight2008-06-171-1/+10
|/
* bad memory issue with cursorsDwight2008-06-111-4/+12
* loggingDwight2008-06-101-3/+1
* Merge branch 'dwight'Dwight2008-06-101-2/+2
|\
| * alloc cursor sl fasterDwight2008-06-101-1/+1
| * handle bad connect from something weirdDwight2008-06-091-1/+1
* | fix signal for jnir0.0.3Dwight2008-06-071-2/+3
|/
* log less annoyingDwight2008-06-061-2/+2
* on kill, finish curr cmd.Dwight2008-06-061-12/+16
* dos2unixDwight2008-06-061-752/+752
* db.cpp, javajs.cpp : allow user to specify directory for appserver, rather th...Geir Magnusson Jr2008-06-061-4/+9
* query embedded objectsDwight2008-06-021-4/+3
* debuggingDwight2008-05-161-4/+7
* log cursor id on getmoreDwight2008-05-071-1/+2
* log dirDwight2008-05-011-1/+1
* don't assert if key to index too big ; nicer msg tooDwight2008-05-011-2/+7
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-04-301-6/+22
|\
| * add the pid to the startup output to make it clear which process we areGeir Magnusson Jr2008-04-301-2/+4
| * change how we fix the db-path : do it in initAndListen()Geir Magnusson Jr2008-04-301-25/+17
| * DB-1 : ensure that there's a trailing slash for dbpathGeir Magnusson Jr2008-04-301-2/+24
* | sai hackDwight2008-04-301-2/+3
|/
* dbproblem.log fileDwight2008-04-251-8/+53
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-04-171-1/+7
|\
| * Add sig handler for SIGPIPE. Lets the app exit cleanly on a "msg end" loopGeir Magnusson Jr2008-04-131-0/+6
| * Return 0 when sent an "end" message as that's a clean exitGeir Magnusson Jr2008-04-121-1/+1
* | debug minorDwight2008-04-171-0/+1
|/
* group byDwight2008-04-081-1/+1
* overassert fixedDwight2008-04-071-9/+0
* minorDwight2008-04-071-0/+1