summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2021-10-08clarify string manipulation codeAndrew Cady
2021-10-07enabling warnings found this real bugAndrew Cady
2021-10-07silence unused variable warningsAndrew Cady
2020-08-28steveAndrew Cady
2020-08-22fixup! factorize usleep()-related code in main.cAndrew Cady
2020-08-22change log levelsAndrew Cady
2020-08-21factorize usleep()-related code in main.cAndrew Cady
2020-08-21WIPAndrew Cady
2020-08-21represent program mode as a single enumAndrew Cady
2020-08-21Implement wildcard rulesAndrew Cady
2020-08-21Change enum rules_policy to bool enforce_whitelistAndrew Cady
2020-08-21Allow wildcards in rulesAndrew Cady
2020-08-21Move rule check to separate functionAndrew Cady
2020-08-21fix indentationAndrew Cady
2020-08-21avoid unneeded conditionalsAndrew Cady
2020-08-21improve clarityAndrew Cady
2020-08-20skip tox bootstrapAndrew Cady
2020-08-20Implement logging of the remote friend IP addressAndrew Cady
2020-08-20use tox_callback_friend_connection_status instead of pollingAndrew Cady
2020-08-20avoid redundant comparisonAndrew Cady
2020-08-20whitespace fixesAndrew Cady
2020-08-20remove unused variableAndrew Cady
2020-08-19Avoid code repetitionAndrew Cady
2020-08-19Remove spurious debug outputAndrew Cady
2020-08-19also write tox_save in client mode (with -C)Andrew Cady
2020-08-15Fix gcc warnings about strncpyGDR!
2018-03-24Print DHT key in debug logGDR!
2018-02-06Attempt at fixing double-free in issue #50GDR!
2017-10-29renamed -P into -W in call to getoptYokujin Yokosuka
2017-10-28Fix use-after-free in server code (SIGBUS)GDR!
2017-10-20Rename -P to -W for consistency with SSH clientGDR!
2017-10-20Rename rtmp to more readable temp_ruleGDR!
2017-05-04Close Issue #42Andrzej Godziuk
2017-04-19Configurable TCP and UDP listen portsAndrzej Godziuk
2017-04-16Improve data transfer speed and latencyValdikSS
2017-01-24Nicer help messageFrancesco Gazzetta
2017-01-24CID 122502 (#1 of 1): 'Constant' variable guards dead codeGDR!
2017-01-24CID 122516 (#1 of 1): Resource leak (RESOURCE_LEAK)10. leaked_storage:GDR!
2016-12-07No warnings in -wallGDR!
2016-12-07Fixed some warningsGDR!
2016-12-07Made tuntox build with TokTok/c-toxcoreGDR!
2016-12-07Obtain shared secret from TUNTOX_SHARED_SECRET env variableGDR!
2016-10-12Typo in -f helpGDR!
2016-10-10corrected typoPietro Bonfa
2016-10-10better comments and if logicPietro Bonfa
2016-10-09removed enforce optionPietro Bonfa
2016-10-08changed arguments for rules optoinsPietro Bonfa
2016-10-07fixed bug with filter_policyPietro Bonfa
2016-10-06Merged with gjedeer/tuntoxPietro Bonfa
2016-10-05Separate TCP relays from bootstrap nodes during bootstrapGDR!