summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-15451 Adaptive initial shell in near query with 2d indexSiyuan Zhou2014-10-022-0/+21
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-65/+104
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-156-801/+788
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14984 Server aborts when running $centerSphere query with NaN radiusSiyuan Zhou2014-08-221-2/+4
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-217-620/+4
* SERVER-14508 Better GeoJSON polygon parsing.Siyuan Zhou2014-08-211-46/+58
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-123-0/+3
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-127-58/+189
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-124-0/+954
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-2310-418/+554
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-0911-230/+363
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14350 validate distances for circular regions in $near/$withinGreg Studer2014-06-302-0/+5
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-14192 Add covering for annulusSiyuan Zhou2014-06-134-28/+174
* SERVER-14229 correct error message for 2d index bounds invalidGreg Studer2014-06-111-1/+1
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-107-66/+237
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-095-10/+408
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-026-3/+752
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1