Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-20 | Rename -P to -W for consistency with SSH client | GDR! | |
2017-10-20 | Rename rtmp to more readable temp_rule | GDR! | |
2017-05-04 | Close Issue #42 | Andrzej Godziuk | |
2017-04-19 | Configurable TCP and UDP listen ports | Andrzej Godziuk | |
2017-04-16 | Improve data transfer speed and latency | ValdikSS | |
Current version can only get 200-300 Kb/s on 1G LAN and the latency is clearly visible in ssh session. This fix improves latency and speed by reducing sleep times and calling tox_iterate more frequently. With this fix I get 12 Mb/s on 1G LAN. It's still far from perfect though. | |||
2017-01-24 | Nicer help message | Francesco Gazzetta | |
Indented, made the lines 80 chars long and divided by category. Solves #22 | |||
2017-01-24 | CID 122502 (#1 of 1): 'Constant' variable guards dead code | GDR! | |
(DEADCODE)dead_error_line: Execution cannot reach this statement: free(save_data); | |||
2017-01-24 | CID 122516 (#1 of 1): Resource leak (RESOURCE_LEAK)10. leaked_storage: | GDR! | |
Variable hostname going out of scope leaks the storage it points to | |||
2016-12-07 | No warnings in -wall | GDR! | |
2016-12-07 | Fixed some warnings | GDR! | |
2016-12-07 | Made tuntox build with TokTok/c-toxcore | GDR! | |
2016-12-07 | Obtain shared secret from TUNTOX_SHARED_SECRET env variable | GDR! | |
2016-10-12 | Typo in -f help | GDR! | |
2016-10-10 | corrected typo | Pietro Bonfa | |
2016-10-10 | better comments and if logic | Pietro Bonfa | |
2016-10-09 | removed enforce option | Pietro Bonfa | |
2016-10-08 | changed arguments for rules optoins | Pietro Bonfa | |
2016-10-07 | fixed bug with filter_policy | Pietro Bonfa | |
2016-10-06 | Merged with gjedeer/tuntox | Pietro Bonfa | |
2016-10-05 | Separate TCP relays from bootstrap nodes during bootstrap | GDR! | |
2016-10-05 | Added filter for hostname and port requests | Pietro Bonfa | |
2016-06-08 | Whitelist debug statement | GDR! | |
2016-06-08 | Fixed default value for server whitelist mode | GDR! | |
2016-06-07 | "Whitelist clients by pubkeys" mode, re-request friends | GDR! | |
See #14 | |||
2016-06-07 | Remove FDs of closed tunnels from fdset | GDR! | |
For #19 and #17 | |||
2016-05-05 | Merge branch 'master' of github.com:gjedeer/tuntox | GDR! | |
2016-05-05 | Possible fix for Issue #16 | GDR! | |
2016-05-02 | Fix some warnings | Ansa89 | |
2015-09-16 | * fix: Possibility to compile on Mac OS platform | Dawid 'nCore' Opis | |
2015-07-08 | CID 122512 (#1 of 1): Resource leak (RESOURCE_LEAK)11. leaked_storage: | GDR! | |
Variable frame going out of scope leaks the storage it points to. | |||
2015-07-08 | off_by_one: Testing whether handle sockfd is strictly greater than zero | GDR! | |
is suspicious. sockfd leaks when it is zero. Did you intend to include equality with zero? | |||
2015-07-07 | Remaining coverity bugs | GDR! | |
2015-07-07 | CID 122498 (#1 of 1): Unchecked return value from library | GDR! | |
(CHECKED_RETURN)3. check_return: Calling remove((char const *)path_real) without checking return value. This library function may fail and return an error code. | |||
2015-07-07 | CID 122500 (#1 of 1): Missing return statement (MISSING_RETURN)6. | GDR! | |
missing_return: Arriving at the end of a function without returning a value | |||
2015-07-07 | CID 122503 (#1 of 1): Missing return statement (MISSING_RETURN)1. | GDR! | |
missing_return: Arriving at the end of a function without returning a value. | |||
2015-07-07 | CID 122507 (#1 of 1): Missing return statement (MISSING_RETURN)13. | GDR! | |
missing_return: Arriving at the end of a function without returning a value. | |||
2015-07-07 | CID 122510 (#1-2 of 2): Resource leak (RESOURCE_LEAK)17. leaked_storage: | GDR! | |
Variable servinfo going out of scope leaks the storage it points to. | |||
2015-07-07 | CID 122512 (#3 of 3): Resource leak (RESOURCE_LEAK)11. leaked_storage: | GDR! | |
Variable frame going out of scope leaks the storage it points to. | |||
2015-07-07 | CID 122516 (#2-1 of 2): Resource leak (RESOURCE_LEAK)11. leaked_storage: | GDR! | |
Variable hostname going out of scope leaks the storage it points to. | |||
2015-06-19 | PSK authentication | GDR! | |
2015-06-19 | Command line switch for shared secret | GDR! | |
2015-06-19 | The program now compiles with new toxcore (67df1ab7ce) | GDR! | |
2015-01-30 | Fixed 100% CPU usage in server mode | GDR! | |
Now using tox_do_interval() to get timeout for select() | |||
2014-12-30 | Got rid of the memory leak | GDR! | |
It's made possible by the new toxcore API | |||
2014-12-28 | Removed old comments | GDR! | |
2014-12-24 | Forking/setuid/pidfile working | GDR! | |
2014-12-24 | Added syslog capability | GDR! | |
Closes #2 | |||
2014-12-24 | Merge branch 'raspbian' | GDR! | |
2014-12-24 | Version string | GDR! | |
2014-12-22 | Fixed log level in server mode | GDR! | |