Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | recv full http request, implement simple rest post handling, refactor dbclien... | Aaron | 2009-01-07 | 5 | -60/+43 | |
| | |/ | ||||||
| | * | more threadsafe | Dwight | 2009-01-06 | 2 | -3/+2 | |
| | * | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Dwight | 2009-01-06 | 8 | -70/+482 | |
| | |\ | ||||||
| | | * | Free bson builders if unable to parse | Aaron | 2009-01-06 | 1 | -6/+6 | |
| | | * | Fix up regexp parsing | Aaron | 2009-01-06 | 2 | -14/+20 | |
| | | * | Fix comment | Aaron | 2009-01-06 | 1 | -1/+1 | |
| | | * | Clear string buffer, which may have characters left over from a failed patter... | Aaron | 2009-01-06 | 1 | -12/+21 | |
| | | * | Enhance json parser | Aaron | 2009-01-06 | 8 | -69/+466 | |
| | * | | try not to die in segv printouts with deadlocks and such | Dwight | 2009-01-06 | 4 | -61/+71 | |
| | |/ | ||||||
| | * | strtod not strtof (better) | Dwight | 2009-01-06 | 1 | -1/+1 | |
| | * | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Dwight | 2009-01-06 | 3 | -12/+40 | |
| | |\ | ||||||
| | | * | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Eliot Horowitz | 2009-01-05 | 7 | -2/+137 | |
| | | |\ | ||||||
| | | * | | filter_ | Eliot Horowitz | 2009-01-05 | 1 | -10/+33 | |
| | | * | | jsonString 0 fix | Eliot Horowitz | 2009-01-05 | 1 | -2/+3 | |
| | | * | | hasField | Eliot Horowitz | 2009-01-05 | 1 | -0/+4 | |
| | | * | | limit and count work | Eliot Horowitz | 2009-01-05 | 1 | -1/+1 | |
| | * | | | don't create local db if running without replication | Dwight | 2009-01-06 | 1 | -0/+3 | |
| | | |/ | | |/| | ||||||
| | * | | getlasterror | Dwight | 2009-01-05 | 7 | -2/+137 | |
| | |/ | ||||||
| * | | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Geir Magnusson Jr | 2009-01-04 | 11 | -36/+316 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Geir Magnusson Jr | 2008-12-31 | 15 | -70/+439 | |
| |\ \ \ | ||||||
| * | | | | testing - please ignore - no functional change | Geir Magnusson Jr | 2008-12-29 | 1 | -0/+1 | |
* | | | | | command work client driver | dwight | 2009-01-10 | 4 | -11/+34 | |
| |_|_|/ |/| | | | ||||||
* | | | | minor nicer logging | dwight | 2009-01-04 | 5 | -14/+23 | |
* | | | | more flushtest | yellow | 2009-01-04 | 1 | -9/+28 | |
* | | | | more flushtest tinkering | dwight | 2009-01-04 | 1 | -0/+18 | |
| |_|/ |/| | | ||||||
* | | | linux support flushtest | yellow | 2009-01-03 | 1 | -2/+8 | |
* | | | better flushtest | dwight | 2009-01-03 | 1 | -6/+43 | |
* | | | fsync | Eliot Horowitz | 2009-01-03 | 1 | -2/+4 | |
* | | | makefile for flushtest | dwight | 2009-01-03 | 1 | -0/+3 | |
* | | | flushtest | dwight | 2009-01-03 | 1 | -0/+48 | |
* | | | make all - db dbgrid mongodump | Eliot Horowitz | 2009-01-02 | 1 | -4/+6 | |
* | | | moving DBDirectClient to instance.* b/c it only make sense there and cleans l... | Eliot Horowitz | 2009-01-02 | 3 | -0/+49 | |
* | | | Remove compiler warning about unused variable 'end' | Aaron | 2009-01-02 | 1 | -5/+0 | |
* | | | Actually handle utf8 correctly | Aaron | 2009-01-02 | 1 | -7/+1 | |
* | | | massert rather than assert in jsonString() | Aaron | 2009-01-02 | 1 | -6/+10 | |
* | | | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p | Aaron | 2009-01-02 | 4 | -21/+88 | |
|\ \ \ | ||||||
| * | | | compile on windows | Dwight | 2009-01-02 | 1 | -1/+6 | |
| * | | | messing around with REST api | Eliot Horowitz | 2008-12-31 | 1 | -15/+74 | |
| * | | | using new DBDirectClient | Eliot Horowitz | 2008-12-31 | 1 | -1/+14 | |
| * | | | move DirectConnector to dbclient and make DBDirectClient | Eliot Horowitz | 2008-12-31 | 1 | -10/+0 | |
| * | | | default to Strict | Eliot Horowitz | 2008-12-31 | 1 | -1/+1 | |
* | | | | Clean up reserved size calculation | Aaron | 2008-12-31 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p | Aaron | 2008-12-31 | 2 | -3/+3 | |
|\ \ \ | ||||||
| * | | | eliminate one warning compiling | Dwight | 2008-12-31 | 1 | -1/+1 | |
| * | | | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p | Dwight | 2008-12-31 | 4 | -10/+301 | |
| |\ \ \ | ||||||
| * | | | | minor logging prettiness | Dwight | 2008-12-31 | 2 | -2/+2 | |
* | | | | | Add non-Strict mode for Dbref, use base64 encoding for bindata | Aaron | 2008-12-31 | 1 | -3/+25 | |
| |/ / / |/| | | | ||||||
* | | | | REST stub from middle of night | Eliot Horowitz | 2008-12-31 | 1 | -1/+52 | |
| |_|/ |/| | | ||||||
* | | | better url parsing | Eliot Horowitz | 2008-12-30 | 1 | -0/+2 | |
* | | | Start on TenGen and JS modes | Aaron | 2008-12-30 | 2 | -10/+36 |