Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-22 | Fixed the connection bug and cleaned up some stuff. | irungentoo | |
2013-09-21 | Fixed bug. | irungentoo | |
2013-09-21 | Connection speed ups. | 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-20 | Small fix in Lossless UDP. | irungentoo | |
2013-09-20 | Fixed bug. | irungentoo | |
2013-09-20 | Small fix in Lossless UDP. | irungentoo | |
2013-09-19 | Fixed bug in Lossless UDP. | irungentoo | |
2013-09-19 | Fixed bug in Lossless UDP. | irungentoo | |
2013-09-15 | Fixed portablity problems. | irungentoo | |
struct in6_addr member names can differ per platform. | |||
2013-09-14 | Some fixes. | irungentoo | |
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] | |
2013-09-09 | network.h: | Coren[m] | |
- global: added sock_t - Networking_Core: added family (currently always AF_INET) and port - sendpacket(): changed signature to require (Networking_Core *) instead of sock_t *.c: - sendpacket()-calls: replaced *->net->sock with *->net | |||
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-09-02 | Fixed possible segfaults from bad input. | irungentoo | |
2013-09-02 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master | |||
2013-09-02 | Properly fixed signed/unsigned comparisons. | irungentoo | |
2013-09-02 | Even more comment updates. | JamoBox | |
2013-09-01 | Fix signed/unsigned comparison warnings | Tyler Bunnell | |
2013-08-30 | Fixed possible crash. | irungentoo | |
2013-08-30 | put free_connections() back | irungentoo | |
2013-08-30 | Fixed possible compiling problems on some compilers. | irungentoo | |
2013-08-30 | Return values checking for tox_array_push_ptr in Lossless UDP. | irungentoo | |
2013-08-30 | Fixed warnings and moved hex_string_to_bin to testing/ | irungentoo | |
2013-08-30 | Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core ↵ | irungentoo | |
into vx-k-udp_connections | |||
2013-08-30 | Fixed build errors. | Kostya | |
2013-08-30 | Changed handshake code to use union IP_Port. | Kostya | |
2013-08-30 | Made IP_Port a union. | Kostya | |
2013-08-29 | Correct a lot of the grammar and spelling. Also spent a few hours fixing the ↵ | pete | |
comments so they follow a standard. | |||
2013-08-28 | Fixed another thing in loop; added initialization for tox_array in lossless UDP. | Anony Moose | |
2013-08-26 | Fixed for loop counter errors. | Anony Moose | |
2013-08-26 | Fixed several embarrassing errors and potential problems in tox_array. | Anony Moose | |
2013-08-26 | connection_id can be negative, so it shouldn't be uint32_t. | Anony Moose | |
2013-08-26 | Trying to fix memory leak. | Anony Moose | |
2013-08-25 | Made array stuff more readable. | Anony Moose | |
2013-08-25 | Removed commented code and fixed broken functions for Lossless_UDP tox_array. | Anony Moose | |
2013-08-25 | Modified Lossless_UDP connections to work with tox_array. | Anony Moose | |
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. |