Commit History

Author SHA1 Message Date
  Rob Figueiredo 0f39cf7ebc Merge pull request #51 from blackskad/cron-job-panic-recovery 9 years ago
  Thomas Meire eedb1423d0 Log the error message to stderr or a configurable log.Logger 9 years ago
  Rob Figueiredo 376980ae45 Merge pull request #49 from patito/master 9 years ago
  Rob Figueiredo 124a4d2f54 Merge pull request #52 from tdterry/master 9 years ago
  chenyunfei 6f30f62fd6 check if it is running when calling start(), avoid multiple run() goroutine 9 years ago
  Travis Terry 1e80ac5674 test for #34 9 years ago
  Travis Terry 58773a92e9 Merge branch 'master' of github.com:tdterry/cron 9 years ago
  Travis Terry 2e451031b1 new tasks should be scheduled based on the current time 9 years ago
  Thomas Meire 634cf55a82 Recover from panics in cron jobs 9 years ago
  Paulo Benatto 85b1d4ffa8 Fixed the description of func AddJob. 9 years ago
  Harshal Pradhan a0d328c53d Fix problems with times in timezone offsets which are not multiples of an hour. 10 years ago
  Rob Figueiredo 32d9c27315 Merge pull request #36 from bruth/issue-35 10 years ago
  Byron Ruth 9ae18730f4 Return on Stop if cron is not running 10 years ago
  Rob Figueiredo e4280929dd Merge pull request #28 from ricardolonga/master 10 years ago
  Ricardo Longa eb1cd6d3ab On the next line. 10 years ago
  Ricardo Longa c4057a474b Added build status image. 10 years ago
  Rob Figueiredo be2e0b0dee Merge pull request #19 from DAddYE/patch-1 11 years ago
  Davide D'Agostino b53357ea33 Add a space 11 years ago
  Davide D'Agostino 93efa02b9f Enforce custom import pat 11 years ago
  Rob Figueiredo 67823cd24d Create .travis.yml 11 years ago
  Rob Figueiredo 0f9f0529d0 SpecSchedule.Next: use time.Truncate instead of time.Date 11 years ago
  Rob Figueiredo a35e5c427e SpecSchedule.Next: use time.Truncate instead of time.Date 11 years ago
  Rob Figueiredo 2b666ea6e8 Return an EntryID when adding a job and allow it to be removed. 11 years ago
  Rob Figueiredo cf42b3d72f Make Seconds optional, to comply with the Unix cron spec. 11 years ago
  Rob Figueiredo 95388f1e2d Small doc fixes 11 years ago
  Rob Figueiredo 25f0d076fd Create .travis.yml 11 years ago
  Rob Figueiredo e0f96a958f Merge pull request #18 from robfig/timezone 11 years ago
  Rob Figueiredo c0173a8cbd Update docs and tests, and clean up implementation a bit. 11 years ago
  Dennis Francis a7d924fa04 added Timezone support, made Dow mandatory and Seconds optional to support standard GNU/Linux crontabs 11 years ago
  Rob Figueiredo b024fc5ea0 Fix usage example 12 years ago