]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - CHANGELOG
Fixed documentation after changing sys arch prototypes for 1.4.0
[pes-rpp/rpp-lwip.git] / CHANGELOG
2011-07-04 goldsimonFixed documentation after changing sys arch prototypes...
2011-06-26 goldsimonfixed bug #31723 (tcp_kill_prio() kills pcbs with the...
2011-06-26 goldsimonfixed bug #33545: With MEM_USE_POOLS==1, mem_malloc...
2011-06-26 goldsimonFixed bug #33544 (warning in mem.c in lwip 1.4.0 with...
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-05-14 goldsimonpatch #7449 allow tcpip callback from interrupt with...
2011-05-06 kieranmUpdate CHANGELOG and version numbers for 1.4.0 release
2011-04-20 goldsimonsys_arch_timeouts() is not needed any more.
2011-04-13 goldsimonFixed bug #33048 (Bad range for IP source port numbers...
2011-03-29 goldsimonFixed broken VLAN support.
2011-03-27 goldsimonFixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called...
2011-03-27 goldsimonFixed bug #32280 (ppp: a pbuf is freed twice)
2011-03-27 goldsimonFixed bug #32906: lwip_connect+lwip_send did not work...
2011-03-27 goldsimonFixed bug #32820 (Outgoing TCP connections created...
2011-03-27 goldsimonRemoved 'dataptr' from 'struct tcp_seg' and calculate...
2011-03-22 goldsimonFixed bug #32648 (PPP code crashes when terminating...
2011-03-14 goldsimonfixed bug #31748 (Calling non-blocking connect more...
2011-03-13 goldsimonfixed bug #32769 (ESHUTDOWN is linux-specific) by fixin...
2011-02-21 goldsimonFixed bug #32561 tcp_poll argument definition out-of...
2011-02-18 goldsimonAdded missing U/UL modifiers to fix 16-bit-arch portabi...
2011-02-17 goldsimonFixed constant not being 32 bit.
2011-01-24 goldsimonFixed bug #31741: lwip_select seems to have threading...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-12-02 goldsimonFixed ERR_IS_FATAL so that ERR_WOULDBLOCK is not fatal.
2010-11-22 goldsimonFixed bug #31590: getsockopt(... SO_ERROR ...) gives...
2010-11-22 goldsimonFixed bug #31722: IP packets sent with an AutoIP source...
2010-11-22 goldsimonpatch #7329: tcp_timer_needed prototype was ifdef'ed...
2010-11-21 goldsimonAdded a function to deallocate the struct dhcp from...
2010-11-20 goldsimonFixed bug #31170: lwip_setsockopt() does not set socket...
2010-11-20 goldsimonFixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDW...
2010-11-20 goldsimonFixed bug #31535: TCP_SND_QUEUELEN must be at least...
2010-11-20 goldsimonFixed bug #31701: Error return value from dns_gethostby...
2010-10-20 goldsimonFixed bug #31385: sizeof(struct sockaddr) is 30 but...
2010-10-06 goldsimonOnce again fixed #30038: DHCP/AutoIP cooperation failed...
2010-08-10 goldsimonFixed bug #30728: tcp_new_port() did not check listen...
2010-08-03 goldsimonDon't chain empty pbufs when sending them (fixes bug...
2010-08-01 goldsimonApplied patch #7264 (PPP protocols are rejected incorre...
2010-07-29 goldsimonFixed compilation with TCP or UDP disabled.
2010-07-28 goldsimonFixed bug #30565 (tcp_connect() check bound list):...
2010-07-21 goldsimonFixed invalid fix for bug #30402 (CHECKSUM_GEN_IP_INLIN...
2010-07-16 kieranmFixed SNMP ASN constant defines to not use ! operator
2010-07-12 goldsimontask #10495: Added support for IP_MULTICAST_LOOP at...
2010-07-10 goldsimonFixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add...
2010-06-30 goldsimonfixed bug #30300 (shutdown parameter was not initialize...
2010-06-28 kieranmRemove unportable printing of C function pointers
2010-06-24 goldsimonFrom patch #7221: added flag NO_SYS_NO_TIMERS to drop...
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-06-21 goldsimonFixed bug #29361 (ip_frag has problems with zero-copy...
2010-06-16 goldsimonAdded an optional define (LWIP_IP_ACCEPT_UDP_PORT)...
2010-06-15 goldsimonFixed bug #29970: DHCP endian issue parsing option...
2010-06-14 goldsimonFixed bug #30039: AutoIP does not reuse previous addresses
2010-06-12 goldsimonFixed bug #30038: dhcp_network_changed doesn't reset...
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-05-17 goldsimonCorrectly NULL-terminate h_addr_list
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-05-16 goldsimonchanged the semantics of LWIP_PREFIX_BYTEORDER_FUNCS...
2010-05-16 goldsimonPPPoE now uses its own MEMP pool instead of the heap...
2010-05-16 goldsimonDNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own MEMP pool...
2010-05-15 goldsimonAdded new option SO_REUSE_RXTOALL to pass received...
2010-05-12 goldsimontask #6995: Implement SO_REUSEADDR (correctly)
2010-05-05 goldsimon.. and deleted NAT again as Christian obviously didn...
2010-05-05 goldsimontask #7506: added NAT support
2010-05-04 goldsimonFixed bug #29769 (sys_check_timeouts: sys_now() may...
2010-05-02 goldsimonuse checksum-on-copy for sending UDP data for LWIP_NETI...
2010-04-30 goldsimontask #6849: added udp_send(_to/_if) functions that...
2010-04-29 goldsimonCreate overridable macros for copying 2-byte-aligned...
2010-04-28 goldsimonInline generating IP checksum to save a function call
2010-04-21 goldsimonFixed bug #29617 (sometime cause stall on delete listen...
2010-04-14 goldsimonAdded an overridable define to get informed when the...
2010-03-28 goldsimonpatch #7143: Add a few missing const qualifiers
2010-03-28 goldsimoncreate a new (contiguous) PBUF_RAM for every outgoing...
2010-03-27 goldsimonSpeedup TX by moving code from find_entry to etharp_out...
2010-03-27 goldsimonpatch #7130: remove meaningless const qualifiers
2010-03-26 goldsimonMake LWIP_NETIF_TX_SINGLE_PBUF work for TCP, too
2010-03-26 goldsimonFixed compiling with different options disabled (TCP...
2010-03-25 goldsimonFixed bug #29332: lwip_select() processes readset incor...
2010-03-25 goldsimonFixed bug #29080: Correctly handle remote side overrunn...
2010-03-22 goldsimontcp_listen() did not copy the pcb's prio
2010-03-20 goldsimonAdded an option to disable tcpip_(un)timeout code since...
2010-03-20 goldsimonAdded support for static ARP table entries (added optio...
2010-03-19 goldsimonFixed bug #29256: SNMP Trap address was not correctly set
2010-03-14 goldsimontask #6849: Calculate checksum when creating TCP segmen...
2010-03-14 goldsimonFixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports...
2010-03-08 goldsimontask #10241 (AutoIP: don't break existing connections...
2010-03-07 goldsimonbug #28775 (select/event_callback: only check select_cb...
2010-03-06 goldsimontask #7013 (Create option to have all packets delivered...
2010-03-06 goldsimonFixed LWIP_NETIF_TX_SINGLE_PBUF for LWIP_TCPIP_CORE_LOCKING
2010-03-06 goldsimontask #10167 (sockets: speed up TCP recv by not allocati...
2010-03-06 goldsimonDon't try to forward link-local addresses
2010-03-06 goldsimonFixed bug #29087: etharp: don't send packets for LinkLo...
2010-03-05 goldsimonFixed bug #29072: Correctly set ciaddr based on message...
2010-03-05 goldsimonCorrectly set TCP_WRITE_FLAG_MORE when netconn_write...
2010-03-05 goldsimontask #7040 (Work on tcp_enqueue): Don't waste memory...
2010-02-21 goldsimonAdded const char* name to mem- and memp-stats for easie...
2010-02-21 goldsimontask #10140: Remove DNS_USES_STATIC_BUF (keep the imple...
2010-02-21 goldsimonMoved stack-internal parts of tcp.h to tcp_impl.h,...
2010-02-20 goldsimonTask #10088: Correctly implement close() vs. shutdown...
2010-02-19 goldsimonRenamed mem_realloc() to mem_trim() to prevent confusio...
2010-02-15 goldsimonLink status does not depend on LWIP_NETIF_LINK_CALLBACK...
next