aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -typoChristian Grothoff2014-01-15
|
* -let's not introduce stdbool shortly before the releaseChristian Grothoff2013-12-24
|
* Here's another patch for GNUNet's scheduler. It's a smaller version of my lastChristian Grothoff2013-12-24
| | | | | | | | | | | | | | | patch. This patch extends the scheduler API with two new functions: GNUNET_SCHEDULER_add_file_with_priority GNUNET_SCHEDULER_add_net_with_priority It also re-writes the other net_add/file_add functions to make them call these more generic functions in order to avoid code duplication. - Andrew
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -docuChristian Grothoff2013-08-30
|
* -playing with doxygen groupsChristian Grothoff2013-08-14
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* adding man page for gnunet-auto-share, updating man page for gnunet-publishChristian Grothoff2012-06-18
|
* -doxygenChristian Grothoff2012-05-28
|
* adding GNUNET_SCHEDULER_add_read_net_with_priorityChristian Grothoff2012-05-27
|
* -fixing #2274 -- eliminating GNUNET_SCHEDULER_add_afterChristian Grothoff2012-04-19
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* remove getter, make global static, add closure argumentChristian Grothoff2011-08-14
|
* LRN: Added-the-ability-to-substitute-scheduler-select.Christian Grothoff2011-08-14
|
* fixing parent_control_handler hack, adding lifeness attribute to tasksChristian Grothoff2011-08-02
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* train hacksChristian Grothoff2010-08-28
|
* make sure we run ALL shutdown tasks before resuming execution of new ↵Christian Grothoff2010-02-09
| | | | 'normal' tasks
* moderate udp support, not really tested (:Nathan S. Evans2010-01-19
|
* fixing doxygen commentsChristian Grothoff2009-11-14
|
* add nowChristian Grothoff2009-11-13
|
* allow any function in a task to easily get the reason codeChristian Grothoff2009-11-10
|
* bugfixes and redesigning scheduler APIChristian Grothoff2009-11-04
|
* better commentsChristian Grothoff2009-10-08
|
* fixing warningsChristian Grothoff2009-09-04
|
* namingNils Durner2009-08-29
|
* more fixesChristian Grothoff2009-08-29
|
* low level network APINils Durner2009-08-23
|
* quota management and better name for NO_TASK'Christian Grothoff2009-07-24
| | | | '
* ngChristian Grothoff2009-05-29