summaryrefslogtreecommitdiffstats
path: root/src/bin/perfdhcp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#2618] Fixed shadowFrancis Dupont2024-06-052-7/+7
|
* [#3256] fix common warnings across compilersAndrei Pavel2024-05-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` io_service_thread_pool_unittests.cc:24:12: warning: unused variable 'TEST_TIMEOUT' [-Wunused-const-variable] mysql_connection_unittest.cc:217:75: warning: declaration of ‘out_bindings’ shadows a previous local [-Wshadow] mysql_host_data_source.cc:171:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:202:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:220:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:254:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:422:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:554:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:579:30: warning: useless cast to type ‘isc::dhcp::SubnetID’ {aka ‘unsigned int’} [-Wuseless-cast] mysql_host_data_source.cc:586:30: warning: useless cast to type ‘isc::dhcp::SubnetID’ {aka ‘unsigned int’} [-Wuseless-cast] mysql_host_data_source.cc:674:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:714:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:1313:18: warning: 'processFetchedData' overrides a member function but is not marked 'override' [-Wsuggest-override] mysql_host_data_source.cc:1353:37: warning: 'createBindForReceive' overrides a member function but is not marked 'override' [-Wsuggest-override] mysql_host_data_source.cc:1371:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:1456:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:1487:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:1508:18: warning: 'processFetchedData' overrides a member function but is not marked 'override' [-Wsuggest-override] mysql_host_data_source.cc:1542:37: warning: 'createBindForReceive' overrides a member function but is not marked 'override' [-Wsuggest-override] mysql_host_data_source.cc:1583:6: warning: extra ';' after member function definition [-Wextra-semi] mysql_host_data_source.cc:1803:25: warning: unused variable 'OPTION_ID_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1804:25: warning: unused variable 'CODE_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1805:25: warning: unused variable 'VALUE_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1806:25: warning: unused variable 'FORMATTED_VALUE_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1807:25: warning: unused variable 'SPACE_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1808:25: warning: unused variable 'PERSISTENT_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1809:25: warning: unused variable 'CANCELLED_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1810:25: warning: unused variable 'USER_CONTEXT_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1811:25: warning: unused variable 'DHCP_SUBNET_ID_COL' [-Wunused-const-variable] mysql_host_data_source.cc:1812:25: warning: unused variable 'HOST_ID_COL' [-Wunused-const-variable] mysql_host_data_source.cc:3222:24: warning: useless cast to type ‘char*’ [-Wuseless-cast] mysql_host_data_source.cc:3385:24: warning: useless cast to type ‘char*’ [-Wuseless-cast] mysql_host_data_source.cc:3426:24: warning: useless cast to type ‘char*’ [-Wuseless-cast] mysql_lease_mgr.cc:89:14: warning: unused variable 'HOSTNAME_MAX_LEN' [-Wunused-const-variable] mysql_lease_mgr.cc:95:14: warning: unused variable 'ADDRESS6_TEXT_MAX_LEN' [-Wunused-const-variable] mysql_lease_mgr.cc:98:14: warning: unused variable 'USER_CONTEXT_MAX_LEN' [-Wunused-const-variable] mysql_lease_mgr.cc:544:29: warning: useless cast to type ‘isc::db::my_bool*’ {aka ‘bool*’} [-Wuseless-cast] mysql_lease_mgr.cc:1929:10: warning: 'start' overrides a member function but is not marked 'override' [-Wsuggest-override] mysql_lease_mgr.cc:2010:30: warning: useless cast to type ‘isc::dhcp::SubnetID’ {aka ‘unsigned int’} [-Wuseless-cast] mysql_lease_mgr.cc:2020:10: warning: 'getNextRow' overrides a member function but is not marked 'override' [-Wsuggest-override] mysql_lease_mgr.cc:3427:13: warning: useless cast to type ‘uint64_t’ {aka ‘long unsigned int’} [-Wuseless-cast] mysql_lease_mgr.cc:4114:23: warning: variable length arrays are a C99 feature [-Wvla-extension] mysql_lease_mgr.cc:4226:23: warning: variable length arrays are a C99 feature [-Wvla-extension] option_opaque_data_tuples_unittest.cc:533:32: warning: zero size arrays are an extension [-Wzero-length-array] option_opaque_data_tuples_unittest.cc:552:32: warning: zero size arrays are an extension [-Wzero-length-array] option_opaque_data_tuples_unittest.cc:572:32: warning: zero size arrays are an extension [-Wzero-length-array] tcp_connection.cc:28:14: warning: unused variable 'MAX_LOGGED_MESSAGE_SIZE' [-Wunused-const-variable] test_control.cc:1826:23: warning: useless cast to type ‘class isc::asiolink::IOAddress’ [-Wuseless-cast] test_control.cc:1830:24: warning: useless cast to type ‘class isc::asiolink::IOAddress’ [-Wuseless-cast] test_control.cc:1871:34: warning: useless cast to type ‘class isc::asiolink::IOAddress’ [-Wuseless-cast] test_control.cc:1873:30: warning: useless cast to type ‘class isc::asiolink::IOAddress’ [-Wuseless-cast] ../../../src/lib/http/http_message_parser_base.h:26:45: warning: extra ‘;’ after in-class function definition [-Wextra-semi] ../../../src/lib/http/http_message_parser_base.h:174:18: warning: ‘virtual void isc::http::HttpMessageParserBase::defineEvents()’ can be marked override [-Wsuggest-override] ../../../src/lib/http/http_message_parser_base.h:177:18: warning: ‘virtual void isc::http::HttpMessageParserBase::verifyEvents()’ can be marked override [-Wsuggest-override] ../../../src/lib/http/http_message_parser_base.h:180:18: warning: ‘virtual void isc::http::HttpMessageParserBase::defineStates()’ can be marked override [-Wsuggest-override] ../../../src/lib/http/http_message_parser_base.h:233:18: warning: ‘virtual void isc::http::HttpMessageParserBase::onModelFailure(const string&)’ can be marked override [-Wsuggest-override] ```
* [#3256] attempt to fix nonsense Wstringop-overreadAndrei Pavel2024-05-201-6/+8
| | | | | | | | | | | | | | ``` warning: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ reading 1 or more bytes from a region of size 0 [-Wstringop-overread] ``` and Wsign-compare in the same file: ``` test_control.cc:116:35: warning: comparison of integers of different signs: 'uint64_t' (aka 'unsigned long') and 'int' [-Wsign-compare] 338ms test_control.cc:491:43: warning: comparison of integers of different signs: 'size_type' (aka 'unsigned long') and 'const int' [-Wsign-compare] test_control.cc:529:50: warning: comparison of integers of different signs: 'size_type' (aka 'unsigned long') and 'const int' [-Wsign-compare] ```
* [#3361] release changesWlodzimierz Wencel2024-04-291-1/+1
|
* [#3254] consistent version output across executablesAndrei Pavel2024-04-242-6/+18
| | | | | | | | | | | | | | | - replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid overlap with VERSION used in src/share/database. - add -V to kea-admin - add -V to kea-shell - add -V to keactrl - add -V to perfdhcp - removed getVersionAddendum from d2 and added the openssl version to the output of other process versions since it's not only used by d2 - make all -V outputs consistent. Some are showing only core version and are missing premium version which is fine since they are the executables that don't have something to do with premium directly anyway.
* [#3211] More new getVector use casesFrancis Dupont2024-03-201-8/+2
|
* [#3211] Almost doneFrancis Dupont2024-03-204-14/+9
|
* [#3263] release changesAndrei Pavel2024-02-262-2/+2
|
* [#3025] fix missing includeAndrei Pavel2024-02-222-1/+1
|
* [#3185] fixed access invalid iteratorRazvan Becheriu2024-02-211-3/+4
|
* [#3207] Format the codeSlawek Figiel2024-02-201-10/+7
|
* [#3207] Change the member namesSlawek Figiel2024-02-201-5/+5
|
* [#3207] Add some commentsSlawek Figiel2024-02-201-0/+6
|
* [#3207] Change the letter caseSlawek Figiel2024-02-201-3/+3
|
* [#3207] Trim whitespaceSlawek Figiel2024-02-201-3/+3
|
* [#3207] Replace boost radom with stdSlawek Figiel2024-02-201-4/+3
|
* [#3207] Remove old implementationSlawek Figiel2024-02-205-126/+3
|
* [#3207] Add a wrapper for boost rand generatorSlawek Figiel2024-02-202-7/+38
|
* [#3207] Remove helper classSlawek Figiel2024-02-202-29/+0
|
* [#3207] Remove helper classesSlawek Figiel2024-02-201-14/+0
|
* [#3207] Remove weighted random generatorSlawek Figiel2024-02-202-334/+0
|
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
|
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
| | | | | | | | | | | Rewrote encoding/decoding. src/lib/util/Makefile.am Removed old files, added encode.cc, encode.h src/lib/util/encode/encode.* New implemenentation encoding and decoding not based on boost.
* [#3237] release changesWlodek Wencel2024-01-2911-11/+11
|
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-229-93/+70
|
* [#3119] replace const auto with auto constRazvan Becheriu2024-01-221-1/+1
|
* [#3119] use auto const& whenever possibleRazvan Becheriu2024-01-222-4/+4
|
* [#3119] static cast time_t to uint32Piotrek Zadroga2024-01-221-1/+1
|
* [#2995] fixed ARM for perfdhcp -D optionRazvan Becheriu2023-08-041-0/+3
|
* [#2831] addressed review commentsRazvan Becheriu2023-06-281-1/+1
|
* [#2831] fixed static analizer warningsRazvan Becheriu2023-06-281-17/+17
|
* [#2830] static cast enum to intRazvan Becheriu2023-06-212-4/+7
|
* [#2889] release changesAndrei Pavel2023-05-295-5/+5
|
* [#2834] Addressed review commentsPiotrek Zadroga2023-05-291-2/+2
|
* [#2834] Addressed review commentsPiotrek Zadroga2023-05-292-13/+13
|
* [#2834] Updating perfdhcp usagePiotrek Zadroga2023-05-291-1/+7
|
* [#2834] Addressed review commentsPiotrek Zadroga2023-05-261-0/+10
|
* [#2834] Addressed review commentsPiotrek Zadroga2023-05-264-40/+109
|
* [#2834] Addressed review commentsPiotrek Zadroga2023-05-262-3/+12
|
* [#2834] Adding UTs for relayed v6 optsPiotrek Zadroga2023-05-261-0/+27
|
* [#2834] Adding UTs for relayed v6 optsPiotrek Zadroga2023-05-261-1/+29
|
* [#2834] Adding UTs for relayed v6 optsPiotrek Zadroga2023-05-262-4/+38
|
* [#2834] Adding relayed v6 optionsPiotrek Zadroga2023-05-261-2/+0
|
* [#2834] Adding relayed v6 optionsPiotrek Zadroga2023-05-263-2/+12
|
* [#2834] Initial code of relayed v6 optsPiotrek Zadroga2023-05-262-0/+61
|
* [#2817] use unsigned int for ifindex throughoutAndrei Pavel2023-05-131-1/+1
| | | | which is what if_nametoindex returns
* [#2769] release changesAndrei Pavel2023-02-171-1/+1
|
* [#2702] remove reference to config_reportRazvan Becheriu2023-02-111-3/+0
|
* [#2702] moved cfgrpt inside process folderRazvan Becheriu2023-02-111-2/+2
|
* [#2702] removed link dependencies to fix odr violationRazvan Becheriu2023-02-112-2/+0
|