]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
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 bug #34360 tcp_shutdown: RST on unacked is not...
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-22 Simon GoldschmidtCorrected fix for bug #34072 (UDP broadcast is received...
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-21 Simon GoldschmidtConverted runtime-sanity-checks into compile-time check...
2011-09-20 goldsimonfixed bug #34337 (possible NULL pointer in sys_check_ti...
2011-09-11 Simon Goldschmidtsplitted ppp.h to an internal and external header file...
2011-09-11 Simon Goldschmidtnd6: use a static buffer to process RA options instead...
2011-09-11 Simon Goldschmidtuse pcb->mss instead of TCP_MSS for preallocate mss...
2011-09-11 Simon GoldschmidtAdded a config option to randomize initial local TCP...
2011-09-09 Simon Goldschmidtlwip_accept: fixed warning about accessing uninitialize...
2011-09-09 Simon GoldschmidtFixed typo: TCP_SNDQUEUELOWAT must be less than TCP_SND...
2011-09-09 Simon Goldschmidtfixed bug #34072: UDP broadcast is received from wrong...
2011-09-03 Simon GoldschmidtMake LWIP_RAND optional (useful for small targets)
2011-09-03 Simon GoldschmidtDHCP uses LWIP_RAND() for xid's (bug #30302)
2011-09-03 Simon Goldschmidtfixed bug #33952 PUSH flag in incoming packet is lost...
2011-09-03 Simon Goldschmidtunit tests: correctly handle small PBUF_POOL_BUFSIZE...
2011-09-03 Simon Goldschmidtnetconn_alloc(): return on invalid protocol instead...
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-09-01 Simon Goldschmidtfixed bug #34111 RST for ACK to listening pcb has wrong...
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 #33956 Wrong error returned when calling...
2011-08-24 Simon Goldschmidtfixed bug #34057 socklen_t should be a typedef
2011-08-24 Simon Goldschmidtfixed bug #34112 Odd check in pbuf_alloced_custom ...
2011-08-24 Simon Goldschmidtfixed bug #34122 dhcp: hostname can overflow
2011-08-24 Simon Goldschmidtfixed bug #34121 netif_add/netif_set_ipaddr fail on...
2011-08-22 Simon Goldschmidtfixed bug #33962 TF_FIN not always set after FIN is...
2011-08-12 Ivan DelamerInitialize recvmbox size for undefined netconn type...
2011-08-09 Ivan DelamerAdd cast to IP6_ADDR_BLOCKx
2011-08-04 Ivan DelamerUse target address as source address in IPv6 neighbour...
2011-08-04 Ivan DelamerFixed bug in serialization of IPv6 addresses.
2011-07-28 Simon GoldschmidtFixed complier error for CHECKSUM_CHECK_TCP==0
2011-07-26 Simon Goldschmidtadapted unit tests to changes after adding IPv6 support
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-26 Simon GoldschmidtPrevent non-static function that is not declared in...
2011-07-24 Simon GoldschmidtFixed some C compiler warnings
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 Goldschmidtforgot CHANGELOG: freeing ooseq pbufs when the pbuf...
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 Goldschmidtcorrectly prefix all functions with 'etharp_' (also...
2011-07-21 Simon GoldschmidtETHARP_STATE_STABLE_REREQUESTING: no need for member...
2011-07-21 Simon GoldschmidtETHARP_SUPPORT_STATIC_ENTRIES: don't need the member...
2011-07-21 Simon Goldschmidtfixed bug #33551 (ARP entries may time out although...
2011-07-21 Simon Goldschmidt(bug #30185): added LWIP_FIONREAD_LINUXMODE that makes...
2011-07-20 Simon GoldschmidtFixed bug #33804 LWIP_IPV6_MLD #define missing from...
2011-07-19 Simon GoldschmidtFixed bug #33801 Corruption of nd6 tables
2011-07-19 Simon GoldschmidtFixed bug #33802 tcpip: tcpip_callbackmsg_new sets...
2011-07-06 goldsimonFixed wrong endianess of port in bind() and connect...
2011-07-06 goldsimonInclude opt.h so that LWIP_ERROR works correctly
2011-07-05 goldsimonFixed bug #33561 bugs in recvfrom() and sendto()
2011-07-04 goldsimonFixed invalid SOCK_ADDR_TYPE_MATCH check in lwip_sendto()
2011-07-04 goldsimonFixed documentation after changing sys arch prototypes...
2011-07-04 goldsimonNo need to pass 'acc' as u16_t since the _base function...
2011-06-29 goldsimonFixed bug #33672 (checksum calculate error!!!) by foldi...
2011-06-29 goldsimonFixed bug #33653 (ip_data.current_ip_header_tot_len...
2011-06-26 goldsimonSlightly reorderd fields of struct tcp_pcb to plug...
2011-06-26 goldsimonInit checks: LWIP_RAND is needed for IPv6, too
2011-06-26 goldsimonfixed bug #31723 (tcp_kill_prio() kills pcbs with the...
2011-06-26 goldsimonfixed bug #33545: With MEM_USE_POOLS==1, mem_malloc...
2011-06-26 goldsimonFixed bug #33544 (warning in mem.c in lwip 1.4.0 with...
2011-06-26 goldsimonAdded some more asserts to check that pcb->state !...
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-06-26 goldsimonProvide a default for SNMP_GET_SYSUPTIME() based on...
2011-06-25 goldsimon- changed "struct ip_addr" to "ip_addr_t";
2011-06-22 idelamerDon't forward IPv6 packets that are larger than outgoin...
2011-06-17 idelamerProcess IPv6 packets arriving from non-Ethernet links.
2011-06-17 idelamerAllow routing IPv6 packets to neighbours with manually...
2011-06-17 idelamerAllow IPv6 addresses with arbitrary prefix.
2011-06-17 idelamerMinor edits for for IPv6 compilation
2011-06-12 goldsimonFixed compilation error after converting sockaddr_align...
2011-06-08 goldsimonFix compilation error when checking for hidden variable...
2011-06-07 goldsimon- sockaddr_aligned: use a union instead of a manually...
2011-06-07 goldsimonuse const char for name pointers in display functions
2011-06-07 goldsimonRemoved unused static function
2011-06-07 goldsimonMoved static variable from inside the function to globa...
2011-06-07 goldsimonMoved common call to pbuf_header outside the switch()
2011-06-07 goldsimonRestructured the code a bit to help my dump compiler...
2011-06-07 goldsimonFixed bug #33492 (fixed stats for IPv6 protocols)
2011-06-06 goldsimonFixed compilation with LWIP_IPV6==0
2011-06-06 goldsimon- fixed bug #33485 (forgot '!' before SOCK_ADDR_MATCH*);
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-28 goldsimonuse PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere...
2011-05-28 goldsimonuse PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere
2011-05-26 goldsimonAdded ipX versions for routing
2011-05-26 goldsimonFixed two compilation errors with different opt.h settings
2011-05-25 goldsimonFixed bug #33337 (which is #32906 reappearing after...
2011-05-25 goldsimonFixed pointless conversion when checking TCP port range...
2011-05-25 goldsimonUse conversion defines instead of casting IP addresses
next