Skip to content
Snippets Groups Projects
  1. Feb 14, 2014
  2. Feb 12, 2014
  3. Feb 10, 2014
  4. Feb 07, 2014
    • Marek Vavrusa's avatar
      evsched: removed deprecated evqueue and streamlined the API · a719e0cb
      Marek Vavrusa authored
      * events now carry pointer to their scheduler
      * no event types, events are simple callbacks
      * removed unused or deprecated stuff
      * bugfix: zone never expired since expire was initialized on create
      * bugfix: race condition on rescheduling events
        - there is always some time between cancel and schedule
        - if two threads run run past the cancel and then race for schedule,
          they may rarely schedule an event two times
        - this is hard to deal with unless we place a lock on the zone
          operations, therefore each schedule checks heap if the event is not
          already scheduled and if it is, it replaces the old instance
      a719e0cb
  5. Feb 06, 2014
  6. Feb 05, 2014
  7. Feb 03, 2014
  8. Jan 31, 2014
  9. Jan 30, 2014
  10. Jan 29, 2014
  11. Jan 28, 2014
  12. Jan 24, 2014
    • Jan Včelák's avatar
      DNSSEC: refresh signatures earlier · 704e2bff
      Jan Včelák authored
      The signatures are now refreshed (signature_lifetime / 10) seconds
      before their expiration. The default signature lifetime is 30 days,
      therefore the signatures are refreshed 3 days before their expiration.
      
      The parameter 'expires_at' in signing functions was renamed to 'refresh_at',
      as the name was misleading.
      
      The signing policy structure was cleaned and helper functions were added.
      
      DNSSEC event logging was changed from relative to absolute value, because
      the intervals are much longer now.
      704e2bff
  13. Jan 23, 2014
  14. Jan 21, 2014
  15. Jan 20, 2014
  16. Jan 17, 2014
  17. Jan 15, 2014
  18. Jan 13, 2014
  19. Jan 10, 2014
Loading