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
2015-04-13
Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors.
irungentoo
2015-04-11
Enable SO_REUSEADDR on TCP server socket.
irungentoo
2015-03-12
tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.
irungentoo
2015-02-27
Allow for specifying the port range to use in Tox_Options
saneki
2015-01-01
Code cleanups.
irungentoo
2014-12-31
Code cleanup.
irungentoo
2014-12-31
Removed now useless packet id.
irungentoo
2014-12-13
Added HTTP proxy support
Maxim Biro
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-10-12
Fixed return value comment of new_networking function
Maxim Biro
2014-09-25
More groupchats code written.
irungentoo
2014-09-25
Removed now useless atributes from structs.
irungentoo
2014-09-25
Removed groupchats from core.
irungentoo
2014-09-17
Reduce max udp packet size to 2K.
irungentoo
2014-08-14
Remove useless code.
irungentoo
2014-07-21
Don't set connection to established if packet is kill packet.
irungentoo
2014-07-20
Added addr_parse_ip() to network.h header.
irungentoo
2014-06-13
Const correctness for various packet callbacks
Marc Schütz
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in toxcore/network.c
Marc Schütz
2014-06-07
Toxcore closer to building correctly with gcc -std=c99.
irungentoo
2014-06-07
IN6_ARE_ADDR_EQUAL was used only once, replaced it.
irungentoo
2014-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-21
Added functions to send and receive lossy encrypted packets over
irungentoo
2014-05-19
function comments in header
notsecure
2014-05-19
mistakes
notsecure
2014-05-19
IP_Port packing unpacking in onion.c
notsecure
2014-05-18
Fixed IP_Port packed struct being 1 byte too big on windows.
irungentoo
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
[next]