summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
AgeCommit message (Expand)Author
2020-05-04Add logging to TCP and onion client.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-11-04Increase NOFILE limit for tox-bootstrapdMaxim Biro
2018-10-16Make tox-bootstrapd free memory on SIGINT and SIGTERMMaxim Biro
2018-08-30Use our own logging facility to log toxcore's logsMaxim Biro
2018-08-30Feature bootstrap trace/debug log outputcotox
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-05-22Fix bootstrap loggercotox
2018-05-20Add empty logger to DHT bootstrap daemons.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf
2017-06-04Split daemon's logging backends in separate modulesMaxim Biro
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-29Merge branch 'master' of https://github.com/irungentoo/toxcoreiphydf
2016-09-19Changed the umask to 077 so that the keys file is not readable/writable by ot...arza
2016-09-19Included sys/stat.h.arza
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Remove redundant `return` statements.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Fix some compiler warnings.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-01-04Cleanups.irungentoo
2016-01-01Fix license headers and file descriptionsMaxim Biro
2016-01-01Fix include pathsMaxim Biro
2016-01-01Remove dependency on files from testing directoryMaxim Biro
2016-01-01Put command-line arguments related functions in a separate fileMaxim Biro
2016-01-01Put config-related functions in a separate fileMaxim Biro
2015-12-31Add ability to run the daemon in foregroundMaxim Biro
2015-12-31Rename LOGGER_BACKEND to LOG_BACKENDMaxim Biro
2015-12-31Add ability to specify multiple command line argumentsMaxim Biro
2015-12-31Make daemon use the new log codeMaxim Biro
2015-12-30Add logger object to be able to support multiple logging backendsMaxim Biro