aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Merge "[HICN-503] correctly compute drop probability in RAAQM"Alberto Compagno1-1/+2
2020-02-05Merge "[HICN-501] Change calculation of next reassembly segment when manifest...Michele Papalini4-39/+57
2020-02-05[HICN-503] correctly compute drop probability in RAAQMmichele papalini1-1/+2
2020-02-05[HICN-502] fix min_filter max sizemichele papalini1-1/+1
2020-02-04[HICN-501] Change calculation of next reassembly segment when manifests are e...Olivier Roques4-39/+57
2020-02-03Merge "[HICN-489] Add iOS support to hicn stack"Jordan Augé2-2/+2
2020-02-03[HICN-489] Add iOS support to hicn stackAngelo Mantellini2-2/+2
2020-01-31[HICN-499] RAAQM: do not reinitialize window at every call of consume.Mauro Sardara1-1/+0
2020-01-30[HICN-492] Initialization of vapi_ctx_t before calling vapi_safe_connect()Alberto Compagno2-12/+12
2020-01-30[HICN-445] Update to vpp 20.01Alberto Compagno1-13/+1
2020-01-27[HICN-488] Adding lock to vapi calls and manage vapi_connect in order to conn...Alberto Compagno5-41/+75
2020-01-20[HICN-479] Fixed dependency on libhicnctrl-memif in libtransport-memif deb an...Alberto Compagno1-2/+2
2020-01-09[HICN-471] Fix wrong callback check in RAAQMOlivier Roques1-1/+1
2019-12-20[HICN-466] expose rtt stats to appliaction in rtc transportmichele papalini1-0/+1
2019-12-19[HICN-463] Initialize memory before sending message to hicn-light-forwarderMauro Sardara1-1/+1
2019-12-11Merge "[HICN-430] Rework on CMake"Luca Muscariello1-12/+12
2019-12-10[HICN-430] Rework on CMakeMauro Sardara1-12/+12
2019-12-06[HICN-437] concurrency problem in rtc producer socketmichele papalini2-3/+3
2019-12-04Merge "[HICN-433] fix and tune parameters in rtc transport"Mauro Sardara1-2/+2
2019-12-04[HICN-433] fix and tune parameters in rtc transportmichele papalini1-2/+2
2019-12-04[HICN-427] Producer and consumer socket created with vapiAlberto Compagno15-986/+409
2019-12-04[HICN-428] Creating libctrl deb and rpm packages specific for hicn-pluginAlberto Compagno2-3/+4
2019-12-02Merge "[HICN-425] RTC min window"Alberto Compagno1-3/+0
2019-12-02[HICN-425] RTC min windowmichele papalini1-3/+0
2019-12-02[HICN-426] Add isRunning API to consumer and producer socket.Mauro Sardara3-0/+9
2019-12-02Merge "[HICN-425] RTC min window"Alberto Compagno2-2/+8
2019-12-02[HICN-425] RTC min windowmichele papalini2-2/+8
2019-11-29[HICN-423] Handle exception of producer socket thrown upon socket disposing.Mauro Sardara1-1/+7
2019-11-25Merge "[HICN-406] Adding face deletion on the hicn-plugin when the correspond...Mauro Sardara4-7/+95
2019-11-22[HICN-413] rtc client improvementsmichele papalini2-9/+20
2019-11-22Merge "[HICN-411] Change how manifests are requested"Alberto Compagno3-90/+73
2019-11-22[HICN-406] Adding face deletion on the hicn-plugin when the corresponding soc...Alberto Compagno4-7/+95
2019-11-22Merge "[HICN-405] Added application face delete"Alberto Compagno2-2/+4
2019-11-22[HICN-405] Added application face deleteAlberto Compagno2-2/+4
2019-11-22[HICN-411] Change how manifests are requestedOlivier Roques3-90/+73
2019-11-22Merge "[HICN-394] Add route commands add, list, del for the hicn-plugin"Alberto Compagno2-3/+9
2019-11-22[HICN-410] reduce sentinel timer aggressivenessmichele papalini1-2/+2
2019-11-22[HICN-409] remove race condition in rtc procuder socketmichele papalini1-2/+4
2019-11-20[HICN-402] Limit in-flight interests for manifestsOlivier Roques3-2/+25
2019-11-20[HICN-394] Add route commands add, list, del for the hicn-pluginAlberto Compagno2-3/+9
2019-11-15[HICN-386] Improve API error management in libhicnctrlJordan Augé1-1/+1
2019-11-14[HICN-393] Fix various issues related to manifestsOlivier Roques7-20/+50
2019-11-14[HICN-392] Assign independent suffixes for manifests/contentsOlivier Roques9-42/+270
2019-11-08[HICN-385] fix route removal in hicnctrl, code uniformization in hicn-light c...Jordan Augé3-22/+23
2019-11-04[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapiAlberto Compagno13-85/+91
2019-11-04Merge "[HICN-356] Fix uninitialized pointer"Alberto Compagno1-0/+2
2019-10-31[HICN-371] Fix invalid read reported by Valgrind when many timeouts happen.Mauro Sardara1-2/+3
2019-10-31[HICN-356] Fix uninitialized pointerOlivier Roques1-0/+2
2019-10-31Merge "[HICN-371] Solve memory leaks in libtransport."Jordan Augé3-10/+25
2019-10-31Merge "[HICN-354] Fixed bug on raaqm when reassemblying packets"Michele Papalini5-106/+61