]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2019-09-01 JakubUse FreeRTOS heap instead of LwIP heap master personal/nejedjak/master personal/sojka/for-master
2019-09-01 JakubSet STATIC_IP_ADDRESS to 1
2019-08-29 Jakub NejedlýEnable LWIP socket funkcionality
2019-08-29 Jakub NejedlýFIQ and protection control
2015-01-05 Rostislav Lisovylwip: Update configuration tms570_emac
2015-01-05 Rostislav Lisovylwip: Remove pbufFreed semaphore
2014-10-20 Michal HornData type casting added to fix warnings
2014-08-19 Michal SojkaRemove inline from non-static functions
2013-10-07 Jan Dolezalsupport print for lwip statistics does not depend on...
2013-09-10 Jan Dolezalsys version turned on
2013-09-02 Jan Dolezallwip debug print functions
2013-08-23 Jan Dolezalmutex protection fixed; some not well working tries...
2013-08-13 Jan Dolezalbearable parameters set
2013-08-12 Jan Dolezalarch protect changed from interrupt to mutex
2013-08-12 Jan Dolezalreceive timeouts options added to lwipopts.h
2013-08-08 Michal SojkaDisable debugging messages
2013-08-08 Jan Dolezalchanges for TMS570
2013-08-05 Jan DolezalHALCoGen+LwIP Demo for TMS570 (BE) - only files coppied
2013-07-29 Jan Dolezalarch dependent files for FreeRTOS
2013-06-29 Simon Goldschmidtpartially fixed bug #37585: IPv6 compatibility (in...
2013-06-29 Simon Goldschmidtbug #37585/task #12600: fixed struct in6_addr.s6_addr...
2013-06-19 Simon Goldschmidt- removed include instead of commenting it out;
2013-06-19 Simon Goldschmidtpatch #8030: fixed spelling of "received"
2013-04-26 Sylvain Rochetpicked up the wrong commit date in CHANGELOG, fixed
2013-04-26 Sylvain Rochetreverted dhcp.c from DOS (CRLF) to UNIX (LF) format
2013-04-26 Sylvain Rochetcleared compilation warning, C++ style comments are...
2013-04-24 Simon Goldschmidtpatch #8008 Fix a potential null pointer dereference...
2013-04-24 Simon Goldschmidtfixed possible division by zero
2013-04-24 Simon Goldschmidtfixed bug #38526 Coverity: Recursive Header Inclusion...
2013-04-24 Simon GoldschmidtFixed bug #38586
2013-04-24 Simon Goldschmidtfixed bug #38701 (wrong comment on tcp_pcb::snd_queuelen
2013-04-24 Simon GoldschmidtRemoved the demand to post trivial patches to lwip...
2013-01-24 goldsimonImproved/fixed comments about timeout.
2013-01-15 Simon Goldschmidtfixed bug #37665 ip_canforward operates on address...
2013-01-15 Simon Goldschmidtfixed bug #38097 pbuf_free_ooseq() warning
2013-01-14 Simon Goldschmidtfixed more unused variables
2013-01-14 Simon GoldschmidtFixed bug #37893 Unused variables in tcp_out (and in...
2013-01-14 Simon GoldschmidtAdded additional sanity check that all headers (without...
2013-01-14 Simon Goldschmidtfixed bug #37705 Possible memory corruption in DNS...
2013-01-14 Simon Goldschmidtfixed bug #37705 Possible memory corruption in DNS...
2013-01-11 Simon Goldschmidtfixed bug #38066 Raw pcbs can alter packet without...
2013-01-11 Simon GoldschmidtChanged C++ comments to C style
2012-12-19 Ivan DelamerFix bug #37959: ip6_debug_print prints plen, nexth...
2012-12-14 "Grant Erickson"Fixed typo in debug formatting in ip6.c
2012-09-26 goldsimonfixed bug #37405 'err_tcp()' uses already freed 'netcon...
2012-09-26 goldsimonAdded brackets, completed CHANGELOG
2012-09-26 Henrik PerssonFix corner case with dhcp timeouts
2012-09-26 goldsimonAdded brackets, completed CHANGELOG
2012-09-19 Henrik PerssonSegfault in dhcp_parse_reply if no end marker
2012-08-22 goldsimonfixed bug #37166: memp_sanity check loops itself
2012-08-17 Ivan DelamerFixed typo in previous commit.
2012-08-17 Ivan DelamerAdd a "NULL" output function for ipv6 by default, to...
2012-08-13 goldsimonfixed bug #36645: Calling dhcp_release before dhcp_star...
2012-08-13 goldsimonfixed bug #36840 snmp_send_trap() NULL de-reference...
2012-08-13 goldsimonFixed bug #36899 DNS TTL 0 is cached for a long time
2012-08-13 goldsimonfixed bug #37052: "netconn_alloc: undefined netconn_typ...
2012-08-13 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-08-13 goldsimonSanity-check the size of netif->hwaddr
2012-07-24 James SmithFix bug #36857: tcp_listen_dual_with_backlog() only...
2012-07-03 Ivan DelamerAllow setting/getting socket option IPV6_V6ONLY for...
2012-07-03 James SmithApplied patch by James Smith to implement IPV6_V6ONLY...
2012-05-11 goldsimonfixed bug #36412: memp.c does not compile when MEMP_OVE...
2012-05-11 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-05-08 goldsimonfixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1...
2012-05-07 goldsimonAdded a readme.txt about the PPP code.
2012-05-05 goldsimonAdded missing name (patch by)
2012-05-05 Ivan DelamerIn ip6_input(), do not accept link-local packets on...
2012-05-05 Ivan DelamerFixed #define that was commited by mistake.
2012-05-05 Ivan DelamerIn ip6_input(), accept solicited node packets that...
2012-05-04 Ivan Delamerfixes bug #36389: Use IPv6 Src Address of Echo Response...
2012-05-04 Ivan DelamerFix bug #36391 - inet6_addr_to_ip6addr()
2012-05-03 goldsimonpatch by Sylvain Rochet: fixed bug #36283 (PPP struct...
2012-05-03 goldsimondhcp: check array bounds before accessing it (bug ...
2012-05-03 goldsimonAdded unit test that pbuf_copy returns a correct error...
2012-05-03 goldsimonfixed bug #36388 (PPP: checksum-only in last pbuf leads...
2012-03-28 goldsimonfixed the fix for bug #35945 (SYN packet should provide...
2012-03-27 goldsimonfixed bug #35756 header length calculation problem...
2012-03-27 goldsimonfixed bug #35945: SYN packet should provide the recv...
2012-03-25 goldsimonudp_input: fixed unreachable code warning for CHECKSUM_...
2012-03-25 goldsimontcp_abort/tcp_abandon: don't send RST if pcb->state...
2012-03-25 goldsimondhcp unit test: fixed 2 consts, use udp checksum 0x0000...
2012-03-25 goldsimonnew dhcp unit test: fix compilation for strict C, made...
2012-03-25 goldsimonTCP unit tests: fix that ip.rterr stats are increased...
2012-03-25 Erik EkmanAdd unit tests for DHCP
2012-03-25 goldsimonBetter fix for bug #35927 (missing refragmentaion in...
2012-03-25 goldsimonadded posix-compatibility include files posix/netdb...
2012-03-25 goldsimonFixed bug #35817: do_connect() invalidly signals op_com...
2012-03-25 goldsimonfixed bug #35931: Name space pollution in api_msg.c...
2012-03-22 goldsimonfixed bug #35927: missing refragmentaion in ip_forward
2012-03-22 Ivan DelamerSupport single-packet queueing in ND6 (similar to ARP...
2012-03-22 Ivan DelamerDisable leftover ND6 queueing code when !LWIP_ND6_QUEUING.
2012-03-20 goldsimonpatch by Mason: fixed bug #35907: lwip_gethostbyname_r...
2012-03-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-03-12 goldsimonRemoved unnecessary global variable "subnetMask", which...
2012-03-12 goldsimonpatch by Bostjan Meglic: fixed bug #35809: PPP GetMask...
2012-03-02 Ivan DelamerMissing declarations in supporting IP_HDRINCL.
2012-03-02 Ivan DelamerCheck arguments in nd6, and some other minor fixes...
2012-03-02 Ivan DelamerEarly exit when checking if ip6 reassembled packet...
2012-03-02 Ivan DelamerCheck that pbuf_header succeeds in IPv6 reassembly.
2012-03-02 Ivan DelamerSupport IP_HDRINCL in ip6_output() and ip6_output_hinted(),
next