584 Commits (2c618705f0d0fa4601a1007a658d617fc32d1e62)

Author SHA1 Message Date
goldsimon 2c618705f0 task #9033: Support IEEE 802.1q tagged frame (VLAN), New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK. 17 years ago
goldsimon bc10ad2356 patch #6900: added define ip_ntoa(struct ip_addr*) 17 years ago
stoklund 857fac1168 Add C++ guards to autoip.h header. 17 years ago
stoklund 103ba9b0fc The DHCP client should enter the REBOOTING state when connecting to a 17 years ago
stoklund d83fc6893b Don't use an AutoIP-configured address on a new network until the address has been configured. 17 years ago
goldsimon dea7255fc5 Fixed bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF, Fixed wrong parenthesis, added check in init.c 17 years ago
goldsimon 4d49d952b6 patch #6843: tcp.h macro optimization patch (for little endian) 17 years ago
goldsimon ae7a7a0abf Added function tcp_debug_state_str() to convert a tcp state to a human-readable string. 17 years ago
kieranm 4f265dce60 Update version number for CVS development 17 years ago
kieranm bd96db8c9f Update version number of 1.3.1 final release 17 years ago
goldsimon 7feb116bae Fixed bug #27105: "realloc() cannot replace mem_realloc()" by making mem_realloc static doing nothing when MEM_LIBC_MALLOC==1 17 years ago
kieranm 6111230fe9 Fix compile warning on Linux 17 years ago
kieranm 6bce84e070 Update for 1.3.1rc2 17 years ago
kieranm a6e316a92d Add missing #include directives 17 years ago
goldsimon 5830200029 Added missing include to netif.h 17 years ago
kieranm 972592cf8a Update version numbers for release candidate 17 years ago
fbernon ce5699f41b minor changes: typos and coding style 17 years ago
kieranm 1eee0be951 BUG23240 use signed counters for recv_avail and don't increment 17 years ago
kieranm 2b87f899ab BUG26722: initialise netconn write variables in netconn_alloc 17 years ago
kieranm 776e1926a3 BUG26879: set ret value in TCP_EVENT_ macros when function is not set 17 years ago
kieranm c232edb83a BUG26301 and BUG26267: correct simultaneous close behaviour, and make 17 years ago
goldsimon bcdffce6ce Corrected function definition of ip_current_* (void was missing) 17 years ago
goldsimon ff97c8a1a9 Moved function definition below defines and typedefs, added missing include to netif.h 17 years ago
goldsimon 30acd1662d fixed bug #26507: "Gratuitous ARP depends on arp_table / uses etharp_query" by adding etharp_gratuitous() 17 years ago
goldsimon 078e2f60d6 bug #26487: Added ip_output_if_opt that can add IP options to the IP header (used by igmp_ip_output_if) 17 years ago
goldsimon 22d6558f13 task #7013: Added option LWIP_NETIF_TX_SINGLE_PBUF to try to create transmit packets from only one pbuf to help MACs that don't support scatter-gather DMA. 17 years ago
goldsimon 105d72a3c2 Shrinked ICMP code, added option to NOT check icoming ECHO pbuf for size (just use it): LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN 17 years ago
goldsimon c752e5731c Worked on dns: local host-list can be put into FLASH (by defining storage target/linker section), external function can be defined for lookup, combined dns_local_removehostname/removehostaddr to dns_local_removehost 17 years ago
goldsimon 518b18dad0 Added #if LWIP_SNMP around snmp-internal header files 17 years ago
goldsimon 14dba4ae2b Added ip_current_netif() & ip_current_header() to receive extended info about the currently received packet. 17 years ago
goldsimon 24342eaab0 Fixed bug #26349: Nagle algorithm doesn't send although segment is full (and unsent->next == NULL) 17 years ago
goldsimon 152d22d4f9 fixed tcpip_untimeout (does not need the time, broken after 1.3.0 in CVS only) - fixes compilation of ppp_oe.c 17 years ago
fbernon d4ecb23015 raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception of broadcast packets even when this option wasn't set. Port maintainers which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. If you want this option also filter broadcast on recv operations, you also have to set IP_SOF_BROADCAST_RECV=1 in opt.h. 17 years ago
goldsimon 3b5993e6ee Integrated patch #6721: new option to adjust the time when DHCP gives over to AUTOIP and some improvements in DHCP/AUTOIP cooperation 17 years ago
goldsimon 4b8255a588 Bug #25608: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1 17 years ago
goldsimon cbfacb7ed9 bug #26213 "Problem with memory allocation when debugging": memp_sizes contained the wrong sizes (including sanity regions); memp pools for MEM_USE_POOLS were too small; Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next bigger malloc pool if one is empty (only usable with MEM_USE_POOLS). 17 years ago
goldsimon 51e02176da task #7507, patch #6786: DNS supports static hosts table. New configuration options DNS_LOCAL_HOSTLIST and DNS_LOCAL_HOSTLIST_IS_DYNAMIC. 17 years ago
goldsimon 27b28a9306 Converted netconn_type() from a function to a macro 17 years ago
goldsimon 580f334274 patch #6808: Add a utility function ip_hinted_output() (for smaller code mainly) 17 years ago
kieranm 4f8f6ba205 Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when LWIP_TCP==0 17 years ago
kieranm f81ed216db Patch#6802 Add do-while-clauses to those function like macros in tcp.h 17 years ago
kieranm f1a9f7ea70 BUG20515: rework way TCP window updates are calculated and sent 17 years ago
kieranm 4b14621208 TASK9218: add support for TCP timestamp options 17 years ago
kieranm efac109803 BUG25622: handle return code of tcp_enqueue in tcp_listen_input() 17 years ago
goldsimon c05e968278 Fixed many LWIP_DEBUGF format strings; added new format string SZT_F for size_t 17 years ago
goldsimon 638020ec70 sys_now() must return u32_t, not unsigned long 17 years ago
goldsimon e001a021d5 patch #6539: (configurable) response to broadcast- and multicast pings 17 years ago
goldsimon 14cb4eb735 fixed arguments of socket functions to match the standard; converted size argument of netconn_write to 'size_t' for that; fixed some warnings 17 years ago
goldsimon d976c8e85f fixed bug #24440: TCP connection close problem on 64-bit host by moving accept callback function pointer to TCP_PCB_COMMON 17 years ago
goldsimon d2d33cb984 Fixed compilation error in LWIP_VERSION 17 years ago