Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | don't lose globally valid addresses for locally valid ones | Coren[m] | |
2013-09-27 | Logging loop corrected. | Coren[m] | |
2013-09-27 | minimalistic increase in elegance ;) | Coren[m] | |
DHT.c: - loops over assoc4/6 slightly more elegant | |||
2013-09-27 | Merge pull request #606 from FullName/Permit.Wshadow | irungentoo | |
Permit -Wshadow as useful warning. | |||
2013-09-27 | Permit -Wshadow as useful warning. | Coren[m] | |
2013-09-27 | expanded Client_data to hold two addresses (IPv4, IPv6) instead of one | Coren[m] | |
Compilerflag: CLIENT_ONETOONE_IP (to define in DHT.h, default unset i.e. NEW case: two addresses) Every function in DHT{_test}.c working on Client_data has been rewritten to store IPv4 addresses in assoc4, IPv6 addresses in assoc6. Loading/Storing of states defined with other compiler switch is transparently adjusting to the differences. DHT.h, DHT.c: - introduction and handling of the structure changes DHT_test.c, Messenger.c: - logging adapted to new structures util.h: - LOGGING isn't undefined per default anymore | |||
2013-09-25 | Possible bug fixed. | irungentoo | |
2013-09-25 | Fixed bug where hole punching was attempted even though the | irungentoo | |
clients were connected. Increased the number of ports tried per interval of time. Also astyled the files. | |||
2013-09-25 | Fixed possible bug. | irungentoo | |
2013-09-24 | Merge pull request #596 from FullName/ping.moveandclean | irungentoo | |
moved stuff that belongs into ping.[ch] there | |||
2013-09-24 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-09-24 | Possibly fixed the weird disconnecting/reconnecting bug. | irungentoo | |
2013-09-24 | Possible bug fixed. | irungentoo | |
2013-09-24 | Fixed windows build. | irungentoo | |
2013-09-24 | Merge pull request #604 from JFreegman/master | irungentoo | |
made setfriendname() part of public api | |||
2013-09-23 | check length of name | Jfreegman | |
2013-09-23 | Fixed typo. | irungentoo | |
2013-09-23 | made setfriendname part of public api | Jfreegman | |
2013-09-22 | Merge pull request #603 from stal888/patch-4 | irungentoo | |
Fix bug. | |||
2013-09-22 | Fix bug. | stal | |
This makes it build on OS X again... | |||
2013-09-22 | Merge pull request #602 from davidgumberg/groupchat | irungentoo | |
A markdown-formatted file had the .txt extension | |||
2013-09-22 | A markdown-formatted file had the .txt extension | David Gumberg | |
2013-09-22 | Merge pull request #601 from maksqwe/master | irungentoo | |
Fix typo. "if (yesno != 0 || yesno != 1)" always true | |||
2013-09-22 | Fix typo. "if (yesno != 0 || yesno != 1)" always true | Maks | |
2013-09-22 | Astyled network.c | irungentoo | |
2013-09-22 | Merge branch 'win_inetpton' of https://github.com/BtbN/ProjectTox-Core | irungentoo | |
2013-09-22 | Fix inet_pton/ntop on win32 | BtbN | |
2013-09-22 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-09-22 | Removed unused variables. | irungentoo | |
2013-09-22 | Keep the code consistent. | irungentoo | |
2013-09-22 | Merge branch 'patch-9001' of https://github.com/stal888/ProjectTox-Core into ↵ | irungentoo | |
stal888-patch-9001 | |||
2013-09-22 | Merge pull request #600 from Jman012/master | irungentoo | |
Fixed a bug or two. | |||
2013-09-22 | Merge pull request #590 from FullName/ipv6.yield50%toipv4 | irungentoo | |
reserve half of client lists for ipv4 (take #2) | |||
2013-09-22 | Fixed the connection bug and cleaned up some stuff. | irungentoo | |
2013-09-21 | Fixed a bug or two. | Jman012 | |
Added breaks on the new packet handlers in doFriends for the switch statement, and added a default. | |||
2013-09-21 | Fix bug. | irungentoo | |
2013-09-21 | Fixed bug. | irungentoo | |
2013-09-21 | Fixed bug. | irungentoo | |
2013-09-21 | Change tox_get_friendlist API. | Sebastian Stal | |
tox_get_friendlist() -> tox_copy_friendlist(). You now have to allocate your own memory to pass into tox_copy_friendlist. To help with this, tox_count_friendlist() has been added to get the length of the friend list. | |||
2013-09-21 | moved stuff that belongs into ping.[ch] there | Coren[m] | |
DHT.*, ping.*: - moved stuff from struct DHT into struct PING: toping, last_toping - moved functions add_toping(), do_toping() - made id_closest() publicly accessible - send_ping_request(): killed (Net_Crypto *c) parameter in favor of copying it into (PING *) on new_ping() group_chats.c: - killed local 1:1 copy in favor of DHT.c::id_closest() | |||
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-21 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-09-21 | Merge pull request #595 from FullName/MessengerLoadSave | irungentoo | |
Thou shalt not take singular commands after an if into #ifdef DEBUG... | |||
2013-09-21 | Thou shalt not take singular commands after an if into #ifdef DEBUG... | Coren[m] | |
toxcore/Messenger.c: - Messenger_load_old(): brackets around an #ifdef'ed line to avoid data pointer being only pushed forward properly in the error case | |||
2013-09-20 | Small fix in Lossless UDP. | irungentoo | |
2013-09-21 | honor the claim of sort_list(), that the result is in anti-intuitive order, ↵ | Coren[m] | |
and treat element zero as the furthest | |||
2013-09-20 | Merge pull request #594 from FullName/nTox.KeepBootstrappingUntilConnected | irungentoo | |
nTox: keep bootstrap()ping every 10 seconds, until we get a connection... | |||
2013-09-21 | nTox: keep bootstrap()ping every 10 seconds, until we get a connection ↵ | Coren[m] | |
running (the initial one might get lost, it IS done via UDP after all) nTox.c: - main(): keep calling tox_bootstrap_from_address() every 10 seconds, until the connection is established | |||
2013-09-21 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core.git ↵ | Coren[m] | |
into ipv6.yield50%toipv4 |