index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
LAN_discovery.c
Age
Commit message (
Expand
)
Author
2014-10-17
Merge branch 'master' of https://github.com/xor2003/toxcore
irungentoo
2014-10-17
forgotten to free memory in pAdapterInfo
xor2003
2014-08-03
remove unneeded printf's/prevent stdout spam
Jfreegman
2014-07-20
LAN discovery should now work on windows machines with multiple
irungentoo
2014-06-13
Const correctness for various packet callbacks
Marc Schütz
2014-06-07
Toxcore closer to building correctly with gcc -std=c99.
irungentoo
2014-04-26
Fixed minor issue.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2013-12-05
Shared address space for stacking NAT (CGN) is, just like 'regular' private a...
Coren[m]
2013-11-19
Fixed possible issue.
irungentoo
2013-11-13
IPv6 address of ::1 is local.
Coren[m]
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-10-20
Fixed possible bug.
irungentoo
2013-10-20
Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...
Coren[m]
2013-09-27
don't lose globally valid addresses for locally valid ones
Coren[m]
2013-09-15
Fixed portability problems.
irungentoo
2013-09-15
Fixed portablity problems.
irungentoo
2013-09-14
Fixed warnings.
irungentoo
2013-09-14
astyled everything.
irungentoo
2013-09-14
LAN_discovery.c:
Coren[m]
2013-09-12
network.*:
Coren[m]
2013-09-11
tox.h, DHT.h:
Coren[m]
2013-09-11
network.c: logging more details, fixing poll
Coren[m]
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-09
caught by autobuild, missing net->sock to net change
Coren[m]
2013-09-09
network.h:
Coren[m]
2013-09-09
network.h:
Coren[m]
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-09-04
Possibly fixed LAN discovery on some configurations.
irungentoo
2013-09-03
Remove error printouts
Jin^eLD
2013-09-02
Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...
irungentoo
2013-09-02
Fixed missing field initializers warnings
Maxim Biro
2013-09-02
Even more comment updates.
JamoBox
2013-08-30
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
irungentoo
2013-08-30
Compiler fix.
irungentoo
2013-08-30
Fix build error on non-linux machines.
stal
2013-08-30
Fixed warnings and moved hex_string_to_bin to testing/
irungentoo
2013-08-30
Fixed build errors.
Kostya
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-24
Rename core directory because of autoconf name clash
jin-eld