index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
net_crypto.c
Age
Commit message (
Expand
)
Author
2015-01-29
Code cleanups.
irungentoo
2015-01-17
Attempted fix of Tox disconnecting during file transfers by tweaking
irungentoo
2015-01-16
Tox should work better on TCP only when some people have broken TCP
irungentoo
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 https://github.com/nurupo/InsertProjectN...
irungentoo
2014-12-21
Some refactoring of proxy code
Maxim Biro
2014-12-15
Some optimizations on how TCP relays are used.
irungentoo
2014-12-11
Fixed crash when connection was killed during the packet callback.
irungentoo
2014-12-03
Fixed possible threading issue.
irungentoo
2014-12-03
Fixed possible threading issue.
irungentoo
2014-12-03
Fixed possible threading issues.
irungentoo
2014-11-29
Merge branch 'mutex-1' of https://github.com/mannol/toxcore
irungentoo
2014-11-29
More av cleanup
mannol
2014-11-25
Fixed threading issues in toxcore.
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-11-14
Fixed some threading related issues in toxcore.
irungentoo
2014-11-11
Prevent connection ips from switching on LAN.
irungentoo
2014-10-25
Merge branch 'master' of https://github.com/xor2003/toxcore
irungentoo_trip
2014-10-24
Add a check (reported by Coverity)
xor2003
2014-10-24
Prevent lock
xor2003
2014-10-24
Fix uninitialized
xor2003
2014-09-26
Remove timestamp from set_connection_dht_public_key().
irungentoo
2014-09-26
Only set dht public key and direct ip when first creating connection.
irungentoo
2014-09-26
Removed useless code from onion_client.
irungentoo
2014-09-26
Added callbacks to onion_client and net_crypto for the temp dht key.
irungentoo
2014-09-23
Added some checks to mutex related functions.
irungentoo
2014-09-11
Replace fprintf(stderr,...) by LOGGER_*() in net_crypto
Tux3 / Mlkj / !Lev.uXFMLA
2014-09-09
spelling corrections
cgar
2014-08-29
Speeded up start of file transfers.
irungentoo
2014-08-29
Removed useless code.
irungentoo
2014-08-29
Lossless crypto packets can now be sent without the congestion control applyi...
irungentoo
2014-08-27
Added function to check if packet sent with net_crypto was received.
irungentoo
2014-08-16
Removed useless line.
irungentoo
2014-08-16
Some thread safety related fixes to TCP connections in net_crypto.
irungentoo
2014-08-16
New congestion control algorithm.
irungentoo
2014-08-14
When getting disconnected from good relay, try to reconnect.
irungentoo
2014-08-14
Added basic socks5 proxy support to TCP client.
irungentoo
2014-08-11
Added functions to receive and send onion packets via TCP to net_crypto.c
irungentoo
2014-07-31
Adding a new connection while a lossy packet is being sent could
irungentoo
2014-07-31
Fixed possible threading issues.
irungentoo
2014-07-29
Spreading packets around TCP relays causes issues with the audio and video.
irungentoo
2014-07-27
Only send kill packet when killing established connection.
irungentoo
2014-07-21
Fixed bug where two Tox clients sometimes didn't reconnect right
irungentoo
2014-07-21
Don't set connection to established if packet is kill packet.
irungentoo
2014-07-19
Removed useless function.
irungentoo
2014-07-18
Spread packets over many TCP relays instead of just using the first one.
irungentoo
2014-07-14
Change connection status before handling data packets.
irungentoo
2014-07-14
Set packets_left to default non zero values when creating connection.
irungentoo
2014-07-14
Packets can now be sent from the connection status callback.
irungentoo
2014-07-14
Attempted fix of file transfer issue.
irungentoo
[prev]
[next]