]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2010-03-20 goldsimonAdded support for static ARP table entries (added optio...
2010-03-20 goldsimonCorrected spelling of milliseconds (my dictionary tells...
2010-03-19 goldsimonFixed bug #29256: SNMP Trap address was not correctly set
2010-03-16 goldsimonAdded missing casts, use strlen + MEMCPY instead of...
2010-03-15 goldsimonFixed compiler warnings when casting where we know...
2010-03-15 goldsimonFixed alignment warnings when we know alignment is...
2010-03-15 goldsimonFixed compiler warning when LWIP_SNMP==0
2010-03-14 goldsimonCorrected comment
2010-03-14 goldsimontask #6849: Calculate checksum when creating TCP segmen...
2010-03-14 goldsimonPrepared for checksum-on-copy (task #6849):
2010-03-14 goldsimonFixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports...
2010-03-14 goldsimonBug #29210: check alignment of struct sockaddr vs....
2010-03-14 goldsimonFixed sending one byte of data in tcp_zero_window_probe...
2010-03-13 goldsimonFix calculation of tcp_mss(): when timestamps are on...
2010-03-13 goldsimonSome fixes to the TCP_OVERSIZE code:
2010-03-13 goldsimonReverted the change in struct sockaddr since it wasn...
2010-03-12 goldsimonCorrected comment
2010-03-12 goldsimonFixed some issues in the TCP_OVERSIZE code:
2010-03-10 goldsimonTemporary upgrade helper: define format string for...
2010-03-10 goldsimonUse a union to let struct sockaddr have the same alignm...
2010-03-09 goldsimonRenamed tcp_output_set_header to tcp_output_alloc_heade...
2010-03-09 goldsimonip_output: assert for p->ref == 1 to catch TCP retransm...
2010-03-09 goldsimonAdded comment, use braces for single-line if-blocks
2010-03-08 goldsimonip_input: better check for old link-local-address ...
2010-03-08 goldsimontask #10241 (AutoIP: don't break existing connections...
2010-03-08 goldsimonbug #29105: Review printf formatters
2010-03-08 goldsimonbug #29105: Review printf formatters: added X8_F to...
2010-03-08 goldsimonAdded/corrected casts
2010-03-08 goldsimonOnly add hostname if it's not empty (strlen > 0)
2010-03-07 goldsimonbug #28775 (select/event_callback: only check select_cb...
2010-03-07 goldsimonCreate mem_mutext at the end of mem_init. This enables...
2010-03-06 goldsimonUse braces for if-blocks
2010-03-06 goldsimontcp_accepted(): check pcb state to verify it isn't...
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 goldsimonLWIP_NETIF_TX_SINGLE_PBUF needs TCP_OVERSIZE >= TCP_MSS...
2010-03-06 goldsimonLWIP_TCPIP_CORE_LOCKING_INPUT needs LWIP_TCPIP_CORE_LOC...
2010-03-06 goldsimontask #10167 (sockets: speed up TCP recv by not allocati...
2010-03-06 goldsimonrenamed struct lwip_socket to struct lwip_sock to avoid...
2010-03-06 goldsimonDon't try to forward link-local addresses
2010-03-06 goldsimonCorrectly identify link-local addresses when sending...
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-03-03 goldsimonAdded comment after #endif
2010-03-01 goldsimontcp_connect: send timestamp-option only if (pcb->flags...
2010-03-01 goldsimonFixed accessing invalid memory when closing a listening...
2010-02-22 goldsimonPPP: use LWIP_DEBUGF() instead of ppp_trace()
2010-02-22 goldsimonAdded a note about socket recv/accept timeout errno...
2010-02-22 goldsimonAdded/improved comments and debug output; renamed ...
2010-02-22 goldsimonFixed compilation error after splitting tcp.h/tcp_impl.h
2010-02-22 goldsimonAdded debug output and missing casts
2010-02-22 goldsimonFixed bug #28970 (invalid preprocessor macro introduced...
2010-02-22 goldsimonFixed compilation for DNS_LOCAL_HOSTLIST==1 and DNS_LOC...
2010-02-21 goldsimonCorrected comment
2010-02-21 goldsimonAdded define LWIP_TCPIP_CORE_LOCKING_INPUT that lets...
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-21 goldsimonUse tcp_debug_state_str() instead of tcp_debug_print_st...
2010-02-20 goldsimonTask #10088: Correctly implement close() vs. shutdown...
2010-02-20 goldsimonFixed pcb leak when accept-callback is NULL and asserts...
2010-02-20 goldsimontcp_alloc: set given prio to the new pcb, not TCP_PRIO_...
2010-02-20 goldsimonRestructured TCP_PCB_COMMON for a smaller size (u16_t...
2010-02-20 goldsimonAdded UPGRADING doc file that should help to upgrade...
2010-02-19 goldsimonRenamed mem_realloc() to mem_trim() to prevent confusio...
2010-02-16 goldsimonAdd matching comment to #endif
2010-02-16 goldsimonBug #28917: don't increase error counters for icmp...
2010-02-16 goldsimontcp_seg(s)_free: remove return value, noone uses it
2010-02-16 goldsimonAdded missing cast; added more debug output
2010-02-16 goldsimonAdded missing casts
2010-02-15 goldsimonLink status does not depend on LWIP_NETIF_LINK_CALLBACK...
2010-02-14 goldsimonFixed bug #28877 (Duplicate ARP gratuitous packet with...
2010-02-14 goldsimonDisable ETHARP_TRUST_IP_MAC by default since it slows...
2010-02-14 goldsimonFixed ARP input processing: only add a new entry if...
2010-02-14 goldsimonFixed bug #28183 (ARP and TCP/IP cannot be disabled...
2010-02-14 goldsimonDocumented the use of netif flags
2010-02-14 goldsimonRevert my last changes and remove structure packing...
2010-02-14 goldsimonUse pointers instead of using SMEMCPY
2010-02-14 goldsimonMinor speedups: use ip_addr_copy, use SMEMCPY, use...
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
2010-02-14 goldsimonImproved some defines working on ip addresses, added...
2010-02-14 goldsimonfixed compilation for LWIp_SNMP && PPP_INPROC_MULTITHREADED
2010-02-14 goldsimonstruct ip_hdr: split u16_t _ttl_proto to u8_t _ttl...
2010-02-14 goldsimonFixed compiler warnings for checksum algorithms 2 and 3
2010-02-14 goldsimonUse checksum algorithm 2 as default as it should be...
2010-02-13 goldsimonAdded stats for mutexes
2010-02-13 goldsimonFixed old comments
2010-02-13 goldsimontask #7865 (implement non-blocking send operation)
2010-02-13 goldsimonAdd a new err_t, ERR_WOULDBLOCK in preparation for...
2010-02-13 goldsimonFixed compilation for LWIP_DNS==1 after changing sys...
2010-02-13 goldsimonFixed compilation with LWIP_DNS==1 after changing sys...
2010-02-13 goldsimonDon't use C++ reserved keyword 'class'
2010-02-13 goldsimonFixed compilation for LWIP_SO_RCVBUF==0
2010-02-12 goldsimonAdded a minimal version of posix fctl() to have a stand...
2010-02-12 goldsimonFixed indentation
2010-02-12 goldsimonnetif_set_link_up/down: only do something if the link...
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): added...
2010-02-12 goldsimonpatch #6865: use so_options SOF_REUSEADDR instead of...
next