Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-27 | Ran the code through: astyle --style=linux | irungentoo | |
2013-07-27 | Merge branch 'master' of https://github.com/KostyaKow/ProjectTox-Core into ↵ | irungentoo | |
KostyaKow-master Conflicts: core/DHT.c | |||
2013-07-26 | A *lot* of style changes. | Konstantin Kowalski | |
2013-07-27 | Merge remote-tracking branch 'ProjectTox/master' | Astonex | |
2013-07-27 | Close the socket in shutdown_networking() | Astonex | |
2013-07-26 | Fix some indenting | sometwo | |
2013-07-26 | Added basic Local/LAN discovery. | irungentoo | |
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-25 | Broadcast now enabled on socket. | irungentoo | |
2013-07-24 | Changed the error checking to not just be Windows only | Astonex | |
2013-07-24 | Changed bind() == -1 check to INVALID_SOCK check | Astonex | |
2013-07-24 | Added simple init_networking() error checking | Astonex | |
2013-07-20 | Added address resolving function (Thank you stal). | Maxim Biro | |
2013-07-20 | Fixed comments in other files as per request of jvrv | Andrew | |
2013-07-13 | Cmake changed, small change in random_int() | irungentoo | |
Cmake builds now builds the new ncurses test only on non windows. | |||
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 | Made code more portable. | irungentoo | |
2013-06-28 | Couple fixes. | irungentoo | |
2013-06-27 | Added a function. | 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 | Oups. | irungentoo | |
2013-06-26 | Licenced the code under the GPL for now. | irungentoo | |
2013-06-26 | Stuff added | irungentoo | |
2013-06-26 | Moved the network functions from the DHT into network. | irungentoo | |
Also made a nice function to init networking. |