]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2004-08-11 likewiseUpdated the use of Savannah docs (merged from STABLE...
2004-08-10 likewiseSupport for PACK_STRUCT_USE_INCLUDES was broken.
2004-08-10 likewiseHave PBUF_LINK_HLEN default to 14 bytes (for Ethernet).
2004-07-29 likewiseMentioned 1.0.0.
2004-07-27 softinsAdd (int) cast in LWIP_DEBUGF() to avoid compiler warni...
2004-07-27 softinsStop compiler complaining of empty if statement when...
2004-07-27 softinsStop compiler complaining of empty if statement when...
2004-07-27 softinsCorrected IPH_TOS() macro: returns a byte, so doesn...
2004-07-27 softinsAdded a couple of casts to quiet the compiler.
2004-07-25 likewiseMade some comments more explicit.
2004-07-25 likewisepbuf_free() assert triggered by NULLified inseg.p....
2004-07-23 kieranmKieran Mansley - kjm25@cam.ac.uk - 23rd July 2004
2004-07-22 likewiseI hate it when it takes twice to fix a typo
2004-07-22 likewiseRemoved copy-paste errors.
2004-07-22 likewiseRemoved obsolete debug define.
2004-07-22 likewiseSupport for learning DNS servers through DHCP.
2004-07-22 softinsSmall corrections to some debugging statements, to...
2004-07-22 softinsMade data types consistent in inet_ntoa().
2004-07-21 softinsUpdated low_level_output() to match prototype for netif...
2004-07-21 softinsChanged debug statements to use the tidier ip4_addrN...
2004-07-21 softinsAdded trivial (int) cast to keep compiler happier.
2004-07-21 softinsChanged recv_raw() from int to u8_t, to match prototype...
2004-07-21 softinsRemoved spurious semicolon and added missing end-of...
2004-07-20 likewiseOutgoing packets caused ARP requests even when the...
2004-07-20 likewiseOutgoing packets caused ARP requests even when the...
2004-07-14 likewiseAdditional fix for TCP retransmit fix (as discussed...
2004-07-14 likewiseDisabled some code by #if 0 #endif rather than /* */.
2004-07-14 kieranmKieran Mansley - 14th July 2004
2004-07-14 kieranmKieran Mansley - 14th July 2004
2004-07-12 likewiseSource documentation added.
2004-07-05 likewiseDependencies on C library memset() etc., so include...
2004-07-04 likewiseUpdated with latest changes.
2004-07-04 likewiseMentioned placement of closing curly brace (block end).
2004-07-04 likewiseDependencies on C library memset() etc., so include...
2004-07-04 likewiseLWIP_TIMEVAL_PRIVATE must be defined in architecture...
2004-07-04 likewiseLWIP_TIMEVAL_PRIVATE must be defined in architecture...
2004-07-04 likewiseMade loop counters unsigned where possible.
2004-06-30 likewiseFixed compile errors.
2004-06-30 likewiseStyle fixes.
2004-06-30 likewiseMake restarting() DHCP on on interface more robust...
2004-06-30 likewiseBug fix: etharp_output() should not free pbufs.
2004-06-30 likewiseip_forward() returns netif on which packet was forwarded.
2004-06-30 likewiseAdded netif up/down basics.
2004-05-30 kieranmKieran Mansley - kjm25@cam.ac.uk - 30th May 2004
2004-05-26 kieranmKieran Mansley - kjm25@cam.ac.uk - 26th May 2004
2004-05-13 likewiseFixed documentation for internal function.
2004-05-07 likewiseFixed #if ETHARP_QUEUEING to #if ARP_QUEUEING.
2004-05-07 likewiseOptimized search loop a bit. Conditional code for ETHAR...
2004-05-06 likewiseRe-instantiated the pack directives. Nested structs...
2004-05-06 likewiseFixed wrong argument to find_entry() in etharp_query().
2004-05-06 likewiseFixed ETH_EMPTY into ETHARP_STABLE_EMPTY.
2004-05-06 likewiseDo not empty entries unless allowed to in find_entry().
2004-05-06 likewiseMore fixes.
2004-05-06 likewiseExported etharp_request().
2004-05-06 likewiseFixed typos.
2004-05-06 likewiseOptimized through re-use of common code. Results in...
2004-05-06 likewiseSimplified update_arp_entry().
2004-05-05 likewisePrevent non-unicast addresses from polluting the ARP...
2004-05-05 likewiseRemoved a closing bracket, left over after removing...
2004-05-05 likewiseRemoved all structure packing directives. Protocol...
2004-05-05 likewiseFix three bugs during tests.
2004-05-05 likewiseAs etharp already sends packets from the queue asynchro...
2004-05-05 likewiseetharp_*_input() return value (pbuf) removed; it has...
2004-05-05 likewiseChanged PAD_ETH_SIZE into ETH_PAD_SIZE for consistency...
2004-05-05 likewiseThe recv callback has u8_t return type. Fixed theraw_pc...
2004-05-05 likewiseRemember head of queue in pbuf_queue() iff PBUF_DEBUG...
2004-05-05 likewiseThe recv callback has u8_t return type. Fixed the raw_r...
2004-05-05 likewiseAdpated comments to match Doxygen/JavaDoc style.
2004-05-05 likewiseAdpated comments to match Doxygen/JavaDoc style.
2004-05-05 likewiseMade raw_input() more generic allowing multiple matches...
2004-05-03 likewiseSome updates on "gratuitious ARP" from RFC3220. Cleanup...
2004-05-03 janiby default there's no eth padding to preserve preious...
2004-04-30 likewiseFixed use of struct ip_addr in DHCP header.
2004-04-30 likewiseFixed hasty job prototype for pbuf_queue().
2004-04-30 likewiseAdded missing prototypes for pbuf_*queue().
2004-04-30 likewiseDHCP header used u32_t where struct ip_addr is more...
2004-04-30 likewiseApplied cleaner new patch for bug #8708.
2004-04-29 likewiseUpdated list of fixes/changes to the code.
2004-04-29 likewiseClean-up source comment documentation for Doxygen.
2004-04-29 likewiseFix buggy comment.
2004-04-29 likewiseClean-up source comment documentation for Doxygen.
2004-04-28 likewiseUpdated documentation.
2004-04-28 likewiseCorrected comparison by adding missing parentheses.
2004-04-28 likewiseRemoved ETHARP_ALWAYS_INSERT.
2004-04-28 likewiseRemoved ETHARP_ALWAYS_INSERT. Whitespace cleanup.
2004-04-28 likewiseFixed a cast.
2004-04-28 likewiseRemoved old broadcast check macro.
2004-04-28 likewiseUpdated release procedure to match Savannah changes.
2004-04-28 likewisePatch of bug #8708 applied which should fix header...
2004-04-23 likewiseDocumented latest fixes in HEAD.
2004-04-23 likewiseFix in the ip_addr_isbroadcast() check.
2004-04-23 likewiseTwo trivial typo fixes.
2004-04-22 janispelling fix from Tony Mountfield
2004-04-22 janimore uptodate eth driver skeleton from Tony Mountfield
2004-04-16 likewiseFixed #ifdef LWIP_DHCP to #if LWIP_DHCP.
2004-04-16 likewiseFixed #ifdef LWIP_DHCP position. Fixed extranous comma...
2004-04-14 likewiseetharp_query(): Fixed the case where the packet that...
2004-03-26 janido not export struct timeval to external users of socke...
2004-03-26 janifix recursive inclusion by forward defining struct...
2004-03-26 janiwarnign fixe for stat_display
next