index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
network.c
Age
Commit message (
Expand
)
Author
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-16
const-correctness in windows code.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-08-31
Remove redundant `return` statements.
iphydf
2016-08-31
Add newlines because astyle wants them.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Add missing DHT_bootstrap to CMakeLists.txt.
iphydf
2016-08-11
Fix a bug I introduced that would make toxcore fail to initialise a second time.
iphydf
2016-08-10
Silence/fix some compiler warnings.
iphydf
2016-02-27
Move argument comments to the end of line
Roman Yepishev
2016-02-27
Remove magic numbers from addr_resolve
Roman Yepishev
2016-01-27
add: more comments into network.c
Roman Proskuryakov
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-05-02
Small cleanups.
irungentoo
2015-04-14
Fixed windows warning.
irungentoo
2015-04-13
Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors.
irungentoo
2015-04-11
Enable SO_REUSEADDR on TCP server socket.
irungentoo
2015-03-12
tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.
irungentoo
2015-03-08
Merge branch 'worfox-new_api' into new_api
irungentoo
2015-03-07
Change LOGGER_DEBUG to LOGGER_ERROR for fail bind
Christoffer Sterner
2015-03-07
Change fprintf debug into LOGGER_DEBUG for consistency
Christoffer Sterner
2015-03-07
Fixed debug fprintf.
irungentoo
2015-03-02
Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...
irungentoo
2015-02-27
Allow for specifying the port range to use in Tox_Options
saneki
2015-01-10
Logger fix
mannol
2015-01-01
Code cleanups.
irungentoo
2014-12-31
Code cleanup.
irungentoo
2014-12-13
Added HTTP proxy support
Maxim Biro
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-09-03
Fixed iOS possible SIGPIPE issue.
irungentoo
2014-08-14
UDP can now be disabled.
irungentoo
2014-08-14
Remove useless code.
irungentoo
2014-07-20
Added addr_parse_ip() to network.h header.
irungentoo
2014-06-28
Merge branch 'mannol1-master'
irungentoo
2014-06-27
remove pointer type warnings when building with mingw
notsecure
2014-06-20
Fix CppCheck style errors
Tux3 / Mlkj / !Lev.uXFMLA
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in toxcore/network.c
Marc Schütz
2014-06-07
Toxcore closer to building correctly with gcc -std=c99.
irungentoo
2014-06-07
IN6_ARE_ADDR_EQUAL was used only once, replaced it.
irungentoo
2014-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-28
Check for CLOCK_MONOTONIC_RAW
Ansa89
[next]