Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-tools
/
e90a3580d69ec9a9952ef85e8e291ff027dbf6e4
/
tests
bb2d280
catchunks: remove modular version discovery
by Chavoosh Ghasemi
· 6 years ago
9e5122b
catchunks: Implement CUBIC window adaptation
by Klaus Schneider
· 6 years ago
e4687a1
Remove abandoned ndn-pib tool
by Davide Pesavento
· 6 years ago
d8197df
catchunks: refactor in preparation for CUBIC pipeline.
by schneiderklaus
· 6 years ago
8ff3abd
catchunks: increase retx limit and improve statistics
by schneiderklaus
· 6 years ago
0c6fcb5
catchunks: remove iterative version discovery method
by Chavoosh Ghasemi
· 6 years ago
d8f9af2
catchunks: add metadata-based version discovery
by Chavoosh Ghasemi
· 6 years ago
5cb6701
catchunks: pass versioned name to onDiscoverySuccess signal
by Chavoosh Ghasemi
· 6 years ago
7b9837b
dump: fix compilation on CentOS 7
by Davide Pesavento
· 6 years ago
ae37cf3
build: do not look for unneeded libraries
by Davide Pesavento
· 6 years ago
252b707
dissect-wireshark: update Interest Parameters TLV type
by Davide Pesavento
· 6 years ago
79991a0
putchunks: respond to RDR discovery Interests
by Chavoosh Ghasemi
· 6 years ago
2c9933c
chunks: fix impossible RTT values
by Ryan Wickman
· 7 years ago
20d5a0b
ping: set CanBePrefix=false
by Junxiao Shi
· 6 years ago
2bdda1d
pingserver: add --quiet option
by Davide Pesavento
· 6 years ago
5923bf8
pingserver: code cleanup
by Davide Pesavento
· 6 years ago
0ca7e69
dump: add IPv6 support
by Davide Pesavento
· 6 years ago
f912653
dump: stricter parsing of IP/TCP/UDP headers
by Davide Pesavento
· 6 years ago
b6b176c
dump: refactor packet parsing code into per-protocol functions
by Davide Pesavento
· 6 years ago
4fb67ea
dissect-wireshark: Add support for dissecting PPP frames
by Alexander Afanasyev
· 6 years ago
d1b1bf6
dump: handle exceptions thrown by lp::Packet::wireDecode()
by Davide Pesavento
· 6 years ago
b5b8f95
dump: add -t option to suppress printing per-packet timestamp
by Davide Pesavento
· 6 years ago
ecd4480
dump: code cleanup
by Davide Pesavento
· 6 years ago
468dbdf
poke: use unsetInterestFilter on Face instead of shutdown
by Eric Newberry
· 7 years ago
034f30f
chunks: fix aimd hanging with files less than chunk size
by Ryan Wickman
· 7 years ago
2f041d2
poke: add unit testing
by Eric Newberry
· 7 years ago
60f8cc1
build: switch to C++14
by Davide Pesavento
· 7 years ago
89db73c
dissect-wireshark: improve NDNLPv2 support
by Junxiao Shi
· 7 years ago
26ea1ac
build: require gcc >= 5.3
by Davide Pesavento
· 7 years ago
c687af6
dissect-wireshark: show Name and FinalBlockId as URIs
by Junxiao Shi
· 7 years ago
969cd5a
chunks+peek: stop using deprecated {get,set}FinalBlockId
by Davide Pesavento
· 7 years ago
ac4b546
dissect-wireshark: recognize CanBePrefix, HopLimit, Parameters
by Junxiao Shi
· 7 years ago
b54aabd
peek: drop Selectors support
by Junxiao Shi
· 7 years ago
75309ae
chunks: show correct packet loss stats in AIMD pipeline output
by Chavoosh Ghasemi
· 7 years ago
20c85cb
build: Cleanup and update of build scripts
by Alexander Afanasyev
· 7 years ago
cc2c717
tests: sync global configuration with NFD
by Davide Pesavento
· 7 years ago
f6991e1
chunks: print summary by default
by Davide Pesavento
· 7 years ago
3dae109
chunks: include RTT stats in final summary
by Chavoosh Ghasemi
· 7 years ago
dc4cb4b
tests: fix -Wunused-lambda-capture warning with clang-5
by Davide Pesavento
· 7 years ago
641f593
chunks: react to congestion marks
by Chavoosh Ghasemi
· 7 years ago
e9c6985
chunks: consolidate accounting of received data into onData()
by Davide Pesavento
· 7 years ago
6f76afc
chunks: refactor Producer options handling
by Davide Pesavento
· 7 years ago
06807dc
chunks: drop pointless init of virtual base from abstract class
by Davide Pesavento
· 7 years ago
59ec95a
ndnputchunks: display some output by default.
by Klaus Schneider
· 7 years ago
c070270
Fix compilation with Boost 1.65.0
by Davide Pesavento
· 7 years ago
bf28cd7
tests: remove obsolete makeLink helper function
by Davide Pesavento
· 7 years ago
a5b60cc
peek: transform Link into ForwardingHint
by Junxiao Shi
· 7 years ago
f860649
chunks: switch to v2::ValidatorNull
by Junxiao Shi
· 7 years ago
c9575a6
tests: include ndn-cxx/net/ethernet.hpp
by Junxiao Shi
· 7 years ago
20b2297
ping+tests: switch to ndn-cxx KeyChain v2
by Junxiao Shi
· 8 years ago
bfd66ad
tests: use new default value of ChildSelector
by Eric Newberry
· 8 years ago
958896e
chunks: more cleanups to enhance code readability
by Davide Pesavento
· 8 years ago
716ab60
build+ci: add code coverage support
by Eric Newberry
· 8 years ago
bf1c069
chunks: code cleanups
by Davide Pesavento
· 8 years ago
f162839
ping: remove potential divide-by-zero in StatisticsCollector
by Eric Newberry
· 8 years ago
022bddf
dump: recognize LINUX_SLL link-type
by Junxiao Shi
· 8 years ago
574eeb0
dissect-wireshark: Add initial support for NDNLPv2 packet dissecting
by Zipeng Wang
· 8 years ago
245d791
chunks: AIMD congestion control
by Weiwei Liu
· 8 years ago
b355889
peek: Refactor ndnpeek and add unit tests
by Zhuo Li
· 8 years ago
013de9b
tests: filename and test suite name corrections in pib and ping
by Davide Pesavento
· 8 years ago
89d9175
build: add waf-tool to simplify building with AddressSanitizer & friends
by Davide Pesavento
· 8 years ago
05d9209
chunks: fix memory error in Consumer::run
by Weiwei Liu
· 8 years ago
e65c6d7
dissect-wireshark: fix tvb overflow
by Junxiao Shi
· 8 years ago
7809e30
pib+tests: don't use deprecated block helpers
by Junxiao Shi
· 8 years ago
e476501
chunks: modularize pipeline implementation
by Weiwei Liu
· 9 years ago
aa1b3c9
tests: don't use makeDummyClientFace
by Junxiao Shi
· 8 years ago
6288486
ndnping: recognize and trace Nack
by Teng Liang
· 9 years ago
6fd1695
tests: don't install unit-tests
by Junxiao Shi
· 8 years ago
52401ce
build: require gcc >= 4.8.2 and boost >= 1.54.0
by Davide Pesavento
· 9 years ago
277ecf0
dump: Capture and print network NACK packets
by Vince Lehman
· 9 years ago
672b9a7
chunks: segmented file transfer
by Andrea Tosatto
· 9 years ago
3e79c9c
build: enable -Wextra by default
by Davide Pesavento
· 9 years ago
1e7a7b2
ping: Code refactoring
by Alexander Afanasyev
· 9 years ago
7f43c53
dissect-wireshark: Add support for dissecting of Ethernet frames (ethertype=0x8624)
by Alexander Afanasyev
· 9 years ago
357c205
dissect-wireshark: Refactored dissector implementation
by Alexander Afanasyev
· 9 years ago
a93680e
ping: Tests for Ping and PingServer
by Eric Newberry
· 9 years ago
0a312e5
pib: Adapt code into ndn-tools conventions
by Yingdi Yu
· 9 years ago
77627ab
Move pib service from ndn-cxx to ndn-tools
by Yingdi Yu
· 9 years ago
0f0bc4b
wscript: build a subset of tools
by Shock Jiang
· 10 years ago
2713a3b
tests: introduce unit testing
by Junxiao Shi
· 10 years ago