index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
TCP_client.c
Age
Commit message (
Expand
)
Author
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-14
Add random_u16 function and rename the others to match.
iphydf
2018-01-14
Make TCP_Client_Connection a module-private type.
iphydf
2017-08-24
Add platform independent constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-04
Add a monolith_test that includes all toxcore sources.
iphydf
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-11-02
Compile as C++ for windows builds.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-27
fix: replace memset with sodium_memzero for sensitive data
Roman Proskuryakov
2016-01-27
add: comments about hairy code
Roman Proskuryakov
2015-04-20
Some small fixes.
irungentoo
2015-04-15
Fixed memory leak in TCP connection.
irungentoo
2014-12-26
Make it possible to port clients to the new api by just replacing
irungentoo
2014-12-26
Fixed bug with auto tests and cleaned up the code a bit.
irungentoo
2014-12-21
Further refactoring of proxy code
Maxim Biro
2014-12-21
Some refactoring of proxy code
Maxim Biro
2014-12-13
Added HTTP proxy support
Maxim Biro
2014-08-28
Fixed gcc warnings.
irungentoo
2014-08-15
Set socket family to family of proxy when using proxy.
irungentoo
2014-08-14
Added basic socks5 proxy support to TCP client.
irungentoo
2014-08-03
remove unneeded printf's/prevent stdout spam
Jfreegman
2014-07-16
Fixed possible bug with TCP nonce not getting incremented.
irungentoo
2014-07-16
Merge branch 'split-video' of https://github.com/notsecure/toxcore
irungentoo
2014-07-16
applied priority queue changes to the TCP client too
notsecure
2014-07-15
Fixed TCP bug.
irungentoo
2014-07-15
Fixed bug with TCP.
irungentoo
2014-07-11
Fixed some small TCP issues.
irungentoo
2014-07-10
Made TCP a bit more solid.
irungentoo
2014-07-09
TCP should be a bit more solid.
irungentoo
2014-07-02
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
irungentoo
2014-06-30
Const-correctness for TCP_client.c
Marc Schütz
2014-06-30
Const-correctness for toxcore/net_crypto.c
Marc Schütz
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-05-18
Fixed possible connection issue.
irungentoo
[next]