summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-293-3/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-202-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2025-9220/+9258
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-194-6/+6
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-184-8/+7
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-183-10/+9
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-177-45/+45
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+2
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-162-2/+0
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-108-76/+66
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-103-8/+5
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-106-15/+11
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-5/+5
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-082-4/+9
* SERVER-13237: benchRun should use a thread-safe random number generatordalyd2015-05-283-16/+24
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-222-8/+12
* SERVER-17310 Rewrite V8 deadline monitor thread to eliminate use of boost::th...Andy Schwerin2015-05-191-43/+32
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-182-1/+47
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-133-6/+7
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-123-7/+6
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-123-6/+7
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-0/+1
* SERVER-9666 Build mongo.cpp JS file into a libraryAndrew Morrow2015-05-061-0/+4
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Push deadline monitor test declaration into scripting directoryAndrew Morrow2015-04-291-0/+9
* SERVER-9666 Push scripting targets into scripting directoryAndrew Morrow2015-04-291-0/+83
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-292-0/+20
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-073-7/+7
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-034-8/+8
* SERVER-17647 (v8-3.25) Compute BinData lengthSpencer Jackson2015-03-262-9/+8
* SERVER-17647 Compute BinData lengthSpencer Jackson2015-03-262-8/+8
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-125-30/+25
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-03-122-2/+2
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-052-4/+4
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-202-2/+0
* SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid2015-02-182-8/+26
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-066-44/+44
* SERVER-17068 fixed compilation errorsBenety Goh2015-01-273-10/+15
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+2
* SERVER-16754 adjust V8's log message severitiesEric Milkie2015-01-153-15/+15
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-155-1/+16
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-153-7/+7
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-056-2/+16
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-054-0/+9
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-053-0/+3
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-052-2/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-054-2/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3