aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.c
Commit message (Collapse)AuthorAge
* -keep using breakChristian Grothoff2021-04-11
|
* -remove duplicated commentsChristian Grothoff2021-04-11
|
* -flurry of bugfixes for tng serviceMartin Schanzenbach2021-02-23
|
* convert to GMT, not localtime in GNUNET_TIME_year_to_timeChristian Grothoff2021-01-07
|
* spell checkingChristian Grothoff2020-11-14
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* misc work on TNGChristian Grothoff2019-04-15
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix #5505Christian Grothoff2018-12-30
|
* make sure mono time uses atomicsChristian Grothoff2018-12-13
|
* add function to obtain monotonic timeChristian Grothoff2018-12-13
|
* configurable threshold for randomized backoffFlorian Dold2018-09-26
|
* randomized exponential backoffFlorian Dold2018-09-26
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* fix GNUNET_TIME_year_to_time, do not start in February...Christian Grothoff2018-01-01
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
|
* change time multiplication/division API to long long to avoid accidental ↵Christian Grothoff2016-07-26
| | | | range reduction
* refactoring my APIChristian Grothoff2016-06-03
|
* adding library for basic JSON conversionsChristian Grothoff2016-03-17
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -make time API more intutitiveChristian Grothoff2015-10-08
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -multiply infinity without warningChristian Grothoff2013-11-14
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -moving time functions from FS to TIMEChristian Grothoff2013-09-08
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -include time offsets in logging as wellChristian Grothoff2013-03-04
|
* -fixChristian Grothoff2013-03-04
|
* -fixing #2546Christian Grothoff2012-09-16
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* - docuMatthias Wachs2012-03-07
|
* -document clock skew variable a bit moreChristian Grothoff2011-11-28
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fixChristian Grothoff2011-07-28
|
* use arm timeouts, bad GNUNET_TIME function that will probably get removedNathan S. Evans2011-07-27
|
* clockskew codeNathan S. Evans2011-07-25
|
* I finally figured out why this function was so unintuitive to me. Hence ↵Nathan S. Evans2011-04-07
| | | | indicates a time in the future, and this function operates on a time in the past.