summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-07-26Merge pull request #103 from SilentSand/masterirungentoo
Licensing
2013-07-26Minor screwup fixedSilentSand
I sure wish it was easier to compile on Windows.
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-26Small changeSilentSand
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-25Broadcast now enabled on socket.irungentoo
2013-07-24Experimental and unoptimized symmetric NAT hole punching added.irungentoo
2013-07-24Merge pull request #99 from Astonex/masterirungentoo
Simple init_networking() error checking
2013-07-24Changed the error checking to not just be Windows onlyAstonex
2013-07-23Merge pull request #96 from tawm/masterirungentoo
Make the bootstrap daemon configurable
2013-07-24Merge branch 'master' of https://github.com/Astonex/ProjectTox-CoreAstonex
2013-07-24Changed bind() == -1 check to INVALID_SOCK checkAstonex
2013-07-24Update rect.pyAstonex
2013-07-24Added simple init_networking() error checkingAstonex
2013-07-24Merge remote-tracking branch 'ProjectTox/master'Astonex
2013-07-23Merge pull request #98 from notadecent/patch-1irungentoo
Update README.md
2013-07-24Update README.mdnotadecent
Added several links to closely related repo's