aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport
AgeCommit message (Expand)AuthorFilesLines
2019-03-19[HICN-125] Use getPayload once in rtc transport functions.Mauro Sardara1-5/+6
2019-03-19[HICN-125 HICN-126]Mauro Sardara11-174/+109
2019-03-18Merge "[HICN-103] Manifest retransmissions."Alberto Compagno3-2/+41
2019-03-18[HICN-103] Manifest retransmissions.Mauro Sardara3-2/+41
2019-03-15Merge "[HICN-118] Add .clang-format file, format all libtransport project."Mauro Sardara3-5/+7
2019-03-15[HICN-114] Update Hicn Http Server to hicn fdio stackAngelo Mantellini1-2/+2
2019-03-15[HICN-118] Add .clang-format file, format all libtransport project.Mauro Sardara3-5/+7
2019-03-14Merge "[HICN-116] Added RTC producer option to hiperf."Mauro Sardara3-15/+21
2019-03-14[HICN-116] Added RTC producer option to hiperf.Mauro Sardara3-15/+21
2019-03-14[HICN-115] Error when libtransport has to close the connectionAngelo Mantellini1-1/+2
2019-03-12[HICN-109] Adding higet applicationAngelo Mantellini3-10/+11
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 Mantellini7-23/+23
2019-03-08[HICN-99] Destroy in the correct order and in the correct event loop the attr...Mauro Sardara12-149/+128
2019-03-08[HICN-85] Added state to connectors.Mauro Sardara11-95/+79
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 Sardara13-143/+333
2019-03-05[HICN-11] Rework on transport protocols improving components modularityMauro Sardara80-4222/+2859
2019-03-01[HICN-86] Fix include file order in libtransport and hicn-light.Mauro Sardara1-1/+1
2019-02-22Merge "[HICN-80] Avoid segfault when deleting memif interface on VPP."Alberto Compagno4-13/+14
2019-02-22[HICN-80] Avoid segfault when deleting memif interface on VPP.Mauro Sardara4-13/+14
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 papalini6-2/+9
2019-02-18Merge "[HICN-50] Added udp application connector."Alberto Compagno19-136/+533
2019-02-18[HICN-50] Added udp application connector.Mauro Sardara19-136/+533
2019-02-18[HICN-67] add interest callback in RTC producer socketmichele papalini1-2/+5
2019-02-13[HICN-61] Compile Error in libtransport in windows environmentAngelo Mantellini2-3/+5
2019-02-13Merge "[HICN-62] Using the new API in libparc to remove a per-packet copy of ...Mauro Sardara1-1/+1
2019-02-13[HICN-62] Using the new API in libparc to remove a per-packet copy of the sig...Alberto Compagno1-1/+1
2019-02-13[HICN-60] Solved concurrent memory access which was leading to seg-faultAlberto Compagno5-22/+15
2019-02-13[HICN-59] Do not call clear on membuf sharing same underlying memory. Use tri...Mauro Sardara2-1/+5
2019-02-12[HICN-52] Fix signature computation and verification in libtransportMauro Sardara3-31/+44
2019-02-11[HICN-46] Remove warnings libtransport on windowsAngelo Mantellini26-100/+122
2019-02-10[HICN-48] remove hole detection in RTCmichele papalini2-121/+0
2019-02-08Merge "[HICN-43] Fixed packet lifetime and setting AH flag when a data packet...Alberto Compagno2-5/+5
2019-02-08[HICN-43] Fixed packet lifetime and setting AH flag when a data packet carrie...Alberto Compagno2-5/+5
2019-02-07[HICN-41] rename define variables in rtc transportmichele papalini2-104/+96
2019-02-07[HICN-39] Added api that return a pointer to the signature hold in a packetAlberto Compagno9-56/+39
2019-02-05[HICN-25] Test docs script.Mauro Sardara1-0/+1
2019-02-04[HICN-29] fixed consumer socket connectionmichele papalini1-1/+0
2019-02-01[HICN-10] Compile libtransport with libmemif supportMauro Sardara5-39/+46
2019-01-31[HICN-20] This source upgrade allows to compile ping_client, ping_server and ...Angelo Mantellini3-5/+19
2019-01-30[HICN-18] first commit of libtransport for windowsAngelo Mantellini122-123/+216
2019-01-29[HICN-17] Add possibility to destroy connection directly from stopEventsLoop ...Mauro Sardara7-20/+34
2019-01-29[HICN-10] Treat warning as errors in compilation during verify jobs.Mauro Sardara1-1/+1
2019-01-28[HICN-15] add include in socket_connectormichele papalini1-0/+1
2019-01-25[HICN-13] sendInterest with customized callbacksmichele papalini3-23/+82
2019-01-24new constructors for RTC producer/consumer socketsmichele papalini4-0/+26