]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include
Changed C++ comments to C style
[pes-rpp/rpp-lwip.git] / src / include /
2012-08-13 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-07-03 James SmithApplied patch by James Smith to implement IPV6_V6ONLY...
2012-05-05 Ivan DelamerIn ip6_input(), accept solicited node packets that...
2012-05-04 Ivan DelamerFix bug #36391 - inet6_addr_to_ip6addr()
2012-03-27 goldsimonfixed bug #35756 header length calculation problem...
2012-03-25 goldsimonadded posix-compatibility include files posix/netdb...
2012-03-25 goldsimonfixed bug #35931: Name space pollution in api_msg.c...
2012-03-22 Ivan DelamerSupport single-packet queueing in ND6 (similar to ARP...
2012-03-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-03-01 goldsimonFixed unused variable warnings produced with the last...
2012-02-28 goldsimonSpeed up LWIP_TCPIP_CORE_LOCKING by directly calling...
2012-02-13 goldsimonCorrectly calculate the default value of MEMP_NUM_SYS_T...
2012-02-13 goldsimonMultiple compilation fixes:
2012-02-12 goldsimonpartly fixed bug #25882: TCP hangs on MSS > pcb->snd_wn...
2012-02-12 goldsimontcp pcb: persist_cnt can be u8_t instead of u32_t ...
2012-01-16 goldsimonAdded option CHECKSUM_GEN_ICMP
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-12-17 goldsimonimplemented API functions to access so_options of IP...
2011-12-14 goldsimonFixed typo in define check: LWIP_IPv6_FRAG -> LWIP_IPV6...
2011-11-28 Ivan DelamerAdded parenthesis to netif/ip6 macros.
2011-11-25 goldsimonfixed bug #31177: tcp timers can corrupt tcp_active_pcb...
2011-11-22 goldsimonfixed bug #34684: Clear the arp table cache when netif...
2011-10-29 goldsimonSEQ-comparing defines: cast parameters to u32_t for...
2011-10-23 goldsimon- moved processing of refused_data to an own function...
2011-10-21 goldsimonSLIP netif: add support for multiple input strategies...
2011-10-21 goldsimonadded missing valid/set_invalid defines for NO_SYS
2011-10-21 goldsimonremoved the need to disable ARP_QUEUEING when LWIP_ARP...
2011-10-19 goldsimonFix default value of TCP_SNDLOWAT for small values...
2011-10-18 Simon Goldschmidtfixed bug #34592: lwip_gethostbyname_r uses nonstandard...
2011-10-18 Simon Goldschmidtfixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELO...
2011-10-18 Simon Goldschmidtfixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider...
2011-10-18 goldsimonfixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS
2011-10-13 Simon Goldschmidtfixed bug #34541: LWIP_U32_DIFF is unnecessarily comple...
2011-09-27 Simon GoldschmidtImplemented limiting data on ooseq queue (task #9989...
2011-09-24 Simon Goldschmidtfixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_...
2011-09-23 Simon GoldschmidtMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-09-23 Simon Goldschmidtfixed bug #33871: rejecting TCP_EVENT_RECV() for the...
2011-09-22 Simon GoldschmidtFixed tcp_accepted define (need brackets around the...
2011-09-22 Simon Goldschmidtfixed bug #34355: nagle does not take snd_buf/snd_queue...
2011-09-21 Simon GoldschmidtImplemented timeout on send (TCP only, bug #33820)
2011-09-21 Simon Goldschmidtfixed default value of TCP_SND_BUF to not violate the...
2011-09-11 Simon GoldschmidtAdded a config option to randomize initial local TCP...
2011-09-09 Simon GoldschmidtFixed typo: TCP_SNDQUEUELOWAT must be less than TCP_SND...
2011-09-01 Simon Goldschmidtfixed bug #31809 LWIP_EVENT_API in opts.h is inconsiste...
2011-09-01 Simon GoldschmidtMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-30 goldsimonFixed bogus IPH_V/HL and IPH_VHL_SET endianess dependency
2011-08-24 Simon Goldschmidtadded netif remove callback (bug #32397)
2011-08-24 Simon Goldschmidtfixed bug #34124 struct in6_addr does not conform to...
2011-08-24 Simon Goldschmidtfixed bug #34057 socklen_t should be a typedef
2011-08-09 Ivan DelamerAdd cast to IP6_ADDR_BLOCKx
2011-07-26 Simon GoldschmidtETHARP_SUPPORT_VLAN: add support for an external VLAN...
2011-07-26 Simon GoldschmidtIPv4: splitted IPv4 header fields version/len and tos...
2011-07-24 Simon GoldschmidtRemoved commas from the end of enum lists
2011-07-22 Simon Goldschmidtfixed bug #31084 (socket API returns always EMSGSIZE...
2011-07-22 Simon Goldschmidtinit.c: changed some checks from runtime to compiletime...
2011-07-22 Simon Goldschmidtfreeing ooseq pbufs when the pbuf pool is empty impleme...
2011-07-21 Simon Goldschmidtbug #33634 ip_forward() have a faulty behaviour: Added...
2011-07-21 Simon Goldschmidt(bug #30185): added LWIP_FIONREAD_LINUXMODE that makes...
2011-07-06 goldsimonInclude opt.h so that LWIP_ERROR works correctly
2011-06-26 goldsimonSlightly reorderd fields of struct tcp_pcb to plug...
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-06-17 idelamerMinor edits for for IPv6 compilation
2011-06-07 goldsimonFixed bug #33492 (fixed stats for IPv6 protocols)
2011-05-28 goldsimonFixed ipX_netif_get_local_ipX for LWIP_IPV6==0
2011-05-28 goldsimonFixed ip_2_ipX() and ip6_2_ipX() macros #if !LWIP_ALLOW...
2011-05-26 goldsimonAdded ipX versions for routing
2011-05-25 goldsimonUse conversion defines instead of casting IP addresses
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-21 goldsimonRemoved autoip_init() since it does nothing; minor...
2011-05-17 goldsimonRemoved files of old IPv6 implementation
2011-05-17 goldsimonAdded new files for IPv6
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-05-14 goldsimonpatch #7449 allow tcpip callback from interrupt with...
2011-05-06 kieranmUpdate version numbers for 1.4.1 development
2011-05-06 kieranmUpdate CHANGELOG and version numbers for 1.4.0 release
2011-04-29 goldsimonUsed upper case 'L' instead of lower case 'l' for long...
2011-03-29 goldsimonFixed broken VLAN support.
2011-03-27 goldsimonRemoved 'dataptr' from 'struct tcp_seg' and calculate...
2011-03-14 goldsimonfixed bug #31748 (Calling non-blocking connect more...
2011-02-18 goldsimonAdded missing U/UL modifiers to fix 16-bit-arch portabi...
2011-02-18 goldsimonIndentation changed
2011-02-03 kieranmUpdate version for 1.4.0 rc2
2011-01-25 goldsimonAdde missing extern "C"
2011-01-25 goldsimonAdded missing "extern "C" {"
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-12-02 goldsimonFixed ERR_IS_FATAL so that ERR_WOULDBLOCK is not fatal.
2010-11-21 goldsimonAdded a function to deallocate the struct dhcp from...
2010-11-20 goldsimonFixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDW...
2010-11-20 goldsimonFixed bug #31535: TCP_SND_QUEUELEN must be at least...
2010-10-20 goldsimonFixed bug #31385: sizeof(struct sockaddr) is 30 but...
2010-07-16 kieranmUpdate release number for 1.4.0 release candidate 1
2010-07-16 kieranmFixed SNMP ASN constant defines to not use ! operator
2010-07-12 goldsimontask #10495: Added support for IP_MULTICAST_LOOP at...
2010-07-05 goldsimonAdded ip_addr_netmask_valid() to check if a netmask...
2010-07-05 goldsimonAdded some helper functions to find strings in chained...
2010-06-29 goldsimonRe-enabled timer logging if LWIP_DEBUG_TIMERNAMES!...
2010-06-25 goldsimonFixed compilation error due to unexpected include order
2010-06-24 goldsimonFrom patch #7221: added flag NO_SYS_NO_TIMERS to drop...
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-06-21 goldsimonFixed bug #29361 (ip_frag has problems with zero-copy...
next