Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-07 | Small fixes. | irungentoo | |
2013-10-30 | Testing requests are now sent. | irungentoo | |
2013-10-28 | Merge branch 'master' into harden | irungentoo | |
Also removed some old, useless loading code. | |||
2013-10-27 | Cleaned up some code/fixed some warnings. | irungentoo | |
I'm sure nobody has any of the old save files anymore so I removed the functions. | |||
2013-10-25 | All modules using unix_time should run unix_time_update() | irungentoo | |
2013-10-25 | For security reasons, keep memcpy's and memcmp's in crypto functions. | irungentoo | |
2013-10-24 | Merge remote-tracking branch 'upstream/master' into ↵ | Coren[m] | |
cleanup_unix_time_id_eq_cpy_is_timeout Conflicts: toxcore/net_crypto.c | |||
2013-10-24 | Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.* | Coren[m] | |
unix_time(): - returns local value for current epoch - value is updated explicitly with unix_time_update() called at new_DHT()/doMessenger()/do_DHT() is_timeout(): - uses the local value for current epoch id_cpy()/id_eq() => id_copy()/id_equal(): - centralized duplicate definitions - replaced (most) memcpy()/memcmp() of (*, *, CLIENT_ID_SIZE) with id_copy()/id_equal() | |||
2013-10-24 | Added symmetric crypto functions to net_crypto. | irungentoo | |
2013-10-24 | Removed define that could become confusing. | irungentoo | |
2013-10-23 | Code cleanups. | irungentoo | |
2013-10-22 | This squash should work now. | Bahkuh | |
2013-10-19 | Fixed connection sometimes being too slow and some other possible problems. | irungentoo | |
2013-10-06 | Code cleanups. | irungentoo | |
2013-10-04 | Fixed some possible bugs. | irungentoo | |
2013-09-28 | Fixed possible problem. | irungentoo | |
2013-09-28 | Potential DoS fixed. | irungentoo | |
2013-09-27 | Permit -Wshadow as useful warning. | Coren[m] | |
2013-09-25 | Possible bug fixed. | irungentoo | |
2013-09-22 | Removed unused variables. | irungentoo | |
2013-09-22 | Fixed the connection bug and cleaned up some stuff. | 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-17 | astyled everything. | irungentoo | |
2013-09-15 | Fix leaks and null dereferences in net_crypto | Sebastian Stal | |
2013-09-13 | Merge remote-tracking branch 'upstream/master' into Integration | Coren[m] | |
2013-09-13 | Nonce generation changes. | irungentoo | |
Nonces don't need to be random, only different. also random_int now gives same quality random numbers for both NaCl and libsodium. | |||
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] | |
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-05 | Merge branch 'group-chats' | irungentoo | |
2013-09-04 | Fixed small problem. | irungentoo | |
2013-09-03 | Work in progress group chats. | irungentoo | |
Not done yet. | |||
2013-09-02 | Removed useless code, possibly fixed something. | irungentoo | |
2013-09-02 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master | |||
2013-09-02 | comment updates | JamoBox | |
2013-09-02 | Properly fixed signed/unsigned comparisons. | irungentoo | |
2013-09-01 | Fix signed/unsigned comparison warnings | Tyler Bunnell | |
2013-08-30 | Fixed build errors. | Kostya | |
2013-08-29 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master Conflicts: toxcore/LAN_discovery.h | |||
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-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. |