index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.c
Age
Commit message (
Expand
)
Author
2018-02-27
Remove deprecated conference namelist change callback.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-20
Make the "persistent conference" callback changes new functions.
iphydf
2018-02-20
make groupnumber uint32_t
sudden6
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-20
Add correction support for conference
Diadlo
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Make Net_Crypto a module-private type.
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-08-24
Add platform independent constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Fix theoretical memory leaks
Maxim Biro
2017-04-22
Revert "initial version of tox_loop"
Maxim Biro
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-04-01
initial version of tox_loop
michael bishop
2017-03-04
Fix formatting with astyle
Diadlo
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-06
Revert "Revert "Portability fixes""
David Zero
2017-01-05
Revert "Portability fixes"
endoffile78
2017-01-04
Portability fixes
David Zero
2016-12-22
Use `tox_options_set_*` instead of direct member access.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-12-14
Add option to disable local peer discovery
Maxim Biro
2016-12-13
Fix version compatibility test.
sudden6
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-15
Convert to and from network byte order in set/get nospam.
iphydf
2016-11-06
Move log callback to options.
iphydf
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-26
C++ the second round.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
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
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 memory leak on error paths in tox_new.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
[next]