Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | findOne throws better error | Eliot Horowitz | 2010-04-29 | 1 | -0/+4 |
* | remove duplicate $err | Mathias Stearn | 2010-04-29 | 1 | -1/+1 |
* | better error message | Mathias Stearn | 2010-04-29 | 1 | -1/+1 |
* | fix how pooling and get more work | Eliot Horowitz | 2010-04-29 | 2 | -19/+33 |
* | some client refactoring | Eliot Horowitz | 2010-04-29 | 5 | -290/+355 |
* | connPoolStats | Eliot Horowitz | 2010-04-28 | 2 | -11/+44 |
* | stdafx.h -> pch.h part 2 | Eliot Horowitz | 2010-04-27 | 3 | -3/+3 |
* | stdafx->pch | Dwight | 2010-04-27 | 7 | -7/+7 |
* | tailable cursors have different cursor id semantics | Eliot Horowitz | 2010-04-26 | 1 | -3/+5 |
* | throw exception in client if cursor doesn't exist on server SERVER-193 | Eliot Horowitz | 2010-04-26 | 1 | -1/+3 |
* | fix DBClientCursor ownership of ScopedDBConnection SERVER-1048 | Eliot Horowitz | 2010-04-26 | 5 | -8/+52 |
* | update redef_macros.h | Mathias Stearn | 2010-04-24 | 1 | -5/+0 |
* | towards 3 | Dwight Merriman | 2010-04-24 | 1 | -1/+1 |
* | decruft | Dwight Merriman | 2010-04-24 | 1 | -1/+0 |
* | dont need these undefs anymore | Dwight Merriman | 2010-04-24 | 1 | -7/+4 |
* | less defines - use inlines instead. uassert etc. | Dwight Merriman | 2010-04-24 | 1 | -3/+0 |
* | Macro smashing. Also sequester lower-case null to ntservice.cpp | Mathias Stearn | 2010-04-23 | 2 | -10/+0 |
* | Get rid of xassert | Mathias Stearn | 2010-04-23 | 2 | -2/+0 |
* | replace pragmas push_macro and pop_macro SERVER-1042 | Mathias Stearn | 2010-04-23 | 2 | -67/+30 |
* | Remove yassert | Mathias Stearn | 2010-04-23 | 2 | -3/+0 |
* | opread doesnt need to be a macro | Dwight Merriman | 2010-04-23 | 1 | -1/+0 |
* | Automatic cleanup of global macros in client headers. SERVER-1042 | Mathias Stearn | 2010-04-23 | 9 | -67/+191 |
* | more /_commands | Dwight | 2010-04-23 | 1 | -0/+1 |
* | Merge branch 'master' of git@github.com:mongodb/mongo | Dwight | 2010-04-23 | 1 | -0/+66 |
|\ | |||||
| * | cleanup.h to undef macros SERVER-1042 | Mathias Stearn | 2010-04-23 | 1 | -0/+66 |
* | | /_commands in the http interface | Dwight | 2010-04-23 | 1 | -2/+2 |
|/ | |||||
* | begginings of WriteConcern for c++ and a update impl for SCC that doesn't fsync | Eliot Horowitz | 2010-04-23 | 2 | -7/+38 |
* | implement remove() for SCC | Eliot Horowitz | 2010-04-22 | 1 | -1/+9 |
* | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2010-04-22 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'master' of git@github.com:mongodb/mongo | Dwight | 2010-04-22 | 1 | -1/+1 |
| |\ | |||||
| * | | rs work; ismaster | Dwight | 2010-04-22 | 1 | -0/+2 |
* | | | indexes and SCC | Eliot Horowitz | 2010-04-22 | 1 | -1/+2 |
| |/ |/| | |||||
* | | make default parameters more human readable | Eliot Horowitz | 2010-04-22 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2010-04-22 | 1 | -0/+6 |
|\ | |||||
| * | bson cleaning | Dwight | 2010-04-22 | 1 | -0/+6 |
* | | don't duplicate _id from Model | Eliot Horowitz | 2010-04-22 | 1 | -3/+7 |
|/ | |||||
* | use upsert | Eliot Horowitz | 2010-04-21 | 1 | -1/+1 |
* | clean up Model _id handling | Eliot Horowitz | 2010-04-21 | 1 | -1/+26 |
* | SyncClusterConnection _id safety | Eliot Horowitz | 2010-04-21 | 1 | -0/+8 |
* | some rs work and clean up BSONElement | Dwight | 2010-04-21 | 1 | -1/+3 |
* | sync cluster connection work with write $cmd | Eliot Horowitz | 2010-04-20 | 2 | -16/+61 |
* | checkpooint | Dwight Merriman | 2010-04-20 | 1 | -6/+3 |
* | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2010-04-20 | 2 | -8/+12 |
|\ | |||||
| * | rs | Dwight | 2010-04-20 | 2 | -8/+12 |
* | | some helpers | Eliot Horowitz | 2010-04-20 | 2 | -1/+15 |
|/ | |||||
* | Shard abstraction | Eliot Horowitz | 2010-04-19 | 1 | -1/+7 |
* | safety | Eliot Horowitz | 2010-04-19 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:mongodb/mongo | Dwight Merriman | 2010-04-18 | 3 | -7/+76 |
|\ | |||||
| * | Query class supports $query | Eliot Horowitz | 2010-04-17 | 2 | -7/+21 |
| * | utility - not sure where i'm going with it yet | Eliot Horowitz | 2010-04-16 | 1 | -0/+55 |