summaryrefslogtreecommitdiff
path: root/src/mongo/util/itoa.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-231-0/+4
* SERVER-42034 Optimize ItoABilly Donahue2019-07-291-10/+7
* Revert "SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)"Ian Boros2019-07-221-7/+10
* SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)Billy Donahue2019-07-221-10/+7
* 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-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-131-3/+5
* SERVER-28134 add #pragma once to itoa.hMathias Stearn2017-02-281-0/+2
* SERVER-21554 Coverity analysis defect 76764: Macro compares unsigned to 0Waley Chen2016-07-201-2/+4
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-181-0/+57