index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
p2p_invalid_messages.py
Age
Commit message (
Expand
)
Author
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-28
test: Check that invalid peer traffic is accounted for
MarcoFalke
2020-09-28
test: Remove confusing cast to same type (int to int)
MarcoFalke
2020-09-22
Remove header checks out of net_processing
Troy Giorshev
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-06-19
test: hoist p2p values to test framework constants
Jon Atack
2020-06-19
test: improve msg sends and p2p disconnections in p2p_invalid_messages
Jon Atack
2020-06-19
test: refactor test_large_inv() into 3 tests with common method
Jon Atack
2020-06-19
test: add p2p_invalid_messages logging
Jon Atack
2020-06-19
net: update misbehavior logging for oversized messages
Jon Atack
2020-06-17
Test buffered valid message
Troy Giorshev
2020-06-13
[tests] Don't import asyncio to test magic bytes
John Newbery
2020-06-08
Refactor resource exhaustion test
Troy Giorshev
2020-06-08
Fix "invalid message size" test
Troy Giorshev
2020-06-08
Move size limits to module-global
Troy Giorshev
2020-06-08
Remove two unneeded tests
Troy Giorshev
2020-05-07
test: explicit imports from test_framework.messages in p2p_invalid_messages.py
Sebastian Falbesoner
2020-05-07
test: replace inv type magic numbers by constants
Sebastian Falbesoner
2020-04-19
Merge #18610: scripted-diff: test: replace command with msgtype (naming)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
scripted-diff: test: replace command with msgtype
Sebastian Falbesoner
2020-04-13
test: Add various low-level p2p tests
MarcoFalke
2020-03-31
test: Remove redundant sync_with_ping after add_p2p_connection
MarcoFalke
2020-01-25
Merge #17770: test: bump test timeouts so that functional tests run in valgrind
MarcoFalke
2020-01-25
bump test timeouts so that functional tests run in valgrind
Micky Yun Chan
2020-01-15
Replace coroutine with async def in p2p_invalid_messages.py
Elichai Turkel
2019-11-14
test: Remove fragile assert_memory_usage_stable
MarcoFalke
2019-10-23
Remove oversized message detection from log and interface
Pieter Wuille
2019-10-18
Refactor: split network transport deserializing from message container
Jonas Schnelli
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-07-23
test: Skip flaky p2p_invalid_messages test on macOS
Fabian Jahr
2019-04-04
qa: Make swap_magic_bytes in p2p_invalid_messages atomic
MarcoFalke
2019-02-02
test: Fix race in p2p_invalid_messages
MarcoFalke
2019-01-24
qa: Add tests for invalid message headers
MarcoFalke
2018-12-20
test: Bump timeout to run tests in travis thread sanitizer
MarcoFalke
2018-11-26
Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN memory...
practicalswift
2018-11-26
qa: clean up assert_memory_usage_stable utility
James O'Beirne
2018-11-26
qa: fix p2p_invalid_messages on macOS
James O'Beirne
2018-11-06
Send fewer spam messages in p2p_invalid_messages
James O'Beirne
2018-11-01
tests: add tests for invalid P2P messages
James O'Beirne