Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getpid works on darwin and sunos (and other places as well) | Eliot Horowitz | 2011-02-18 | 1 | -1/+1 |
* | comments | dwight | 2011-02-07 | 1 | -3/+10 |
* | keyboard error | Eliot Horowitz | 2011-01-24 | 1 | -1/+1 |
* | initialize OID to 0,0 | Eliot Horowitz | 2011-01-24 | 1 | -1/+1 |
* | some BSONObjBuilder helpers for accessing data whilebuilding | Eliot Horowitz | 2011-01-21 | 2 | -0/+33 |
* | constructor should be explicit | Dwight | 2011-01-05 | 1 | -1/+1 |
* | ran astyle SERVER-2304 | Eliot Horowitz | 2011-01-04 | 18 | -481/+486 |
* | OID <= operator | Eliot Horowitz | 2011-01-03 | 1 | -0/+1 |
* | oid cleaning | dwight | 2010-12-31 | 2 | -39/+45 |
* | fix assert in test. C++ != Python | Mathias Stearn | 2010-12-30 | 1 | -1/+3 |
* | additional test | dwight | 2010-12-30 | 1 | -0/+10 |
* | OID a little better for c++ client | dwight | 2010-12-30 | 2 | -16/+10 |
* | fix some type conversion warnings SERVER-2251 | Eliot Horowitz | 2010-12-23 | 1 | -1/+1 |
* | BONObjBuilder::append( const StringData& fieldName, string str), second argum... | Eliot Horowitz | 2010-12-15 | 1 | -1/+1 |
* | indenatation | Eliot Horowitz | 2010-12-14 | 1 | -313/+313 |
* | increase bson size to 16mb SERVER-431 | Eliot Horowitz | 2010-12-09 | 1 | -1/+1 |
* | elim warning | Dwight | 2010-12-07 | 1 | -1/+1 |
* | support pids bits | dwight | 2010-12-05 | 1 | -4/+15 |
* | typo | dwight | 2010-12-05 | 1 | -2/+0 |
* | refactor OID class a bit, cleanup, better id generation SERVER-2175 | dwight | 2010-12-05 | 2 | -7/+159 |
* | comment | dwight | 2010-12-01 | 1 | -1/+3 |
* | comment | dwight | 2010-11-30 | 1 | -0/+1 |
* | comment | dwight | 2010-11-30 | 2 | -3/+9 |
* | commennt | dwight | 2010-11-30 | 1 | -1/+1 |
* | comment was wrong | dwight | 2010-11-30 | 2 | -16/+21 |
* | comments | dwight | 2010-11-29 | 2 | -22/+47 |
* | StringBuilder support for BSONObj/BSONElement | Eliot Horowitz | 2010-11-28 | 2 | -0/+15 |
* | const | Eliot Horowitz | 2010-11-28 | 1 | -1/+1 |
* | dur make fixes | dwight | 2010-11-27 | 1 | -1/+1 |
* | dur | dwight | 2010-11-26 | 1 | -1/+1 |
* | crlf | dwight | 2010-11-25 | 1 | -6/+6 |
* | i broke zero case a few minutes ago, fixed. SERVER-2149 | dwight | 2010-11-25 | 1 | -2/+3 |
* | avoid using macro to save on header pollution | dwight | 2010-11-25 | 1 | -17/+18 |
* | pop pragma to avoid header pollution | dwight | 2010-11-25 | 1 | -19/+11 |
* | fix warning | dwight | 2010-11-25 | 2 | -2/+7 |
* | towards SERVER-2149. not fixed yet but slightly better. | dwight | 2010-11-25 | 1 | -3/+5 |
* | add comment | dwight | 2010-11-25 | 1 | -0/+1 |
* | BSON( min << MINKEY << max << MAXKEY) is handy | Alberto Lerner | 2010-11-23 | 2 | -0/+21 |
* | cleaning | dwight | 2010-11-14 | 1 | -9/+3 |
* | dur | dwight | 2010-11-13 | 1 | -0/+5 |
* | add zero() and clean AtomicUInt | Eliot Horowitz | 2010-11-11 | 1 | -4/+8 |
* | comment | Dwight | 2010-11-02 | 1 | -1/+8 |
* | rename to our -inl convention | dwight | 2010-10-27 | 2 | -1/+1 |
* | tab to space | dwight | 2010-10-27 | 1 | -2/+3 |
* | optimization | dwight | 2010-10-27 | 2 | -21/+18 |
* | a small maybe optimization | Dwight | 2010-10-26 | 2 | -10/+14 |
* | comments on obj() and arr() | Eliot Horowitz | 2010-10-25 | 1 | -2/+10 |
* | readability | Alberto Lerner | 2010-10-18 | 1 | -0/+2 |
* | make OID == and != const SERVER-1959 | Eliot Horowitz | 2010-10-18 | 1 | -2/+2 |
* | way to get len() on BSON(Obj|Array)Builder | Eliot Horowitz | 2010-10-17 | 1 | -0/+4 |