index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-18
Setup autotools to read .so version info from a separate file
Sergey 'Jin' Bostandzhyan
2017-01-07
Remove \ at end of list in makefile.
iphydf
2017-01-07
Replace make_quick_sort with qsort
endoffile78
2017-01-04
Add secure memcmp and memzero implementation.
Diadlo
2016-12-22
Use `tox_options_set_*` instead of direct member access.
iphydf
2016-11-06
Remove assoc
endoffile78
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
2016-09-17
ApiDSL'ing old group chats (now: conference).
iphydf
2016-08-30
Add missing #includes to headers and rename tox_old to tox_group.
iphydf
2016-02-26
Add missing files so that archive for make dist is complete
Roman Yepishev
2015-04-07
TCP_connection started.
irungentoo
2015-03-14
Install tox_old.h too.
irungentoo
2014-09-27
Moved all the connection stuff from messenger to friend_connection.
irungentoo
2014-09-25
Removed groupchats from core.
irungentoo
2014-09-25
Some code written for new group chats.
irungentoo
2014-06-12
pthread is now a core dependency instead of just a toxav dependency.
irungentoo
2014-05-31
Fixed the undefined reference to pow error
Maxim Biro
2014-05-22
Merge remote-tracking branch 'upstream/master' into Multicalls-patch
mannol
2014-05-20
Merge upstream and other stuff
mannol
2014-05-19
list
notsecure
2014-05-12
Added ping_array, a special efficient array for use in operations
irungentoo
2014-05-10
Fixed build by adding librt to build system.
irungentoo
2014-05-02
Remove Lossless UDP (This breaks Tox.)
irungentoo
2014-04-27
Yeah many calls
mannol
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-10
Added TCP test to build system.
irungentoo
2014-03-23
Fix NaCl builds for *BSD
Jin^eLD
2014-02-17
Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library.
exonity
2014-01-16
Wrote random_path function.
irungentoo
2014-01-04
Some work on the onion part done.
irungentoo
2013-12-31
Added onion.c to build system and added a test.
irungentoo
2013-11-14
Significantly trimmed down version of an ID<=>IP cache.
Coren[m]
2013-10-13
tox A/V: integration of A/V code into tox
mannol
2013-09-09
Start of group chats integration into the core.
irungentoo
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-09-01
Forward compatibility with automake 1.14
jin-eld
2013-08-30
Fixed warnings and moved hex_string_to_bin to testing/
irungentoo
2013-08-30
Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core int...
irungentoo
2013-08-30
Sync makefile with source list
jin-eld
2013-08-29
Moved misc_tools from testing to toxcore.
Anony Moose
2013-08-26
Move extra libtool options into configure
jin-eld
2013-08-26
Also generate a .dll in MinGW builds
jin-eld
2013-08-24
Remove cmake build system
jin-eld
2013-08-24
Implemented autotools based build scripts
jin-eld