summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mongodb/mongo into mainidxv1Dwight2011-05-032-8/+19
|\
| * more debugging info on sync errors SERVER-3031Kristina2011-05-031-1/+1
| * added more log messages and checks for m/s repl errors SERVER-3029Kristina2011-05-031-7/+18
* | Merge branch 'master' into mainDwight2011-05-0345-2597/+3765
|\ \ | |/ |/|
| * fix bug with new idx code page aligndwight2011-05-022-6/+8
| * compile gcc 4.4dwight2011-05-028-261/+294
| * make fixDwight2011-05-022-3/+5
| * checkpoint workdwight2011-04-271-7/+30
| * slightly better initial extent size for indexesdwight2011-04-252-4/+13
| * normalize the index bson info documents a bit on index creationdwight2011-04-241-18/+24
| * work on new index version. dbtests stuffdwight2011-04-226-1697/+1713
| * towards index v1 formatDwight2011-04-2211-220/+277
| * checkpoint index v2 workDwight2011-04-2114-35/+77
| * versions for btree. checkpointing so farDwight2011-04-2017-327/+675
| * compact index keys fix encoding for traditional encoding of complex onesDwight2011-04-205-56/+76
| * cleanupdwight2011-04-201-6/+12
| * minor formattingdwight2011-04-201-1/+3
| * make defensive marker uniquedwight2011-04-201-1/+1
| * new testdwight2011-04-201-0/+5
| * indexkey support strings with zeros. more work to doDwight2011-04-195-11/+48
| * indexkey finishing some stuffdwight2011-04-133-7/+11
| * help textdwight2011-04-131-5/+1
| * index key class KeyV1 close to doneDwight2011-04-127-22/+249
| * indexkey workDwight2011-04-1114-181/+469
* | don't allow blank usernmae or password SERVER-3003Eliot Horowitz2011-05-034-4/+43
* | fix problem with groupcommitlimitedlocks simultaneous with dropdatabase in 1.9dwight2011-05-032-9/+23
* | vcxproj updated for dbtestsdwight2011-05-032-0/+4
* | fix jstest code, was not using "this"agirbal2011-05-021-12/+12
* | fix jstests compileagirbal2011-05-021-51/+52
* | update vcxproj files for ramlog.cppdwight2011-05-025-1/+7
* | fix compile for spidermonkeyagirbal2011-05-021-2/+2
* | SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-024-3/+13
* | SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-0212-118/+156
* | switch setObject to lzV8, all tests still passagirbal2011-05-021-1/+3
* | fix recursive loop in sending data SERVER-2933Kristina2011-05-021-9/+4
* | some rephrasing and commentsKristina2011-05-023-34/+6
* | add comment about memory leaks SERVER-2520Kristina2011-05-021-0/+5
* | never set self to 0 SERVER-2710Kristina2011-05-021-3/+4
* | more getLog workEliot Horowitz2011-05-026-4/+66
* | don't include newline in RamLogEliot Horowitz2011-05-021-3/+13
* | put all migrate log messages in a migrate RamLogEliot Horowitz2011-05-021-52/+55
* | cleaning up some loggingEliot Horowitz2011-05-021-12/+12
* | getLog command so you access RamLog entriesEliot Horowitz2011-05-025-7/+106
* | some formattingEliot Horowitz2011-05-021-2/+2
* | cleaning ramlogEliot Horowitz2011-05-023-107/+151
* | SERVER-958 Looser bounds for multikey indexes with parallel nested fieldsAaron2011-05-024-4/+76
* | commentsAaron2011-05-022-3/+3
* | SERVER-958 Prefer fully contained multikey ranges since they are smaller.Aaron2011-05-024-10/+31
* | matcher commentAaron2011-05-021-0/+4
* | rename FieldRangeOrSet to OrRangeGeneratorAaron2011-05-026-29/+29