Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-tools
/
5e3773dd5a92f40fbf02541fe31b95f786313768
/
tools
5e3773d
catchunks: switch to RttEstimatorWithStats
by Davide Pesavento
· 5 years ago
50cf6db
peek: change --link-file option to expect a raw binary file
by Davide Pesavento
· 5 years ago
0d4b182
pingserver: change the short form of --freshness to -f
by Davide Pesavento
· 5 years ago
7de32c1
poke: add --signing-info option
by Davide Pesavento
· 5 years ago
0da1f44
chunks+peek+ping: use correct underlying type for time::milliseconds
by Davide Pesavento
· 5 years ago
6a1396e
poke: rename -f/--force option to -u/--unsolicited
by Davide Pesavento
· 5 years ago
6752d94
catchunks: remove previously deprecated options
by Davide Pesavento
· 5 years ago
c5243b4
poke: don't respond if the Interest cannot be satisfied
by Davide Pesavento
· 5 years ago
b3ae634
poke: add --verbose option
by Davide Pesavento
· 5 years ago
de01c81
poke: wait indefinitely if --timeout is not specified
by Davide Pesavento
· 5 years ago
94dff00
poke: exit with status 3 on timeout
by Davide Pesavento
· 5 years ago
87434be
poke: exit with status 5 if prefix registration fails
by Davide Pesavento
· 5 years ago
e75861e
poke: code modernization and cleanup
by Davide Pesavento
· 5 years ago
ba56066
catchunks: adapt to recent RttEstimator API changes
by Davide Pesavento
· 6 years ago
65d1155
peek: code modernization and cleanup
by Davide Pesavento
· 6 years ago
526ff43
peek: with --verbose, show Data name and Nack reason
by Jeff Thompson
· 6 years ago
7057640
catchunks: use ndn-cxx's RttEstimator
by Davide Pesavento
· 6 years ago
84d8477
catchunks: get rid of the last few remaining uses of Selectors
by Davide Pesavento
· 6 years ago
105cd9e
Parameters => ApplicationParameters
by Davide Pesavento
· 6 years ago
e90a358
putchunks: include man files and add signing info
by Klaus Schneider
· 6 years ago
bb2d280
catchunks: remove modular version discovery
by Chavoosh Ghasemi
· 6 years ago
9e5122b
catchunks: Implement CUBIC window adaptation
by Klaus Schneider
· 6 years ago
bf2c517
chunks+ping: follow ndn::Scheduler API changes
by Davide Pesavento
· 6 years ago
da85e25
Rename translation units containing main() to main.cpp
by Davide Pesavento
· 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
aacc7da
ndn::util::scheduler => ndn::scheduler
by Davide Pesavento
· 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
80baddf
Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW
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
06d008c
chunks+poke+ping: use PendingInterestHandle and RegisteredPrefixHandle
by Junxiao Shi
· 6 years ago
79991a0
putchunks: respond to RDR discovery Interests
by Chavoosh Ghasemi
· 6 years ago
7664b12
chunks+ping: don't pass Scheduler to ScopedEventId
by Junxiao Shi
· 6 years ago
3347eaa
build: various cleanups
by Davide Pesavento
· 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
4a1b21d
dump: add udp port 56363 to the default pcap filter
by Davide Pesavento
· 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
24c0861
dump: capture in promisc mode by default, with an option to disable it
by Davide Pesavento
· 6 years ago
c3d65c9
dump: print libpcap version in --version output
by Davide Pesavento
· 6 years ago
fb42a3d
dump: enable optimizations in pcap_compile
by Davide Pesavento
· 6 years ago
ecd4480
dump: code cleanup
by Davide Pesavento
· 6 years ago
051db00
dump: stop using tcpdump headers
by Davide Pesavento
· 6 years ago
78de735
dump: remove dependency on Boost.Regex
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
c687af6
dissect-wireshark: show Name and FinalBlockId as URIs
by Junxiao Shi
· 7 years ago
a2d4b14
dissect: recognize CanBePrefix, HopLimit, Parameters
by Davide Pesavento
· 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
1aa9143
build: update waf to version 2.0.6
by Davide Pesavento
· 7 years ago
1fda67d
dissect-wireshark: display type+name in Info column
by Junxiao Shi
· 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
44b3b23
chunks: respect --retries=-1 in AIMD pipeline
by Davide Pesavento
· 7 years ago
2c3083d
catchunks: Change the default pipeline to AIMD
by Klaus Schneider
· 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
b587cfd
chunks: move getNextSegmentNo() to PipelineInterests base class
by Davide Pesavento
· 7 years ago
4d36ed5
chunks: Print summary for all pipeline types
by Chavoosh Ghasemi
· 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
887336c
chunks: declare DiscoverVersion destructor virtual
by Davide Pesavento
· 7 years ago
7072e16
ndncatchunks: Reduce initial timeout of iterative version discovery
by Klaus Schneider
· 7 years ago
59ec95a
ndnputchunks: display some output by default.
by Klaus Schneider
· 7 years ago
0ebecab
chunks: fix build with clang-5.0
by Davide Pesavento
· 7 years ago
c070270
Fix compilation with Boost 1.65.0
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
20b2297
ping+tests: switch to ndn-cxx KeyChain v2
by Junxiao Shi
· 8 years ago
958896e
chunks: more cleanups to enhance code readability
by Davide Pesavento
· 8 years ago
92998fe
chunks: respect common options in AIMD pipeline
by Davide Pesavento
· 8 years ago
bf1c069
chunks: code cleanups
by Davide Pesavento
· 8 years ago
cd65c2c
chunks: don't blindly call Scheduler::cancellAllEvents()
by Davide Pesavento
· 8 years ago
1b05b0a
pib: Disable PIB tool by default, it needs refactoring
by Alexander Afanasyev
· 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
1c71bcd
dump: minor error message fix
by Junxiao Shi
· 8 years ago
5e38479
dissect-wireshark: display Nonce value only
by Junxiao Shi
· 8 years ago
3ebb9cb
dissect: warn when specified file cannot be opened
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
Next »