summaryrefslogtreecommitdiff
path: root/src/mongo/util/text.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-45/+19
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-0/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-8/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-2/+2
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-2/+2
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-18/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-7/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-121-21/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-285/+280
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-3/+2
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-5/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-2/+3
* 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