index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
network.c
Age
Commit message (
Expand
)
Author
2013-12-15
Code cleanups.
irungentoo
2013-12-12
Fixed arm bug.
irungentoo
2013-11-29
Add sodium_init() function to startup.
irungentoo
2013-11-27
Various changes to nTox including a potential crash (also possible from remot...
Coren[m]
2013-11-16
Fixed build error on windows.
irungentoo
2013-10-25
Update time before running functions for recieved packets.
irungentoo
2013-10-20
Merge branch 'Cleanup-defines' of https://github.com/FullName/ProjectTox-Core...
irungentoo
2013-10-20
Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...
Coren[m]
2013-10-19
fixed build errors on windows
Antonio Montes
2013-10-13
Small fix.
irungentoo
2013-10-13
tox A/V: integration of A/V code into tox
mannol
2013-10-09
fix for missing EAGAIN definition on windows
naxuroqa
2013-10-06
sendqueue_length no longer determines if we check for socket-can-write, but s...
Coren[m]
2013-10-05
Broken *_wait() into *_wait_prepare() and *_wait_execute()
Coren[m]
2013-10-03
Only add write-ready to select() if we have packets queued
Coren[m]
2013-10-02
Add tox_wait() for socket, allow tox.h include in tox.c
Coren[m]
2013-09-22
Astyled network.c
irungentoo
2013-09-22
Fix inet_pton/ntop on win32
BtbN
2013-09-21
Fix compilation on windows for ipv6 code
BtbN
2013-09-20
Increased the size of the UDP buffers.
irungentoo
2013-09-18
Allow loginit() to be delayed, store loglog() data in intermediate buffer and...
Coren[m]
2013-09-16
Toxcore should never print anything when built normally.
irungentoo
2013-09-16
Fix warnings of -Wall -Wextra
Coren[m]
2013-09-15
Fix in ip_equal, plus testing code which led to that fix...
Coren[m]
2013-09-15
more portability fixes.
irungentoo
2013-09-15
Fixed merge problems.
irungentoo
2013-09-15
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
irungentoo
2013-09-15
Fixed portablity problems.
irungentoo
2013-09-15
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
2013-09-15
ip_equal(): handle embedded v4 vs. native v4 as equal
Coren[m]
2013-09-15
addr_resolve() rewrite broke { (ipv6enabled == true) name => IPv4 address }
Coren[m]
2013-09-14
Small fixes.
irungentoo
2013-09-14
Fixed some warnings.
irungentoo
2013-09-14
Some fixes.
irungentoo
2013-09-14
network.c:
Coren[m]
2013-09-13
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
2013-09-13
Nonce generation changes.
irungentoo
2013-09-12
network.*:
Coren[m]
2013-09-12
tox.h:
Coren[m]
2013-09-11
network.c:
Coren[m]
2013-09-11
tox.h, DHT.h:
Coren[m]
2013-09-11
network.c:
Coren[m]
2013-09-11
Prettier fix to missing length initialization
Coren[m]
2013-09-11
network.c: logging more details, fixing poll
Coren[m]
2013-09-11
network.c:
Coren[m]
2013-09-10
util.*:
Coren[m]
2013-09-10
fix: bad memset length in ip_init()
Coren[m]
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-09
network.*:
Coren[m]
2013-09-09
network.h:
Coren[m]
[next]