]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - CHANGELOG
Fixed bug #27871: Calling tcp_abort() in recv callback can lead to accessing unalloca...
[pes-rpp/rpp-lwip.git] / CHANGELOG
2010-01-27 goldsimonFixed bug #27871: Calling tcp_abort() in recv callback...
2010-01-26 goldsimonUse memp pools for snmp instead of the heap; added...
2010-01-25 goldsimonPartly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY not...
2010-01-24 goldsimonRenamed the private mib node from 'private' to 'mib_pri...
2010-01-23 goldsimonFixed bug #28716: select() returns 0 after waiting...
2010-01-21 goldsimonFixed bug #28651 (tcp_connect: no callbacks called...
2010-01-19 goldsimonFixed bug #27316 (netconn: Possible deadlock in err_tcp...
2010-01-18 goldsimonreorganised PPP sourcecode to 2.3.11 including some...
2010-01-18 goldsimonFixed bug #28679: mem_realloc calculates mem_stats...
2010-01-17 goldsimontask #10102: "netconn: clean up conn->err threading...
2010-01-17 goldsimontask #10102: "netconn: clean up conn->err threading...
2010-01-17 goldsimonChanged netconn_recv() and netconn_accept() to return...
2010-01-14 goldsimonFixed bug #27856: PPP: Set netif link- and status-callb...
2010-01-14 goldsimonUsing typedefs for function prototypes and -pointers...
2010-01-13 goldsimonAgain: Fixed bug #26672 (close connection when receive...
2010-01-13 goldsimonThe heap now may be moved to user-defined memory by...
2010-01-11 goldsimonFixed bug #13315 (PPP PAP authentication can result...
2010-01-10 goldsimonFixed bug #28506 (raw_bind should filter received packets)
2010-01-10 goldsimonpatch #6822 (Add option to place memory pools in separa...
2010-01-10 goldsimonbug #28127: remove call to tcp_output() from tcp_ack...
2010-01-10 goldsimonpatch #6463 (IGMP - Adding Random Delay): added define...
2010-01-08 goldsimonFixed bug #26672 (close connection when receive window...
2010-01-08 goldsimonFixed bug #28519 (lwip_recvfrom bug with len > 65535)
2010-01-08 goldsimonCopy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1...
2010-01-07 goldsimonCall tcp_timer_needed() with NO_SYS==1, too
2010-01-06 goldsimonFixed bug #28496: missing include guards in netdb.h
2009-12-31 goldsimonReorganised PPP source code from ucip structure to...
2009-12-31 goldsimonSeparated timer implementation from semaphore/mbox...
2009-12-27 goldsimonAdded an additional option LWIP_ETHERNET to support...
2009-12-27 goldsimonAnother fix for bug #28241 (ooseq processing) and adapt...
2009-12-24 kieranmUpdate CHANGELOG for 1.3.2
2009-12-24 kieranmBUG28241: improve oos sequence processing with patches...
2009-12-06 goldsimonFixed bug #27079 (Yet another leak in PPP): outpacket_b...
2009-12-04 goldsimonpatch #6969: PPP: missing PAP authentication UNTIMEOUT
2009-12-03 goldsimonFixed bug #28106: dup ack for fast retransmit could...
2009-12-02 goldsimonFixed bug #27904: TCP sends too many ACKs: delay resett...
2009-11-29 goldsimonFixed bug #28054: Two segments with FIN flag on the...
2009-11-29 goldsimonFixed bug #28064: pbuf_alloc(PBUF_POOL) is not thread...
2009-11-26 goldsimonFixed bug #28098: Nagle can prevent fast retransmit...
2009-11-26 goldsimonFixed bug #28099 (API required to disable Nagle algorit...
2009-11-22 goldsimonFixed filename in last comment
2009-11-22 goldsimonFixed bug #27905: FIN isn't combined with data on unsent
2009-11-22 goldsimontcp_alloc: prevent increasing stats.err for MEMP_TCP_PC...
2009-11-20 goldsimonFixed bug #28062: Data received directly after acceptin...
2009-11-11 goldsimonFixed bug #27994: incorrect define for freeaddrinfo...
2009-10-30 goldsimonIncreased default value for TCP_MSS to 536, updated...
2009-10-29 goldsimonFixed wrong filename
2009-10-29 kieranmre-work the fast retransmission code to follow algorith...
2009-10-28 kieranmFix BUG#27445: grow cwnd with every duplicate ACK
2009-10-27 goldsimonAdded netifapi_netif_set_addr()
2009-10-25 goldsimonbug-fix in the TCP_EVENT_RECV macro (has to call tcp_re...
2009-10-25 goldsimonAnother fix for bug #26251: RST process in TIME_WAIT...
2009-10-23 goldsimonFixed bug #27783: Silly window avoidance for small...
2009-10-22 goldsimonFixed bug #26251: RST process in TIME_WAIT TCP state
2009-10-21 goldsimonChanged fix for bug #27215 (TCP sent() callback gives...
2009-10-19 goldsimonMinor code simplification (don't store received pbuf...
2009-10-19 goldsimonRemoved most calls to udp_connect since they aren't...
2009-10-18 goldsimonFixed bug #27215: TCP sent() callback gives leadin...
2009-10-16 goldsimonFixed bug #27315: zero window probe and FIN
2009-10-16 goldsimonFixed bug #27390: Source IP check in ip_input() causes...
2009-10-15 goldsimonFixed bug #27329: dupacks by unidirectional data transmit
2009-10-15 goldsimonFixed bug #27709: conn->err race condition on netconn_r...
2009-10-15 goldsimonFixed bug #27704: autoip starts with wrong address...
2009-10-11 goldsimonFixed bug #27504: tcp_enqueue wrongly concatenates...
2009-10-09 goldsimonFixed default values of some stats to only be enabled...
2009-10-07 goldsimonpatch #6888: Patch for UDP Netbufs to support dest...
2009-10-07 goldsimonReverted change for bug #27252 (Address pointer invalid...
2009-08-30 goldsimonFixed bug bug #27345: "ip_frag() does not use the LWIP_...
2009-08-26 goldsimon bug #26397: Added SLIP polling support (uses sio_tryread)
2009-08-26 stoklundAdd patch #6725 to CHANGELOG
2009-08-25 goldsimonfixed invalid dependency to etharp_query if DHCP_DOES_A...
2009-08-25 goldsimontask #9033: Support IEEE 802.1q tagged frame (VLAN...
2009-08-25 goldsimonpatch #6900: added define ip_ntoa(struct ip_addr*)
2009-08-23 goldsimonFixed bug #27078: Possible memory leak in pppInit()
2009-08-23 goldsimonFixed bug #26657: DNS, if host name is "localhost"...
2009-08-23 goldsimonFixed bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF...
2009-08-23 goldsimonFixed bug #27266: wait-state debug message in pppMain...
2009-08-23 goldsimonFixed bug #27252: Address pointer invalid after freeing...
2009-08-23 goldsimonbug #27267: Added include to string.h where needed
2009-08-23 goldsimonpatch #6843: tcp.h macro optimization patch (for little...
2009-08-23 goldsimonAdded function tcp_debug_state_str() to convert a tcp...
2009-08-12 kieranmBUG27209: handle trimming of segments when out of windo...
2009-08-12 kieranmBUG27199: use snd_wl2 instead of snd_wl1
2009-07-28 goldsimonFixed bug #27105: "realloc() cannot replace mem_realloc...
2009-07-27 kieranmAdd missing #include directives
2009-07-09 kieranmBUG23240 use signed counters for recv_avail and don...
2009-06-25 kieranmUpdate changelog for recent commits
2009-05-12 goldsimonfixed bug #26507: "Gratuitous ARP depends on arp_table...
2009-05-12 goldsimonbug #26487: Added ip_output_if_opt that can add IP...
2009-05-10 goldsimontask #7013: Added option LWIP_NETIF_TX_SINGLE_PBUF...
2009-05-09 goldsimonShrinked ICMP code, added option to NOT check icoming...
2009-05-07 goldsimonWorked on dns: local host-list can be put into FLASH...
2009-05-06 goldsimonOn little endian architectures, use LWIP_PLATFORM_HTONS...
2009-05-05 goldsimonAdded ip_current_netif() & ip_current_header() to recei...
2009-05-05 goldsimonFixed bug #26405: Prematurely released semaphore causes...
2009-05-04 goldsimonsnmp was not initialized in lwip_init()
2009-05-04 fbernonCHANGELOG: minor, typo
2009-05-04 fbernondhcp.c, netbios.c: Changes if IF_SOF_BROADCAST is enabled.
2009-05-03 goldsimonFixed bug #26349: Nagle algorithm doesn't send although...
2009-05-02 goldsimonfixed tcpip_untimeout (does not need the time, broken...
next