aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* new hellosMatthias Wachs2013-07-12
|
* template updateMatthias Wachs2013-07-12
|
* using inbound stringMatthias Wachs2013-07-12
|
* String to print inbound connectionsMatthias Wachs2013-07-12
|
* fixing crashMatthias Wachs2013-07-12
|
* unused variableMatthias Wachs2013-07-12
|
* important checkMatthias Wachs2013-07-12
|
* - use correct ACK for nonreliable tunnelsBart Polot2013-07-12
|
* fixMatthias Wachs2013-07-12
|
* fix if plugin is loaded only in stub modeMatthias Wachs2013-07-12
|
* automatically replace all server addresses with client addressesMatthias Wachs2013-07-12
|
* substring search is the root of all evil:Matthias Wachs2013-07-12
| | | | | peerinfo did load wrong plugin if substring matches: used https for http address
* - use API change from r27944Bart Polot2013-07-12
|
* PSYC/social: header for method callbacksGabor X Toth2013-07-12
|
* fix state machineMatthias Wachs2013-07-12
|
* disabling error level message, adding stats insteadMatthias Wachs2013-07-12
|
* fixed address validation for plugins with client server architectureMatthias Wachs2013-07-12
|
* verified and improved address checking for external hostname and verify optionMatthias Wachs2013-07-12
|
* PSYC APIs: added missing args and functions, more consistent namingGabor X Toth2013-07-12
| | | | | | | | - multicast: origin arg for join; s/leave/part/g - psyc: origin arg for join; join/part callbacks - social: enter2, home_advertise, away - psycstore/social: get latest historic message using ID 0 - added PSYC lib
* -adding API to associated user context with a server's client to avoid ugly ↵Christian Grothoff2013-07-11
| | | | hacks, such as linked list searches and casting pointers to integers (thanks to Peter-Vogginger for forcing me to fix this)
* -adding missing file"Christian Grothoff2013-07-11
|
* -disable regex autostart for testsChristian Grothoff2013-07-11
|
* -no namestore autostartingChristian Grothoff2013-07-11
|
* -no regex autostartChristian Grothoff2013-07-11
|
* fixed test caseFlorian Dold2013-07-11
|
* - fix segfault on errorBart Polot2013-07-11
|
* -fixChristian Grothoff2013-07-11
|
* enabling address check in validationMatthias Wachs2013-07-11
|
* - adapt delay after each ACKBart Polot2013-07-11
|
* improved network switchingMatthias Wachs2013-07-11
|
* - fix use after freeBart Polot2013-07-11
|
* -fixChristian Grothoff2013-07-11
|
* notify ATS about a session (used for for validation) if we receive payload ↵Matthias Wachs2013-07-11
| | | | from a remote peer on this session
* - fixed weird 'feature'Bart Polot2013-07-11
|
* new function to check if session is known to atsMatthias Wachs2013-07-11
| | | | | | | | required for two reasons: we cannot update metrics for validation sessions since these are not known to ats a remote peer can decide to use an inbound validation session to transmit data, so we have to add the session to ats if we receive payload on a session
* -add extra checksChristian Grothoff2013-07-11
|
* Finishing mesh reliable:Bart Polot2013-07-11
| | | | | | | | | | - per-tunnel retransmission, always retransmit oldest not-ACK'd message - adaptive retransmission delay -- start with 1s -- use per-message timing to update expected delay on each ACK as d = avg (d, new) -- update pending retransmissions with new values
* log levelMatthias Wachs2013-07-11
|
* removing unwanted breakMatthias Wachs2013-07-11
|
* removing general address addingMatthias Wachs2013-07-11
|
* printing inbound addressesMatthias Wachs2013-07-11
|
* adding debug messageMatthias Wachs2013-07-11
|
* fixed:Matthias Wachs2013-07-11
| | | | | | | inbound address size reporting inbound sessions
* - more mess from retransmission of dataBart Polot2013-07-11
|
* notification for inbound sessionsMatthias Wachs2013-07-11
|
* - fix memleakBart Polot2013-07-11
|
* - queue_destroy does all the workBart Polot2013-07-11
|
* fix: wrong address lengthMatthias Wachs2013-07-11
|
* - drop newest message when a retransmission comes inBart Polot2013-07-11
|
* fixed:Matthias Wachs2013-07-11
| | | | | | printing of inbound session size of inbound sessions