summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* from eliotr0.0.5_rc1yellow2008-06-251-2/+8
| | | | need to call log init in a more general place
* 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 ↵Geir Magnusson Jr2008-06-063-7/+48
| | | | than regular search
* 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
|
* log cursor id on getmoreDwight2008-05-071-1/+2
|
* make validatens betterDwight2008-05-022-3/+26
|
* log dirDwight2008-05-011-1/+1
|
* more assertsDwight2008-05-011-0/+6
|
* don't assert if key to index too big ; nicer msg tooDwight2008-05-013-10/+25
|
* 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
| |
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pGeir Magnusson Jr2008-04-301-7/+27
| |\
| * | DB-1 : ensure that there's a trailing slash for dbpathGeir Magnusson Jr2008-04-301-2/+24
| | | | | | | | | | | | (otherwise bad things happen)
* | | sai hackDwight2008-04-303-5/+17
| |/ |/|
* | get profiling levelDwight2008-04-291-2/+11
| |
* | good error msg on an assertion failure in dbCommandDwight2008-04-281-5/+16
|/
* assertDwight2008-04-281-1/+1
|
* dbproblem.log fileDwight2008-04-259-17/+84
|
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-04-172-1/+8
|\
| * Add sig handler for SIGPIPE. Lets the app exit cleanly on a "msg end" loopGeir Magnusson Jr2008-04-132-0/+7
| |
| * Return 0 when sent an "end" message as that's a clean exitGeir Magnusson Jr2008-04-121-1/+1
| |