2857 Commits (a5e748de84866c52d1df6fb5396f4f03f52d6943)
 

Author SHA1 Message Date
goldsimon a5e748de84 CHANGELOG: fixed date 12 years ago
goldsimon 2809405164 lwip_socket_init() is not needed any more -> compatibility define 12 years ago
goldsimon 79ecf2edb7 SNMP: added missing casts to int for printf arguments 12 years ago
Sylvain Rochet c2ebf5544b fixed cosmetic bug #43499: wrong argument order in src/include/netif/etharp.h defines 12 years ago
sg d6fbe2a5ad fixed bugs #41495 Possible threading issue in select() and #43278 12 years ago
sg b89e10c3e6 fixed comment (bug #43481 MEMP_SYS_TIMEOUTS is not for NO_SYS=0 only) 12 years ago
goldsimon 5a6c64cc28 Merge branch 'master' of git.sv.gnu.org:/srv/git/lwip 12 years ago
goldsimon aecbce283d fixed bug #38219 Assert on TCP netconn_write with sndtimeout set 12 years ago
Sylvain Rochet 60f920df0e fixed bug #43235, checking for non-existent preprocessor macros is non-standard, added predefinition for all affected macros 12 years ago
Sylvain Rochet da19974e81 fixed bug #43235, cleared compiler warnings when using gcc with -Wextra option 12 years ago
Simon Goldschmidt ab9feb2e35 fixed bug #43173, pppos_input() corrupts memory if IP_FORWARD is enabled 12 years ago
goldsimon b8d798158b fixed bug #43389 dns_recv() res_idx calculate error 12 years ago
Simon Goldschmidt 82d7c78b0c Reverted typo fix for vj.c which is in the original sources: no need to add a diff only because of a typo... 12 years ago
Simon Goldschmidt 0074b7becb More of patch #8397 Typos corrected in comments and text outputs 12 years ago
Simon Goldschmidt 33237419c1 Parts of patch #8397 Typos corrected in comments and text outputs 12 years ago
Simon Goldschmidt aa6f6bc3aa patch #8480 Fix handling of dns_seqno wraparound 12 years ago
Simon Goldschmidt f1e023af85 init.c: LWIP_PPP_API needs NO_SYS==0 12 years ago
Simon Goldschmidt f71a590375 tabs -> spaces in opt.h (ppp-related) 12 years ago
Simon Goldschmidt 9f48488d87 minor: fixed coding style in pppapi.h/.c 12 years ago
Simon Goldschmidt 085c1594de fixed bug #43192 tcp_enqueue_flags() should not check TCP_SND_QUEUELEN when sending FIN 12 years ago
Simon Goldschmidt 56c6301089 dns.c: change dns_send/dns_recv to operate on pbuf, not on contiguous buffer -> dns_payload_buffer/DNS_MSG_SIZE can be removed 12 years ago
Simon Goldschmidt e303f30d10 added pbuf_take_at() and pbuf_put_at() (in preparation for dns.c changes) 12 years ago
Simon Goldschmidt 4b9883a573 DNS: does not support IPv6, may return a name cased different than the request (when multiple requests are combined to one) 12 years ago
Simon Goldschmidt 9fb46e1206 added source port randomization to make the DNS client more robust (see bug #43144) 12 years ago
Simon Goldschmidt 8216303524 revert accidentally committed test code 12 years ago
Simon Goldschmidt 6c7357bbf9 DNS: minor coding style fix: pEntry -> entry 12 years ago
Simon Goldschmidt 13add693db Merge branch 'master' of git.sv.gnu.org:/srv/git/lwip 12 years ago
Simon Goldschmidt a491aa0f6a DNS: split request callback information from actual DNS table to be able to optimize memory usage for multiple parallel requests (and clean up the code a bit) 12 years ago
goldsimon e8f49f1b95 update CHANGELOG and fix coding style (fixed bug #39355 SNMP Memory Leak in case of error) 12 years ago
Fatih Aşıcı 0a8c53575c snmp: Fix a memory leak 12 years ago
Simon Goldschmidt 3c40d93f36 fixed bug #43110 (call getpeername() before listen() will cause a error) by re-sorting the error numbers and letting listen() continue on ERR_CONN 12 years ago
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