]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/dns.c
bug #26523: Compiler Warnings
[pes-rpp/rpp-lwip.git] / src / core / dns.c
2010-01-23 goldsimonbug #26523: Compiler Warnings
2010-01-08 goldsimonCopy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1...
2009-08-23 goldsimonFixed bug #26657: DNS, if host name is "localhost"...
2009-05-20 goldsimonCorrected structure packing
2009-05-07 goldsimonWorked on dns: local host-list can be put into FLASH...
2009-04-23 goldsimonFixed some issues with DNS_LOCAL_HOSTLIST
2009-04-21 goldsimontask #7507, patch #6786: DNS supports static hosts...
2008-10-02 jifl * dns.c: Hard-code structure sizes, to avoid issues...
2008-01-26 fbernonMinor changes: replace directy call to memcpy by MEMCPY...
2008-01-25 fbernondns.c: Fix bug #22108 "DNS problem" caused by unaligned...
2008-01-04 fbernonMinor changes in lwip folder: fix some warnings, coding...
2007-12-13 fbernonapi_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: repla...
2007-12-12 fbernonMinor change: move DNS_MSG_SIZE in opt.h, add comments.
2007-12-12 fbernondns.h, dns.c, opt.h: move DNS options to the "right...
2007-12-02 fbernonprocess "localhost" name in dns_gethostbyname
2007-11-30 fbernonMinor changes: dnsserver initialization with DNS_SERVER...
2007-11-30 goldsimonconnect the UDP pcb to the DNS server (IPaddress and...
2007-11-24 fbernonMinor change (doxygen tags)
2007-11-20 fbernonMinor changes in DNS client.
2007-11-20 goldsimonAdded function documentation to dns.c, removed function...
2007-11-19 fbernonapi_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK...
2007-11-18 fbernonFix DNS client TTL processing.
2007-11-18 fbernonMinor changes on DNS.
2007-11-18 fbernonfix DNS problem with pbuf chain.
2007-11-18 fbernonChanges on DNS client. Add multiples dns servers support.
2007-11-18 fbernonMinor changes on DNS client. Coding style & add "respon...
2007-11-18 fbernonMinor changes on DNS client. Note that "compressed...
2007-11-18 fbernonMinor changes on DNS client.
2007-11-16 goldsimonTurned all hostname variables and parameters into ...
2007-11-14 fbernonopt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS...