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