summaryrefslogtreecommitdiff
path: root/ratox.c
AgeCommit message (Expand)Author
2016-11-08Ensure calls are answered properlyz3bra
2016-11-08Get rid of 'chunksz' attribute in transfer structz3bra
2016-11-08Handle file transfer in multiple chunksz3bra
2016-11-08Various cases of code cleanup:...-Fixed memory leak in datasave(). -Made some types more clean, such as using size_t instead of uint32_t and size_t instead of int. -Removed unneccessary length checks pranomostro
2016-11-08Accomodate file transfer callbacks to the new APIz3bra
2016-11-08Mark transfer as complete as soon as chunk len is 0z3bra
2016-11-08Fix argument passing order of tox_pass_decrypt.pranomostro
2016-11-08Pass file number to tox_file_control()z3bra
2016-11-08Monitor friends connected either via TCP or UDPz3bra
2016-11-08Convert ID string using TOX_PUBLIC_KEY_SIZEz3bra
2016-11-08Use av.state to check the current call statez3bra
2016-11-08Prevent memcpy'ing to a non-allocated memory areaz3bra
2016-11-08Change cbcalldata() to match new APIz3bra
2016-11-08Merge all call state changes in cbcallstate()z3bra
2016-11-08Added cbcallstate to deal with call changesz3bra
2016-11-08Setup callback to answer audio callsz3bra
2016-11-08Remove unused cooldown/lastblock fields from transfer structz3bra
2016-11-08Implement chunk_request callback for file transferz3bra
2016-11-08Accomodate file transfer callbacks to the new APIz3bra
2016-11-08Remove unused cooldown/lastblock fields from transfer structz3bra
2016-11-08Implement chunk_request callback for file transferz3bra
2016-11-08Accomodate file transfer callbacks to the new APIz3bra
2016-11-08Small updates to some tox functions, mostly regarding dealing with the return...pranomostro
2016-11-08Updated three more callbacks.pranomostro
2016-11-08Update three callbacks, update handling of user id's size (now public key siz...pranomostro
2016-11-08Cast const uint8_t* to to void * for freeing, fix one memory access on empty ...pranomostro
2016-11-08Fix getter/setter usagez3bra
2016-11-08Change getters/setters to match the new API...The following has been done: * rename tox_{get,set} to tox_self_{get,set} * rename tox_{get,set}_friend to tox_friend_{get,set} * use *_size() functions instead of a return status * pass NULL to discard error handler in _friend_ functions z3bra
2016-11-08Refactor dataload() and datasave().pranomostro
2016-11-08Refactored dataload().pranomostro
2016-11-08Update Tox_Options fields namez3bra
2016-11-08Ditch error reporting in tox_pass_decrypt()z3bra
2016-11-08Discard error reporting in tox_new()z3bra
2016-11-08Pass global toxav struct to make callsz3bra
2016-11-08Get rid of old ToxAvCSettings and use constants insteadz3bra
2016-11-08Fix AV buffer signednessz3bra
2016-11-08Rename tox*_do to tox*_iteratez3bra
2016-11-08Make use of audio default settings...Remove useless pcm z3bra
2016-11-08Rename _do_interval to _interval_iterationz3bra
2016-11-08Make use of audio default settingsz3bra
2016-11-08Make ToxAV/Tox_Options a structz3bra
2016-11-08Ditch TOX_FRIEND_ADDRESS_SIZEz3bra
2016-11-08Replace toxav_send_audio with toxav_audio_send_framez3bra
2016-11-08Update file control constant and flowz3bra
2016-11-08Update status length constant namez3bra
2016-11-08Rename CLIENT_ID to ADDRESS in constantsz3bra
2016-11-08Update user status constantsz3bra
2016-11-08Update friend request message constantsz3bra
2016-11-08Load data into Tox_Option structurez3bra
2016-10-31Compile against local toxcore submodulez3bra