summaryrefslogtreecommitdiff
path: root/db/javajs.cpp
Commit message (Expand)AuthorAgeFilesLines
* removing more boost 1.34+ featuresEliot Horowitz2009-03-311-2/+2
* using deprecated boost api so it works 1.33 -> 1.38Eliot Horowitz2009-03-311-8/+5
* works with older versions of boostEliot Horowitz2009-03-311-1/+1
* better about following symlinks and finding jarsEliot Horowitz2009-03-311-16/+53
* implemented dropIndexes for alt rec storeDwight2009-03-171-2/+1
* new java js systemEliot Horowitz2009-02-151-19/+5
* windows fix for finding jarsU-ELIOT-019992DFC\Administrator2009-02-111-8/+19
* Don't use async signals in JVM, so our handlers won't get hosed on linuxAaron2009-02-041-2/+5
* switching to stl bugEliot Horowitz2009-02-041-2/+2
* better path debuggingEliot Horowitz2009-02-041-1/+2
* more search pathsEliot Horowitz2009-02-041-0/+2
* grid/message -> util/messageEliot Horowitz2009-02-031-1/+1
* Fix default constructorAaron2009-02-021-4/+0
* typoEliot Horowitz2009-01-231-1/+1
* spamEliot Horowitz2009-01-231-1/+1
* track where the db was started from so easier to find jarsEliot Horowitz2009-01-221-6/+16
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-10/+5
* authenticate command workdwight2009-01-181-12/+14
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-20/+20
* Indent all lines within namespaces one levelAaron2009-01-151-509/+509
* Replace tab indentation with spacesAaron2009-01-141-17/+17
* Put our code in 'mongo' namespaceAaron2009-01-141-2/+9
* backwards compatability for python where/evalEliot Horowitz2009-01-101-3/+19
* set curNS = 0 after db ops to prevent crazy errorsEliot Horowitz2009-01-091-4/+6
* more assertsEliot Horowitz2009-01-091-0/+4
* assertEliot Horowitz2009-01-091-1/+2
* boost instead of posixEliot Horowitz2009-01-081-3/+3
* can run without ed aroundEliot Horowitz2009-01-081-9/+53
* minor nicer loggingdwight2009-01-041-2/+2
* Replace tab indentation with spacesAaron2008-12-281-457/+459
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-221-5/+0
|\
| * Remove warning about including jsobj.hAaron2008-12-191-5/+0
* | release_nojni visual studio target addedDwight2008-12-221-0/+4
|/
* Use #pragma message rather than #warning in windowsAaron2008-12-171-0/+4
* Make g++ warnings stricter, clear a few new warningsAaron2008-12-171-1/+1
* $cmd replacepeerDwight2008-12-151-4/+2
* catch file io exceptionunknown2008-10-291-5/+12
* rename classesDwight2008-10-211-6/+6
* babbleEliot Horowitz2008-09-221-0/+2
* leak fix for new jni methodsEliot Horowitz2008-09-181-5/+9
* jni lies - you do need to release thingsEliot Horowitz2008-09-181-9/+42
* fixed inf. loop in jni error handlerEliot Horowitz2008-09-171-1/+5
* classpathEliot Horowitz2008-09-151-22/+28
* can use this. instead of obj. for $whereEliot Horowitz2008-09-141-0/+12
* can pass functions with scopesEliot Horowitz2008-09-141-1/+13
* $where leakEliot Horowitz2008-09-091-1/+1
* javajs.cpp : if the appsrvpath is set on command line, respect itU-GEIR-5ACC88A714\Administrator2008-08-221-2/+8
* compiledwight2008-08-121-4/+3
* cleanup; fix visual studio settingsDwight2008-08-111-1/+6
* replication fixes plus some log cleanupdwight2008-08-021-14/+15