summaryrefslogtreecommitdiffstats
path: root/src/lib/asiolink/tests/io_address_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3320] minor changesRazvan Becheriu2024-04-171-1/+1
* [#3320] minor changesRazvan Becheriu2024-04-171-1/+1
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-2/+2
* [#2764] Hashing operator for IOAddressMarcin Siodelski2023-03-141-1/+30
* [1396] pre 1.8.0 release changesWlodek Wencel2020-08-241-1/+1
* Revert [#1283]Michal Nowikowski2020-07-241-12/+1
* [#1283] Added (and used) IOAddress hashFrancis Dupont2020-07-231-1/+12
* [5009] Implemented get6(subnet_id, address) function for SQL backends.Marcin Siodelski2016-09-201-2/+2
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3694] Changes as a result of the second code review.Marcin Siodelski2015-03-061-0/+3
* [3694] Fix a test and some typosShawn Routhier2015-03-061-1/+1
* [3694] Addressed review comments.Marcin Siodelski2015-03-051-6/+28
* [3694] New convenience functions added to IOAddress.Marcin Siodelski2015-02-231-0/+24
* [master] fix for Mac OS in IOAddress unit-testsTomek Mrugalski2015-02-181-5/+5
* [master] Merge branch 'trac3711'Marcin Siodelski2015-02-181-2/+77
|\
| * [3711] Changes after first part of the review:Tomek Mrugalski2015-02-181-7/+16
| * [3711] Copyright years updated.Tomek Mrugalski2015-02-171-1/+1
| * [3711] increaseAddress() moved from AllocEngine to IOAddressTomek Mrugalski2015-02-171-0/+19
| * [3711] IOAddress subtraction implemented.Tomek Mrugalski2015-02-171-1/+48
* | [3695] Addressed review comments.Marcin Siodelski2015-02-161-1/+7
|/
* [1485] Minor changes after review:Tomek Mrugalski2014-02-051-2/+3
* [1485] IOAddress.getAddress() removed.Tomek Mrugalski2014-01-211-0/+34
* [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-1/+1
* [1283] Define operator<< for IOAddressMukund Sivaraman2014-01-071-0/+10
* [2396] Modified IOAddress tests in light of reviewStephen Morris2012-12-061-14/+11
* [2396] Add methods to IOAddress: toBytes(), isV4() and isV6()Stephen Morris2012-12-041-0/+44
* [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes()Stephen Morris2012-11-191-3/+3
* [2238] Changes after review.Tomek Mrugalski2012-09-211-1/+1
* [2238] <= operator for IOAddress implemented.Tomek Mrugalski2012-09-141-0/+6
* [2238] IOAddress comparison operator.Tomek Mrugalski2012-09-141-0/+26
* [1226] Changes after review.Tomek Mrugalski2011-10-281-1/+1
* [1226] from_uint32 and operator uint32_t implemented in IOAddressTomek Mrugalski2011-10-261-0/+16
* Compilation fix for io_address_unittest.ccTomek Mrugalski2011-10-171-1/+1
* [1186] Part 3 of review changesTomek Mrugalski2011-10-141-2/+2
* [1186] from_bytes() method implement in IOAddressTomek Mrugalski2011-10-141-0/+20
* [master] removed the typeo conversion operator from IOAddress to char*.JINMEI Tatuya2011-10-081-1/+0
* Add conversion to c-style strings to let Google Test build.Shane Kerr2011-09-121-0/+3
* [trac751] Move dns related code to asiodns libOcean Wang2011-04-081-1/+1
* [trac554] Add missing newline at the end of a fileStephen Morris2011-02-181-1/+1
* [trac554] Now have UDPSocket and its unit test workingStephen Morris2011-02-151-0/+5
* [trac554] First stage of adding protocol-dependent upstream fetchStephen Morris2011-02-141-0/+58