aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/core
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-13[HICN-59] Do not call clear on membuf sharing same underlying memory. Use tri...Mauro Sardara1-1/+2
2019-02-12[HICN-52] Fix signature computation and verification in libtransportMauro Sardara1-9/+12
2019-02-11[HICN-46] Remove warnings libtransport on windowsAngelo Mantellini7-14/+18
2019-02-08[HICN-43] Fixed packet lifetime and setting AH flag when a data packet carrie...Alberto Compagno1-2/+2
2019-02-07[HICN-39] Added api that return a pointer to the signature hold in a packetAlberto Compagno2-11/+21
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 Sardara4-38/+45
2019-01-30[HICN-18] first commit of libtransport for windowsAngelo Mantellini14-40/+59
2019-01-29[HICN-17] Add possibility to destroy connection directly from stopEventsLoop ...Mauro Sardara4-13/+28
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-21- Code style fixMauro Sardara53-557/+499
2019-01-17This is the first commit of the hicn projectv19.01Luca Muscariello54-0/+7747