summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.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
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2018-10-07Fix memleak in tcp server by wiping priority queues on deletionzugz (tox)
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-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-14Make TCP_Client_Connection a module-private type.iphydf
2017-08-24Add platform independent constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-01-27 fix: replace memset with sodium_memzero for sensitive dataRoman Proskuryakov
2016-01-27 add: comments about hairy codeRoman Proskuryakov
2015-04-20Some small fixes.irungentoo
2015-04-15Fixed memory leak in TCP connection.irungentoo
2014-12-26Make it possible to port clients to the new api by just replacingirungentoo
2014-12-26Fixed bug with auto tests and cleaned up the code a bit.irungentoo
2014-12-21Further refactoring of proxy codeMaxim Biro
2014-12-21Some refactoring of proxy codeMaxim Biro
2014-12-13Added HTTP proxy supportMaxim Biro
2014-08-28Fixed gcc warnings.irungentoo
2014-08-15Set socket family to family of proxy when using proxy.irungentoo
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-08-03remove unneeded printf's/prevent stdout spamJfreegman
2014-07-16Fixed possible bug with TCP nonce not getting incremented.irungentoo
2014-07-16Merge branch 'split-video' of https://github.com/notsecure/toxcoreirungentoo