summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2013-08-02updated return value commentscharmlesscoin
2013-08-02added #defines for friend.status as well as for erroring on m_addfriend*charmlesscoin
2013-08-02removed getnumfriends()charmlesscoin
2013-08-02DHT: Fix return value of time().Andreas Schneider
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: irungentoo <irungentoo@gmail.com>
2013-08-01Remove some magic numbers; use macros to clarify intentNick ODell
2013-08-01Updated comments.irungentoo
2013-08-01Merge pull request #229 from JFreegman/masterirungentoo
fixed friend add bugs and gave no message its own error
2013-08-01Merge pull request #247 from Jeffail/masterirungentoo
Refactored most of DHT.c, added local vim config
2013-08-01Merge pull request #249 from rlt3/masterirungentoo
Re-styling Lossless_UDP.c and .h
2013-08-01Merge pull request #251 from CharmlessCoin/networkirungentoo
Rewrote get_broadcast() so it works now.
2013-08-01Back to old methods, reordered the structs, defines, and global variables to ↵Jeffail
the top, should be no changes to binary
2013-08-01removed potential segfaultrlt3
2013-08-01removing unnecessary binary filesrlt3
2013-08-01removed debuggingcharmlesscoin
2013-08-01Changing some if loops around, specifically where some counts could be done ↵rlt3
once (checking if packets were over the max_data_size, etc) rather than over a couple lines
2013-08-01moved some code around, changed how we print the debuggingcharmlesscoin
2013-08-01redid get_broadcast(), looks like it should work nowcharmlesscoin
2013-08-01Fixed stupid copy pasting mistake.irungentoo
2013-08-01Trimming some things down and re styling commentsrlt3
2013-08-01Merge branch 'master' of https://github.com/rlt3/ProjectTox-Corerlt3
2013-08-01Trying to make Lossless UDP more readable with style changesrlt3
2013-08-01Possible timing problem fixed.irungentoo
2013-08-01Refactored most of DHT.c, added local vim configJeffail
2013-08-01added error code for no message on friend add & updated nTox.c/nTox_win32.cJfreegman
2013-08-01Merge pull request #244 from plutooo/masterirungentoo
core: getaddrinfo() lookup error handling
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-08-01Fixed possible timing problem.irungentoo
2013-08-01Removed code that didn't work.irungentoo
2013-08-01Fixed possible issues with the crypto reported by an anonymous person.irungentoo
2013-08-01restored this branch to be on par with upstreamcharmlesscoin
2013-07-31corrected comment and removed forced message for friend addsJfreegman
2013-07-31Merge remote-tracking branch 'ProjectTox/master'Astonex
2013-07-31Slight changesAstonex
2013-07-31Merge branch 'master' of https://github.com/xzfc/ProjectTox-Core into ↵irungentoo
xzfc-master Conflicts: CMakeLists.txt
2013-07-31Merge pull request #171 from AMDmi3/freebsd-fixesirungentoo
FreeBSD fixes
2013-07-31NaCl compiling optionxzfcpw
2013-07-31Add detection of required librariesDmitry Marakasov
2013-07-30Small fixes.irungentoo
2013-07-31Update Messenger.cAstonex
Offer more meaningful returns so appropriate actions can be taken by the GUI.
2013-07-30Fixed segfault.irungentoo
2013-07-30Add missing newlines at EOF in sourcesDmitry Marakasov
(missing newlines break build due to -Werror)
2013-07-30Clarification.irungentoo
2013-07-30Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵irungentoo
into blackwolf12333-master Also fixed his pull request.
2013-07-30renamed getname to getfriendname and added a getname function to get the ↵Peter Maatman
name of our client
2013-07-30Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵irungentoo
into nurupo-master Conflicts: testing/CMakeLists.txt
2013-07-30Merge pull request #146 from boredomist/patch-1irungentoo
Replace magic value "7" with string "echo"
2013-07-30Fixed the friends listingAstonex
2013-07-29Replace magic value "7" with string "echo"Erik Price
2013-07-29Fixed function signatureMaxim Biro
2013-07-29Fixed formatting of some cmake filesMaxim Biro