Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
copied buffer on success.
|
|
By default libsodium is used. Only if --enable-nacl is specified, then
nacl will be used instead of libsodium.
Pass locations of nacl headers and libraries by using the following
options:
--with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/
--with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/
|
|
|
|
|
|
|
|
Function for retreiving a list of friend numbers
|
|
This should allow clients to sync the Tox friend list with their UI/etc.
lists.
|
|
|
|
|
|
|
|
|
|
A library should never print anything, so removing the perror()
printouts.
|
|
Not done yet.
|
|
|
|
|
|
JamoBox-master
|
|
|
|
|
|
Fixed missing field initializer warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This update makes sure that the build still works with automake prior to
1.12 and at the same time does not give any warnings or errors with
automake 1.14
|
|
|
|
|
|
adding declarations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into vx-k-udp_connections
|
|
|
|
|