summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-15/+29
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-212-2/+11
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-186-49/+84
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-151-2/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-213-3/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-8/+24
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-021-31/+28
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-2/+4
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-153-0/+24
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-279-129/+71
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-16/+14
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-123/+124
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-4/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-095-17/+8
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-8/+6
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1318-18/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2218-252/+288
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-043-7/+7
* SERVER-34106 Remove all uses of `std::auto_ptr`.ADAM David Alan Martin2018-03-231-3/+3
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+4
* SERVER-27968 $geoWithin with $centerSphere should return LineString and Polyg...Tess Avitabile2017-10-101-0/+23
* Revert "SERVER-27968 $geoWithin with $centerSphere should return LineString a...Ramon Fernandez2017-10-101-23/+0
* SERVER-27968 $geoWithin with $centerSphere should return LineString and Polyg...Wan Bachtiar2017-10-101-0/+23
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-261-4/+2
* Revert "SERVER-29887 address clang-4.0 warnings in geo code"Mathias Stearn2017-07-141-2/+4
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-131-4/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+7
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-103-13/+28
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-1/+3
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-2/+2
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+4
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-150/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+7
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-7/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+7
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-032-5/+9
* 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