summaryrefslogtreecommitdiffstats
path: root/src/queue.c
AgeCommit message (Collapse)Author
2013-08-29Replace old task queueMatthias Schiffer
The handshakes are now schedules in a doubly-linked list that is maintained as a part of the peer structure.
2013-08-20Fix lots of -Wextra warningsMatthias Schiffer
Everything clang and GCC warn about, except GCC's missing-field-initializers which are just stupid as they don't allow {} syntax to zero a field.
2013-01-05Adjust copyright yearsMatthias Schiffer
2012-12-18Convert type names to _t conventionMatthias Schiffer
2012-03-31Trigger handshake when unexpected data is received from a floating peerMatthias Schiffer
2012-03-30Limit key validityMatthias Schiffer
2012-03-28Add license headers to Flex and Bison files; also remove Quicktun note as we ↵Matthias Schiffer
don't actually use any of is code
2012-03-07Forget old peers and addressesMatthias Schiffer
2012-03-06Simplify queue functionsMatthias Schiffer
2012-03-06Reorganized type definitionsMatthias Schiffer
2012-03-02Delete pending tasks for deleted peersMatthias Schiffer
2012-02-28Fix sign in queue timeout calculationMatthias Schiffer
2012-02-27Add timeout to task queueMatthias Schiffer