aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/core
AgeCommit message (Expand)AuthorFilesLines
2020-02-26[HICN-534] Major rework on libtransport organizationMauro Sardara45-7397/+0
2020-02-21[HICN-2] Added P2P confidential communication on hICNAlberto Compagno9-50/+184
2020-02-18[HICN-510] Adding collectd plugins to get telemetry from vpp and hicn-pluginAlberto Compagno1-2/+0
2020-02-12[HICN-508] [HICN-509] [HICN-506] Manifest reworkMauro Sardara1-0/+10
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 Compagno4-36/+70
2019-12-19[HICN-463] Initialize memory before sending message to hicn-light-forwarderMauro Sardara1-1/+1
2019-12-04[HICN-427] Producer and consumer socket created with vapiAlberto Compagno13-984/+402
2019-11-29[HICN-423] Handle exception of producer socket thrown upon socket disposing.Mauro Sardara1-1/+7
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-20[HICN-394] Add route commands add, list, del for the hicn-pluginAlberto Compagno1-1/+7
2019-11-14[HICN-392] Assign independent suffixes for manifests/contentsOlivier Roques4-4/+18
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 Compagno12-84/+90
2019-10-31[HICN-371] Fix invalid read reported by Valgrind when many timeouts happen.Mauro Sardara1-2/+3
2019-10-31[HICN-371] Solve memory leaks in libtransport.Mauro Sardara2-9/+17
2019-10-16[HICN-334] remove LOG for no pending interests in portalmichele papalini1-1/+1
2019-10-14[HICN-322] fix timeouts inside portalmichele papalini1-2/+8
2019-10-09[HICN-311] Incorrect copying of ip_prefix_t data & uninitialized bytes causes...Jordan Augé1-0/+2
2019-10-08[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issuesJordan Augé1-1/+1
2019-10-07[HICN-298] Release new hICN app for AndroidJordan Augé15-78/+78
2019-08-22[HICN-263] DO_NOT_MERGEv19.08Alberto Compagno2-5/+13
2019-07-17[HICN-246] Initializing vpp_api state only the first time a socket is created.Alberto Compagno1-5/+4
2019-07-08[HICN-242] Perform only one allocation for the whole buffer passed to produce()Mauro Sardara5-71/+42
2019-05-17[HICN-200] Minor issue AndroidAngelo Mantellini3-2/+14
2019-04-18[HICN-178] Sync send of control messages.v19.04Mauro Sardara12-155/+312
2019-03-23[HICN-6] ATS fixesMauro Sardara2-0/+10
2019-03-23[HICN-6] ATS Working, little refactoring of appsMauro Sardara3-3/+5
2019-03-21[HICN-135] Fix setLifetime function.Mauro Sardara6-59/+79
2019-03-19[HICN-125 HICN-126]Mauro Sardara3-89/+68
2019-03-15[HICN-118] Add .clang-format file, format all libtransport project.Mauro Sardara1-2/+3
2019-03-14[HICN-115] Error when libtransport has to close the connectionAngelo Mantellini1-1/+2
2019-03-12[HICN-106]Mauro Sardara2-4/+0
2019-03-11[HICN-105] Errors during execution of ping and hiperfAngelo Mantellini1-4/+2
2019-03-08[HICN-102] Remove warnings and compilation errors in hicn on windowsAngelo Mantellini1-5/+5
2019-03-08[HICN-99] Destroy in the correct order and in the correct event loop the attr...Mauro Sardara4-63/+54
2019-03-08[HICN-85] Added state to connectors.Mauro Sardara10-94/+78
2019-03-05[HICN-89] Preallocate memory for timer handlers just with memif connector.Mauro Sardara1-2/+19
2019-03-05[HICN-73] Performance improvements of interest/data transmission and receptio...Mauro Sardara12-138/+328
2019-03-05[HICN-11] Rework on transport protocols improving components modularityMauro Sardara19-950/+85
2019-02-22Merge "[HICN-80] Avoid segfault when deleting memif interface on VPP."Alberto Compagno3-12/+12
2019-02-22[HICN-80] Avoid segfault when deleting memif interface on VPP.Mauro Sardara3-12/+12
2019-02-22[HICN-79] epoll timeout is now set to 1 secondAlberto Compagno1-2/+2
2019-02-19[HICN-69] Include libtransport config file in raw_socket_connector.h.Mauro Sardara1-0/+1
2019-02-18[HICN-69] add compiler definitions for programs using hicnmichele papalini4-0/+4
2019-02-18[HICN-50] Added udp application connector.Mauro Sardara18-134/+531
2019-02-13[HICN-60] Solved concurrent memory access which was leading to seg-faultAlberto Compagno2-15/+9