aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-daemon-regexprofiler.c
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
* Rename mesh->cadetBart Polot2014-05-07
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - decrease amount of PUT rounds to finish all before the GETs startBart Polot2013-09-26
|
* - tweaks for hex experimentsBart Polot2013-09-19
|
* -cleanup leaksChristian Grothoff2013-09-06
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* - use libBart Polot2013-05-21
|
* - remove warningsBart Polot2013-04-26
|
* - add disk scanBart Polot2013-04-22
|
* - wipBart Polot2013-04-18
|
* - exit after N roundsBart Polot2013-04-11
|
* - change regex daemon to announce every rand(0, t_max) periodBart Polot2013-03-15
|
* - fix arm_api crashBart Polot2013-03-14
|
* - start announce immediately (profiler takes care of load balance), ↵Bart Polot2013-02-20
| | | | reannounce immediately for more avaliability
* - remove regex daemon dependency to peers' public keys: allow to use HEAD ↵Bart Polot2013-02-13
| | | | regex with 0.9.5a core and others, allowing also committing regex changes to svn HEAD
* - use correct config nameBart Polot2013-02-08
|
* - read proper keyfileBart Polot2013-02-08
|
* - use ecc for regex profiler daemonBart Polot2013-02-07
|
* - indentationBart Polot2013-02-04
|
* - add randomness to the announce period: 10-20 minBart Polot2013-02-04
|
* - make a copy of the regex for announcingBart Polot2013-02-04
|
* - spread DHT PUTs over the announce periodBart Polot2013-02-04
|
* - remove hackBart Polot2013-02-04
|
* - fixesBart Polot2013-01-25
|
* - pass local ID to announceBart Polot2013-01-25
|
* - copyright notice Bart Polot2013-01-24
|
* Moved regex profiler and profiler daemon from mesh to regex, adaped to regex ↵Bart Polot2013-01-24
dht lib