Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-10 | tabs -> spaces | slvr | |
2013-08-10 | network_registerhandler | slvr | |
2013-08-05 | Use void for functions with no parameters | Florian Hahn | |
2013-08-04 | Make private functions in core/Lossless_UDP.c static | Florian Hahn | |
2013-08-03 | various fixes for first time user | Jae Kwon | |
* added linking to libsodium * fixed links to docs to point to wiki | |||
2013-08-02 | Fixed regression. | irungentoo | |
2013-08-01 | removed potential segfault | rlt3 | |
2013-08-01 | Changing 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-01 | Trimming some things down and re styling comments | rlt3 | |
2013-08-01 | Trying to make Lossless UDP more readable with style changes | rlt3 | |
2013-07-30 | Fixed segfault. | irungentoo | |
2013-07-28 | Added basic dynamic memory allocation to Lossless UDP. | irungentoo | |
2013-07-27 | Added 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-27 | Ran the code through: astyle --style=linux | irungentoo | |
2013-07-26 | A *lot* of style changes. | Konstantin Kowalski | |
2013-07-26 | Small inconsistency fixed. | irungentoo | |
2013-07-26 | Fix braces and some white-spaces | nfkd | |
2013-07-26 | Formatting. | SilentSand | |
Many stylistic changes, mostly formatting code more closely to the coding style. | |||
2013-07-25 | Licensing | SilentSand | |
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files. | |||
2013-07-20 | Initial connections might be faster. | irungentoo | |
2013-07-20 | fix comments of some files | jvrv | |
2013-07-19 | Update Lossless_UDP.c | Martijnvdc | |
changed all "i++" into "++i", as proposed by nfkd | |||
2013-07-19 | Fixed bug that sometimes prevented two clients from connecting. | irungentoo | |
2013-07-16 | Fixed some bugs and a regression. | irungentoo | |
2013-07-16 | Some very basic flow control added to lossless UDP. | irungentoo | |
2013-07-14 | Fixed useless inbound connection not timing out. | irungentoo | |
2013-07-09 | Basic IM messenger backend pretty much done (You can start the GUI) | irungentoo | |
And a couple of fixes to the other parts. | |||
2013-07-08 | Spelling mistakes fixed. | irungentoo | |
2013-07-05 | Crypto 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-03 | Compiled for windows and fixed stuff accordingly. | irungentoo | |
2013-07-03 | TODO updated. | irungentoo | |
2013-07-01 | Small changes. | irungentoo | |
2013-07-01 | Fixed small bug. Updated TODO. | irungentoo | |
2013-07-01 | Made code more portable. | irungentoo | |
2013-06-30 | Added a new test program. Fixed some stuff in Lossless UDP. | irungentoo | |
2013-06-30 | Updated Lossless UDP. | irungentoo | |
2013-06-29 | Lossless 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-29 | Cleaned bunch of stuff. Only the actual data transmission is left to do. | irungentoo | |
2013-06-27 | Added 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. |