Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-30 | Added asm-xml source | Magmus | |
2013-06-30 | Added more object files | Magmus | |
2013-06-30 | Rename asm-xml.h.h to asm-xml.h | Magmus | |
2013-06-30 | Added friend list parser | Magmus | |
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 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-06-29 | Merge pull request #16 from nurupo/master | irungentoo | |
Removed random php file | |||
2013-06-29 | Cleaned bunch of stuff. Only the actual data transmission is left to do. | irungentoo | |
2013-06-28 | Test programs updated. (I'm gonna wait until I finish Lossless_UDP before ↵ | irungentoo | |
pushing it.) | |||
2013-06-28 | Removed random php | Maxim Biro | |
2013-06-28 | Couple fixes. | 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. | |||
2013-06-27 | Added a function. | irungentoo | |
2013-06-27 | Programs to test Lossless UDP done. | irungentoo | |
2013-06-27 | Cleaned up some stuff. | irungentoo | |
2013-06-27 | Fixed something in the DHT, added a milisecond time function. | irungentoo | |
2013-06-26 | Made doc clearer. | irungentoo | |
2013-06-26 | Made UDP doc clearer. | irungentoo | |
2013-06-26 | Relative links in Readme. | irungentoo | |
2013-06-26 | Fixed readme. | irungentoo | |
2013-06-26 | Added Draft of proposed Lossless UDP protocol. | irungentoo | |
2013-06-26 | Changed function name. | irungentoo | |
2013-06-26 | Oups. | irungentoo | |
2013-06-26 | Licenced the code under the GPL for now. | irungentoo | |
2013-06-26 | Removed gui and visual studio stuff from repo due to complaints. | irungentoo | |
2013-06-26 | Stuff added | irungentoo | |
2013-06-26 | Small update. | irungentoo | |
2013-06-26 | Moved the network functions from the DHT into network. | irungentoo | |
Also made a nice function to init networking. | |||
2013-06-26 | Updated docs. | irungentoo | |
2013-06-26 | Couple fixes. | irungentoo | |
2013-06-26 | Merge pull request #14 from nurupo/master | irungentoo | |
Added warnings for GCC | |||
2013-06-26 | Added warnings for GCC | Maxim Biro | |
2013-06-25 | Added small things to readme. | irungentoo | |
2013-06-25 | Updated docs. | irungentoo | |
2013-06-25 | Merge pull request #13 from mehrzad/master | Magmus | |
Just noticed this too, worth fixing - mehrzad | |||
2013-06-25 | Add .txt links | Mehrzad | |
2013-06-25 | Merge pull request #12 from mehrzad/master | Magmus | |
Cleaned up the README - mehrzad | |||
2013-06-25 | GitHub does not support IRC:// links | Mehrzad | |
2013-06-25 | Last indents and linkification of IRC links | Mehrzad | |
2013-06-25 | Removed many indents for readability | Mehrzad | |
2013-06-25 | Testing unindent will look good for paragraph text | Mehrzad | |
2013-06-25 | Testing if removing the after-hash marks is valid markdown | Mehrzad | |
2013-06-25 | Even more header fixing | Mehrzad | |
2013-06-25 | More header markdown cleanup | Mehrzad | |
2013-06-25 | Change markdown headers | Mehrzad | |
2013-06-25 | Fixed a line in DHT.c and clarified something in DHT_test.c. | irungentoo | |
2013-06-25 | Fixed one possible bug in the DHT and added a basic TODO list. | irungentoo | |
Fixed a possible segfault which could have been cause by handling an empty packet. | |||
2013-06-25 | Fixed stuff, things work better now. | irungentoo | |
Client no longer responds to packets from itself. DHT_test can now find the ip of one peer based on its client id. Some stuff fixed. |