summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* Add missing include to unordered_fast_key_table_internal.hAndy Schwerin2012-12-111-0/+2
* fix compilation for non-ssl buildsEric Milkie2012-12-111-0/+2
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-115-91/+44
* SERVER-7376 migrate deletion not aggressive enough and tied to migrate movesRandolph Tan2012-12-111-0/+15
* SERVER-7886 StringData fixes for gsasl_session.cpp.Andy Schwerin2012-12-111-3/+3
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-115-39/+210
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-1/+2
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-105-12/+11
* SERVER-7886 - StringMap is now based on StringDataEliot Horowitz2012-12-105-48/+232
* Whitespace: tabs to spaces, CRLF to newlineTad Marshall2012-12-084-162/+162
* SERVER-6716 Add Windows unhandled exception filter to mongosTad Marshall2012-12-072-0/+153
* SERVER-7869 Report errno and description on file rename failureTad Marshall2012-12-071-4/+9
* SERVER-7252 Properly handle empty-string arguments in argv when generating a ...Andy Schwerin2012-12-062-3/+28
* SERVER-7853 Use relaxed load when checking whether failPoint is offRandolph Tan2012-12-051-2/+1
* SERVER-7252 Produce correct commandline for Windows service for --install, --...Andy Schwerin2012-12-053-67/+193
* SERVER-7252 Introduce and test function for building a Windows command line f...Andy Schwerin2012-12-043-0/+116
* fix assert codeEric Milkie2012-12-041-1/+1
* SERVER-7202 proper error handling framework for SSLEric Milkie2012-12-047-49/+141
* SERVER-939 error handling for string*Greg Studer2012-12-031-0/+3
* include what you useTad Marshall2012-12-031-3/+4
* SERVER-5487 do not call SSL_shutdown on an SSL context while another thread i...Eric Milkie2012-11-292-10/+12
* SERVER-939 new CollectionManager and MetadataLoader classes (not yet hooked).Alberto Lerner2012-11-291-0/+9
* UnorderedFastKeyTable - lookup -> storage configurableEliot Horowitz2012-11-293-20/+29
* SERVER-7202 cleanup socket error handling for SSLEric Milkie2012-11-272-104/+157
* SERVER-7202 properly handle renegotiation in SSL_send() and SSL_recv()Eric Milkie2012-11-261-0/+4
* added more comments for SSLEric Milkie2012-11-261-4/+25
* cosmetic/whitespace changesEric Milkie2012-11-261-14/+15
* POST 2.3.1Eliot Horowitz2012-11-251-1/+1
* BUMP 2.3.1r2.3.1Eliot Horowitz2012-11-241-1/+1
* SERVER-7700 scoped_db_conn_test failingRandolph Tan2012-11-211-86/+114
* SERVER-7700 Improve curTimeMicros64 resolution for WindowsTad Marshall2012-11-201-5/+77
* SERVER-7435 Set symbol path in call to SymInitialize()Tad Marshall2012-11-191-1/+22
* SERVER-7131 Add ability to get properties out of gsasl sessionSpencer T Brody2012-11-192-0/+15
* Rename Context to DocumentAndrew Morrow2012-11-181-2/+2
* Use namespace qualifiers on std::ostreamAndrew Morrow2012-11-181-1/+1
* Revert "SERVER-7700 Use high-resolution program uptime to track socket connec...Tad Marshall2012-11-183-21/+1
* SERVER-7700 Use high-resolution program uptime to track socket connection timeTad Marshall2012-11-183-1/+21
* Whitespace; tabs to spacesTad Marshall2012-11-182-17/+17
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-164-3/+23
* Rewrite Document and Value classesMathias Stearn2012-11-162-1/+68
* Add missing inlines to prevent duplicate symbolsMathias Stearn2012-11-152-14/+20
* fix test for ProcessInfo::blockInMemory/pagesInMemory to avoid failures on ol...Andrea Lattuada2012-11-142-17/+8
* Add copyright notice to fix lint failureMathias Stearn2012-11-141-0/+16
* Merge pull request #325 from utaal/descriptiveStatisticsMathias Stearn2012-11-133-0/+566
|\
| * SERVER-7592 descriptive statistics estimatorsAndrea Lattuada2012-11-133-0/+566
* | SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-137-29/+131
|/
* remove extraneous and ambiguous abs() callEric Milkie2012-11-131-1/+1
* can't have a static const double on windows, so putting back to a default valueEliot Horowitz2012-11-131-2/+7
* SERVER-7639 fast StringMap class, no std::string copiesEliot Horowitz2012-11-135-0/+507
* SERVER-7172 Add SafeNum support to mutablebsonKristina2012-11-121-1/+8