Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix bug. | stal | |
This makes it build on OS X again... | |||
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 | 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-21 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core.git ↵ | Coren[m] | |
into ipv6.yield50%toipv4 | |||
2013-09-21 | reserving 50%+ for ipv4, take 2 | Coren[m] | |
DHT.c: - we have to actually count the number of addresses in the field, because sort_list() will move the stuff around - improved replace_good() substantially by throwing away the "furthest" client_id, not the one just a bit worse than the new one (but better than all the later ones in the field!) | |||
2013-09-21 | Fix compilation on windows for ipv6 code | BtbN | |
2013-09-20 | Fixed bug. | irungentoo | |
2013-09-20 | Small fix in Lossless UDP. | irungentoo | |
2013-09-20 | Increased the size of the UDP buffers. | irungentoo | |
2013-09-19 | Fixed bug in Lossless UDP. | irungentoo | |
2013-09-19 | Fixed bug in Lossless UDP. | irungentoo | |
2013-09-19 | reserve lower half of client lists for ipv4 for now | Coren[m] | |
also rename client_in_list() to client_or_ip_port_in_list(), it also checks for an identical ip/port and replaces the client_id, recycling the entry DHT.c: - rename client_in_list() to client_or_ip_port_in_list() - replace_bad(), replace_good(): if IPv6, only insert into the upper half of the given list - addto_lists(): convert ipv4-in-ipv6 mapped to ipv4 | |||
2013-09-18 | Merge pull request #588 from FullName/LoggingPreInitStoring | irungentoo | |
Allow loginit() to be delayed, store loglog() data in intermediate buffer... | |||
2013-09-18 | Allow loginit() to be delayed, store loglog() data in intermediate buffer ↵ | Coren[m] | |
and flush it out when loginit() is called util.c: - handle loglog() before loginit() by storing the lines into an expanding buffer - when loginit() is called, write out and kill the buffer network.c: - push loginit() to the point where we know the actually used port | |||
2013-09-17 | Merge branch 'group-chat' | irungentoo | |
2013-09-17 | astyled everything. | irungentoo | |
2013-09-17 | numchats needs to be decremented | Jfreegman | |
2013-09-16 | Functions to get name of peer in group chat added. | irungentoo | |
Group message callback modified. | |||
2013-09-17 | Merge remote-tracking branch 'upstream/master' into MessengerLoadSave | Coren[m] | |
2013-09-17 | Tests of state loading/saving lead to two fixes for DHT.c and util.c | Coren[m] | |
util.c: - fix in empty section at the end of the state, showed as bug when having an empty name DHT.c: - fix in saving less data than originally announced, showed as bug when not having reached any clients ever (no clients or only with timestamp of zero) | |||
2013-09-16 | Fixed build. | irungentoo | |
2013-09-16 | Toxcore should never print anything when built normally. | irungentoo | |
2013-09-16 | Merge pull request #576 from FullName/MessengerLoadSave | irungentoo | |
State loading/saving: Instead of a blob, segment into sections marked with tags. | |||
2013-09-16 | Fix warnings of -Wall -Wextra | Coren[m] | |