Commit Graph

22 Commits

Author SHA1 Message Date
goldsimon fce9446a1b added optional macros PACK_STRUCT_FLD_8() and PACK_STRUCT_FLD_S() to prevent gcc 4 from warning about struct members that do not need packing 2014-09-02 13:05:02 +02:00
goldsimon e4ec9053e9 bug #35874 reserved identifier violation, 2nd part 2014-05-20 12:28:00 +02:00
Simon Goldschmidt b833b173cc Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:58:36 +02:00
Simon Goldschmidt 7c9f0dce5a Fixed bug #36905 SNTP problem with SNTP_STARTUP_DELAY symbol (by adding a new optional macro SNTP_STARTUP_DELAY_FUNC) 2012-08-13 21:43:43 +02:00
Simon Goldschmidt 1cd61ba1ae sntp: added function sntp_stop() to stop the module, removed the (incomplete) socket part. 2012-02-22 21:10:45 +01:00
Simon Goldschmidt 82031caa3c Fixed bug #34170 Memory leak in sntp_send_request() (pbuf used for request was sent to udp but never freed) 2011-09-01 21:08:11 +02:00
goldsimon 3fa77d67be Use the new PP_HTONx macros 2010-05-16 16:05:41 +00:00
goldsimon 57c1f7a16d Fixed compilation with LWIP_UDP/LWIP_TCP disabled 2010-03-26 16:10:32 +00:00
goldsimon 9ae87c50d2 Fixed warning about unused local variable in release mode 2010-03-15 09:45:20 +00:00
goldsimon b83a115953 Fixed compilation warnings (missing casts, includes, etc.) 2010-03-10 11:27:11 +00:00
goldsimon a6828003d8 Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier. 2010-02-04 18:50:12 +00:00
goldsimon 899ae6a321 Use macros defined in ip_addr.h (some of them new) to work with IP addresses (preparation for bug #27352 - Change ip_addr from struct to typedef (u32_t) - and better code). 2010-02-04 17:23:30 +00:00
goldsimon aa0ae95b4e Adapted to changed inet.h/ip_addr.h/def.h 2010-01-29 08:24:08 +00:00
goldsimon 4c733650e6 Adapted to changed timer implementation 2009-12-31 16:24:58 +00:00
goldsimon 4d5a7418a4 Correctly use log levels 2009-11-22 13:15:29 +00:00
goldsimon 815c75c58f Removed accidentally committed test code 2009-11-15 13:17:33 +00:00
goldsimon 4ebe4ff176 Added a more complete SNTPv4 client that conforms to RFC 4330 and uses the raw api. 2009-11-15 12:52:01 +00:00
goldsimon 6ce49364c5 Added many missing includes to <string.h> 2009-08-11 14:34:28 +00:00
fbernon 0ed511d380 Minor changes in contrib folder: fix some warnings 2008-01-04 22:49:56 +00:00
fbernon 3fb7ec0755 Minor change: update pool.ntp.org IP address 2008-01-03 22:47:17 +00:00
fbernon 8105013eb0 netbios.c, ping.c, sntp.c: minor changes: add comments, add some parameters, some coding style... 2007-11-13 00:58:51 +00:00
fbernon 62910e4248 SNTP client with socket API. Need more settings. 2007-11-06 22:44:11 +00:00