Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | Code cleanups. | irungentoo | |
Remove duplicate addfriend code and shoved it in its own function. | |||
2015-01-22 | Zero broadcast ips are invalid. | irungentoo | |
2015-01-21 | Code cleanups. | irungentoo | |
2015-01-20 | Fixed gcc warnings. | irungentoo | |
2015-01-19 | Fixed gcc warnings. | irungentoo | |
2015-01-18 | Merge branch 'win_log' of https://github.com/MovingtoMars/toxcore | irungentoo | |
2015-01-17 | Attempted fix of Tox disconnecting during file transfers by tweaking | irungentoo | |
some congestion control numbers. | |||
2015-01-18 | Add 2015 to copyright notice | MovingtoMars | |
2015-01-18 | Fix logging on Windows | MovingtoMars | |
2015-01-17 | Fixed logger build issue. | irungentoo | |
2015-01-17 | Merge branch 'mannol-master' | irungentoo | |
2015-01-17 | fix_logger-v.0.2 | mannol | |
2015-01-16 | Tox should work better on TCP only when some people have broken TCP | irungentoo | |
nodes and don't update them. Paths now try to use the same TCP node for their entire lifetime. | |||
2015-01-15 | Fixed warning. | irungentoo | |
2015-01-14 | Don't enforce limits on pings for LAN ips. | irungentoo | |
2015-01-13 | Fix TCP server regression. | irungentoo | |
onion.c was parsing recieved packets a bit too strictly and discarding packets that had ips with non valid families. TCP uses a non valid family to send back the packet to the proper connected node. | |||
2015-01-12 | Attempted fix of Tox killing routers part 2. | irungentoo | |
Reduced drastically the number of ips the DHT pings by only pinging nodes that would be included in one of the close lists. | |||
2015-01-12 | Merge branch 'nurupo-logger-fix' | irungentoo | |
2015-01-12 | Fixed Windows build | Maxim Biro | |
Apparently ERROR was defined as some constant somewhere on Windows. | |||
2015-01-11 | Attempted fix of Tox killing routers. | irungentoo | |
This commit makes tox use one Onion_Client_Paths struct for all friends instead of one per friend. This should lower the number of ips tox sends packets to which is what I think causes the router issues. | |||
2015-01-10 | Fixed use after free. | irungentoo | |
2015-01-10 | Merge branch 'mannol-master' | irungentoo | |
2015-01-10 | Logger fix | mannol | |
2015-01-09 | Send lossy packets to less peers. | irungentoo | |
Send them to the two closest peers that we did not recieve the packet from. | |||
2015-01-08 | Speed up connection to network on TCP only. | irungentoo | |
Assume nodes we manage to connect to with TCP are good to use for the onion. | |||
2015-01-07 | Send less net_crypto packets. | irungentoo | |
Increased interval for sending packets that include cookie request packets, handshake packets and request packets. | |||
2015-01-06 | Removed unused variables. | irungentoo | |
2015-01-05 | Reduced timeout of onion paths on the first try by 1 second. | irungentoo | |
2015-01-04 | Merge branch 'patch-1' of https://github.com/tux3/toxcore | irungentoo | |
2015-01-04 | toxav_prepare_transmission: More descriptive error | Tux3 / Mlkj / !Lev.uXFMLA | |
When trying to prepare an already active call, return av_ErrorAlreadyInCallWithPeer not av_ErrorNoCall | |||
2015-01-03 | Merge branch 'fix-typos' of https://github.com/aaannndddyyy/toxcore | irungentoo | |
2015-01-03 | fixed some typos / grammar | aaannndddyyy | |
2015-01-02 | Removed useless function. | irungentoo | |
2015-01-01 | Merge branch 'master' of https://github.com/aaannndddyyy/toxcore | irungentoo | |
2015-01-01 | Code cleanups. | irungentoo | |
Moved some functions to onion.c. Fixed possible portability issues. | |||
2014-12-31 | Merge branch '1210' of https://github.com/ldrumm/toxcore | irungentoo | |
2014-12-31 | Remove useless defines. | irungentoo | |
2014-12-31 | Code cleanup. | irungentoo | |
Added length checks to ipport_pack() function. | |||
2014-12-31 | Removed now useless packet id. | irungentoo | |
2014-12-31 | Check if received ip family is valid for the onion packets. | irungentoo | |
2014-12-31 | fixes #1210 | Luke Drummond | |
2014-12-30 | Remove useless code. | irungentoo | |
2014-12-30 | fixed a typo | aaannndddyyy | |
2014-12-29 | Adjusted onion timeouts. | irungentoo | |
2014-12-28 | Use same jbuf size for group as for one on one chats. | irungentoo | |
Use define instead of constant. | |||
2014-12-27 | onion_isconnected fix attempt. | irungentoo | |
Try to make it more stable. | |||
2014-12-26 | Make it possible to port clients to the new api by just replacing | irungentoo | |
proxy_enabled with proxy_type. | |||
2014-12-26 | Fixed bug with auto tests and cleaned up the code a bit. | irungentoo | |
2014-12-26 | Merge branch 'http-proxy-feature' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-12-25 | Fixed bug. | irungentoo | |
Set friend in onion as offline when friend goes offline. |