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
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)
2016-11-06
Move log callback to options.
iphydf
2016-11-06
Remove assoc
endoffile78
2016-10-29
Rename some internal "group chat" things to "conference".
iphydf
2016-09-30
Add the 'Tox' context object to the logger.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-22
Make TCP_Server opaque.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-18
Added UB comment r/t deleting a friend w/ active call
Gregory Mullen (grayhatter)
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-08
Fix potential null pointer dereference.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Make packet data a ptr-to-const.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add newlines because astyle wants them.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
[prev]
[next]