summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-05Use void for functions with no parametersFlorian Hahn
2013-08-04Merge pull request #331 from nurupo/masterirungentoo
cmake improvements
2013-08-04Added cmake options into INSTALLMaxim Biro
2013-08-04Improved cmakeMaxim Biro
2013-08-04Merge pull request #330 from nurupo/masterirungentoo
Fixed Windows build
2013-08-04Fixed Windows buildMaxim Biro
2013-08-04Merge pull request #326 from fhahn/private-functions-static2irungentoo
Make private functions in core/ static
2013-08-04Merge pull request #327 from stqism/masterirungentoo
Fixed 2 Null pointer derefrences in both nTox and toxic
2013-08-04Fixed 2 Null pointer derefrences in both nTox and toxicSean Qureshi
2013-08-04Make private functions in core/DHT.c staticFlorian Hahn
2013-08-04Make private functions in core/LAN_discovery.c staticFlorian Hahn
2013-08-04Make private functions in core/Lossless_UDP.c staticFlorian Hahn
2013-08-04Make private functions in core/net_crypto.c staticFlorian Hahn
2013-08-04Merge pull request #325 from stqism/masterirungentoo
Fixed a calloc getting freed before being used
2013-08-04Fixed a calloc getting freed before being usedSean Qureshi
2013-08-04Merge pull request #311 from CharmlessCoin/nToxirungentoo
nTox Cleaning
2013-08-04Merge pull request #313 from CharmlessCoin/bug_fixesirungentoo
Removed memory leak, thanks to diath for spotting it.
2013-08-04Merge pull request #319 from stqism/masterirungentoo
Manually merged #314 and #317, resolving errors if both merged
2013-08-04Merge pull request #321 from plutooo/masterirungentoo
toxic: Fixed doMessenger() interval.. Toxic is much faster and responsiv...
2013-08-04Manally merged #314 and #317Sean Qureshi
2013-08-04toxic: Fixed doMessenger() interval.. Toxic is much faster and responsive now.plutooo
2013-08-04already a pull request with this additionJfreegman
2013-08-04whoops, returning a free'd variable is really not what I meant...charmlesscoin
2013-08-04didn't mean to delete thatJfreegman
2013-08-04added command functionality to chat windows and a few minor improvementsJfreegman
2013-08-04Removed memory leak, thanks to diath for spotting it.charmlesscoin
2013-08-04Merge branch 'master' of https://github.com/irungentoo/ProjectTox-CoreJfreegman
2013-08-03fixed bug that would cause this to always exitcharmlesscoin
2013-08-03Merge pull request #308 from jaekwon/blehirungentoo
various fixes for first time user
2013-08-03removed some magic numbers from line_eval()charmlesscoin
2013-08-03added some better error checking for print_nickname() anr print_statuschange()charmlesscoin
2013-08-03cleaned up load_key() and added more error checkingcharmlesscoin
2013-08-03Merge pull request #307 from CharmlessCoin/toxicirungentoo
fix for issue #306
2013-08-03various fixes for first time userJae Kwon
* added linking to libsodium * fixed links to docs to point to wiki
2013-08-03fix for issue #306charmlesscoin
2013-08-03added command to clear prompt screenJfreegman
2013-08-03Merge branch 'nTox' of https://github.com/CharmlessCoin/ProjectTox-Core into ↵irungentoo
CharmlessCoin-nTox Conflicts: testing/nTox.c
2013-08-03Merge pull request #276 from stqism/masterirungentoo
Adds timestamp to toxic, fixes issue #217
2013-08-03Merge pull request #305 from CharmlessCoin/toxicirungentoo
Toxic -f Flag
2013-08-03added a proper error message for messing up the -f flagcharmlesscoin
2013-08-03Merge pull request #304 from yati-sagade/masterirungentoo
Fixed a link in the README.
2013-08-03added the -f flag for toxiccharmlesscoin
2013-08-04Fixed a linkYati Sagade
2013-08-04Fixed a linkYati Sagade
2013-08-03Removed an early breakSean Qureshi
2013-08-03Merge branch 'master' of https://github.com/stqism/ProjectTox-CoreSean Qureshi
2013-08-03Merge pull request #5 from stqism/toxic-testingSean Qureshi
Toxic testing
2013-08-03Merge branch 'master' of https://github.com/irungentoo/ProjectTox-CoreSean Qureshi
2013-08-03Merge pull request #4 from m-kress/masterSean Qureshi
fixed time stamps in toxic
2013-08-03Merge pull request #302 from ChlorideCull/masterirungentoo
Changed CMake options to compile the core as a shared library instead of static