]> Cypherpunks.ru repositories - nncp.git/history - src/cypherpunks.ru/nncp/sp.go
Fix invalid -rx/-tx arguments processing
[nncp.git] / src / cypherpunks.ru / nncp / sp.go
2017-06-11 Sergey MatveevFix invalid -rx/-tx arguments processing
2017-01-19 Sergey MatveevMerge branch 'develop' 0.4
2017-01-19 Sergey MatveevLock map during read, to prevent concurrent access
2017-01-17 Sergey MatveevMerge branch 'develop' 0.3
2017-01-17 Sergey MatveevGo 1.6 compatibility revert fix
2017-01-17 Sergey MatveevMerge branch 'develop' 0.2
2017-01-16 Sergey MatveevDelete downloaded file state
2017-01-16 Sergey MatveevFix invalid sizes calculation, be compatible with Noise
2017-01-15 Sergey Matveev-maxonlinetime option
2017-01-15 Sergey Matveevnncp-caller command
2017-01-15 Sergey MatveevFail immediately if connection is already dead
2017-01-14 Sergey MatveevAbility to configure online deadline timeout
2017-01-14 Sergey MatveevCheck tx directory all the time while connected
2017-01-14 Sergey MatveevComment clarification
2017-01-13 Sergey MatveevSeekStart constant instead of hardcode
2017-01-12 Sergey MatveevBig-endian version in magic numbers
2017-01-09 Sergey MatveevLimited read from untrusted socket
2017-01-09 Sergey MatveevFix max Noise payload size
2017-01-08 Sergey MatveevMagic for sync protocol must contain S
2017-01-08 Sergey MatveevDo not lock when connection is gone
2017-01-08 Sergey MatveevRename LLP to SP (some kind of Sync Protocol)