2826 Commits (4335e99f2e53a4e34e1002858ee4d1931ef3cf6a)
 

Author SHA1 Message Date
Simon Goldschmidt 4335e99f2e netconn_gethostbyname() needs to check for name length when LWIP_MPU_COMPATIBLE==1 12 years ago
Simon Goldschmidt 1fd4b851f5 Moved #define NETDB_ELEM_SIZE from dns.h to netdb.h, where it belongs, and use sizeof() instead of hacked constants that are wrong on 64-bit platforms 12 years ago
Simon Goldschmidt 142cc8fe2a minor: fixed a comment typo only 12 years ago
Simon Goldschmidt 5c37c63cef fixed bug #42117 lwip_fcntl does not set errno 12 years ago
Simon Goldschmidt 39caf630a9 fixed bug #42299 tcp_abort() leaves freed pcb on tcp_bound_pcbs list 12 years ago
goldsimon b0502d1f3b added optional macros PACK_STRUCT_FLD_8() and PACK_STRUCT_FLD_S() to prevent gcc 4 from warning about struct members that do not need packing 12 years ago
Simon Goldschmidt 7c9b545b30 Fixed CHANGELOG to correctly show the differences to 1.4.1 (got messed up because git master was developed in parallel to the 1.4.1 branch, both starting at 1.4.0) 12 years ago
goldsimon 678dcc2ca5 Moved IPv4/IPv6 headers to common include folder, now that their names are unique -> no need to add 3 directories to the include path when compiling lwIP 12 years ago
goldsimon 54d4d9a881 Fix warning for compilers propagating ~'ed u8_t to int... 12 years ago
Simon Goldschmidt a5e06ed5b7 fixed bug #42987 lwIP is vulnerable to DNS cache poisoning due to non-randomized TXIDs 12 years ago
Erik Ekman 63038e0305 Restore DHCP relay test packet numbers 12 years ago
goldsimon 7cea4d7df6 bug #42998: made NETIF_MAX_HWADDR_LEN overridable for some special networks 12 years ago
goldsimon 936066aa03 tiny formatting correction 12 years ago
Simon Goldschmidt e7f3224091 again bug #26069: Documentation of tcp_connect() incorrectly describes handling of errors 12 years ago
Simon Goldschmidt 974f6982a1 fixed bug #37969 SYN packet dropped as short packet in tcp_input function 12 years ago
Sylvain Rochet 7fe7e1e984 Merge branch 'ppp-new' 12 years ago
Simon Goldschmidt 9148ab79f3 fixed bug #37184 tcp_write problem for pcbs in the SYN_SENT state 12 years ago
goldsimon 1204f15bfa bug #35874 reserved identifier violation, 2nd part 12 years ago
goldsimon f1c7e73bef fixed last commit (copy & paste from patch broke the code) 12 years ago
Simon Goldschmidt c18abd4fbe Fixed bug #41686 (ipv4 ip_reass() crash error) introduced some months ago while fixing bug #41041... 12 years ago
Simon Goldschmidt c3ac875055 Fixed typo-bug introduced some months ago while fixing bug #41041... 12 years ago
Simon Goldschmidt dbd125c714 Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 12 years ago
Simon Goldschmidt 695e001984 lwip_gethostbyname: fixed using uninitialized variable when LWIP_DNS_API_HOSTENT_STORAGE==1 12 years ago
Sylvain Rochet 33b42872e5 Merge branch 'master' into ppp-new 12 years ago
goldsimon 8bb7602145 SNMP: fix "uninitialized variable" warning 12 years ago
Sylvain Rochet d9e2edd1df Merge branch 'master' into ppp-new 12 years ago
Simon Goldschmidt f9d80d5bd2 try to fix another warning from static code analysis 12 years ago
goldsimon 406874b6c2 snmp: added missing default cases (only used for trace output) 12 years ago
goldsimon e4ddd6cb6d Multiple fixes found by coverity scan 12 years ago
Sylvain Rochet a7745e9a86 PPP, PPPoE, fixed bug #42138, pppoe_destroy() called with wrong pointer, PPPoE control block was never freed 12 years ago
Sylvain Rochet 3fd7bc8058 PPP, updated pppd followup 12 years ago
Sylvain Rochet 25e398a8f0 PPP, from PPPD upstream, accept IPCP ConfAck packets containing MS-WINS options 12 years ago
Sylvain Rochet c31b03327f PPP, from PPPD upstream, Don't crash if NULL pointer passed to vslprintf for %q or %v 12 years ago
Sylvain Rochet f6d56e2937 PPP, from PPPD upstream, take out unused %r conversion completely, 12 years ago
Sylvain Rochet ca7769e041 Merge branch 'master' into ppp-new 12 years ago
Sylvain Rochet c0aef7dd6b PPP, VJ compression enabled, fixed IP forward from PPP to Ethernet by allocating a PBUF_LINK instead of a PBUF_RAW if IP forwarding is enabled 12 years ago
Sylvain Rochet 4283ecf774 PPP, PPPoS, fixed IP forward from PPP to Ethernet by allocating PBUF_LINK instead of PBUF_RAW if IP forwarding is enabled 12 years ago
Simon Goldschmidt 88a57dc98d Fixed bug #36167 tcp server crash when client closes (maximum window) 12 years ago
Simon Goldschmidt 035ecef8a5 Fixed bug #36210 lwIP does not elicit an empty ACK when received unacceptable ACK 12 years ago
Simon Goldschmidt 4c3b6814dc Fixed compiling broken ip6.c after last commit 12 years ago
Simon Goldschmidt 3f016fcc5a Multiple small/minor issues: bug #36492 Static Analysis on code 1.4.0 12 years ago
Simon Goldschmidt be75c483d0 Fixed bug #41787 DHCP Discovery is invalid when an IP is set to thet netif (send discover, request and decline from 'any'). 12 years ago
Sylvain Rochet 08dd32d32d PPP, most PPP headers are using u_long, u_int, u_short and u_char types, moved typedef of those types before we include any PPP header 12 years ago
Sylvain Rochet b49584457a Merge branch 'master' into ppp-new 12 years ago
goldsimon 40d25adb88 Added LWIP_HOOK_ETHARP_GET_GW to implement IPv4 routing with multiple gateways 12 years ago
Sylvain Rochet a38e5a44ec Merge branch 'master' into ppp-new 12 years ago
Simon Goldschmidt 3fceef0936 - fixed bug #36153 TCP Cheksum error if LWIP_CHECKSUM_ON_COPY=1; 12 years ago
Simon Goldschmidt c065427ebe fixed bug #35928 BSD sockets functions must set errno for POSIX-compliance (patch by Mason) 12 years ago
Simon Goldschmidt c82f04f54c fixed bug #40303 DHCP xid renewed when sending a DHCPREQUEST 12 years ago
Simon Goldschmidt d9d0c52770 fixed bug #41680 raw socket can not receive IPv6 packet when IP_SOF_BROADCAST_RECV==1 12 years ago