index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
Lossless_UDP.h
Age
Commit message (
Expand
)
Author
2013-10-22
This squash should work now.
Bahkuh
2013-10-20
Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...
Coren[m]
2013-10-07
Merge pull request #609 from FullName/wait
irungentoo
2013-10-06
Code cleanups.
irungentoo
2013-10-06
Merge remote-tracking branch 'upstream/master' into wait: replace void *tox w...
Coren[m]
2013-10-04
Fixed some possible bugs.
irungentoo
2013-10-03
Only add write-ready to select() if we have packets queued
Coren[m]
2013-09-28
Connection bug fixed.
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
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-02
Even more comment updates.
JamoBox
2013-08-30
Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core int...
irungentoo
2013-08-29
Moved misc_tools from testing to toxcore.
Anony Moose
2013-08-29
Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...
irungentoo
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-28
Removed some no longer needed ifdefs.
irungentoo
2013-08-26
connection_id can be negative, so it shouldn't be uint32_t.
Anony Moose
2013-08-25
Modified Lossless_UDP connections to work with tox_array.
Anony Moose
2013-08-24
Rename core directory because of autoconf name clash
jin-eld