index
:
lwip.git
DEVEL
DEVEL-1_4_1
STABLE-0_6_0
STABLE-0_6_3
STABLE-0_7
STABLE-2_0_0
adamdunkels
leon-dhcp
lowpan6
lukem-pbuf
master
lwIP - A Lightweight TCPIP stack
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Fix compile of test_tcp.c unit test after introduction of tcp_next_iss hook
Dirk Ziegelmeier
1
-4/+4
13 days
Minor cleanup of FUZZ test Makefile
Dirk Ziegelmeier
1
-5/+4
13 days
Fixup Makefile of FUZZ test after moving to main lwIP rep
Dirk Ziegelmeier
1
-1/+3
2016-12-15
added note about afl-fuzz requiring linux
sg
1
-1/+1
2016-12-15
added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more pr...
sg
12
-0/+321
2016-11-25
fixed bug #49676 (Possible endless loop when parsing dhcp options) & added un...
goldsimon
1
-2/+109
2016-11-10
Update email address
Erik Ekman
1
-4/+1
2016-08-19
mdns: moved private things into mdns_priv.h
goldsimon
1
-0/+1
2016-08-19
Fix warning in test_etharp.c
Dirk Ziegelmeier
1
-1/+2
2016-08-19
Fix compile of DHCP unit test
Dirk Ziegelmeier
1
-1/+2
2016-08-18
Fix compile of MDNS unit test with GCC
Dirk Ziegelmeier
1
-4/+4
2016-08-18
Minor: cleanups in unit test code
Dirk Ziegelmeier
2
-39/+41
2016-08-18
Improve netif client data API for lwIP internal clients - these can use a com...
Dirk Ziegelmeier
2
-16/+17
2016-08-18
Fix DHCP unit test after my last changes
Dirk Ziegelmeier
1
-16/+16
2016-08-17
Also rename LWIP_MDNS to LWIP_MDNS_RESPONDER in unit tests...
Dirk Ziegelmeier
1
-1/+1
2016-08-14
Apply patch #8755: Multicast DNS responder support from Erik Ekman
Erik Ekman
4
-1/+902
2016-08-11
Fix compile of unit test
Dirk Ziegelmeier
1
-0/+1
2016-08-08
minor: macros should not end with underscore(s)
sg
10
-22/+22
2016-08-07
Fix clang address sanitizer errors in unit tests (buffers too small)
Dirk Ziegelmeier
2
-2/+2
2016-07-22
Disable SYS_LIGHTWEIGHT_PROT in unit tests
Erik Ekman
1
-0/+1
2016-07-08
fixed unit tests after changing memp stats
goldsimon
4
-35/+35
2016-07-08
Next try to fix test_udp.c (can't compile it at my current machine)
Dirk Ziegelmeier
1
-4/+4
2016-07-08
Fix compile of UDP unit test
Dirk Ziegelmeier
1
-4/+4
2016-06-24
Fix pedantic dhcp test error
Erik Ekman
1
-1/+1
2016-06-24
Switch to C-style comments in test lwipopts
Erik Ekman
1
-1/+1
2016-06-23
Fix warnings in unit test code when compiling with stricter GCC settings
Dirk Ziegelmeier
5
-23/+29
2016-06-22
doxygen updates - include IPv6 in documentation. Exclude include/netif/ppp/po...
Dirk Ziegelmeier
1
-1/+1
2016-06-13
[PATCH] Drop instead of ASSERT in tcp_input header parsing
Henrik Persson
1
-0/+71
2015-10-10
all: trivial include changes related to the new "lwip/priv/" include directory
Sylvain Rochet
3
-3/+3
2015-09-27
test: etharp: Fixed const warning
Sylvain Rochet
1
-1/+1
2015-09-18
Fix tests after ip4_current_header() made const
Erik Ekman
1
-2/+2
2015-08-05
Fixed more compiler warnings for unit tests
sg
3
-19/+30
2015-08-05
test_etharp: Fix warning about braces
Erik Ekman
1
-4/+4
2015-08-05
test_tcp_oos: Remove last_dropped variable, never read
Erik Ekman
1
-5/+0
2015-08-03
Fixed unit tests (compiler errors/warnings, coding style)
sg
4
-13/+21
2015-08-03
Fix edge case in pbuf_take_at()
Erik Ekman
1
-1/+83
2015-04-20
Fixed PBUF_LINK_ENCAPSULATION_HLEN support
Sylvain Rochet
1
-4/+4
2015-04-10
fixed unit tests after changing ip_addr_t
goldsimon
5
-87/+94
2015-03-20
tcp: Fix ooseq processing when seqno is near 2^32
Clint Sbisa
1
-0/+94
2015-03-20
Fixed tcp unit tests after changing routing to check for link up
goldsimon
1
-1/+1
2015-03-06
Fixed compiler warnings in unit tests
goldsimon
2
-1/+2
2015-03-06
Fixed dhcp unit tests after changing netif up/down handling
goldsimon
1
-19/+12
2014-12-10
mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added ano...
goldsimon
1
-5/+51
2014-08-20
Restore DHCP relay test packet numbers
Erik Ekman
1
-5/+4
2014-05-19
Fixed bug #35874 reserved identifier violation (removed leading underscores f...
Simon Goldschmidt
10
-22/+22
2014-02-12
Unit test patch by Erik Ekman: use macro to store correct testcase name
Simon Goldschmidt
8
-56/+66
2014-02-12
Don't mark arrays as const since they are modified by the test
Erik Ekman
1
-3/+3
2014-02-12
Another fix to window scaling: support queueing more than 64 KByte in ooseq data
Simon Goldschmidt
2
-1/+83
2013-01-11
Changed C++ comments to C style
Simon Goldschmidt
1
-170/+172
2012-09-19
Segfault in dhcp_parse_reply if no end marker
Henrik Persson
1
-1/+106
[next]