summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49352 Clarify build documentation for Python 2.7Ryan Egesdahl2020-08-081-5/+11
| | | | | | | | | | Older versions of MongoDB only build with Python 2.7.x and had a comment that running `pip` would work to install modules. However, on newer systems, a symlink named `pip2` may not exist even though Python 2.7.x is installed. In such cases, users would install the modules for the wrong Python version and become confused when the build failed. The build documentation is clarified to use a different and more reliable way to execute `pip` without accidentally executing the wrong Python version.
* SERVER-34691 Disable Free Monitoring on Embedded SDKMark Benvenuto2018-04-271-0/+3
|
* SERVER-31473 docs/building.md target should be "mongod" not "scons".Billy Donahue2017-10-131-1/+1
|
* SERVER-26537 Require clang 3.8, XCode 8.3, MSVC 20125 U3 to buildAndrew Morrow2017-06-121-5/+5
|
* SERVER-29028 Update docs/building.mdMark Benvenuto2017-05-161-20/+31
|
* SERVER-28541 Update build docs for FreeBSD.ADAM David Alan Martin2017-03-301-1/+3
| | | | | Clang38 works and is easier to use than GCC on FreeBSD, at this time.
* SERVER-28199 Raise minimum required scons versionMark Benvenuto2017-03-071-1/+1
|
* SERVER-25750: updated VPAT to remove obsolete contact information and methodsJason Pyeron2016-11-031-19/+19
| | | | Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
* SERVER-25750: added VPAT (508) documentationJason Pyeron2016-11-031-0/+136
| | | | | | | * see: https://www.itic.org/policy/accessibility/ * based on data from https://www.mongodb.com/accessibility/vpat/mongodb24 Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
* SERVER-24047 Remove errors.md and support for generating itJonathan Reams2016-07-111-2381/+0
|
* SERVER-16197 Update docs/building.md for 2.8Matt Kangas2014-11-241-6/+14
|
* SERVER-14397: Update Building.md & Contributing.rstMark Benvenuto2014-07-012-44/+42
|
* Update errors.md for r2.7.2 with new errorcodes.pyMatt Kangas2014-06-181-468/+473
|
* Update errors.md for r2.7.2Matt Kangas2014-06-181-1216/+1782
|
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-201-13/+0
|
* SERVER-13629 Remove old btree code and DiskLoc::btree/btreemodMathias Stearn2014-04-251-16/+0
|
* fix inconsistent prompt in building.mdMatt Kangas2014-02-051-1/+1
|
* Include MacPorts in building.mdRobin Hallabro2014-02-051-2/+4
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* Fix broken docs linkRich Parrish2013-11-191-2/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* Removed old unused Model classShaun Verch2013-09-041-8/+0
|
* SERVER-8674 Remove literal mentions of wiki from comments, docsJason Rassi2013-03-011-1/+1
|
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-1/+1
|
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-292-4/+4
|
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-808/+823
|
* DOCS-129: update build instructions for Ubuntu and OS XDan Crosta2012-02-211-2/+15
|
* whitespace changes in build instructionsDan Crosta2012-02-211-16/+17
|
* Merge pull request #126 from ukd1/patch-3Mike Fiedler2012-02-151-14/+9
|\ | | | | Formatting fixes for opensolaris 32-bit build.
| * Formatting fixes.Russell Smith2011-10-171-14/+9
| |
* | SERVER-4806: check for BufBuilder realloc success. (thx @spencerjackson for ↵Ben Becker2012-02-091-0/+1
| | | | | | | | pull req 169)
* | update error codes docEliot Horowitz2012-01-251-488/+493
| |
* | SERVER-4614: prohibit read-only users from restoring data via mongorestoreBen Becker2012-01-051-0/+1
| |
* | ran buildscripts/errorcodes.py, updated file pathsTad Marshall2011-12-291-1299/+1339
| |
* | reserve error codesU-tellus\cwestin2011-12-141-15/+45
| |
* | reserve more error codesU-tellus\cwestin2011-12-141-130/+162
| |
* | reserve more error numbersU-tellus\cwestin2011-12-121-89/+153
| |
* | Merge branch 'serve-4442'Kevin Matulef2011-12-121-65/+62
|\ \ | | | | | | | | | | | | Conflicts: docs/errors.md
| * | SERVER-4442 now validates coll names non-emptyKevin Matulef2011-12-121-592/+631
| |/
* | reserve some error codesU-tellus\cwestin2011-12-121-0/+5
| |
* | assign error codesU-tellus\cwestin2011-12-121-601/+640
|/
* Merge pull request #77 from ukd1/patch-1Eliot2011-10-111-17/+12
|\ | | | | Formatting
| * FormattingRussell Smith2011-08-201-17/+12
| |
* | SERVER-3730: Disallow himBHfields in modifier opsTony Hannan2011-09-201-141/+141
| |
* | fix error codeagirbal2011-09-131-508/+562
| |
* | veok" shouldn't be used, especially in error messages, since every function ↵Eliot Horowitz2011-09-121-1/+1
|/ | | | | | uses "slaveOk" SERVER-3804 from: patrick@collison.ie
* moved line #sEliot Horowitz2011-07-051-587/+593
|
* parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs2011-06-161-10/+13
|
* fix compile and error codesagirbal2011-06-131-212/+210
|
* SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-131-22/+55
|
* fix error codesEliot Horowitz2011-06-061-199/+213
|
* docs/errors.mdMathias Stearn2011-05-311-16/+23
|