summaryrefslogtreecommitdiff
path: root/src/mongo/client/distlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-10-061-1/+5
* Revert "SERVER-13616 "type 7" (OID) error when acquiring distributed lock for...Ernie Hershey2014-08-211-5/+1
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-08-201-1/+5
* SERVER-12548 add indexes to distlock collections backportGreg Studer2014-03-201-11/+24
* SERVER-9399 Create the right index of config.lockpings.Alberto Lerner2013-04-181-1/+1
* SERVER-7271 Improve error reporting when migrate commit fails.Alberto Lerner2013-04-091-6/+5
* SERVER-7271 - Fix compile error with ScopedDbConnectionDan Pasette2013-04-021-2/+6
* SERVER-7271 Do not exit if a transient config server error aborts a migration.Alberto Lerner2013-04-021-4/+47
* SERVER-8710 better forcing behavior for upgrade and namespace locks during co...Greg Studer2013-02-271-3/+2
* SERVER-8601 end line on waiting for distributed lock messageGreg Studer2013-02-201-1/+1
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-21/+11
* Removed cluster_constants filesShaun Verch2012-12-181-1/+0
* SERVER-939 Changed LockPingFields to LockpingsTypeShaun Verch2012-12-181-14/+15
* SERVER-939 Changed LockFields to LocksTypeShaun Verch2012-12-181-72/+73
* SERVER-7848 ability to turn off lock pinger in testingGreg Studer2012-12-051-0/+10
* SERVER-939 simplify use of scoped distributed and balancer lockGreg Studer2012-12-031-0/+85
* SERVER-6167 reduce distlock verbosity, add logging on lock_tryGreg Studer2012-11-261-3/+8
* SERVER-939 Added field type constants for config.lockpings collectionShaun Verch2012-11-191-18/+19
* SERVER-939 Added field type constants for config.locks collectionShaun Verch2012-11-191-62/+92
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-34/+34
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+7
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-5/+6
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-8/+19
* Include what you use fixes.Andy Schwerin2012-05-101-0/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* fix BSONObj ownership change in dist lock tryEliot Horowitz2012-04-011-1/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-7/+7
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-3/+7
* goodbye boost::call_onceMathias Stearn2012-02-091-4/+9
* SERVER-4712 check that query results are valid before using in case of conn e...Greg Studer2012-01-231-0/+3
* do not use boost::tuple in distlock as its anonymousEliot Horowitz2012-01-061-5/+5
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-0/+2
* buildbot sync3.js SERVER-4596 don't throw an error if far behind on lock tour...Greg Studer2012-01-031-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+958