]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2003-04-02 davidhaasUpdated sys_arch documentation to make new timeouts...
2003-04-01 davidhaasFixed last change to pbuf_take. There were two calls...
2003-04-01 likewiseFixed ip_addr_set() to deal with IP_ADDR_ANY. Added...
2003-04-01 likewiseAdded assertion checking against dupes in pcb active...
2003-04-01 likewiseIP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BR...
2003-04-01 likewiseIP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BR...
2003-04-01 likewiseetharp_query() has error return type now. Matched dhcp...
2003-04-01 likewiseAdded source code self documentation guidelines.
2003-04-01 likewiseFixed another assert. Removed another redundant assignment.
2003-04-01 likewiseLots of comments added. Removed redundant assignment...
2003-04-01 likewiseReverted back to David Haas' patch of pbuf_chain()...
2003-03-31 likewiseReplaced pbuf.c 1.34 pbuf_take() change by simpler...
2003-03-31 davidhaasIn keeping with pbuf->ref always having the count of...
2003-03-31 davidhaasFixed issue in pbuf_take(): old pbuf of type PBUF_REF...
2003-03-31 davidhaasFix pbuf_chain() to update tot_len of last buffer in...
2003-03-31 likewisepbuf_header() now only moves payload pointer upwards...
2003-03-31 likewiseFixed pbuf_dechain() assertion. Removed old documentati...
2003-03-31 likewiseDocumentation changes. Added missing trailing newlines...
2003-03-31 kieranmFixed bug in mem_realloc (check alignment of size)
2003-03-31 kieranmFixed bug in do_delcon (set tcp_arg to NULL)
2003-03-31 kieranmFixed bug in netconn_peer (test pcb for NULL before...
2003-03-31 likewiseFixed missing variable.
2003-03-31 likewiseBetter error handling. Added debug messages for serious...
2003-03-31 likewiseAdded debug messages for serious errors.
2003-03-30 likewiseInitial start with source code and documentation style...
2003-03-30 likewiseCorrected more pbuf.c functions to comply with pbuf...
2003-03-30 likewiseRemoved the pbuf_dechain() from udp_send() matching...
2003-03-28 davidhaasMade lwip timeout measurements accurate by no longer...
2003-03-28 davidhaasFixed minor compile issues.
2003-03-28 likewiseFixed bugs #2968 (ref count) and #2670 (total length).
2003-03-26 likewisepbuf_realloc() did not update ->tot_len in a chain...
2003-03-26 likewiseFixing bug #1903 with a new pbuf_realloc() that respect...
2003-03-26 likewiseStrong assert checking against queueing behaviour in...
2003-03-26 janimore suggestions
2003-03-26 likewiseFixed typo affecting debugging.
2003-03-26 likewiseBrackets around debug in DEBUGF. Cleaned comments.
2003-03-25 likewiseAdded documentation and comments.
2003-03-25 likewiseNew tail section of udp_send() that handles both queued...
2003-03-24 davidhaasTypo bug. The wrong semaphore was being signalled.
2003-03-24 likewiseLots of clearing up comments and use of new debugging...
2003-03-24 likewiseForgot #if LWIP_DHCP around netif->dhcp = NULL;
2003-03-24 likewiseRetry with PBUF_RAM if PBUF_POOL allocation failed.
2003-03-24 likewiseInitialized netif->dhcp to NULL.
2003-03-24 likewiseAdded tracing debug messages.
2003-03-24 likewiseRe-added pbuf_dechain() in udp_send() as it breaks...
2003-03-24 janiAdd sio.h containing interface to platform specific...
2003-03-24 likewiseMade some flag defines unsigned.
2003-03-24 likewiseAdded debug levels for some serious errors (out of...
2003-03-24 janisome guidelines for contributors
2003-03-21 davidhaasFixed memory leak caused by my last pbuf_ref change.
2003-03-21 janiif LWIP_TCP is 0 do not link in TCP code.putting ugly...
2003-03-21 janiavoid compiler warning
2003-03-19 davidhaasFixed up and made work a PBUF_REF type. Most of the...
2003-03-19 janipatch 1197 form floriZ.When debug is on and port is...
2003-03-19 janiAdd priority argument to thread sys_thread_new.Patch...
2003-03-19 janirename STATS to LWIP_STATS and make it checked by ...
2003-03-19 janiadd tcpip_callback patch from Marc
2003-03-18 davidhaasFix to last fix for bug 2826: find_arp_entry() was...
2003-03-17 davidhaasAdded default settings for DBG_MIN_LEVEL and definition...
2003-03-16 likewiseFixed bug #2826 (re-use of oldest ARP entry with queued...
2003-03-16 likewiseFixed bug #2841 (etharp.c packet queueing always picks...
2003-03-16 likewiseUsing a negated unsigned value as func. arg. fails...
2003-03-16 likewisepbuf_unfold_reply() lost memory if already unfold.
2003-03-13 likewiseAdded source comments.
2003-03-11 likewiseMoved DBG_MIN_LEVEL out of here to lwipopts.h
2003-03-11 likewiseAdded comments on some ARP options.
2003-03-10 likewiseInclude "netif.h" for ntohl and friends.
2003-03-10 likewiseMake sure that BYTE_ORDER is actually defined. Panic...
2003-03-10 likewiseFixed cyclic dependency by including netif.h. Not sure...
2003-03-10 likewiseDBG_TYPES_ON added (must be overridden in lwipopts.h).
2003-03-10 likewiseDBG_TYPES_ON removed (must be in lwipopts.h instead).
2003-03-07 janifactor out netif_set_addr so address of netif can be...
2003-03-07 janiupdate sysarch doc. patch #1233
2003-03-07 janiAdd sys_untimeout stub in case of NO_SYS
2003-03-03 janisocket functions use socklen_t, patch from floriZ.Also...
2003-02-25 davidhaasFixed build for coldfire after last debug.h and opt...
2003-02-25 janiicmp messages need only PBUF_IP layer
2003-02-24 janidefault value for NO_SYS
2003-02-24 janicleaned up opt.h a bit, added more option defaults...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-20 janidhcp.h and ip.h declare struct netif and don't include...
2003-02-20 janido not directly include lwipopts.h but lwip/opt.h instead
2003-02-20 janidelete ethernetif.h
2003-02-20 likewiseFixed some issues open after merging 'leon-dhcp'.
2003-02-20 likewiseFixed some issues open after merging 'leon-dhcp'. Added...
2003-02-20 janimake netif->init return err_t instead of void.Patch...
2003-02-20 janifix compiler error
2003-02-20 likewiseMerged with leon-dhcp branch. Tagged as POST_leon-dhcp...
2003-02-19 likewiseRemoved Id: fields as they give conflicts while merging...
2003-02-18 davidhaasFixed SYS_ARCH_PROTECT macros when NO_SYS is not defined.
2003-02-18 davidhaasAllow minimal unix target to build in cygwin (but not...
2003-02-18 likewiseMade UDP flag defines unsigned (by adding the U suffix).
2003-02-17 janimove FD_SET defines to sockets.h from arch.h .Last...
2003-02-17 likewiseLightweight protection macros were not defined if NO_SY...
2003-02-14 likewiseDisabled too restrictive behaviour in _bind() and _conn...
2003-02-12 davidhaasBy request: moved lightweight protection to macros.
2003-02-12 davidhaasMade sys_arch_prot() interface more generic by returnin...
2003-02-12 davidhaasFix some compile issues with both coldfire and unix...
2003-02-12 janione more C++ comment changed two prototypes added for...
2003-02-11 davidhaassys_thread_new() now returns the thread (request from...
next