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
/
regex_block_lib.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
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-06-27
-missing newline
Christian Grothoff
2016-05-06
fixing compiler warnings
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2013-12-22
-fix calculation of block size, doxygen
Christian Grothoff
2013-10-06
-remove trailing whitespace
Christian Grothoff
2013-09-26
- more log, style
Bart Polot
2013-09-20
- fix block validation for DHT PUT requests
Bart Polot
2013-09-09
-check correct variable
Christian Grothoff
2013-07-07
-doxygen fixes
Christian Grothoff
2013-07-02
-implementing regex test
Christian Grothoff
2013-06-27
-fixing #2585: optimized layout for regex blocks
Christian Grothoff
2013-06-27
-move struct RegexBlock into regex_block_lib
Christian Grothoff
2013-06-26
-removing unnecessary key from regex blocks, compacting some of the other fields
Christian Grothoff
2013-06-26
-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and not...
Christian Grothoff
2013-06-26
-moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ...
Christian Grothoff
2013-06-26
-follow naming and coding style conventions
Christian Grothoff
2013-06-26
-duping comments from declarations to definitions
Christian Grothoff
2013-06-26
-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and not...
Christian Grothoff
2013-06-26
-cleaning up block code, moving all of the block logic into the block library
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-03-11
- Add show parent key for every edge (grep friendlyness++)
Bart Polot
2013-03-11
- allow GNUNET_BLOCK_evaluate on PUT requests for regex blocks
Bart Polot
2013-02-27
- Unify log format
Bart Polot
2013-01-17
Move regex DHT integration from mesh to regex
Bart Polot