aboutsummaryrefslogtreecommitdiff
path: root/src/dv
AgeCommit message (Collapse)Author
2012-11-04-misc bugfixes, travel hackinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24693 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-31-adding missing extra_dist filesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24634 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-29installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵grothoff
updating code to run binaries from new location, which is no longer in PATH git-svn-id: https://gnunet.org/svn/gnunet@24593 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-17overhead for dvwachs
git-svn-id: https://gnunet.org/svn/gnunet@24346 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-09-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24237 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-07-chaning multihashmap API to allow option for avoiding key allocationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24216 140774ce-b5e7-0310-ab8b-a85725594a96
2012-09-27reducing error messages about missing configuration options by introducing ↵grothoff
new helper functions to print them uniformly git-svn-id: https://gnunet.org/svn/gnunet@24060 140774ce-b5e7-0310-ab8b-a85725594a96
2012-09-09commenting out dead testgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@23731 140774ce-b5e7-0310-ab8b-a85725594a96
2012-07-22Fix hostkey loading for old testing frameworkLRN
git-svn-id: https://gnunet.org/svn/gnunet@22818 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-12-consistently use struct GNUNET_HashCodegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21926 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-11-LRN: fix dv test dependenciesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21882 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-09-simplifying core API (#2400)grothoff
git-svn-id: https://gnunet.org/svn/gnunet@21816 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-01-fixing build issues for distinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21715 140774ce-b5e7-0310-ab8b-a85725594a96
2012-05-27renaming GNUNET_TIME_relative_get_forever and ↵grothoff
GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant git-svn-id: https://gnunet.org/svn/gnunet@21608 140774ce-b5e7-0310-ab8b-a85725594a96
2012-05-24- adding return value to mst callbackwachs
git-svn-id: https://gnunet.org/svn/gnunet@21568 140774ce-b5e7-0310-ab8b-a85725594a96
2012-04-23- Fixed compile errorsbartpolot
git-svn-id: https://gnunet.org/svn/gnunet@21098 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-11-LRN: use plibc SSCANF instead of sscanfgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20443 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-05- doxygenwachs
git-svn-id: https://gnunet.org/svn/gnunet@20274 140774ce-b5e7-0310-ab8b-a85725594a96
2012-02-28-fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20103 140774ce-b5e7-0310-ab8b-a85725594a96
2012-01-13improving code and build system to be in line with gnunet access control ↵grothoff
model for services as described at https://gnunet.org/gnunet-access-control-model git-svn-id: https://gnunet.org/svn/gnunet@19129 140774ce-b5e7-0310-ab8b-a85725594a96
2012-01-13change default configurations on systems with UNIX domain sockets to NOT ↵grothoff
specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default git-svn-id: https://gnunet.org/svn/gnunet@19123 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-30-LRN: use FOPEN/CLOSE instead of fopen/close - #2051grothoff
git-svn-id: https://gnunet.org/svn/gnunet@18856 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-30-LRN: use FPRINTF -- #2051grothoff
git-svn-id: https://gnunet.org/svn/gnunet@18855 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-21fixing 2012: network structure alignment now forced to be correct even on ↵grothoff
W32 using #pragma pack from gcc 4.x git-svn-id: https://gnunet.org/svn/gnunet@18730 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-29-fixing indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18394 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-19debugging dv/transport problemsnevans
git-svn-id: https://gnunet.org/svn/gnunet@18220 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-09Fixed compilation error with new GNUNET_HELLO_Addressbartpolot
git-svn-id: https://gnunet.org/svn/gnunet@18071 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-04curly wars / auto-indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18000 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-03implementing #1747grothoff
git-svn-id: https://gnunet.org/svn/gnunet@17959 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-26fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17763 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-17move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_grothoff
git-svn-id: https://gnunet.org/svn/gnunet@17517 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-14LRN: Use GNUNET_strdup() instead of strdup()grothoff
git-svn-id: https://gnunet.org/svn/gnunet@17473 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-13fixing compile errorsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17457 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-10fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17349 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-10use LOG macro in dv_api.cgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17348 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-07removing 'publicKey' argument from CORE init callbackgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17278 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-04LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsgrothoff
(#1805). git-svn-id: https://gnunet.org/svn/gnunet@17173 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-26LRN: use bindto instead of use-localaddrgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17027 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-02LRN fixes to DV config to make tests pass:grothoff
git-svn-id: https://gnunet.org/svn/gnunet@16679 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-01working on DV -- trying to fix bug found by LRNgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16673 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-16even nicer indentation, thanks to LRN's indent patchgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16587 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16583 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16581 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-01LRN: Fix debug logging in dvgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16295 140774ce-b5e7-0310-ab8b-a85725594a96
2011-07-18do not autostart nsegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16099 140774ce-b5e7-0310-ab8b-a85725594a96
2011-07-15fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16010 140774ce-b5e7-0310-ab8b-a85725594a96
2011-07-08git-svn-id: https://gnunet.org/svn/gnunet@15906 ↵nevans
140774ce-b5e7-0310-ab8b-a85725594a96
2011-07-03invalid addresses cause transport trouble, removing to avoid for nowgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15826 140774ce-b5e7-0310-ab8b-a85725594a96
2011-06-15disable vpn autostartgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15633 140774ce-b5e7-0310-ab8b-a85725594a96
2011-06-10adding configure code for --enable-benchmarks, --enable-expensive-tests, ↵grothoff
some clean up git-svn-id: https://gnunet.org/svn/gnunet@15521 140774ce-b5e7-0310-ab8b-a85725594a96