summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * | recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-075-60/+43
| | |/
| | * more threadsafeDwight2009-01-062-3/+2
| | * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-068-70/+482
| | |\
| | | * Free bson builders if unable to parseAaron2009-01-061-6/+6
| | | * Fix up regexp parsingAaron2009-01-062-14/+20
| | | * Fix commentAaron2009-01-061-1/+1
| | | * Clear string buffer, which may have characters left over from a failed patter...Aaron2009-01-061-12/+21
| | | * Enhance json parserAaron2009-01-068-69/+466
| | * | try not to die in segv printouts with deadlocks and suchDwight2009-01-064-61/+71
| | |/
| | * strtod not strtof (better)Dwight2009-01-061-1/+1
| | * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-063-12/+40
| | |\
| | | * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pEliot Horowitz2009-01-057-2/+137
| | | |\
| | | * | filter_Eliot Horowitz2009-01-051-10/+33
| | | * | jsonString 0 fixEliot Horowitz2009-01-051-2/+3
| | | * | hasFieldEliot Horowitz2009-01-051-0/+4
| | | * | limit and count workEliot Horowitz2009-01-051-1/+1
| | * | | don't create local db if running without replicationDwight2009-01-061-0/+3
| | | |/ | | |/|
| | * | getlasterrorDwight2009-01-057-2/+137
| | |/
| * | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pGeir Magnusson Jr2009-01-0411-36/+316
| |\ \
| * \ \ Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pGeir Magnusson Jr2008-12-3115-70/+439
| |\ \ \
| * | | | testing - please ignore - no functional changeGeir Magnusson Jr2008-12-291-0/+1
* | | | | command work client driverdwight2009-01-104-11/+34
| |_|_|/ |/| | |
* | | | minor nicer loggingdwight2009-01-045-14/+23
* | | | more flushtestyellow2009-01-041-9/+28
* | | | more flushtest tinkeringdwight2009-01-041-0/+18
| |_|/ |/| |
* | | linux support flushtestyellow2009-01-031-2/+8
* | | better flushtestdwight2009-01-031-6/+43
* | | fsyncEliot Horowitz2009-01-031-2/+4
* | | makefile for flushtestdwight2009-01-031-0/+3
* | | flushtestdwight2009-01-031-0/+48
* | | make all - db dbgrid mongodumpEliot Horowitz2009-01-021-4/+6
* | | moving DBDirectClient to instance.* b/c it only make sense there and cleans l...Eliot Horowitz2009-01-023-0/+49
* | | Remove compiler warning about unused variable 'end'Aaron2009-01-021-5/+0
* | | Actually handle utf8 correctlyAaron2009-01-021-7/+1
* | | massert rather than assert in jsonString()Aaron2009-01-021-6/+10
* | | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-024-21/+88
|\ \ \
| * | | compile on windowsDwight2009-01-021-1/+6
| * | | messing around with REST apiEliot Horowitz2008-12-311-15/+74
| * | | using new DBDirectClientEliot Horowitz2008-12-311-1/+14
| * | | move DirectConnector to dbclient and make DBDirectClientEliot Horowitz2008-12-311-10/+0
| * | | default to StrictEliot Horowitz2008-12-311-1/+1
* | | | Clean up reserved size calculationAaron2008-12-311-1/+1
|/ / /
* | | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-312-3/+3
|\ \ \
| * | | eliminate one warning compilingDwight2008-12-311-1/+1
| * | | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-314-10/+301
| |\ \ \
| * | | | minor logging prettinessDwight2008-12-312-2/+2
* | | | | Add non-Strict mode for Dbref, use base64 encoding for bindataAaron2008-12-311-3/+25
| |/ / / |/| | |
* | | | REST stub from middle of nightEliot Horowitz2008-12-311-1/+52
| |_|/ |/| |
* | | better url parsingEliot Horowitz2008-12-301-0/+2
* | | Start on TenGen and JS modesAaron2008-12-302-10/+36