]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2015-08-20 goldsimonSNMP: tiny preparation for SNMP to support more version...
2015-08-20 goldsimonFixed compiler warning when window scaling is enabled...
2015-08-20 goldsimonfixed passing u16_t 'snmp_varbind->value_len' to functi...
2015-08-20 goldsimonfixed bug #43790: Sending octet string of Length >255...
2015-08-19 sgFixed icmp.c after 1.4.0-based patch #45120
2015-08-19 sgfixed bug #45120: Broadcast & multiple interfaces handling
2015-08-19 goldsimonAdd doxygen config + main-file used by Frédéric to...
2015-08-19 goldsimondns.c: fixed compiler warning
2015-08-19 goldsimonfixed bug #45004: dns response without answer might...
2015-08-19 Joel CunninghamIPv6 sockaddr clean ups
2015-08-19 goldsimonLWIP_NETCONN_SEM_PER_THREAD: ensure sys_sem_valid(...
2015-08-19 goldsimonanother fix for LWIP_MULTICAST_TX_OPTIONS: without...
2015-08-19 goldsimonaccidentally committed debug comment //
2015-08-18 sgpatch by Chrysn: patch #8704 fix sys_timeouts_sleeptime...
2015-08-18 sgdns: fixed assertion when dns server address is set...
2015-08-18 chrysnfix return type of netif_add_ip6_address mismatch
2015-08-18 sgfixed bug #45723 netconn_delete unconditionally uses...
2015-08-18 sgFixed usages of SYS_SEM_NULL after using pointers every...
2015-08-18 goldsimonfix that LWIP_MULTICAST_TX_OPTIONS must be used in...
2015-08-18 goldsimonFixed that netconn_thread_cleanup() did not call LWIP_N...
2015-08-07 Sylvain RochetPPP, Documentation, add that we support MPPE
2015-08-05 sgEnable LWIP_HAVE_LOOPIF by default when LWIP_NETIF_LOOP...
2015-08-05 sgallow multicast socket options IP_MULTICAST_TTL, IP_MUL...
2015-08-05 sgTried to improve pbuf_type, LWIP_SUPPORT_CUSTOM_PBUF...
2015-08-05 sgLWIP_COMPAT_SOCKETS==2: special setting to help code...
2015-08-05 Edgar BonetFix documentation of TCP_WRITE_FLAG_MORE.
2015-08-05 sgFixed more compiler warnings for unit tests
2015-08-05 Erik Ekmantest_etharp: Fix warning about braces
2015-08-05 Erik Ekmantest_tcp_oos: Remove last_dropped variable, never read
2015-08-05 sgtrack bugfixed in CHANGELOG
2015-08-05 sgFix that pbuf_realloc() called mem_trim() for "custom...
2015-08-03 sgFixed unit tests (compiler errors/warnings, coding...
2015-08-03 Erik EkmanFix edge case in pbuf_take_at()
2015-08-03 goldsimonwe are moving towards 1.5.0 -> set LWIP_VERSION accordingly
2015-08-03 goldsimonnetif_find(): name parameter can be const
2015-08-03 goldsimon... and one more change to those nasty ~ operator warni...
2015-08-03 goldsimonadded lwip_socket_thread_init/cleanup to use LWIP_NETCO...
2015-08-03 goldsimonFixed ~ warnings in a different way
2015-08-03 goldsimonFixed warnings about NULL check not required (ip_addr_i...
2015-08-03 goldsimonRemoved accidentally committed // comment
2015-08-03 goldsimoninit.c: fixed window scaling range check
2015-07-26 Erik Ekmanerr, debug: add missing ERR_ALREADY to lwip_strerr()
2015-07-26 Joel Cunninghamnetif, loopif: set link up on loopback interface
2015-07-14 sgMinor coding style fix
2015-07-14 Joel CunninghamFix netbuf_destport() when LWIP_CHECKSUM_ON_COPY is...
2015-06-23 goldsimonReverted fix for bug #38203 since it might be wrong
2015-06-16 Stian Skjelstadudp: multicast, fix udp_set_multicast_ttl() parameter...
2015-06-15 tabascoeyeicmp: fix checksum on replies of echo request with...
2015-05-21 goldsimonFixed bug #45098 ip_addr_t type field not populated...
2015-05-21 goldsimonfixed bug #45135 getsockopt SO_SNDTIMEO, SO_RCVTIMEO...
2015-05-21 goldsimonFixed bug #45161 tcp.c / tcp_abandon / pcb->local_port...
2015-05-19 goldsimonfixed bugs #45140 and #45141 (dhcp was not stopped...
2015-05-19 goldsimonchanged dhcp state name defines to include "STATE_...
2015-05-11 Sylvain Rochetfixed bug #39683 Assertion "seg->tcphdr not aligned...
2015-05-05 Ivan DelamerRemove 6LowPAN flag that will not be used.
2015-05-05 Ivan DelamerImproved IPv6 address formatting in ip6addr_ntoa_r().
2015-05-05 Ivan Delamerchanges to ip6addr_aton() to avoid crash with some...
2015-05-05 Ivan DelamerOnly send RS messages if we have a LL address in some...
2015-05-05 Ivan DelamerBug fix: properly use unspecified source address for...
2015-05-05 Ivan DelamerSmall bug fix in ipaddr_ntoa_r when IPv4 and IPv6 are...
2015-05-05 Edgar Bonetsockets: do not assume defined(FD_SET) implies defined...
2015-05-05 Edgar BonetSNMP, Missing const qualifier on internet_nodes[] in...
2015-05-01 Sylvain RochetPPP, don't store the name by which the peer authenticat...
2015-04-30 Sylvain RochetPPP, opt.h: fixed coding style
2015-04-30 Sylvain RochetPPP, L2TP, added configurable L2TP MRU using opt.h
2015-04-30 Sylvain RochetPPP, re-enabled MRU defines in opt.h
2015-04-30 Sylvain RochetPPP, display MTU set through netif_set_mtu() if debug...
2015-04-30 Sylvain RochetPPP, assert if ppp_fatal() is called
2015-04-29 Sylvain RochetPPP, cleanup unused/redefined/useless limits in ppp_impl.h
2015-04-29 Sylvain RochetPPP, sifnpmode() is only useful if on demand is support...
2015-04-29 Sylvain RochetPPP, removed unnecessary memset()
2015-04-29 Sylvain RochetPPP, PPPoS, also clear last_xmit when resetting PPPoS...
2015-04-26 Sylvain RochetPPP, added missing cast on pbuf_header()
2015-04-26 Sylvain RochetPPP, MPPE, try to use pbuf_header() in mppe_compress()
2015-04-26 Sylvain RochetPPP, MPPE, don't issue CCP reset request in stateless...
2015-04-26 Sylvain RochetPPP, MPPE, issue CCP reset request if synchronization...
2015-04-26 Sylvain RochetPPP, MPPE, discard late packet in stateless mode
2015-04-26 Sylvain RochetPPP, MPPE, sanity error path rework
2015-04-24 sgadded functions dhcp/autoip_supplied_address() to check...
2015-04-23 Sylvain RochetPPP, place print packet debug codenames in ROM
2015-04-23 Sylvain Rochetnetconn: api_msg.c, fixed warning about unused state...
2015-04-23 Sylvain Rochetdebug.h: fixed LWIP_PLATFORM_ERROR macro if LWIP_DEBUG...
2015-04-23 goldsimonfixed "missing braces around initializer" for IN6ADDR_...
2015-04-23 goldsimonmore "const" fixes
2015-04-23 goldsimonfixed ip_addr_islinklocal macro definition
2015-04-23 goldsimonsockets: IPPROTO_RAW/IPV6_CHECKSUM must be disabled...
2015-04-23 goldsimonadded missing braces around macro parameters
2015-04-23 goldsimonsome more compiler warning fixes
2015-04-23 goldsimonfixed pppol2tp (IP_IS_V6_L -> IP_IS_V6_VAL)
2015-04-23 goldsimonchanged IP_IS_V6_VAL() to take an instance, not a point...
2015-04-23 goldsimonfixed broken ip6_addr_debug_print_parts() (broken yeste...
2015-04-23 goldsimonppp_free: fixed type of local 'err'
2015-04-23 goldsimonadded more missing casts
2015-04-22 goldsimonfixed const'ness of syscontact/sysname/syslocation
2015-04-22 goldsimonFixed const'ness in snmp (design of sys contact/name...
2015-04-22 goldsimonfixed more (tiny) warnings...
2015-04-22 goldsimonfixed some more missing casts...
2015-04-22 goldsimonsockets.c: added missing casts after changing storage...
2015-04-22 goldsimonfixed missing casts found with msvc /Wall
2015-04-22 goldsimonigmp.c: fixed -Waddress, removed dead code
next