index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
list.c
Age
Commit message (
Expand
)
Author
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2017-03-26
Fix list malloc(0) bug
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2015-05-01
Fixed warning.
irungentoo
2015-05-01
Fixed some non standard C.
irungentoo
2014-06-21
Fixed possible issues with list introduced in the last commit.
irungentoo
2014-06-20
Reduced number of realloc calls bs_list does
Maxim Biro
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in toxcore/list.c
Marc Schütz
2014-06-06
Renamed list functions to fix conflict issue on certain machines.
irungentoo
2014-06-06
Fixed possible bug in list.
irungentoo
2014-05-22
Fixed an issue in list.
irungentoo
2014-05-22
fixed list_remove
notsecure
2014-05-20
fixed some mistakes
notsecure
2014-05-20
list takes data to remove faster
notsecure
2014-05-20
equivalent bitwise not
notsecure
2014-05-19
proper realloc failure check
notsecure
2014-05-19
style (again)
notsecure
2014-05-19
style, failure check on realloc
notsecure
2014-05-19
list
notsecure