index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex
/
gnunet-daemon-regexprofiler.c
Age
Commit message (
Expand
)
Author
2018-06-07
paragraph for gnunet devs that don't know how to use the web
psyc://loupsycedyglgamf.onion/~lynX
2018-06-07
glitch in the license text detected by hyazinthe, thank you!
psyc://loupsycedyglgamf.onion/~lynX
2018-06-05
first batch of license fixes (boring)
psyc://loupsycedyglgamf.onion/~lynX
2017-05-10
Change regex combination, allow hex
Bart Polot
2016-04-30
implementing new scheduler shutdown semantics
Christian Grothoff
2016-04-09
small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...
Christian Grothoff
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-06-16
check for __GLIBC__ before mallopting
Christian Grothoff
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2014-12-24
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...
Christian Grothoff
2014-05-07
Rename mesh->cadet
Bart Polot
2013-10-10
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Christian Grothoff
2013-10-06
-remove trailing whitespace
Christian Grothoff
2013-09-26
- decrease amount of PUT rounds to finish all before the GETs start
Bart Polot
2013-09-19
- tweaks for hex experiments
Bart Polot
2013-09-06
-cleanup leaks
Christian Grothoff
2013-08-21
removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly instead
Christian Grothoff
2013-08-11
changing time measurement from milliseconds to microseconds
Christian Grothoff
2013-06-26
-introducing signing of regex accept states, removing PID from regex API
Christian Grothoff
2013-06-20
renaming symbols from libgnunetregextest to have the prefix REGEX_TEST
Christian Grothoff
2013-06-20
continuing refactoring of regex library structure, disambiguating symbol name...
Christian Grothoff
2013-05-21
- use lib
Bart Polot
2013-04-26
- remove warnings
Bart Polot
2013-04-22
- add disk scan
Bart Polot
2013-04-18
- wip
Bart Polot
2013-04-11
- exit after N rounds
Bart Polot
2013-03-15
- change regex daemon to announce every rand(0, t_max) period
Bart Polot
2013-03-14
- fix arm_api crash
Bart Polot
2013-02-20
- start announce immediately (profiler takes care of load balance), reannounc...
Bart Polot
2013-02-13
- remove regex daemon dependency to peers' public keys: allow to use HEAD reg...
Bart Polot
2013-02-08
- use correct config name
Bart Polot
2013-02-08
- read proper keyfile
Bart Polot
2013-02-07
- use ecc for regex profiler daemon
Bart Polot
2013-02-04
- indentation
Bart Polot
2013-02-04
- add randomness to the announce period: 10-20 min
Bart Polot
2013-02-04
- make a copy of the regex for announcing
Bart Polot
2013-02-04
- spread DHT PUTs over the announce period
Bart Polot
2013-02-04
- remove hack
Bart Polot
2013-01-25
- fixes
Bart Polot
2013-01-25
- pass local ID to announce
Bart Polot
2013-01-24
- copyright notice
Bart Polot
2013-01-24
Moved regex profiler and profiler daemon from mesh to regex, adaped to regex ...
Bart Polot