Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indent test output for easier reading | dwight | 2011-07-17 | 1 | -1/+1 |
* | better error message | Eliot Horowitz | 2011-07-05 | 1 | -1/+1 |
* | better error message | Eliot Horowitz | 2011-07-05 | 1 | -2/+2 |
* | use double for return codes for now | Eliot Horowitz | 2011-07-05 | 1 | -2/+2 |
* | fix compile | agirbal | 2011-05-10 | 1 | -29/+29 |
* | better debugging | Eliot Horowitz | 2011-05-08 | 1 | -1/+5 |
* | move sleep into core utils instead of shell | Eliot Horowitz | 2011-04-21 | 1 | -12/+0 |
* | not checking msgasserted for dupes | Eliot Horowitz | 2011-04-15 | 1 | -1/+1 |
* | starting to work on sharding helper (sh) | Eliot Horowitz | 2011-04-14 | 1 | -0/+4 |
* | g++ 4.6 compile (new -Wunused-but-set-variable warning) | Mathias Stearn | 2011-04-03 | 1 | -1/+1 |
* | clean listfiles | Eliot Horowitz | 2011-03-17 | 1 | -8/+3 |
* | try to fix SERVER-2501 | Eliot Horowitz | 2011-02-10 | 1 | -0/+3 |
* | whitespace | Aaron | 2011-01-04 | 1 | -1/+1 |
* | add waitMongoProgramOnPort to shell utils | Aaron | 2011-01-04 | 1 | -1/+13 |
* | ran astyle SERVER-2304 | Eliot Horowitz | 2011-01-04 | 1 | -152/+161 |
* | add fuzzFile() shell function | Aaron | 2011-01-03 | 1 | -0/+22 |
* | fix logging in killdb and add a fixme for extra sleep conditions | Aaron | 2011-01-03 | 1 | -1/+3 |
* | shell comments and such | Dwight | 2010-12-09 | 1 | -0/+1 |
* | show repl state in shell prompt. needs more work | dwight | 2010-11-23 | 1 | -0/+2 |
* | replace goingAway with inShutdown() SERVER-1876 | Eliot Horowitz | 2010-11-11 | 1 | -3/+6 |
* | increase timeout on killing | Eliot Horowitz | 2010-10-29 | 1 | -2/+2 |
* | Pull timer.h and time_support.h out of goodies.h | Alberto Lerner | 2010-09-16 | 1 | -0/+1 |
* | SERVER-1762 clean up v8 mutex usage somewhat | Aaron | 2010-09-13 | 1 | -0/+3 |
* | increase shell pipe buffer | Eliot Horowitz | 2010-08-25 | 1 | -1/+1 |
* | Port killWithUri functionality to C++ | Mathias Stearn | 2010-08-17 | 1 | -4/+4 |
* | SERVER-1517 Start with mongos checking. | Alberto Lerner | 2010-08-12 | 1 | -2/+2 |
* | SERVER-1517 Heapcheck 'mongod' and 'mongos' only (fix core tests) | Alberto Lerner | 2010-08-10 | 1 | -1/+6 |
* | Use one string per JS file. | Mathias Stearn | 2010-08-10 | 1 | -3/+1 |
* | use StringData for hardcoded JS files | Mathias Stearn | 2010-08-10 | 1 | -1/+1 |
* | Fix build (broken at f800c20958ba03e25e85) | Alberto Lerner | 2010-08-10 | 1 | -1/+1 |
* | SERVER-1517 allow heap-checking in jstests | Alberto Lerner | 2010-08-10 | 1 | -3/+11 |
* | test robustness | Eliot Horowitz | 2010-08-03 | 1 | -4/+5 |
* | fix assert | Eliot Horowitz | 2010-07-23 | 1 | -1/+1 |
* | Hardcode magic number rather than rely on HOST_NAME_MAX | Mathias Stearn | 2010-07-23 | 1 | -2/+3 |
* | Error code MINOR | Mathias Stearn | 2010-07-23 | 1 | -1/+1 |
* | Add getHostName() function to shell | Mathias Stearn | 2010-07-23 | 1 | -0/+9 |
* | an important assert | Eliot Horowitz | 2010-07-23 | 1 | -0/+1 |
* | increase buffer size so don't hang forever mysteriously when running tests | Eliot Horowitz | 2010-07-23 | 1 | -4/+4 |
* | SERVER-1270 Elim remaining c_str()'s | Alberto Lerner | 2010-07-20 | 1 | -1/+1 |
* | fix for windows | Mathias Stearn | 2010-07-02 | 1 | -0/+6 |
* | Merge branch 'master' of github.com:mongodb/mongo | Dwight | 2010-06-29 | 1 | -1/+26 |
|\ | |||||
| * | md5sumFile function in shell | Mathias Stearn | 2010-06-29 | 1 | -1/+26 |
* | | rs | Dwight | 2010-06-29 | 1 | -1/+1 |
|/ | |||||
* | enhance repair test | Aaron | 2010-06-21 | 1 | -3/+9 |
* | err nos | dwight | 2010-06-17 | 1 | -2/+2 |
* | shell | dwight | 2010-06-17 | 1 | -2/+26 |
* | compile | Dwight | 2010-06-16 | 1 | -1/+1 |
* | cleaner shell shutdown | Dwight | 2010-06-16 | 1 | -3/+12 |
* | shell : cleaner cleanup on exit | dwight | 2010-06-14 | 1 | -0/+3 |
* | better err msg | dwight | 2010-06-14 | 1 | -6/+7 |