summaryrefslogtreecommitdiff
path: root/db/geo
Commit message (Expand)AuthorAgeFilesLines
* $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
|\
| * compile vs2010dwight2010-06-282-2/+2
* | some quandrant search cleaning SERVER-1315Eliot Horowitz2010-06-281-1/+1
|/
* win64Eliot Horowitz2010-06-281-9/+9
* quandrant search that i forgot to commitEliot Horowitz2010-06-272-1/+22
* geo quandrant searchEliot Horowitz2010-06-271-0/+300
* cleaning geoEliot Horowitz2010-06-262-352/+385
* moving geo to own directory inprep for a new pieceEliot Horowitz2010-06-261-0/+1789