index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
bootstrap_daemon
/
src
/
config.c
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2017-06-04
Split daemon's logging backends in separate modules
Maxim Biro
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-01-04
Cleanups.
irungentoo
2016-01-01
Unify function comment style
Maxim Biro
2016-01-01
Fix license headers and file descriptions
Maxim Biro
2016-01-01
Remove dependency on files from testing directory
Maxim Biro
2016-01-01
Put config-related functions in a separate file
Maxim Biro