index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.c
Age
Commit message (
Expand
)
Author
2016-09-30
Add the 'Tox' context object to the logger.
iphydf
2016-09-26
C++ the second round.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-08
Fix memory leak on error paths in tox_new.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-30
Add missing #includes to headers and rename tox_old to tox_group.
iphydf
2016-08-29
Add getters/setters for options.
iphydf
2016-08-28
Expose constants as functions.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-22
Make Message received receipts stateless
Gregory Mullen (grayhatter)
2016-08-22
Make Friend User Status stateless
Gregory Mullen (grayhatter)
2016-08-20
Make the friend message callback stateless
Gregory Mullen (grayhatter)
2016-08-19
Make Typing change callback stateless
Gregory Mullen (grayhatter)
2016-08-18
Make friend_status_message callback stateless.
iphydf
2016-08-18
Allow NULL as argument to tox_kill.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Make self_connection_status callback stateless.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-02-13
added the dropped ;
Gregory Mullen (GrayHatter)
2016-02-13
update the compatablity function to match the macro
Gregory Mullen (GrayHatter)
2016-02-13
Get SemVer more ready
Gregory Mullen (GrayHatter)
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2015-06-03
Return error if file_id parameter is NULL.
irungentoo
2015-05-30
Return port error if tcp server failed to init.
irungentoo
2015-05-22
Move savedata to options struct.
irungentoo
2015-05-12
Connect to own TCP server if hosting one.
irungentoo
2015-05-11
Fixes and changes to tox_bootstrap and tox_add_tcp_relay.
irungentoo
2015-05-08
Added basic TCP server hosting to tox.h api.
irungentoo
2015-04-09
tox_hash fix.
irungentoo
2015-04-02
API function to get last seen timestamp of friend
Jfreegman
2015-03-25
If length is 0, data should be ignored.
Roman Pasichnyk
2015-03-21
Renamed tox_file_send_control to tox_file_control.
irungentoo
2015-03-21
Transfers with filelength == 0 now behave exactly like transfers of every
irungentoo
2015-03-20
Allow sending of file transfer requests with length 0 but don't allocate
irungentoo
2015-03-19
callback_file_request_chunk -> callback_file_chunk_request
Dubslow
2015-03-18
Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into new...
irungentoo
2015-03-18
Removed TOX_USER_STATUS_INVALID.
irungentoo
2015-03-18
Merged normal message function and send action function into one
irungentoo
2015-03-18
Move get_connection_status to self pseudonamespace, to contrast friend_get_co...
Dubslow
2015-03-18
Api changes.
irungentoo
[next]