summaryrefslogtreecommitdiff
path: root/core/network.h
AgeCommit message (Collapse)Author
2013-08-05Use void for functions with no parametersFlorian Hahn
2013-08-03Fixed compatibility with original NaCl.irungentoo
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-07-31NaCl compiling optionxzfcpw
2013-07-29Fixed function signatureMaxim Biro
2013-07-27Fixed small astyle problems.irungentoo
2013-07-27Ran the code through: astyle --style=linuxirungentoo
2013-07-27Merge branch 'master' of https://github.com/KostyaKow/ProjectTox-Core into ↵irungentoo
KostyaKow-master Conflicts: core/DHT.c
2013-07-26A *lot* of style changes.Konstantin Kowalski
2013-07-27Merge remote-tracking branch 'ProjectTox/master'Astonex
2013-07-27Close the socket in shutdown_networking()Astonex
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-24Added simple init_networking() error checkingAstonex
2013-07-23Fixed includeMaxim Biro
2013-07-22Added support of linkage with C++ codeMaxim Biro
2013-07-20Added address resolving function (Thank you stal).Maxim Biro
2013-07-20More changes made to comments, as requested by jvrvAndrew
2013-07-20Fixed comments in other files as per request of jvrvAndrew
2013-07-13Cmake changed, small change in random_int()irungentoo
Cmake builds now builds the new ncurses test only on non windows.
2013-07-12First part of DHT hardening done.irungentoo
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium)
2013-07-08Spelling mistakes fixed.irungentoo
2013-07-05Crypto done(still need to test it a bit more thought)irungentoo
Replaced chars with uint8_t Added a new test program. Added some functions to Lossless UDP. And some other stuff.
2013-07-03Compiled for windows and fixed stuff accordingly.irungentoo
2013-07-03TODO updated.irungentoo
2013-06-27Added a function.irungentoo
2013-06-27Cleaned up some stuff.irungentoo
2013-06-27Fixed something in the DHT, added a milisecond time function.irungentoo
2013-06-26Licenced the code under the GPL for now.irungentoo
2013-06-26Moved the network functions from the DHT into network.irungentoo
Also made a nice function to init networking.