summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
AgeCommit message (Expand)Author
2020-05-04Fix typo: `NAC_LIBS` -> `NACL_LIBS`.iphydf
2020-04-16Add new semi-private API functions to set per-packet-id custom handlers.zoff99
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-18Setup autotools to read .so version info from a separate fileSergey 'Jin' Bostandzhyan
2017-01-07Remove \ at end of list in makefile.iphydf
2017-01-07Replace make_quick_sort with qsortendoffile78
2017-01-04Add secure memcmp and memzero implementation.Diadlo
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-11-06Remove assocendoffile78
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-08-30Add missing #includes to headers and rename tox_old to tox_group.iphydf
2016-02-26Add missing files so that archive for make dist is completeRoman Yepishev
2015-04-07TCP_connection started.irungentoo
2015-03-14Install tox_old.h too.irungentoo
2014-09-27Moved all the connection stuff from messenger to friend_connection.irungentoo
2014-09-25Removed groupchats from core.irungentoo
2014-09-25Some code written for new group chats.irungentoo
2014-06-12pthread is now a core dependency instead of just a toxav dependency.irungentoo
2014-05-31Fixed the undefined reference to pow errorMaxim Biro
2014-05-22Merge remote-tracking branch 'upstream/master' into Multicalls-patchmannol
2014-05-20Merge upstream and other stuffmannol
2014-05-19listnotsecure
2014-05-12Added ping_array, a special efficient array for use in operationsirungentoo
2014-05-10Fixed build by adding librt to build system.irungentoo
2014-05-02Remove Lossless UDP (This breaks Tox.)irungentoo
2014-04-27Yeah many callsmannol
2014-04-21Crypto related cleanups.irungentoo
2014-04-10Added TCP test to build system.irungentoo
2014-03-23Fix NaCl builds for *BSDJin^eLD
2014-02-17Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library.exonity
2014-01-16Wrote random_path function.irungentoo
2014-01-04Some work on the onion part done.irungentoo
2013-12-31Added onion.c to build system and added a test.irungentoo
2013-11-14Significantly trimmed down version of an ID<=>IP cache.Coren[m]
2013-10-13tox A/V: integration of A/V code into toxmannol
2013-09-09Start of group chats integration into the core.irungentoo
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-09-01Forward compatibility with automake 1.14jin-eld
2013-08-30Fixed warnings and moved hex_string_to_bin to testing/irungentoo
2013-08-30Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core int...irungentoo
2013-08-30Sync makefile with source listjin-eld
2013-08-29Moved misc_tools from testing to toxcore.Anony Moose
2013-08-26Move extra libtool options into configurejin-eld
2013-08-26Also generate a .dll in MinGW buildsjin-eld
2013-08-24Remove cmake build systemjin-eld