summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6572 - use pthread specifics on os x for performanceEliot Horowitz2012-08-091-0/+43
* SERVER-6477 don't unlock between selecting and flushing fileTad Marshall2012-08-061-12/+10
* Use names rather than numbers in SocketException SERVER-6516 SERVER-6581Mathias Stearn2012-08-061-2/+10
* SERVER-6516 SERVER-6581 better reporting in GLE codepathsMathias Stearn2012-08-061-1/+13
* pch headerSiddharth Singh2012-08-0612-12/+12
* Line endings: CRLF => newlineTad Marshall2012-08-061-37/+37
* revert part of change for SERVER-6706 - we can't change log formatEliot Horowitz2012-08-031-3/+2
* Fix syslog for SERVER-6706Akshay Kumar2012-08-032-3/+5
* SERVER-6603 remove remapLock and hook functions (Windows)Tad Marshall2012-08-017-374/+0
* SERVER-6554 Windows unhandled exception filter print stack traceTad Marshall2012-07-312-5/+21
* SERVER-6282 wait-doubling backoff for local mongos errors requiring config se...Greg Studer2012-07-302-0/+59
* html escape queries and log lines for display in http console.Dan Pasette2012-07-282-2/+31
* Prevent calling str::contains to look for '\0'.Mathias Stearn2012-07-261-1/+4
* Use startupWarningsLog SERVER-6609Kristina2012-07-262-1/+2
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-232-93/+15
* SERVER-6553 set count of stack frames to display correctlyTad Marshall2012-07-231-2/+1
* SERVER-6290 Remove unused Iterator class and ExpressionObject::getFieldIterat...Aaron2012-07-191-146/+0
* post 2.2.0-rc0Eliot Horowitz2012-07-181-1/+1
* BUMP 2.2.0-rc0r2.2.0-rc0Eliot Horowitz2012-07-181-1/+1
* Revert "SERVER-6461: Ensure that nullstream instance is constructed before ma...Andy Schwerin2012-07-172-5/+1
* SERVER-6461: Ensure that nullstream instance is constructed before main().Andy Schwerin2012-07-162-2/+5
* check that logging framework is initialized early to avoid segfaultEliot Horowitz2012-07-161-0/+1
* SERVER-6391 add resetLastTime to ElapsedTrackerEliot Horowitz2012-07-151-0/+4
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-145-12/+20
* SERVER-6311 do not crash if FlushFileBuffers failsEric Milkie2012-07-111-1/+0
* SERVER-6320 and SERVER-6321 - fix broken ssl options and make error reporting...Eliot Horowitz2012-07-112-4/+13
* SERVER-6340 Use TIME_UTC_ rather than TIME_UTCMathias Stearn2012-07-104-12/+12
* SERVER-6311 abort if FlushViewOfFile takes longer than 15 minutesEric Milkie2012-07-091-3/+5
* SERVER-6231 - warnings on os x too aggresive given default kernel settingsEliot Horowitz2012-07-031-1/+12
* SERVER-6244 behave better when non-Unicode font used with shellTad Marshall2012-06-291-0/+17
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* Convert to unix line endingsMathias Stearn2012-06-293-137/+137
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-264-31/+0
* post 2.1.2Eliot Horowitz2012-06-261-1/+1
* BUMP 2.1.2r2.1.2Eliot Horowitz2012-06-261-1/+1
* fix exception catchEliot Horowitz2012-06-241-1/+1
* SERVER-6164 fix connection logging for mongosEliot Horowitz2012-06-211-1/+6
* commentDwight2012-06-201-4/+5
* SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall2012-06-201-6/+15
* initialize member variableEric Milkie2012-06-141-0/+3
* SERVER-5230 Use bind_ip in HostAndPort::me()Matt Dannenberg2012-06-131-5/+2
* SERVER-5492 Processinfo support freebsd + hostinfoMatt Dannenberg2012-06-131-0/+168
* use an atomic number for connection countsEliot Horowitz2012-06-131-2/+3
* removed some old unneeded code from setShardversionEliot Horowitz2012-06-131-8/+0
* SERVER-5000 only have a 1 connection id counter and passEliot Horowitz2012-06-138-51/+37
* caveat comments for threadsafe queue peek functionsEric Milkie2012-06-131-0/+4
* log the exception detail in thread_pool if it's a DBExceptionEric Milkie2012-06-131-1/+4
* make socket read retry forever instead of just onceEric Milkie2012-06-131-4/+2
* SERVER-5685 add peek method to threadsafe queueEric Milkie2012-06-131-0/+11
* SERVER-2939 fix Windows console outputTad Marshall2012-06-133-26/+57