summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* replay betterDwight2008-06-234-7/+31
* replayDwight2008-06-182-3/+25
* ok really works nowDwight2008-06-171-1/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-06-174-18/+32
|\
| * db msg end only works for localhost now for security.Dwight2008-06-131-8/+15
| * extraneous loops assertDwight2008-06-122-6/+8
| * fix a jni issue with the last bug fix.Dwight2008-06-122-4/+9
* | catch exception on getMore()Dwight2008-06-173-6/+35
|/
* bad memory issue with cursorsDwight2008-06-1111-30/+58
* loggingDwight2008-06-101-3/+1
* debug stuffDwight2008-06-104-368/+9
* Merge branch 'dwight'Dwight2008-06-1010-234/+209
|\
| * alloc cursor sl fasterDwight2008-06-103-4/+7
| * handle bad connect from something weirdDwight2008-06-094-6/+11
| * horrific cursor code goneDwight2008-06-085-99/+89
| * unifhishedDwight2008-06-065-171/+148
* | added 64 bit directoryyellow2008-06-081-1/+1
* | fix core dump stuffyellow2008-06-081-2/+2
* | less debugging spamr0.0.4_rc1Eliot Horowitz2008-06-082-6/+19
* | fix signal for jnir0.0.3Dwight2008-06-071-2/+3
|/
* log less annoyingDwight2008-06-062-5/+6
* on kill, finish curr cmd.Dwight2008-06-061-12/+16
* dos2unixDwight2008-06-0637-8785/+8785
* mysterious disappearing blog post fixDwight2008-06-067-56/+135
* javajs.cpp : fix for WIN32 (/me hangs head)Geir Magnusson Jr2008-06-061-1/+7
* db.cpp, javajs.cpp : allow user to specify directory for appserver, rather th...Geir Magnusson Jr2008-06-063-7/+48
* gccDwight2008-06-022-4/+6
* handle array case properlyDwight2008-06-023-9/+84
* query embedded objectsDwight2008-06-026-381/+421
* debuggingDwight2008-05-162-4/+13