aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/Makefile.am
Commit message (Collapse)AuthorAge
* Missing separatorBruno Cabral2014-08-02
|
* psyc, psycstore: retrieve state and historyGabor X Toth2014-07-30
|
* psyc,social: fix linking for testsGabor X Toth2014-07-24
|
* - Convince 'make -j 10' to work nicely.Bart Polot2014-07-03
|
* PSYC util lib: receiving/transmitting/logging PSYC messagesGabor X Toth2014-05-29
|
* multicast: send messages between client lib & serviceGabor X Toth2014-05-13
|
* -fix build issuesChristian Grothoff2014-04-08
|
* PSYC: implement slave to master requests, tests, fixes, reorgGabor X Toth2014-03-06
| | | | | Multicast lib: handle member to origin requests. Keep track of members and origins and call their callbacks when necessary.
* 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&#'
* -needs env to link properlyChristian Grothoff2013-10-11
|
* psyc service: start/stop, join/part, message transmission: lib -> psyc -> ↵Gabor X Toth2013-09-25
| | | | mcast; psyc API: stop/resume transmission
* psyc service skeletonGabor X Toth2013-09-16