Commit Graph

  • 6bfd1c29a4 Merge remote-tracking branch 'upstream/master' stash-s 2020-10-31 21:33:55 +0100
  • 0b68210eae
    Update CHANGELOG RITZ 2020-10-07 14:59:37 +0200
  • 24e070ab27
    Update NTPClient.cpp RITZ 2020-10-07 14:54:48 +0200
  • 15252fa538
    Update NTPClient.h RITZ 2020-10-07 14:50:45 +0200
  • c1295a819b Added Date and Time Seperated from T and Z vismay2303 2020-10-06 18:16:10 +0530
  • d7d8b4512b
    Adding default port range (#117) Luigi 2020-09-07 17:14:47 +0200
  • 59066254d2 Adding default port range Luigi Gubello 2020-09-05 15:48:19 +0200
  • aff9c6b008
    Merge pull request #116 from luigigubello/random_local_port Alexander Entinger 2020-09-03 15:17:48 +0200
  • f5673290fc Changing long into unsigned int Luigi Gubello 2020-09-03 14:52:08 +0200
  • 9e4323bcef Adding range choice for setRandomPort() Luigi Gubello 2020-08-31 15:31:55 +0200
  • a8bdae7ca4 Added method to set random local port Luigi Gubello 2020-08-31 02:25:05 +0200
  • 3211d62cf1
    Merge 6cc6336872 into 894b21de11 Miguel Reis 2020-08-17 14:00:58 +0200
  • 6cc6336872 Added microseconds functionality Miguel Reis 2020-08-17 12:58:28 +0100
  • 8327b23f3b
    add setPoolServerIP and setPoolServerAddress methods Christophe Catherine Slychan 2020-04-26 23:36:44 +0200
  • 0c2ba5e652
    add headers for new methods Christophe Catherine Slychan 2020-04-26 23:34:28 +0200
  • e13e444c7d
    Merge b1e27b8097 into 894b21de11 WhymustIhaveaname 2020-04-24 22:56:04 -0700
  • b1e27b8097
    Merge pull request #1 from WhymustIhaveaname/dev WhymustIhaveaname 2020-04-25 06:56:01 +0100
  • dd06f06b4b
    Add files via upload WhymustIhaveaname 2020-04-25 06:53:15 +0100
  • 13a6ab8602
    Add files via upload WhymustIhaveaname 2020-04-24 08:40:02 +0100
  • c6cade82dc
    change a lots WhymustIhaveaname 2020-04-24 08:36:06 +0100
  • 13a4129bcf
    Grammar correction Zaid Mughal 2020-03-22 15:44:25 +0500
  • 5cc167533d
    Merge 348058b00e into 894b21de11 Tomas Jakstas 2020-03-22 12:30:34 +0200
  • 348058b00e check return value before timeout Tomas Jakstas 2020-03-22 12:27:38 +0200
  • d2161a6717 dns timeout is part of udp Tomas Jakstas 2020-03-22 12:15:13 +0200
  • b740822829 dns timeout added Tomas Jakstas 2020-03-22 11:56:30 +0200
  • 708e8a7983 Added review comments. isharasampath 2020-03-19 18:43:59 +0530
  • 68658309b1 Added two new methods to return Date and Time as a struct and get formatted Date Time string with a given format isharasampath 2020-03-18 17:30:29 +0530
  • a2359c40ce
    Merge 0cae64a29e into 894b21de11 Thomas Haggett 2020-01-28 22:39:19 +0100
  • 0cae64a29e Missed out a required define from the original commit Thomas Haggett 2020-01-28 21:36:45 +0000
  • 9a358138fd Refactor loop() method to avoid blocking. Thomas Haggett 2020-01-28 21:27:53 +0000
  • bafd71d32d
    Update library.json Dushyant Ahuja 2019-09-25 20:09:42 +0100
  • a736e6d698
    Merge cbaa770c3a into 894b21de11 Dean Blackketter 2019-09-19 18:22:37 +0000
  • cbaa770c3a Merge branch 'master' of https://github.com/arduino-libraries/NTPClient Dean Blackketter 2019-09-19 11:22:11 -0700
  • 894b21de11
    Merge pull request #77 from arduino-libraries/add-missing-ctors Alexander Entinger 2019-09-19 10:46:21 +0200
  • a80086968a Fixing function signature error of 'NTPClient(UDP& udp, const char* poolServerName, long timeOffset)' (long timeOffset instead of int timeOffset) and adding the overloaded ctors also for an IPAddress Alexander Entinger 2019-09-19 10:10:00 +0200
  • ff9775d082 Merge branch 'sheffieldnick-ipaddress' - Manually resolving merge conflicts. Alexander Entinger 2019-09-19 10:00:42 +0200
  • 931c471697 Added support for server IPAddress argument to NTPClient sheffieldnick 2017-04-26 15:14:37 +0100
  • 18d4ac7eb1
    Merge pull request #62 from jbrown123/master Alexander Entinger 2019-09-19 08:38:46 +0200
  • 9c16cb728b Adding documentation of function 'getEpochTime' to README Alexander Entinger 2019-09-19 07:29:51 +0200
  • b9fbe2c95c Adding documentation of function 'getEpochTime' to README Alexander Entinger 2019-09-19 07:29:51 +0200
  • 97cdcd7038
    Merge pull request #56 from bitsy/patch-1 Alexander Entinger 2019-09-19 06:37:49 +0200
  • 151bbc5484 Releasing v3.2.0 3.2.0 Alexander Entinger 2019-09-18 10:01:20 +0200
  • 735ccffcc4
    Modified update(), forceUpdate() to return integer bitsy 2019-09-17 10:14:28 -0700
  • 1809d67746 Merge branch 'master' of https://github.com/arduino-libraries/NTPClient Dean Blackketter 2019-07-04 12:19:42 -0700
  • 81ac5d71a1
    Update examples/IsTimeSet/IsTimeSet.ino theandy94 2019-05-23 15:42:45 +0200
  • 1ebdff655d
    Update examples/IsTimeSet/IsTimeSet.ino theandy94 2019-05-23 15:42:37 +0200
  • 0bb26f7ccc
    Update examples/IsTimeSet/IsTimeSet.ino theandy94 2019-05-23 15:42:29 +0200
  • 471edf092c
    Update examples/IsTimeSet/IsTimeSet.ino theandy94 2019-05-23 15:42:23 +0200
  • eea4863c9a
    Update examples/IsTimeSet/IsTimeSet.ino theandy94 2019-05-23 15:42:17 +0200
  • b0328556f5
    Update keywords.txt theandy94 2019-05-23 15:42:09 +0200
  • 69ce756af8 added method to test if time was set correctly theandy94 2019-05-18 11:19:10 +0200
  • b9fa22617b added method to test if time was set correctly theandy94 2019-05-18 10:57:04 +0200
  • cfbe88a3e2 Added packet flush before request in forceUpdate(). Fixes issue #49 in the upstream repo James Brown 2019-01-12 13:32:05 -0700
  • b451c022c3
    Merge branch 'master' into master Alexey Morozov 2018-12-24 14:55:14 +0300
  • 63f122946c Add setRetryInterval() method Dean Blackketter 2018-10-20 10:41:27 -0700
  • a876518db2 Create event when NTP client starts and finishes update. Staszek Salik 2018-10-20 15:30:00 +0200
  • cf60c1d086 Added NTP Update start and stop events. Staszek Salik 2018-10-20 12:16:28 +0200
  • 712c58c18e
    Update NTPClient.cpp bitsy 2018-09-16 21:11:26 -0700
  • 020aaf868d Update keywords.txt vincentVDB 2018-07-10 19:30:50 +0200
  • 084f06d35c
    Update keywords.txt vincentVDB 2018-07-10 19:30:50 +0200
  • 6bb8cdafc7 added method for changing time server Peeter Normak 2017-10-31 11:01:47 +0200
  • 10125217d9 Make getter methods const Tamas Karpati 2018-02-20 21:32:17 +0100
  • 70d6ec4e90 Changed timeOffset from int to long to support timezones with more than 32000 seconds difference from GMT (eg, Australia +10 (36000)) (#42) Kosh 2018-06-27 20:17:09 +1000
  • 01330ad4c9
    Merge branch 'master' into master Sandeep Mistry 2018-06-27 12:16:34 +0200
  • a5ebd7efad
    Merge 1efa610f47 into 126ea3093b hagelric 2018-06-27 10:13:44 +0000
  • 126ea3093b Update README.md Testato 2017-07-24 10:09:33 +0200
  • ea200235c7 New default server Testato 2017-07-23 09:05:51 +0300
  • 0825e0cc07 fixes updateInterval & lastUpdate variable type pabloandresm 2017-03-27 11:17:43 -0400
  • 38b31d020b Update README.md iPhosgen 2018-05-18 09:54:56 +0300
  • 2c2ca165d6 Add methods for working with Date iPhosgen 2018-05-18 09:52:51 +0300
  • fcb01d6da2 Make getter methods const Tamas Karpati 2018-02-20 21:32:17 +0100
  • ab157e8a77 Initialize _updateCallback to a null ptr. Dean Blackketter 2018-01-16 14:37:22 -0800
  • c6659591ef Merge 92d8439ede into 9dc9ad184b jogravila 2017-12-30 18:29:30 +0000
  • 92d8439ede
    Add files via upload jogravila 2017-12-30 19:26:00 +0100
  • 42a0c13a41 added method for changing time server Peeter Normak 2017-10-31 11:01:47 +0200
  • d627d73655 Merge 055b927b4d into 9dc9ad184b Peeter N 2017-10-31 08:34:09 +0000
  • 055b927b4d remove user offset from epoch time, but include it in local time Peeter Normak 2017-10-31 10:24:10 +0200
  • cf9d9f46c9 Changed timeOffset from int to long to support timezones with more than 32000 seconds difference from GMT (eg, Australia +10 (36000)) Kosh 2017-10-26 12:31:42 +1000
  • 1efa610f47 Revert "Added support for server IPAddress argument to NTPClient" taranais 2017-07-31 21:14:36 +0200
  • f36b5a6b83 Revert " IPAddress argument to NTPClient" taranais 2017-07-31 21:14:30 +0200
  • b967b7f443 Malformed NTP request taranais 2017-07-31 21:08:17 +0200
  • cad3463f1a IPAddress argument to NTPClient taranais 2017-07-31 21:03:22 +0200
  • 4ce1e842a1 Added support for server IPAddress argument to NTPClient taranais 2017-07-31 20:25:11 +0200
  • 1c341f7de6 define leap year taranais 2017-07-31 20:03:10 +0200
  • 657755016f added getFormattedDate option (#4) taranais 2017-07-31 19:53:38 +0200
  • 7760d6cea7 Using getFormattedTime() to format a given time & setEpochTime() method taranais 2017-07-31 19:41:41 +0200
  • 47d0e56856 fixes updateInterval & lastUpdate variable type (#3) taranais 2017-07-31 19:28:44 +0200
  • 13648ec617 Adding Validity-Checks for incoming packets (#2) taranais 2017-07-31 19:22:03 +0200
  • 957af4d592 New default server (#1) taranais 2017-07-31 19:11:18 +0200
  • 3ddb5ffd54 Update README.md Testato 2017-07-24 10:09:33 +0200
  • f44314a8c5 Merge 0030c8fd02 into 9dc9ad184b Testato 2017-07-23 06:09:13 +0000
  • 0030c8fd02 Update README.md Testato 2017-07-23 09:08:53 +0300
  • 172b2e5f3f New default server Testato 2017-07-23 09:05:51 +0300
  • 7016636dba Merge 6fb0ced103 into 9dc9ad184b Vlad 2017-05-15 16:37:57 +0000
  • 6fb0ced103 add requestInterval, lastRequest Vlad 2017-05-15 21:37:33 +0500
  • d08cb88f10 add setUpdateServer Vlad 2017-05-15 21:15:02 +0500
  • 937dafd7a7 Added support for server IPAddress argument to NTPClient sheffieldnick 2017-04-26 15:14:37 +0100
  • bbcc429f68 Added isValid() and modified implementation of forceUpdate() Chritzel 2017-04-11 17:31:01 +0200
  • c561e53829 Add Declaration for isValid() Chritzel 2017-04-11 17:28:53 +0200
  • d8942c7cd9 fixes updateInterval & lastUpdate variable type pabloandresm 2017-03-27 11:17:43 -0400