summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* fix sleepmillisAaron2009-04-031-5/+6
* solaris fixEliot Horowitz2009-04-021-0/+4
* Close listener sockets on exitAaron2009-04-015-9/+28
* Validate length of allocated fileAaron2009-04-011-1/+2
* Validate length of allocated fileAaron2009-04-011-1/+2
* Build a subobject without recopying the contentsAaron2009-03-251-3/+9
* Use string instead of char * in client codeAaron2009-03-241-0/+4
* Remove unnecessary includeAaron2009-03-201-1/+0
* Reduce dbtop performance hitAaron2009-03-201-13/+28
* fix : -> _ conversion on windowsEliot Horowitz2009-03-191-4/+8
* doesOpGetAResponseEliot Horowitz2009-03-172-0/+6
* objcheck validates every bson object read from a messageAaron2009-03-131-0/+2
* compile windowsDwight2009-03-031-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-022-21/+42
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-021-12/+29
| |\
| | * work on old versions of boostEliot Horowitz2009-03-021-12/+29
| * | Add number of calls to setClient to DBTOPAaron2009-03-021-9/+13
| |/
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-022-30/+86
|\ \ | |/
| * switch mongos to use MessageServerEliot Horowitz2009-03-022-0/+61
| * asio checkpoing, working, not threaded yetEliot Horowitz2009-03-021-31/+26
* | Call val() without log mutexAaron2009-03-021-1/+2
|/
* basic asio core workingEliot Horowitz2009-03-022-17/+50
* nextMessageId function and valid() method on MsgDataEliot Horowitz2009-03-022-0/+16
* checkpoint for async message serverEliot Horowitz2009-03-022-0/+160
* Add BSONElementManipulator and CurrentTime typeAaron2009-02-271-1/+1
* Handle const pointers correctlyAaron2009-02-231-0/+4
* Better LazyStringAaron2009-02-232-28/+31
* compile windowsDwight2009-02-232-0/+3
* Maybe more efficientAaron2009-02-201-1/+1
* windows compileeliot2009-02-203-2/+14
* Dummy count implementationAaron2009-02-201-0/+1
* 'better' LazyStringAaron2009-02-201-24/+23
* linux mem infoEliot Horowitz2009-02-201-0/+189
* processinfo class and meminfo command, only works on darwin for the momentEliot Horowitz2009-02-203-0/+137
* LazyString() takes const referenceAaron2009-02-191-1/+4
* Make assertions stringableAaron2009-02-191-0/+13
* Don't create string unless we're actually going to logAaron2009-02-192-4/+22
* Get rid of stringable class, use implicit type conversion to string insteadAaron2009-02-181-14/+0
* virtual dtors == goodAaron2009-02-184-0/+5
* log more on commandsdwight2009-02-181-0/+7
* add a couple virtual destructors just to be safedwight2009-02-171-0/+1
* btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight2009-02-132-1/+7
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-112-1/+14
|\
| * separate counter for RARELY -- really only a partial "fix".Dwight2009-02-111-0/+1
| * little things: hack for windows filenames, better loggingDwight2009-02-111-1/+13
* | Add initial perf testsAaron2009-02-111-15/+15
|/
* CleanerAaron2009-02-091-3/+1
* compile windowsDwight2009-02-091-2/+2
* dbtopAaron2009-02-092-1/+115
* clean up exception classesDwight2009-02-061-2/+3