index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
assoc.c
Age
Commit message (
Expand
)
Author
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-07
Removed a useless define.
irungentoo
2015-07-29
client_id -> public_key
irungentoo
2015-05-19
Remove pointless nullity check on array address
tux3
2015-01-10
Merge branch 'mannol-master'
irungentoo
2015-01-10
Logger fix
mannol
2014-08-30
Merge branch 'myChan' of https://github.com/lobiCode/toxcore
irungentoo
2014-08-29
added checking for null pointer in new_Assoc function
slaniCode
2014-06-20
Fix CppCheck style errors
Tux3 / Mlkj / !Lev.uXFMLA
2014-06-16
fix func proto
liuguangzhao
2014-06-15
Astyled code.
irungentoo
2014-06-13
Const correctness for toxcore/assoc.c
Marc Schütz
2014-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-25
Merge branch 'mannol1-Multicalls' into multi-av
irungentoo
2014-05-22
Fixed nodes never being marked as used
Maxim Biro
2014-05-20
Merge upstream and other stuff
mannol
2014-04-27
Yeah many calls
mannol
2014-04-16
multiple spelling fixes
Carlos E. Garcia
2014-02-17
astyled last commit.
irungentoo
2014-02-16
Replaced magic numbers inside candidates_create_internal() with enumerated list
Lehi Toskin
2013-12-13
Merge pull request #678 from FullName/retipp-fix
irungentoo
2013-12-12
Merge branch 'assoc-refresh-distant-data' of https://github.com/FullName/Proj...
irungentoo
2013-12-11
Fix a code cleanup.
Coren[m]
2013-12-08
do_Assoc(): keep the data of the buckets somewhat current
Coren[m]
2013-12-07
Added/updated some basic docs and cleaned up some things.
irungentoo
2013-12-05
Added a assoc test.
irungentoo
2013-12-05
Merge branch 'sendnodes-with-assoc' of https://github.com/FullName/ProjectTox...
irungentoo
2013-12-03
get_close_nodes(): make use of assoc to find some really close nodes
Coren[m]
2013-12-01
fix 'typedef redefinition' build errors on older gcc versions
alexandervdm
2013-11-24
Fixed possible build problem.
irungentoo
2013-11-17
Assoc's array is now allocated dynamically and per default much smaller (320 ...
Coren[m]
2013-11-14
Significantly trimmed down version of an ID<=>IP cache.
Coren[m]