aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src
AgeCommit message (Expand)AuthorFilesLines
2022-12-02feat: configure hicnlight port in libtransport and libconfigMauro Sardara3-30/+44
2022-12-01feat(libtransport): add configuration section for hicnlight io_moduleMauro Sardara2-5/+56
2022-11-22feat(auth): add support for ED25519 and ED448Olivier Roques5-249/+158
2022-10-19fix(sonar): False positives Identical sub-expressions on both sides of operatorLuca Muscariello2-4/+4
2022-09-30feat: support for new packet format in hicn-lightJordan Augé12-257/+128
2022-09-29Merge "fix(rtc-production-protocol): do not modify packet just after sending it"Michele Papalini6-27/+40
2022-09-29refactor(io_modules): remove deprecated loopback moduleMauro Sardara6-319/+0
2022-09-29fix(rtc-production-protocol): do not modify packet just after sending itMauro Sardara6-27/+40
2022-09-23fix(hicn-light): fix routing issuesJordan Augé1-1/+1
2022-09-21refactor(logs): use glog instead of printsEnrico Loparco (eloparco)2-12/+8
2022-09-16fix(gcc): fix gcc warningsEnrico Loparco (eloparco)1-1/+1
2022-09-14feat(hicn-ping): allow usage of random prefixes/suffixes in hicn-pingEnrico Loparco (eloparco)6-3/+222
2022-09-02fix(sonar): make sonarqube happyMauro Sardara3-11/+8
2022-09-02fix: correct bugs in interest processing pipelineMauro Sardara1-2/+5
2022-09-01feat(hicn-plugin): interest manifestMauro Sardara6-39/+59
2022-08-10feat: add interest manifest serialization/deserializationMauro Sardara2-18/+20
2022-08-04feat: Due to the deep modifications related to names and packet format,Luca Muscariello35-912/+783
2022-06-30refactor(lib, hicn-light, vpp, hiperf): HICN-723Luca Muscariello132-4629/+2568
2022-04-26HICN-722: Updates on transport, RTC, manifest usage for RTC, infra.Luca Muscariello41-565/+898
2022-03-31feat: boostrap hicn 22.02Luca Muscariello225-6235/+12099
2021-07-06[HICN-713] Transport Library Major Refactoring 2Mauro182-11453/+6245
2021-05-03[HICN-703] correct minor cmake issues and memset in manifest_format_fixed.ccAngelo Mantellini2-15/+3
2021-04-30[HICN-703] Update windows-sdk and hicn codeAngelo Mantellini26-79/+113
2021-04-15[HICN-690] Transport Library Major RefactoryLuca Muscariello169-1900/+16822
2021-02-10Merge "[HICN-679] Do not throw exception when receiving corrupted/not-hicn pa...v21.01-rc0Mauro Sardara3-11/+14
2021-02-05[HICN-681] Remove compilation warning in ubuntu 20.04 jobs.Mauro Sardara1-2/+4
2021-02-05[HICN-679] Do not throw exception when receiving corrupted/not-hicn packet fr...Mauro Sardara3-13/+18
2021-01-27[HICN-677] Add link flag to workaround undefined symbols referenced in vpp li...Mauro Sardara1-0/+4
2021-01-26[HICN-677] Fix compilation error for tests in ubuntu bionic.Mauro Sardara1-42/+1
2021-01-26[HICN-677] Add support for unit testing across all subprojectsMauro Sardara7-105/+57
2021-01-22[HICN-676] Memory leak fix in VerifierJacques Samain1-0/+1
2020-12-14[HICN-665] Convert headers to lower-case before storing them.Mauro Sardara1-1/+4
2020-12-10[HICN-658] Increase memif ring size.Mauro Sardara1-3/+2
2020-12-10[HICN-658] Return error if buffer allocation fails in memif connector.Mauro Sardara1-3/+3
2020-12-10[HICN-658] Return error if buffer allocation fails in memif connector.Mauro Sardara1-0/+1
2020-11-23[HICN-659] Fix udp-encap inconsistenciesMauro Sardara1-1/+4
2020-11-20[HICN-658] Improve memif connector.Mauro Sardara3-7/+22
2020-11-10[HICN-651] Offload checksum computation to VPP.Mauro Sardara1-0/+3
2020-10-20Merge "[HICN-648] Optionally reset RAAQM window in a per-session basis"Michele Papalini2-0/+19
2020-10-20[HICN-648] Optionally reset RAAQM window in a per-session basisMauro Sardara2-0/+19
2020-10-15[HICN-647] Freezing CWND if the production rate of the producer is equal to 0Giulio Grassi1-0/+2
2020-09-18Revert to [HICN-638] Check if systemd is running before enabling hicn-light s...Mauro Sardara13-534/+371
2020-09-14[HICN-574] Host stack plugin for VPP.Mauro Sardara5-82/+12
2020-09-14[HICN-635] Expose protocol API in libtransport.Mauro Sardara11-330/+592
2020-09-14[HICN-598] [HICN-599] Fix hicn_name_t definition conflicts.Mauro Sardara2-39/+10
2020-06-10[HICN-627] CMake fix: consider local header files first and system ones after.Mauro Sardara1-2/+2
2020-06-09[HICN-623] Initialize is_async in ConsumerSocket constructor.Mauro Sardara4-23/+18
2020-06-03[HICN-623] Initialize all the callbacks before starting a new RTC session.Mauro Sardara2-20/+2
2020-05-29[HICH-618] HTTP proxy automatic configuration.Mauro Sardara2-7/+12
2020-05-20[HICN-613] Add io_service to ConsumerSocket constructor.Mauro Sardara18-170/+154