index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
bootstrap_daemon
/
src
Age
Commit message (
Expand
)
Author
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-29
Merge branch 'master' of https://github.com/irungentoo/toxcore
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-19
Changed the umask to 077 so that the keys file is not readable/writable by ot...
arza
2016-09-19
Included sys/stat.h.
arza
2016-09-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Remove redundant `return` statements.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-03-13
Merge branch 'make-dist' of https://github.com/roman-yepishev/toxcore
irungentoo
2016-02-26
Add missing files so that archive for make dist is complete
Roman Yepishev
2016-02-05
Fix #1520: Program returns random data in a function
Ferdinand Thiessen
2016-01-04
Cleanups.
irungentoo
2016-01-01
Keep it in alphabetical order
Maxim Biro
2016-01-01
Version bump
Maxim Biro
2016-01-01
Flush stdout output
Maxim Biro
2016-01-01
Unify function comment style
Maxim Biro
2016-01-01
Fix license headers and file descriptions
Maxim Biro
2016-01-01
Fix include paths
Maxim Biro
2016-01-01
Remove dependency on files from testing directory
Maxim Biro
2016-01-01
Put command-line arguments related functions in a separate file
Maxim Biro
2016-01-01
Put config-related functions in a separate file
Maxim Biro
2015-12-31
Add ability to run the daemon in foreground
Maxim Biro
2015-12-31
Fix wrong filename mentioned above license
Maxim Biro
2015-12-31
Rename LOGGER_BACKEND to LOG_BACKEND
Maxim Biro
2015-12-31
Add ability to specify multiple command line arguments
Maxim Biro
2015-12-31
Make daemon use the new log code
Maxim Biro
2015-12-31
Make logger a global object instead of an instance
Maxim Biro
2015-12-30
Add logger object to be able to support multiple logging backends
Maxim Biro