960 Commits (a044c807f88cb4f67032b1dbd9338849a161f301)

Author SHA1 Message Date
Simon Goldschmidt 66838a70f3 more documentation preparations for v2.1.0 release 8 years ago
Simon Goldschmidt dea74a24aa Fix CHANGELOG consistency from 2.0.3 branch to 2.1.0 8 years ago
Joel Cunningham 6af3b4accc netconn: Add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE (patch #9427) 9 years ago
Joel Cunningham c47d161d4a netifapi: add thread safe ARP APIs (task #14724) 9 years ago
Joel Cunningham 637bce91b4 netif: ensure link and admin states are up in issue reports (bug #52353) 9 years ago
Dirk Ziegelmeier d8b6cdffcb Apply patch #9472: tcp_kill_prio: Don't kill active connection that has the same priority 9 years ago
Joel Cunningham 5d8d21fcae Add poll to CHANGELOG 9 years ago
Joel Cunningham 67bf0a6d0a CHANGELOG: add bug #51990 9 years ago
Joel Cunningham 445eef2b0e sockets: add readv() implementation (task #14610) 9 years ago
goldsimon 558480a5b9 add bug #51937 to CHANGELOG 9 years ago
Joel Cunningham f582c88339 tcp: persist timer re-work (bug #50837) 9 years ago
Joel Cunningham 9844049cb1 lwip_itoa: fix converting 0 (bug #51729) 9 years ago
Dirk Ziegelmeier 47a4be83e4 CHANGELOG/UPGRADING: Also mention that LWIP_HOOK_IP4_ROUTE_SRC has changed, too 9 years ago
Dirk Ziegelmeier 60dd518887 Implement task #14594: Improve consistency of ip route API parameters 9 years ago
goldsimon cd80e38db8 Clean up DHCP a bit: no need keep msg_out and msg_in as members in struct dhcp 9 years ago
goldsimon 7b41aba126 Add the last commit to CHANGELOG 9 years ago
goldsimon 4c13c32473 fix bug #51578 (SNMP failed to decode some values on non 32bit platforms) 9 years ago
goldsimon afee9013ad added passages about moved posix headers and changed SO_ERROR to CHANGELOG/UPGRADING 9 years ago
Our Air Quality f934ca7a03 [PATCH] Deprecate sys_arch_sem_wait and sys_arch_mbox_fetch returning the time waited 9 years ago
goldsimon b1a90ad74a Added TCP SACKs to CHANGELOG 9 years ago
Joel Cunningham d4c8a1ac78 netconn: switch gethostbyname to use tcpip_send_msg_wait_sem (task #14523) 9 years ago
Joel Cunningham c03fef9a3c bug #50837: add zero-window probe timeout 9 years ago
Joel Cunningham 0b6e2d9c15 Update changelog for features/bugs since 2.0.1 9 years ago
goldsimon 836c0cf42e added dhcp hooks to CHANGELOG 9 years ago
goldsimon e0a2472706 netconn/sockets: remove fatal error handling, fix asynchronous error handling, ensure data before RST can be received 9 years ago
goldsimon 92997756d1 task #14420 (Remove sys_sem_signal from inside SYS_ARCH_PROTECT crit section) done for LWIP_TCPIP_CORE_LOCKING==1 9 years ago
goldsimon 5c3bb19923 added nonblocking accept/recv to netconn API (task #14396) (also added netconn_recv_udp_raw_netbuf_flags() and netconn_recv_tcp_pbuf_flags() to pass socket-like flags to nonblock for one call only) 9 years ago
goldsimon 05a595f745 httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved is called nested from httpd_post_receive_data() (bug #50424) 9 years ago
goldsimon 0d585d55d3 Added LWIP_SINGLE_NETIF for small targets with only one netif (see task #13515, there might be more optimizations to come with this option) 9 years ago
goldsimon f85eed0ab3 tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD pcb 9 years ago
goldsimon a38e937dd6 fixed close race conditions in lwip_select (for LWIP_NETCONN_FULLDUPLEX) 9 years ago
goldsimon 3107d4a0fa fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392) 9 years ago
goldsimon deaa6e9406 Improved DNS_LOCAL_HOSTLIST interface (bug #50325) 9 years ago
sg 6dca664217 LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274) 9 years ago
Dirk Ziegelmeier def87c0c23 Add David's IPv6 multicast work to CHANGELOG 9 years ago
goldsimon bc07fd9db5 Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying to send FIN from tcp_fasttmr 9 years ago
Dirk Ziegelmeier 1fd56658b8 Add IPv6 scopes to CHANGELOG 9 years ago
Dirk Ziegelmeier c362c6a02c Add note about bug #50064 to CHANGELOG 9 years ago
Dirk Ziegelmeier a038e1502f Add David's IPv6 improvements to CHANGELOG 9 years ago
Dirk Ziegelmeier 3cc7b319d9 Add MQTT to CHANGELOG (too late for 2.0.1 release...) 9 years ago
Dirk Ziegelmeier e3435401f1 Add David's changes from patch #9208 to CHANGELOG 9 years ago
sg 98fc82fa71 added function tcp_listen_with_backlog_and_err() to get the error reason when listening fails (bug #49861) 9 years ago
Thomas Mueller fcd2daf57c fixed race condition in return value of netconn_gethostbyname() (and thus also lwip_gethostbyname/_r() and lwip_getaddrinfo()) 10 years ago
sg 62e340067e LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed comment 10 years ago
sg 6b1950ec24 nd6: add support for RDNSS option (as per RFC 6106) 10 years ago
goldsimon 1a53c106e1 CHANGELOG: added LWIP_HOOK_ND6_GET_GW() 10 years ago
goldsimon 74a5537e15 Revert "Added LWIP_HOOK_ETHIP6_GET_GW()" 10 years ago
Pradip De 86b01e4f29 Added LWIP_HOOK_ETHIP6_GET_GW() 10 years ago
Dirk Ziegelmeier 1c184da615 Update changelog for LWIP_NETIF_TX_SINGLE_PBUF 10 years ago
goldsimon 5774fdfe75 dns: added one-shot multicast DNS queries 10 years ago