]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-05-01 janiadd PPP_DEBUG option and align all options to teh same...
2003-05-01 likewisePatch #1308. Disabled, as one issue in dhcp.c (file...
2003-05-01 likewiseFixed packet header debug formatters.
2003-05-01 likewisePatch #1183 applied. This drops short ICMP packets.
2003-05-01 likewisePatch #1183 applied. This drops short UDP/TCP packets.
2003-05-01 likewisePatch #1308. Still disabled, as it needs to make sure...
2003-05-01 likewiseImplemented packet (de)queueing. Unused, etharp.c must...
2003-04-27 anderscarlmanAdded dummy parameters for the empty macros snmp_add_if...
2003-04-26 anderscarlmanRe-added code for checking tail-parameter for NULL in
2003-04-25 likewiseMentioned changes to netif that imply changes for netwo...
2003-04-22 likewiseEither first or last packet can be queued through ARP_Q...
2003-04-22 likewiseEither first or last packet can be queued. Fixed (err_t...
2003-04-22 janiadd definitions for PF_UNSPEC and IPPROTO_IP
2003-04-16 likewiseFixed tabs into spaces. Fixed other stylos.
2003-04-15 janiobsolete PCB handling only active when TCP is enabled
2003-04-15 janialignment fix from Marc Boucher
2003-04-15 likewiseMention DHCP fix.
2003-04-15 likewiseStylo.
2003-04-15 likewiseChanged netif name formatting from %s to %c%c.
2003-04-15 likewisehexadecimal notation for NETIF_FLAGS_
2003-04-15 likewiseDebug levels set on some serious debug messages.
2003-04-15 likewisePrevent compiler warning on unused function arguments.
2003-04-15 likewiseDebug message shows requested pbuf type (of ROM/REF...
2003-04-15 likewisedhcp_inform() did not set and unset netif->dhcp. always...
2003-04-15 likewisePrevent warnings about unused function arguments.
2003-04-15 likewiseAgain accepted NULL to indicate IP_ADDR_ANY.
2003-04-14 likewiseAdded NETIF_FLAG_LINK_UP. Not used yet.
2003-04-14 likewiseDisabled pbuf_dechain() as it not currently in use.
2003-04-14 likewiseDisabled pbuf_dechain() as it not currently in use...
2003-04-14 likewiseStronger debugging/assertion.
2003-04-12 anderscarlmanRemoved the lines setting dhcp->msg_in and dhcp->option...
2003-04-11 davidhaasGot rid of pbuf_pool_alloc_cache and pbuf_pool_free_cac...
2003-04-11 likewiseAll debug messages now show actual config _after_ setti...
2003-04-11 likewiseFixed debug message for PBUF_REF/ROM allocation failure.
2003-04-11 likewiseMacro IP_ADDR_ are cast non-const as lots of functions...
2003-04-11 likewiseip_addr_any and _broadcast are type-declared as being...
2003-04-10 likewiseUpdated changelog to reflect some recent changes.
2003-04-09 davidhaasFix memory leaks.
2003-04-09 davidhaasMade memory stats more accurate (real amount and max...
2003-04-09 davidhaasFixed bug where tearing down a connection would cause...
2003-04-09 likewiseFirst attempt to track/explain changes that happened...
2003-04-09 likewiseEnabled code to abort/replace TCP pcbs upon netif addre...
2003-04-08 likewiseAdded (non-active) code handling pcbs upon changing...
2003-04-07 likewiseTCP data can be safely referenced as PBUF_ROM instead...
2003-04-07 janiinitial PPP options
2003-04-06 likewiseFixed bug #3112 (faulty behaviour calling tcp_listen...
2003-04-04 likewiseAdded debugging to verify correct result of udp_bind...
2003-04-04 likewiseFixed stylo.
2003-04-03 likewiseOnly changes to comments.
2003-04-03 likewisePrint debug message before actually changing netif...
2003-04-03 likewiseUpdated to reflect current practice and URLs.
2003-04-03 likewiseIn pbuf_take(): Got rid of variable 'f'. Fixed stylo...
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.
next