aboutsummaryrefslogtreecommitdiff
path: root/src/regex
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -doxygen fixesChristian Grothoff2015-06-22
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -use UNIXONLYChristian Grothoff2015-05-26
|
* -loggingChristian Grothoff2015-05-25
|
* -loggingChristian Grothoff2015-05-25
|
* -doxygen, loggingChristian Grothoff2015-05-22
|
* add logging and in particular checks to make sure no '.' wildcards are ↵Christian Grothoff2015-05-22
| | | | during initial transitions of the DFA
* -improving testcaseChristian Grothoff2015-05-22
|
* -adding integration testChristian Grothoff2015-05-22
|
* -more verboseChristian Grothoff2015-05-22
|
* -fix regex shutdown: clean up clients before DHT disconnectChristian Grothoff2015-05-22
|
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -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
* -adding single file for testing without autostarts above core levelChristian Grothoff2014-12-16
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* trying to do something about #3540Christian Grothoff2014-09-13
|
* Rename mesh->cadetBart Polot2014-05-07
|
* -more version bumpingChristian Grothoff2014-04-08
|
* Rename SearchMessage from regex to RegexSearchMessage so that it is unique ↵Florian Dold2014-03-10
| | | | in a total c-file
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -fix calculation of block size, doxygenChristian Grothoff2013-12-22
|
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -give nicer warning about big regexChristian Grothoff2013-12-20
|
* malloc -> newLRN2013-12-19
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* Replace OFF_T with off_tLRN2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -loglevelBart Polot2013-10-01
|
* -getting regex to compile again (part of #3047)Christian Grothoff2013-09-30
|
* - debug infoBart Polot2013-09-27
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* - install daemon in libexecBart Polot2013-09-26
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* - normalize with profilerBart Polot2013-09-26
|
* - undo r28718Bart Polot2013-09-26
|
* -fixBart Polot2013-09-26
|
* - setup time feedbackBart Polot2013-09-26
|
* - more feedback regarding shutdownBart Polot2013-09-26
|
* - more logBart Polot2013-09-26
|