summaryrefslogtreecommitdiff
path: root/src/mongo/util/text.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Fix Windows compileTad Marshall2013-06-251-2/+3
* SERVER-5099 Fix 32-bit signed/unsigned warningsTad Marshall2013-03-131-2/+2
* SERVER-5099 Convert UTF-16 environment to UTF-8 in WindowsCommandLineTad Marshall2013-03-131-14/+43
* SERVER-7252 Properly handle empty-string arguments in argv when generating a ...Andy Schwerin2012-12-061-1/+4
* SERVER-7252 Introduce and test function for building a Windows command line f...Andy Schwerin2012-12-041-0/+48
* include what you useTad Marshall2012-12-031-3/+4
* Make StringSplitter::join's first parameter be a const reference.Andy Schwerin2012-09-131-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* SERVER-6244 behave better when non-Unicode font used with shellTad Marshall2012-06-291-0/+17
* SERVER-2939 fix Windows console outputTad Marshall2012-06-131-0/+52
* checkpointAndy Schwerin2012-06-041-8/+0
* fix StringSplitter with splitters of more than 1 characterEliot Horowitz2012-05-161-1/+1
* moved code from .h to .cpp, no logic changesEliot Horowitz2012-05-161-0/+82
* SERVER-5597 Rewrite toWideString (Windows-only)Tad Marshall2012-05-061-6/+24
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-2939 Supporting code for UTF-8 in the shellTad Marshall2012-03-221-1/+24
* Fix Windows warningTad Marshall2012-03-071-0/+1
* SERVER-5172: Compile and link mongod and friends against the boost in third_p...Andy Schwerin2012-03-071-7/+6
* Revert "try to fix windows"Eliot Horowitz2012-01-251-1/+2
* try to fix windowsEliot Horowitz2012-01-251-2/+1
* fix Windows buildEric Milkie2012-01-251-0/+3
* more pthread and boost compile fixesEliot Horowitz2012-01-251-1/+0
* add boost headers needed by Windows buildTad Marshall2012-01-051-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+115