aboutsummaryrefslogtreecommitdiff
path: root/src/ats
Commit message (Collapse)AuthorAge
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* fix unused variableMatthias Wachs2012-10-26
|
* Fix naming, HEAD fails to compile hereLRN2012-10-25
|
* doxygenMatthias Wachs2012-10-25
|
* - docu Matthias Wachs2012-10-25
|
* - docu gnunet-service-ats_addresses.hMatthias Wachs2012-10-25
|
* some docuMatthias Wachs2012-10-25
|
* move to ats-toolMatthias Wachs2012-10-25
|
* - remove cliMatthias Wachs2012-10-25
|
* gnunet-ats /w address printing supportMatthias Wachs2012-10-25
|
* report only active addresses usedMatthias Wachs2012-10-25
|
* gnunet-ats working and bug 0002593Matthias Wachs2012-10-25
|
* changesMatthias Wachs2012-10-25
|
* - changes but not completeMatthias Wachs2012-10-24
|
* - moreMatthias Wachs2012-10-24
|
* basicsMatthias Wachs2012-10-24
|
* -simplifyChristian Grothoff2012-10-24
|
* -patch for ATS to fix compiler warning/error from Markus TeichChristian Grothoff2012-10-14
|
* -getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settingChristian Grothoff2012-10-09
|
* -abort pending transmission before disconnectChristian Grothoff2012-10-08
|
* -abort pending transmission before disconnectChristian Grothoff2012-10-08
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* - fixesMatthias Wachs2012-10-04
|
* changesMatthias Wachs2012-08-28
|
* transport fixMatthias Wachs2012-07-26
|
* - coverityMatthias Wachs2012-07-25
|
* - fixMatthias Wachs2012-07-23
|
* coverity 10104/3/2Matthias Wachs2012-07-23
|
* memory leakMatthias Wachs2012-07-19
|
* -LRN: remove unused variablesChristian Grothoff2012-06-25
|
* -LRN: Check session target:Christian Grothoff2012-06-23
| | | | | | | | | | It changes the Session object layout to make peer identity its first field, always, for all sessions. Code in find_session() can use this to check that the session belongs to the right peer. test_ats_api_add_address always triggers this due to the way it fakes a pointer to session object.
* -removing dead old codeChristian Grothoff2012-06-23
|
* -comment / naming cleanupsChristian Grothoff2012-06-23
|
* - coverityMatthias Wachs2012-06-20
|
* - fix memory leaks Matthias Wachs2012-06-19
|
* - fix: addr is not NULLsMatthias Wachs2012-06-19
|
* fix a major bug: delete session for unknown address (addr==NULL, length==0)Matthias Wachs2012-06-19
|
* - unused varMatthias Wachs2012-06-19
|
* new test deleting a session using the plugin_env_session_end way ↵Matthias Wachs2012-06-19
| | | | | | | (addr=NULL,addr_length=0) + session this fails atm and is a bug
* - cleanupMatthias Wachs2012-06-19
|
* - cleanupMatthias Wachs2012-06-19
|
* - fixMatthias Wachs2012-06-18
|
* - fixMatthias Wachs2012-06-18
|
* - fixMatthias Wachs2012-06-15
|
* -LRN: dependenciesChristian Grothoff2012-06-15
|
* - changed behavior when receiving CONNECT messages ... inbound session and ↵Matthias Wachs2012-06-15
| | | | NAT tests work again
* - gnunet-ats cmd line tool basicsMatthias Wachs2012-06-15
|
* - changes related to ATS_address_add + testcases for address deletion and addingMatthias Wachs2012-06-15
|
* - adding GNUNET_ATS_address_add functionality .. no changes to scheduling ↵Matthias Wachs2012-06-14
| | | | API yet