aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-04- extra loggingharsha
git-svn-id: https://gnunet.org/svn/gnunet@25698 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-04- logging to fileharsha
git-svn-id: https://gnunet.org/svn/gnunet@25697 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-04fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25691 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03adding NO_IO option to peerinfo to disable disc accesses for experimentsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25686 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03-disable statisticsharsha
git-svn-id: https://gnunet.org/svn/gnunet@25685 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03- give more weight to failure eventsharsha
git-svn-id: https://gnunet.org/svn/gnunet@25684 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03There are now four states for the OI facilities: cfuchs
* ready (to do work), * queued (waiting for async-io to return), * waiting (a read-facilities wait for its output partner to get process) * failed (if a socket error occured) added attempt_tap_read machine. reworked run() for overlapped IO git-svn-id: https://gnunet.org/svn/gnunet@25683 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03fix #2720harsha
git-svn-id: https://gnunet.org/svn/gnunet@25682 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03-fixmegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25680 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03added initial stuff for overlapped IO and event handlingcfuchs
git-svn-id: https://gnunet.org/svn/gnunet@25677 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-03implemented the modified consensus api, started implementing p2p protocol ↵dold
for consensus git-svn-id: https://gnunet.org/svn/gnunet@25675 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-02weigh all readings equallyharsha
git-svn-id: https://gnunet.org/svn/gnunet@25674 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-02linear increase and decrease when SD is within 1 and 2 SD respectivelyharsha
git-svn-id: https://gnunet.org/svn/gnunet@25673 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-02- fixharsha
git-svn-id: https://gnunet.org/svn/gnunet@25672 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-02- doxygenharsha
git-svn-id: https://gnunet.org/svn/gnunet@25671 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-01adaptive parallelism for overlay connect operations based on SD calculationsharsha
git-svn-id: https://gnunet.org/svn/gnunet@25670 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-01- make operations wait when max_active is decreasedharsha
git-svn-id: https://gnunet.org/svn/gnunet@25669 140774ce-b5e7-0310-ab8b-a85725594a96
2013-01-01* re-added mainloop for runcfuchs
* started work on our select-equivalent for windows. git-svn-id: https://gnunet.org/svn/gnunet@25668 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-31* added tap version checking logics. Many tap32 versions are broken,cfuchs
Only version 9.8 and later support IPv6, 9.8 is broken with IPv4. Thus, we are using the same minium version as openvpn 2.3: tap32-9.9 * created our TAP/TUN handle-object (equivalent to the *nix init_tun() function), this still requires some more logics to be complete. * added logics to set the tun up (+a fixed sleep, to wait for it to come up) * we now also store the device's GUID, as we need it for creating the handle. * added the exports of tap32: src/include/tap_windows.h , for the sake of upgradability. This file contains version-specific defines for the driver. * happy new year! git-svn-id: https://gnunet.org/svn/gnunet@25667 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-29reworked vpn-helper to now use regular(!) char, instead of wchar, cfuchs
according to recommendations found in the C/C++-specs(wchar != unicode support, but may break compiler compatibility). git-svn-id: https://gnunet.org/svn/gnunet@25665 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-28- fix crashing testcases on sparcbotharsha
git-svn-id: https://gnunet.org/svn/gnunet@25663 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-27- use GNUNET_array_grow()harsha
git-svn-id: https://gnunet.org/svn/gnunet@25655 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-27- fix crash when controller diesharsha
git-svn-id: https://gnunet.org/svn/gnunet@25654 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-24Dependencies in consensus makefilesLRN
git-svn-id: https://gnunet.org/svn/gnunet@25643 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-24Resolve port conflict between ats and sysmonLRN
git-svn-id: https://gnunet.org/svn/gnunet@25642 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-23-fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25641 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-22Fix default hostlistsLRN
git-svn-id: https://gnunet.org/svn/gnunet@25640 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21remove disconnecting client from waitling lists of other locksharsha
git-svn-id: https://gnunet.org/svn/gnunet@25634 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- fixharsha
git-svn-id: https://gnunet.org/svn/gnunet@25633 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-stuffgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25632 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25631 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-renaming testing-new.h to testing.h, bumping library versionsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25629 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-die old testing, diegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25628 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-check for helpers in libexecgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25626 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-debuggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25625 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-nicergrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25624 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-quick and dirty use-after-free fix in LMgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25623 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-remindergrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25622 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-API discussiongrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25621 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- no more explicit overlay linkingharsha
git-svn-id: https://gnunet.org/svn/gnunet@25620 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-no allocagrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25619 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-clenaupgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25618 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-unify workbits to sane value for testgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25617 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21-cleanergrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25616 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- show on buildbotsbartpolot
git-svn-id: https://gnunet.org/svn/gnunet@25614 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21collision detection for IBF, timing for test tooldold
git-svn-id: https://gnunet.org/svn/gnunet@25613 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- fixbartpolot
git-svn-id: https://gnunet.org/svn/gnunet@25612 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- not a bugbartpolot
git-svn-id: https://gnunet.org/svn/gnunet@25611 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- enable signal testing by defaultbartpolot
git-svn-id: https://gnunet.org/svn/gnunet@25610 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-21- cache node parent to retransmit tunnel_destroy in case of pure relay nodebartpolot
git-svn-id: https://gnunet.org/svn/gnunet@25609 140774ce-b5e7-0310-ab8b-a85725594a96