summaryrefslogtreecommitdiff
path: root/core/Lossless_UDP.c
AgeCommit message (Collapse)Author
2013-08-05Use void for functions with no parametersFlorian Hahn
2013-08-04Make private functions in core/Lossless_UDP.c staticFlorian Hahn
2013-08-03various fixes for first time userJae Kwon
* added linking to libsodium * fixed links to docs to point to wiki
2013-08-02Fixed regression.irungentoo
2013-08-01removed potential segfaultrlt3
2013-08-01Changing some if loops around, specifically where some counts could be done ↵rlt3
once (checking if packets were over the max_data_size, etc) rather than over a couple lines
2013-08-01Trimming some things down and re styling commentsrlt3
2013-08-01Trying to make Lossless UDP more readable with style changesrlt3
2013-07-30Fixed segfault.irungentoo
2013-07-28Added basic dynamic memory allocation to Lossless UDP.irungentoo
2013-07-27Added friend request accepting to nTox and fixed a bug.irungentoo
Fixed a bug in Lossless UDP that prevented 2 clients from sometimes connecting when they connected at the same time to each other.
2013-07-27Ran the code through: astyle --style=linuxirungentoo
2013-07-26A *lot* of style changes.Konstantin Kowalski
2013-07-26Small inconsistency fixed.irungentoo
2013-07-26Fix braces and some white-spacesnfkd
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-20Initial connections might be faster.irungentoo
2013-07-20fix comments of some filesjvrv
2013-07-19Update Lossless_UDP.cMartijnvdc
changed all "i++" into "++i", as proposed by nfkd
2013-07-19Fixed bug that sometimes prevented two clients from connecting.irungentoo
2013-07-16Fixed some bugs and a regression.irungentoo
2013-07-16Some very basic flow control added to lossless UDP.irungentoo
2013-07-14Fixed useless inbound connection not timing out.irungentoo
2013-07-09Basic IM messenger backend pretty much done (You can start the GUI)irungentoo
And a couple of fixes to the other parts.
2013-07-08Spelling mistakes fixed.irungentoo
2013-07-05Crypto done(still need to test it a bit more thought)irungentoo
Replaced chars with uint8_t Added a new test program. Added some functions to Lossless UDP. And some other stuff.
2013-07-03Compiled for windows and fixed stuff accordingly.irungentoo
2013-07-03TODO updated.irungentoo
2013-07-01Small changes.irungentoo
2013-07-01Fixed small bug. Updated TODO.irungentoo
2013-07-01Made code more portable.irungentoo
2013-06-30Added a new test program. Fixed some stuff in Lossless UDP.irungentoo
2013-06-30Updated Lossless UDP.irungentoo
2013-06-29Lossless UDP now works.irungentoo
The testclient and testserver simulate a packet loss of 33%. The only thing left to do in lossless UDP is the flow control (automatic adjustment of the data send rate) which is only needed to transfer large amounts of data.
2013-06-29Cleaned bunch of stuff. Only the actual data transmission is left to do.irungentoo
2013-06-27Added current work on Lossless_UDP (Not done do not test it yet)irungentoo
Lossless_UDP code is probably filled with problems right now. this is normal.