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
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-06
Use `net_pack` instead of casting bytes to ints.
iphydf
2018-10-16
Support DragonFlyBSD and prune unused variables.
Leonid Bobrov
2018-09-06
Avoid recursion in `ip_is_lan` and `ip_is_local`.
iphydf
2018-08-27
Make `ip_is_lan` return bool instead of 0/-1.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
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-02-08
Reject discovery packets coming from outside the LAN.
iphydf
2018-02-08
Fix LAN discovery on FreeBSD.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Use apidsl to generate LAN_discovery.h.
iphydf
2018-01-14
Filter out annoying log statements in unit tests.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
iphydf
2017-10-04
Add log info message, when someone found client with LAN discovery
Diadlo
2017-08-24
Add loopback and broadcast constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-04-12
Added missing includes: <netinet/in.h> and <sys/socket.h>
Yuri
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-21
reduce thread-unsafe use of static variables
zugz
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-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-06
Allocate sizeof(IP_ADAPTER_INFO) bytes instead of sizeof(T*).
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2015-05-18
If we get the ip/port of a relay on a local ip, assume that our friend
irungentoo
2015-04-27
Move LAN discovery from Messenger to friend_connection.
irungentoo
2015-01-22
Zero broadcast ips are invalid.
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-11-11
Prevent connection ips from switching on LAN.
irungentoo
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
[next]