summaryrefslogtreecommitdiff
path: root/toxcore/network.c
AgeCommit message (Expand)Author
2017-03-26Fix network malloc(0) bugDiadlo
2017-03-04Fix formatting with astyleDiadlo
2017-03-04Move 'family' copying after all address checksDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-11-02Compile as C++ for windows builds.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-16const-correctness in windows code.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-08-31Remove redundant `return` statements.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-08-17Add missing DHT_bootstrap to CMakeLists.txt.iphydf
2016-08-11Fix a bug I introduced that would make toxcore fail to initialise a second time.iphydf
2016-08-10Silence/fix some compiler warnings.iphydf
2016-02-27Move argument comments to the end of lineRoman Yepishev
2016-02-27Remove magic numbers from addr_resolveRoman Yepishev
2016-01-27 add: more comments into network.cRoman Proskuryakov
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-05-02Small cleanups.irungentoo
2015-04-14Fixed windows warning.irungentoo
2015-04-13Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors.irungentoo
2015-04-11Enable SO_REUSEADDR on TCP server socket.irungentoo
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-03-08Merge branch 'worfox-new_api' into new_apiirungentoo
2015-03-07Change LOGGER_DEBUG to LOGGER_ERROR for fail bindChristoffer Sterner
2015-03-07Change fprintf debug into LOGGER_DEBUG for consistencyChristoffer Sterner
2015-03-07Fixed debug fprintf.irungentoo
2015-03-02Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...irungentoo
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-01-10Logger fixmannol
2015-01-01Code cleanups.irungentoo
2014-12-31Code cleanup.irungentoo
2014-12-13Added HTTP proxy supportMaxim Biro
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-09-03Fixed iOS possible SIGPIPE issue.irungentoo