summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* teste needed getLastError to be more robustEliot Horowitz2012-03-301-0/+1
* remove old commentEliot Horowitz2012-03-301-2/+0
* do md5 for srcEliot Horowitz2012-03-301-2/+2
* SCons: Fix typo in make_archive.pyAndy Schwerin2012-03-301-1/+1
* SERVER-5451: Fix "scons clientBuild" on buildbots with Boost installed in non...Andy Schwerin2012-03-302-1/+2
* SERVER-5254: Make LIBDEPS dependency order stable across SCons invocations.Andy Schwerin2012-03-301-2/+18
* minor cleanupEric Milkie2012-03-303-6/+11
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-03-291-12/+20
|\
| * Fix assert code collision.Andy Schwerin2012-03-291-1/+1
| * SERVER-5449: It's not an error for the write() syscall to return a non-negati...Andy Schwerin2012-03-291-12/+20
* | replBlock thread more careful about shutdownEliot Horowitz2012-03-291-0/+3
|/
* buildbot no_empty_reset.js turn off balancer since we're manually moving chun...Greg Studer2012-03-291-0/+3
* Add a clarifying assertion to oplogCheckCloseDatabase.Andy Schwerin2012-03-291-0/+1
* SERVER-5232 better assert messageEric Milkie2012-03-291-2/+1
* use teh namespaceGreg Studer2012-03-291-6/+6
* warning not errorGreg Studer2012-03-291-1/+1
* SERVER-3562 movePrimary less dangerous...Greg Studer2012-03-298-25/+312
* SERVER-2988 catch exceptions loading chunksizegregs2012-03-291-35/+37
* SERVER-2988 give error message when initial version can't be written on mongo...Greg Studer2012-03-291-1/+12
* SCons: Build spidermonkey using a SConscript, instead of the third-party tool...Andy Schwerin2012-03-286-161/+106
* SCons: Move snappy library building into its own SConscript.Andy Schwerin2012-03-287-21/+34
* SCons, use CCFLAGS, not CPPFLAGS, when referring to compiler flags.Andy Schwerin2012-03-281-24/+24
* SCons: Clarify determination of when to use a system version of a library.Andy Schwerin2012-03-282-9/+11
* Move Windows mmap code from mongommf.cpp to mmap_win.cppTad Marshall2012-03-282-104/+102
* SERVER-5244 clean up tests that leave a lot of data behindEric Milkie2012-03-286-0/+12
* Remove myCheckLib from SConstruct, other simplification/cleanup.Andy Schwerin2012-03-281-121/+20
* SCons: /DNDEBUG stops boost assertions from aborting the program, which is no...Andy Schwerin2012-03-281-1/+0
* if we fall into catch ( ... ) warnEliot Horowitz2012-03-281-0/+1
* DBClientConnection::call needs to call checkConnection to reconnect if the pr...Eliot Horowitz2012-03-281-0/+1
* SERVER-4334 Change StackChecker size from 256 KB to 192 KBTad Marshall2012-03-281-1/+1
* fix potential deadlock in moveChunkEliot Horowitz2012-03-281-31/+42
* correctly propagate SIGTERM to wrapped children in buildloggerDan Crosta2012-03-271-2/+19
* there are too many cases where we lock in shutdown, so undoing stack trace fo...Eliot Horowitz2012-03-271-1/+1
* auth: don't check admin.system.users in noauth modeEliot Horowitz2012-03-272-16/+25
* some ClientCursor::YieldLock cleaningEliot Horowitz2012-03-272-23/+43
* Use signed char explicitly for BSONType()Jani Monoses2012-03-271-1/+1
* SERVER-1163 Fix race condition in FlushViewOfFile loopTad Marshall2012-03-271-1/+3
* at the beginning of every request, if we have special admin local auth, check...Eliot Horowitz2012-03-273-1/+15
* SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER.Andy Schwerin2012-03-264-22/+1
* try to make test a little more reliableEliot Horowitz2012-03-261-1/+3
* check for interrupt in repair before we start real workEliot Horowitz2012-03-261-0/+2
* SERVER-5244 attempt to save db space (and thus virtual address space) by drop...Eric Milkie2012-03-261-2/+3
* some security refactoringDwight2012-03-269-14/+34
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-03-262-4/+9
|\
| * SERVER-5402: Solaris strip only works in place; change SConscript to handle.Andy Schwerin2012-03-261-1/+2
| * make features3 curop test more resilient of timingEliot Horowitz2012-03-261-3/+7
* | it is ok for this check to be before the spinlockDwight2012-03-261-3/+3
|/
* make error reporting better in jstests/sharding/features3.jsEliot Horowitz2012-03-261-2/+2
* fail to build if you use a bare assert SERVER-1259Eliot Horowitz2012-03-261-0/+10
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-03-26282-2642/+2634
|\