index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
network.h
Age
Commit message (
Expand
)
Author
2014-05-17
Net_crypto can now handle packets sent as TCP OOB packets.
irungentoo
2014-05-03
All time in core is now monotonic.
irungentoo
2014-05-01
Random number functions belong in crypto_core.
irungentoo
2014-05-01
Improved the crypto_cmp function.
irungentoo
2014-04-29
Some more work done on the middle network protocol.
irungentoo
2014-04-28
Added some packet defines.
irungentoo
2014-04-22
Decided pretty much how the handshake would work.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-15
Major protocol changes, this commit breaks all network compatibility.
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-29
TCP server now has onion functionality.
irungentoo
2014-03-18
Merge branch 'api-fix'
irungentoo
2014-03-15
A bit of work done on the TCP relay server.
irungentoo
2014-03-07
Some tox_wait_* improvements
Maxim Biro
2014-02-22
Renamed dht server to dht node
Maxim Biro
2014-02-14
Added custom userpackets.
irungentoo
2014-02-01
Added DHT bootstrap server info packets.
irungentoo
2014-01-30
Convert IPv4 in IPv6 to IPv6 address in recieve packet.
irungentoo
2014-01-25
missing #endif
Sean
2014-01-25
Moved to networking.h
Sean
2014-01-19
proper windows preprocessor detection
Ben Iofel
2013-12-24
Added the shell of onion.{c, h}
irungentoo
2013-12-21
Added function to save an encrypted version of the messenger.
irungentoo
2013-12-15
Code cleanups.
irungentoo
2013-12-08
Compatibility fixes.
irungentoo
2013-12-07
Added/updated some basic docs and cleaned up some things.
irungentoo
2013-12-06
Merge branch 'master' into harden
irungentoo
2013-11-18
Merge pull request #650 from FullName/ID-IP-basic
irungentoo
2013-11-16
Fixed build error on windows.
irungentoo
2013-11-14
Significantly trimmed down version of an ID<=>IP cache.
Coren[m]
2013-10-28
Merge branch 'master' into harden
irungentoo
2013-10-26
Increased port range.
irungentoo
2013-10-24
Fixed build error with libsodium.
irungentoo
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-10-24
Adding encrypted data to send/getnode packets part 1.
irungentoo
2013-10-24
Removed define that could become confusing.
irungentoo
2013-10-20
Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...
Coren[m]
2013-10-13
Small fix.
irungentoo
2013-10-13
tox A/V: integration of A/V code into tox
mannol
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
Fix inet_pton/ntop on win32
BtbN
2013-09-21
Fix compilation on windows for ipv6 code
BtbN
2013-09-15
more portability fixes.
irungentoo
2013-09-15
Fixed portablity problems.
irungentoo
2013-09-13
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
[next]