aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* logread: more generic message type regexpGabor X Toth2014-03-06
|
* - verify_successorSupriti Singh2014-03-06
| | | | | | - 64 bit finger identifier - predecessor flag
* - Modified find_successorSupriti Singh2014-03-06
| | | | | - added a new field successor flag to identify successor in finger table.
* - encrypt-then-MACBart Polot2014-03-06
|
* - fix warningBart Polot2014-03-06
|
* - svn:ignore testcaseBart Polot2014-03-06
|
* - warning on direct KEEPALIVE sendingBart Polot2014-03-06
|
* - finally fixed missing keepalive messagesBart Polot2014-03-06
|
* - don't use global peer counter, cls insteadBart Polot2014-03-06
|
* - run statistics service by defaultBart Polot2014-03-06
|
* - debug, indentationBart Polot2014-03-06
|
* - fix scheduler clearanceBart Polot2014-03-06
|
* - add makefile for new testcaseBart Polot2014-03-06
|
* - evaluate keepalive countersBart Polot2014-03-06
|
* - add keepalive testcase, statistics gatheringBart Polot2014-03-06
|
* - update config files for testsBart Polot2014-03-06
|
* - add keepalive statsBart Polot2014-03-06
|
* - cleanupBart Polot2014-03-06
|
* - fix expected KX sizeBart Polot2014-03-06
|
* - add hmac to tunnel messagesBart Polot2014-03-06
|
* - remove reserved filed codeBart Polot2014-03-06
|
* - remove unneccessary reserved fieldsBart Polot2014-03-06
|
* - remove dead handlerBart Polot2014-03-06
|
* - register keepalive as tunnel payloadBart Polot2014-03-06
|
* Move mesh connection keepalive messages inside tunnel encryption to reduce ↵Bart Polot2014-03-06
| | | | information leakage.
* - refactor fwd/bck connection keepaliveBart Polot2014-03-06
|
* - log payload ID for channel trafficBart Polot2014-03-06
|
* - remove debugBart Polot2014-03-06
|
* - fix level selectionBart Polot2014-03-06
|
* - filter peers and components aware of each otherBart Polot2014-03-06
|
* - sort peers and components to ensure consistent orderBart Polot2014-03-06
|
* -add filter by componentBart Polot2014-03-06
|
* -logBart Polot2014-03-06
|
* - Define and use BUFFER_SIZE for the size of the outgoing buffer.Sree Harsha Totakura2014-03-05
|
* - Adding self to trail_peer_listSupriti Singh2014-03-05
| | | | | | | - Adding functions to handle concurrent node joins. - Modified but incomplete find_successor logic. - Added new message types for concurrent node joins.
* -fix ftbfs with older libgcryptChristian Grothoff2014-03-05
|
* -fixing wrong bumpChristian Grothoff2014-03-04
|
* -bump gnutls versionChristian Grothoff2014-03-04
|
* -fix removal of block_mesh file (#3281-8125)Christian Grothoff2014-03-04
|
* -doxygenChristian Grothoff2014-03-04
|
* -fix dependencyChristian Grothoff2014-03-04
|
* - increase history size for the measured average operation execution times.Sree Harsha Totakura2014-03-04
|
* -presumably better fix for instantly resolving names in master zoneChristian Grothoff2014-03-04
|
* -mmissing prototypeChristian Grothoff2014-03-04
|
* -doxygenChristian Grothoff2014-03-04
|
* Don't crash on NULL lookup_nameLRN2014-03-02
|
* USERNAME is a placeholder, not a variableLRN2014-03-01
|
* libidn is needed unconditionally for libgnunetdnsparserLRN2014-03-01
|
* Fixed memory allocation for peer list. Supriti Singh2014-02-25
|
* 1. Refactored the code for trail setup and trail setup result.Supriti Singh2014-02-24
| | | | | 2. Adding an entry into finger table.