summaryrefslogtreecommitdiff
path: root/db/geo
Commit message (Expand)AuthorAgeFilesLines
* fix 2d extra index params when dottedEliot Horowitz2010-09-081-1/+1
* errno SERVER-1342Mathias Stearn2010-09-021-4/+4
* fix bug in Geo2dType::edgeSize() and add more debugging SERVER-1342Mathias Stearn2010-09-021-2/+13
* Parse $nearSphere queries SERVER-1342Mathias Stearn2010-09-021-1/+13
* $nearSphere bugfixes SERVER-1342Mathias Stearn2010-09-021-5/+11
* Proper ordering of operations in phase 1 of $near SERVER-1342Mathias Stearn2010-09-021-6/+6
* $nearSphere WIP SERVER-1342Mathias Stearn2010-09-021-6/+22
* probably faster to cache farthest() SERVER-1342Mathias Stearn2010-09-021-7/+11
* optimization SERVER-1342Mathias Stearn2010-09-021-0/+10
* $nearSphere checkpoint SERVER-1342Mathias Stearn2010-09-021-35/+70
* _start and _n are the same thing SERVER-1342Mathias Stearn2010-09-021-5/+4
* odd $near bugMathias Stearn2010-08-261-1/+1
* Working $centerSphereMathias Stearn2010-08-241-9/+14
* $centerSphere test and fixes to make it passMathias Stearn2010-08-242-3/+31
* error codesMathias Stearn2010-08-241-1/+1
* rad/deg correctnessMathias Stearn2010-08-241-2/+3
* deg2rad and rad2deg helpersMathias Stearn2010-08-241-2/+5
* Split x and y scanDistance for $center queryMathias Stearn2010-08-241-10/+13
* $centerSphere WIPMathias Stearn2010-08-241-20/+45
* Going back to [X,Y] order to match GeoJSON specMathias Stearn2010-08-242-108/+108
* Swap x and y for pointsMathias Stearn2010-08-192-108/+108
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* these should be constMathias Stearn2010-08-172-4/+4
* SERVER-1528 account for expensive skipping operations in nscannedAaron2010-08-031-7/+33
* $center optimization: don't check box if not in circleMathias Stearn2010-07-282-2/+24
* Bound worst case overhead in $center queriesMathias Stearn2010-07-282-6/+52
* abs -> fabsMathias Stearn2010-07-281-1/+1
* Better $centerMathias Stearn2010-07-281-9/+2
* PREFIXDEBUG helperMathias Stearn2010-07-281-13/+43
* Implicit conversions suckMathias Stearn2010-07-282-10/+10
* limit on haystackEliot Horowitz2010-07-261-4/+8
* Cursor::supportYields SERVER-1453Eliot Horowitz2010-07-241-0/+1
* geo haystack SERVER-1315Eliot Horowitz2010-07-231-13/+13
* earth radius constants and simple test SERVER-1342Eliot Horowitz2010-07-192-1/+19
* firstcut of geo quandrant search working SERVER-1315Eliot Horowitz2010-07-181-17/+30
* change LazyString to toString rather than (string)Eliot Horowitz2010-07-171-4/+0
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-1/+1
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-1/+1
* Use FP error term in a geo bounds check. SERVER-994 strikes back (on x86).Richard Kreuter2010-07-151-1/+1
* Reverse when the initial btree scan finds no geo points. SERVER-1283Richard Kreuter2010-07-121-1/+1
* Fix an edge case in geoNear with maxDistance.Richard Kreuter2010-07-081-0/+3
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-1/+3
* git rid of "operator string"Mathias Stearn2010-07-071-3/+1
* fix Box::mid for tiny boxes SERVER-1365Eliot Horowitz2010-07-061-2/+2
* M_PI is also a GNU extensionMathias Stearn2010-07-041-0/+4
* sincos() is a GNU extension. switching to separate sin() cos() callsMathias Stearn2010-07-041-10/+5
* Spherical distance functions SERVER-1342Mathias Stearn2010-07-042-0/+62
* Do one more box of point checks in GeoCircleBrowse. SERVER-848, SERVER-1238Richard Kreuter2010-07-011-6/+9
* error code fixingEliot Horowitz2010-06-291-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-06-292-2/+2
|\