index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
Messenger.c
Age
Commit message (
Expand
)
Author
2018-07-08
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-29
Add a test to try and overflow the send queue in net_crypto.
iphydf
2018-06-23
Disable UDP when proxy is enabled.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-03-17
Disallow stderr logger by default.
iphydf
2018-03-16
Move struct DHT_Friend into DHT.c.
iphydf
2018-03-02
Make file transfers 50% faster.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-24
Some minor cleanups suggested by cppcheck.
iphydf
2018-02-24
Fix memory leak of Logger instance on error paths.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-02-02
Revert "Add correction message type"
Diadlo
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-22
Use <stdlib.h> for alloca on FreeBSD.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Make Net_Crypto a module-private type.
iphydf
2018-01-15
Add correction message type
Diadlo
2018-01-14
Add random_u16 function and rename the others to match.
iphydf
2018-01-14
Make Friend_Requests a module-private type.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-12-17
Fixed the bug when receipts for messages sent from the receipt callback never...
Yuri
2017-11-15
Fix IPv4 and IPv6 loopbacks
Diadlo
2017-08-24
Add loopback and broadcast constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-08-22
Define INADDR_LOOPBACK on systems not defining it
Maxim Biro
2017-06-04
Add a monolith_test that includes all toxcore sources.
iphydf
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-02-27
Remove empty line
LittleVulpix
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-21
reduce thread-unsafe use of static variables
zugz
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-11
Remove `TOX_DEBUG` and have asserts always enabled.
iphydf
2017-01-10
Always kill invalid file transfers when receiving file controls.
iphydf
2017-01-10
Minor simplification in `file_seek` code.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-12-20
Avoid array out of bounds read in friend saving.
iphydf
2016-12-14
Add option to disable local peer discovery
Maxim Biro
2016-12-13
Fix padding in SAVED_FRIEND struct and add test.
Robin Lindén
2016-12-12
Conditionally enable non-portable assert on LP64.
iphydf
2016-12-10
Fix off by one error in saving our own status message.
iphydf
2016-12-03
rename messenger function, prepend m_
Gregory Mullen (grayhatter)
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-11-21
Made saveformat platform-independent.
Robin Lindén
2016-11-14
new_messenger(options ... ) must never be null
Gregory Mullen (grayhatter)
[next]