summaryrefslogtreecommitdiff
path: root/auto_tests/friends_test.c
AgeCommit message (Collapse)Author
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-01-19proper windows preprocessor detectionBen Iofel
2013-09-10Fixed building with NaCl.irungentoo
2013-08-24Rename core directory because of autoconf name clashjin-eld
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
2013-08-20Fix friends testSimon Levermann
2013-08-16Passed everything through astyle.irungentoo
2013-08-12Added support for userdata in callbacksalek900
2013-08-12Messenger refactor - redid work from pull request 79Chris Hall
Moves static state out of Messenger.c and into a Messenger struct Purely stylistic, no functional changes were made. This commit also changed all the callers of Messenger as they now have to pass an instance of the Messenger struct to messenger functions. Also removed some uses of the 'static' keyword at the beginning of function definitions when the function was already declared static, as these caused gcc to whine.
2013-08-09Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only).slvr
2013-08-09Fix a recurring typo in code and comments.Christian Brueffer
2013-08-07Fixed auto testsMaxim Biro
2013-08-07added files for unit testscharmlesscoin