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
2014-05-08
Merge branch 'master' into TCP
irungentoo
2014-05-08
Fixed major denial of service issue.
irungentoo
2014-05-03
All time in core is now monotonic.
irungentoo
2014-05-01
Random number functions belong in crypto_core.
irungentoo
2014-04-25
Fixed issue.
irungentoo
2014-04-13
sockets: support Mac OS X way of disabling SIGPIPE on a socket
Steven Noonan
2014-04-06
Added TCP_client.
irungentoo
2014-04-02
Some code cleanups.
irungentoo
2014-03-18
Merge branch 'api-fix'
irungentoo
2014-03-16
Friend request callback now contains the Tox object.
irungentoo
2014-03-15
A bit of work done on the TCP relay server.
irungentoo
2014-03-12
updated compilation and execution instructions for Lossless UDP tests, and fi...
Kelong Cong
2014-03-07
Some tox_wait_* improvements
Maxim Biro
2014-02-25
Allow to optionally use randombytes_stir() instead of sodium_init()
Jin^eLD
2014-02-10
Fixed possible memory leak.
irungentoo
2014-01-30
Convert IPv4 in IPv6 to IPv6 address in recieve packet.
irungentoo
2014-01-20
Update network.c
benwaffle
2014-01-19
proper windows preprocessor detection
Ben Iofel
2014-01-05
Tests added and some fixes for the onion part.
irungentoo
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]
[next]