summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-29Merge pull request #127 from untitaker/patch-1irungentoo
Fix #124
2013-07-29Merge pull request #126 from rlewon/add_deps_install_docirungentoo
Add deps install doc
2013-07-29Fix #124Markus Unterwaditzer
2013-07-29Added ncurses-dev for nTox curses client.Ryan Lewon
2013-07-29Updated install docs to reflect ubuntu dependencies for 13.04.Ryan Lewon
2013-07-28Added basic dynamic memory allocation to Lossless UDP.irungentoo
2013-07-28Slightly improved hole punching in the DHT.irungentoo
2013-07-27nTox now tells you if it could not send the message.irungentoo
2013-07-27Fixed name related functions.irungentoo
They now should give proper lengths and take length into account when sending.
2013-07-27Added friend request accepting to nTox and fixed a bug.irungentoo
Fixed a bug in Lossless UDP that prevented 2 clients from sometimes connecting when they connected at the same time to each other.
2013-07-27Merge pull request #118 from nfkd/patch-1irungentoo
styling
2013-07-27stylingnfkd
2013-07-27Merge pull request #117 from KostyaKow/masterirungentoo
created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
2013-07-27Fixing broken commitKonstantin Kowalski
2013-07-27[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.Konstantin Kowalski
2013-07-27created new files misc_tools.(c|h) and moved hex_string_to_bin() there.Konstantin Kowalski
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-26Merge pull request #115 from Astonex/masterirungentoo
Close the socket in shutdown_networking()
2013-07-26Merge pull request #111 from nfkd/patch-3irungentoo
Fix braces and a few whitespaces
2013-07-27Merge remote-tracking branch 'ProjectTox/master'Astonex
2013-07-27Close the socket in shutdown_networking()Astonex
2013-07-26Update DHT.cnfkd
2013-07-26Merge pull request #114 from nurupo/masterirungentoo
Updated Windows instructions
2013-07-26Updated Windows instructionsMaxim Biro
2013-07-26Update DHT.cnfkd
2013-07-26Merge pull request #113 from Astonex/patch-1irungentoo
Update INSTALL.md
2013-07-26Merge pull request #112 from KostyaKow/masterirungentoo
took out several strlen() calls out of the loop; replaced int's with siz...
2013-07-27Update INSTALL.mdAstonex
Spelling mistake
2013-07-27Update INSTALL.mdAstonex
Updated the Windows install instructions - Changing the system path to include MinGW's bin directory.
2013-07-26Small inconsistency fixed.irungentoo
2013-07-26Merge pull request #110 from nfkd/patch-2irungentoo
Fix braces and some white-spaces
2013-07-26Fix braces and a few whitespacesnfkd
2013-07-26Fix braces and some white-spacesnfkd
2013-07-26Merge pull request #109 from nfkd/patch-1irungentoo
Fix braces
2013-07-26Merge pull request #108 from sometwo/patch-5irungentoo
styling
2013-07-26Fix bracesnfkd
2013-07-26stylingsometwo
haven't fixed switch statements because I'm lazy
2013-07-26Merge pull request #107 from sometwo/patch-4irungentoo
Fix some indenting
2013-07-26Merge pull request #106 from sometwo/patch-3irungentoo
Fix braces and a comment
2013-07-26Fix some indentingsometwo
2013-07-26Fix braces and a commentsometwo
2013-07-26Fixed the multiple friends request recieved at the same time problem.irungentoo
2013-07-26took out several strlen() calls out of the loop; replaced int's with size_t ↵Konstantin Kowalski
where needed
2013-07-26Merge pull request #105 from nfkd/patch-1irungentoo
Remove unnecessary braces
2013-07-26Remove unnecessary bracesnfkd
2013-07-26I don't know how this happened.irungentoo
2013-07-26Added basic Local/LAN discovery.irungentoo