Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-06 | Code cleanups. | irungentoo | |
2013-09-22 | Fixed the connection bug and cleaned up some stuff. | irungentoo | |
2013-09-21 | Lossless UDP is now suitable for sending files. | irungentoo | |
Added some actual flow control and made send/recieve buffers grow when necessary. | |||
2013-09-14 | astyled everything. | irungentoo | |
2013-09-11 | toxcore/util.h: | Coren[m] | |
- moved cmdline_parsefor_ipv46() to testing/misc_tools.c | |||
2013-09-11 | cmdline parsing: | Coren[m] | |
- add missing includes (autobuild warnings) | |||
2013-09-11 | cmdline parsing of --ipv4/6 plucked into util | Coren[m] | |
2013-09-10 | tox.*, DHT.*: | Coren[m] | |
- return to the caller if the string could be resolved into an IP other/DHT_bootstrap.c, testing/*_test.c, testing/nTox.c: - parse cmdline for --ipv4/--ipv6 switch to allow user a choice util.h: - proper old-style C-comment | |||
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] | |
2013-09-09 | network.h: | Coren[m] | |
- IP: add in_addr_t as part of the union - IP: rename IP to IP4 | |||
2013-09-06 | Allow to build vs nacl instead of libsodium | Jin^eLD | |
By default libsodium is used. Only if --enable-nacl is specified, then nacl will be used instead of libsodium. Pass locations of nacl headers and libraries by using the following options: --with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/ --with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/ | |||
2013-08-30 | Fixed build errors. | Kostya | |
2013-08-24 | Rename core directory because of autoconf name clash | jin-eld | |
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. | |||
2013-08-20 | astyle --options=tools/astylerc -r ./*.{c,h} | irungentoo | |
2013-08-20 | Lossless UDP tests fixed. | irungentoo | |
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-10 | tabs -> spaces | slvr | |
2013-08-10 | network_registerhandler | slvr | |
2013-08-09 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-01 | added required linker flag to 'compile with' remark | William Culver | |
2013-07-30 | Add missing newlines at EOF in sources | Dmitry Marakasov | |
(missing newlines break build due to -Werror) | |||
2013-07-26 | A *lot* of style changes. | Konstantin Kowalski | |
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-16 | Lossless UDP tests fixed. | irungentoo | |
2013-07-08 | Spelling mistakes fixed. | 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-28 | Test programs updated. (I'm gonna wait until I finish Lossless_UDP before ↵ | irungentoo | |
pushing it.) | |||
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 | Programs to test Lossless UDP done. | irungentoo | |