1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-13 19:56:12 +02:00
Commit Graph

3492 Commits

Author SHA1 Message Date
Pavel Odintsov 866ac8ce3a Added README corrections recommended by Grammarly 2023-05-22 21:19:57 +01:00
Pavel Odintsov 6335b9759a Debian bookworm got permanent name during freeze 2023-05-22 21:02:34 +01:00
Pavel Odintsov f66ff0a9b9 Fixed typo 2023-05-22 20:54:46 +01:00
Pavel Odintsov 479f2ebb16 Switched to log4cpp 1.1.4 for Windows platforms 2023-05-22 20:38:21 +01:00
Pavel Odintsov 14b128a906 Deprecated support for Debian 9 Stretch as it has not support since end of June 2022 2023-05-22 20:00:03 +01:00
Pavel Odintsov 75b8081aae
Documented how our telemetry is implemented 2023-04-28 21:05:32 +01:00
Pavel Odintsov ce92f7da29 Added detailed comments about XDP detection logic in cmake 2023-04-22 21:50:46 +01:00
Pavel Odintsov 97567a051c Added cmake flag to disable XDP builds as libbpf on Ubuntu 22.04 is significantly out of sync with libbpf 1.x API and we have no plans to support it 2023-04-22 21:40:38 +01:00
Pavel Odintsov 75788631fe Simplified feature checking logic 2023-04-22 21:34:09 +01:00
Pavel Odintsov 84ac8426b3 Added cmake logic to guess when we have libbpf 1.x in place 2023-04-22 21:25:24 +01:00
Pavel Odintsov bae7595147 Added chdir option for make 2023-04-22 21:01:30 +01:00
Pavel Odintsov 5dc4a28aff Removed useless space 2023-04-22 20:11:10 +01:00
Pavel Odintsov 4e06e4dad5 Added few more missing dependencies and made more specific Boost dependencies to reduce number of downloads 2023-04-22 20:10:11 +01:00
Pavel Odintsov 3383a49d70 Added two more missing dependencies 2023-04-22 20:05:09 +01:00
Pavel Odintsov d78ee24956 Fixed name for Protobuf compiler in Ubuntu 2023-04-22 20:02:03 +01:00
Pavel Odintsov 64c2a2b0f0 Added FastNetMon dependencies 2023-04-22 19:59:58 +01:00
Pavel Odintsov b193aa6462 Added CI target to build on Ubuntu 22.04 with system dependencies 2023-04-22 19:54:45 +01:00
Pavel Odintsov f0524ca23e Moved more important information to the top of README 2023-04-11 21:56:19 +01:00
Pavel Odintsov 829cd120d7 Rearranged section in README 2023-04-11 21:53:19 +01:00
Pavel Odintsov 533fc5255f Rearranged section in README 2023-04-11 21:52:06 +01:00
Pavel Odintsov c0c2b007e9 Added all hashes for Debian 12 on ARM 64 2023-04-11 17:32:50 +01:00
Pavel Odintsov e6cdeaf61a Added last hash for Debian 11 ARM64 build 2023-04-11 17:13:05 +01:00
Pavel Odintsov 1bb406153b Passed correct architectrure for CentOS ARM builds from CI 2023-04-11 17:09:40 +01:00
Pavel Odintsov 108922fd30 Unified logic for building RPM packages for ARM on CentOS platforms 2023-04-11 16:57:31 +01:00
Pavel Odintsov 6f618342f8 Unified logic to support ARM64 for CentOS. Updated Docker image version and added debug logic for build package script 2023-04-11 16:50:21 +01:00
Pavel Odintsov 80062429b7 Added hashes for CentOS 9 for ARM 2023-04-11 15:50:31 +01:00
Pavel Odintsov f1bac7b756 Added hashes for CentOS 8 for ARM 2023-04-11 15:33:55 +01:00
Pavel Odintsov 04f00487f9 Fixed order of hashes in configuration 2023-04-11 15:28:46 +01:00
Pavel Odintsov 61d0136fbc Added ARM64 placeholders for CentOS 9 2023-04-11 15:23:15 +01:00
Pavel Odintsov b4dec3e910 Added ARM64 placeholders for CentOS 8 2023-04-11 15:10:49 +01:00
Pavel Odintsov f59a74aa9f Added hashes for Debian 11 ARM 2023-04-11 14:19:42 +01:00
Pavel Odintsov 5e19bf3b0b Added gcc hashes for CentOS 8 and 9 on ARM64 2023-04-11 14:11:22 +01:00
Pavel Odintsov ceaab4a55e Added hashes 2023-04-11 14:06:47 +01:00
Pavel Odintsov 63ff55f317 Added hash placeholders 2023-04-11 12:50:36 +01:00
Pavel Odintsov f7c69605f7 Added ARM hashes for Ubuntu 20.04 2023-04-11 12:23:07 +01:00
Pavel Odintsov c264f5dc38 Added hashes for Debian 12 ARM 2023-04-11 12:16:44 +01:00
Pavel Odintsov 93584e0239 Added gcc hash for Ubuntu 20.04 on ARM 2023-04-11 11:55:00 +01:00
Pavel Odintsov 3cd4293ca2 Added gcc hash for Debian 12 2023-04-11 11:45:08 +01:00
Pavel Odintsov 3266e6866b Added missing dependency diffutils for CentOS gcc builds 2023-04-11 11:40:45 +01:00
Pavel Odintsov 43af65057c Added hashes for new log4cpp 2023-04-11 11:29:53 +01:00
Pavel Odintsov 7310722ba9 Cleanup old hashes for log4cpp 2023-04-11 10:39:01 +01:00
Pavel Odintsov 67842ef37a Added ARM build option for all relatively modern distros 2023-04-11 10:37:11 +01:00
Pavel Odintsov 20fe7926e2 Added gcc hashes for Debian 11 build 2023-04-10 22:53:24 +01:00
Pavel Odintsov c565b2325d Added hashes for gTest and log4cpp for ARM64 2023-04-10 22:51:07 +01:00
Pavel Odintsov bf73d9e0cd Attempt to fix log4cpp build failure on ARM64 with explicit setting of build type. Related #980 2023-04-10 22:44:16 +01:00
Pavel Odintsov 04c620c354 Upgrade log4cpp to 1.1.4rc3 to address ARM64 compatibility 2023-04-10 22:36:58 +01:00
Pavel Odintsov bb9fd9106c Added GoBGP hashes 2023-04-10 22:25:41 +01:00
Pavel Odintsov d18c0e0c4d We need to use another package name to download GoBGP on ARM64 2023-04-10 22:21:49 +01:00
Pavel Odintsov cc69c337a5 Added checksums 2023-04-10 22:08:00 +01:00
Pavel Odintsov 0b5ed3145a Unified CentOS build configuration 2023-04-10 22:06:06 +01:00