Linux Foundation Collaborative Projects
index
:
hicn
hicn-light-ng
host-stack
master
stable/2005
stable/2009
stable/2101
stable/2106
stable/2210
transport-ng
Hybrid Information-Centric Networking
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libtransport
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-02
[HICN-425] RTC min window
michele papalini
1
-3
/
+0
2019-12-02
[HICN-426] Add isRunning API to consumer and producer socket.
Mauro Sardara
3
-0
/
+9
2019-12-02
Merge "[HICN-425] RTC min window"
Alberto Compagno
2
-2
/
+8
2019-12-02
[HICN-425] RTC min window
michele papalini
2
-2
/
+8
2019-11-29
[HICN-423] Handle exception of producer socket thrown upon socket disposing.
Mauro Sardara
1
-1
/
+7
2019-11-25
Merge "[HICN-406] Adding face deletion on the hicn-plugin when the correspond...
Mauro Sardara
4
-7
/
+95
2019-11-22
[HICN-413] rtc client improvements
michele papalini
2
-9
/
+20
2019-11-22
Merge "[HICN-411] Change how manifests are requested"
Alberto Compagno
3
-90
/
+73
2019-11-22
[HICN-406] Adding face deletion on the hicn-plugin when the corresponding soc...
Alberto Compagno
4
-7
/
+95
2019-11-22
Merge "[HICN-405] Added application face delete"
Alberto Compagno
2
-2
/
+4
2019-11-22
[HICN-405] Added application face delete
Alberto Compagno
2
-2
/
+4
2019-11-22
[HICN-411] Change how manifests are requested
Olivier Roques
3
-90
/
+73
2019-11-22
Merge "[HICN-394] Add route commands add, list, del for the hicn-plugin"
Alberto Compagno
2
-3
/
+9
2019-11-22
[HICN-410] reduce sentinel timer aggressiveness
michele papalini
1
-2
/
+2
2019-11-22
[HICN-409] remove race condition in rtc procuder socket
michele papalini
1
-2
/
+4
2019-11-20
[HICN-402] Limit in-flight interests for manifests
Olivier Roques
3
-2
/
+25
2019-11-20
[HICN-394] Add route commands add, list, del for the hicn-plugin
Alberto Compagno
2
-3
/
+9
2019-11-15
[HICN-386] Improve API error management in libhicnctrl
Jordan Augé
1
-1
/
+1
2019-11-14
[HICN-393] Fix various issues related to manifests
Olivier Roques
7
-20
/
+50
2019-11-14
[HICN-392] Assign independent suffixes for manifests/contents
Olivier Roques
9
-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 vapi
Alberto Compagno
13
-85
/
+91
2019-11-04
Merge "[HICN-356] Fix uninitialized pointer"
Alberto Compagno
1
-0
/
+2
2019-10-31
[HICN-371] Fix invalid read reported by Valgrind when many timeouts happen.
Mauro Sardara
1
-2
/
+3
2019-10-31
[HICN-356] Fix uninitialized pointer
Olivier Roques
1
-0
/
+2
2019-10-31
Merge "[HICN-371] Solve memory leaks in libtransport."
Jordan Augé
3
-10
/
+25
2019-10-31
Merge "[HICN-354] Fixed bug on raaqm when reassemblying packets"
Michele Papalini
5
-106
/
+61
2019-10-31
[HICN-371] Solve memory leaks in libtransport.
Mauro Sardara
3
-10
/
+25
2019-10-31
[HICN-354] Fixed bug on raaqm when reassemblying packets
Alberto Compagno
5
-106
/
+61
2019-10-31
[HICN-361] speed up the socket start up
michele papalini
1
-16
/
+31
2019-10-31
[HICN-318] schedule rounds using timers in rtc conusmer
michele papalini
2
-15
/
+13
2019-10-30
[HICN-360] retransmit pending interests when all of them get lost without wai...
michele papalini
2
-8
/
+105
2019-10-22
[HICN-342] No need to take a lock on the hash entry if the lookup for
Alberto Compagno
4
-6
/
+6
2019-10-22
Merge "[HICN-346] Add version of the transport library in the config.h heade...
Michele Papalini
2
-0
/
+6
2019-10-22
[HICN-346] Add version of the transport library in the config.h header file.
Mauro Sardara
2
-0
/
+6
2019-10-22
[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safe
Alberto Compagno
17
-1365
/
+1755
2019-10-18
[HICN-339] improve rtc producer socket for low rate traffic
michele papalini
2
-19
/
+17
2019-10-18
Merge "[HICN-337] correlty set timers for rtx in rtc consumer"
Alberto Compagno
2
-24
/
+54
2019-10-18
[HICN-337] correlty set timers for rtx in rtc consumer
michele papalini
2
-24
/
+54
2019-10-18
[HICN-338] correctly compute the estimated production rate in rtc socket
michele papalini
1
-4
/
+4
2019-10-16
Merge "[HICN-335] fix max win computation in RTC consumer"
Mauro Sardara
1
-1
/
+1
2019-10-16
Merge "[HICN-333] fix addRetransmissions in RTC consumer socket"
Alberto Compagno
1
-1
/
+1
2019-10-16
[HICN-335] fix max win computation in RTC consumer
michele papalini
1
-1
/
+1
2019-10-16
Merge "[HICN-334] remove LOG for no pending interests in portal"
Alberto Compagno
1
-1
/
+1
2019-10-16
[HICN-333] fix addRetransmissions in RTC consumer socket
michele papalini
1
-1
/
+1
2019-10-16
[HICN-334] remove LOG for no pending interests in portal
michele papalini
1
-1
/
+1
2019-10-16
[HICN-332] add output buffer to the RTC producer socket
michele papalini
1
-8
/
+37
2019-10-16
[HICN-331] schedule rtx at the right time
michele papalini
2
-14
/
+13
2019-10-15
[HICN-239] retransmissions on RTC
michele papalini
1
-33
/
+37
2019-10-14
[HICN-322] fix timeouts inside portal
michele papalini
1
-2
/
+8
[prev]
[next]