]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2010-04-14 goldsimonpatch #7145: Various typos in SNMP files
2010-04-14 goldsimontabs -> spaces
2010-04-14 goldsimonAdded an overridable define to get informed when the...
2010-04-12 goldsimonMEMP_OVERFLOW_CHECK: dump the element's pool's index...
2010-04-02 goldsimonFixed compilation errors
2010-04-02 goldsimonFixed compilation of debug log code (that is currently...
2010-03-28 goldsimonFixed compilation (removed extra tokens after #endif)
2010-03-28 goldsimonCheck IP_FRAG && IP_FRAG_USES_STATIC_BUF && LWIP_NETIF_...
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 goldsimonRemoved checking ARP_TABLE_SIZE, this is done by the...
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-26 goldsimonAdded printf format modifier for mem_size_t depending...
2010-03-26 goldsimonMake functions static where applicable, add default...
2010-03-26 goldsimonCorrectly cast pointers when assigning from void*
2010-03-26 goldsimonfixed bug #29346 (removed comma after last enum member)
2010-03-26 goldsimonsys_thread_new: name is a const pointer
2010-03-26 goldsimonFix compilation if ETHARP_SUPPORT_STATIC_ENTRIES==0
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 goldsimonRemoved function prototype that had no corresponding...
2010-03-22 goldsimonminor: fixed coding style
2010-03-22 goldsimontask #10088: Fixed a bug in RST-on-close-when-not-all...
2010-03-22 goldsimonRemoved duplicate TCP_REG/TCP_RMV macros, fixed debug...
2010-03-22 goldsimontcp_listen() did not copy the pcb's prio
2010-03-22 goldsimonFixed compilation for MEM_USE_POOLS under MSVC (where...
2010-03-21 goldsimonUpdated netconn_write doc/comment about api_flags
2010-03-20 goldsimonCorrected spelling of ERR_WOULDBLOCK (D was missing)
2010-03-20 goldsimontcp_write: moved initial checks to an own static functi...
2010-03-20 goldsimonDisable MEMP_TCPIP_MSG_INPKT pool for LWIP_TCPIP_CORE_L...
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-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...
next