summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2810-113/+163
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22695 fix left shift of negative number in GeoHash::clearUnusedBits()David Storch2016-03-032-10/+40
* SERVER-22568 Re-enable GeoHash::unhash_fast for big endianWaley Chen2016-02-241-1/+0
* SERVER-22568 Re-enable GeoHash::unhash_fast for big endianWaley Chen2016-02-243-12/+132
* SERVER-22567 use GeoHash::unhash_slow on big endianJason Carey2016-02-111-0/+4
* SERVER-21467 Include config.hTess Avitabile2016-01-251-0/+1
* SERVER-21467 Do not reverse byte order of GeoHash data on big-endian systemsTess Avitabile2016-01-221-29/+14
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+5
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-055-68/+108
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+3
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+1
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-171-2/+1
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-172-0/+9
* SERVER-19462 Changed std::chrono to stdx::chrono in r2_region_coverer_test.cppBrandon Zhang2015-07-171-1/+1
* SERVER-19462 Additional R2CellUnion and S2CellUnion functionsBrandon Zhang2015-07-163-36/+423
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+3
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2019-5990/+6102
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-1/+0
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-162-16/+19
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-105-27/+22
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-104-8/+8
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-4/+7
* SERVER-12128 Inconsistent earth radius used in testsMatt Kangas2015-03-231-1/+2
* SERVER-17576 Fix typos in parseFlatPointKamran Khan2015-03-131-2/+2
* SERVER-9220 allow more than two values in the coordinate-array when using 2ds...Siyuan Zhou2015-03-122-23/+36
* SERVER-17486 Crash when parsing invalid polygon coordinatesSiyuan Zhou2015-03-101-3/+21
* SERVER-17241 Verify number of loops of polygonSiyuan Zhou2015-02-111-0/+4
* SERVER-16883 Geo Query $center with "NaN" coordinate does not errorSiyuan Zhou2015-02-051-0/+5
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-156-1/+14
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-153-10/+10
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-6/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-054-17/+21
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-052-1/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-171-1/+7
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-303-0/+156
* SERVER-15742 Coverity analysis defect 24463: Unchecked return valueSiyuan Zhou2014-10-281-1/+1
* SERVER-15288 geo coord reference system (CRS) spec and source code disagreeSiyuan Zhou2014-10-201-1/+1
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-175-41/+357
* SERVER-15629 Clear owned lines/polys correctlyAndrew Morrow2014-10-151-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-142-0/+4
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-8/+2