1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 00:35:35 +02:00
toxic/src
Jfreegman 2194b9e259
Use time_t instead of uint64_t for timestamps
Also call time() directly from get_unix_time() instead of manually updating the time val.
2016-09-22 18:31:52 -04:00
..
audio_call.c Fix crash on AV error call state during active call 2016-07-11 17:42:57 -04:00
audio_call.h Fix some build issues 2015-11-03 23:04:05 -05:00
audio_device.c Fix a few A/V race conditions 2016-09-22 18:00:14 -04:00
audio_device.h Fix cross-client audio issue 2016-04-05 00:49:46 -04:00
autocomplete.c Fix tab-complete bug causing buffer to sometimes clear 2016-06-11 23:49:56 -04:00
autocomplete.h implement avatars (setting only) and generalize path tab-complete 2014-09-26 03:10:44 -04:00
avatars.c Fix some filetransfer issues 2015-08-18 15:12:48 -04:00
avatars.h fix a few avatar bugs 2015-04-04 21:15:34 -04:00
bootstrap.c Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
bootstrap.h Thread nodeslist loading 2016-09-22 14:09:07 -04:00
chat_commands.c Merge new AV branch 2015-10-20 17:57:54 -04:00
chat_commands.h Changed to toggle video command rather than two separate commands 2015-08-21 00:43:47 -05:00
chat.c Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
chat.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
configdir.c Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
configdir.h Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
curl_util.c Add setting to control DHT nodeslist update frequency 2016-09-20 13:13:12 -04:00
curl_util.h Add ipv6 support for bootstrap nodes and refactor parsing code 2016-09-21 21:22:05 -04:00
execute.c Add ability to print your Tox ID's QR code to a file 2015-11-08 22:51:46 -05:00
execute.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
file_transfers.c Remove file transfer timeoutes, and remove a couple unused functions 2016-02-25 17:58:02 -05:00
file_transfers.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
friendlist.c Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
friendlist.h Refactor and clean up file transfers 2015-03-29 18:33:51 -04:00
global_commands.c Enable multiline input 2016-02-28 02:35:36 +01:00
global_commands.h Add ability to print your Tox ID's QR code to a file 2015-11-08 22:51:46 -05:00
group_commands.c Revert commit 312d0c3 (localization/gettext) 2015-08-21 00:35:40 -05:00
group_commands.h implement group titles 2014-11-14 22:15:59 -05:00
groupchat.c Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
groupchat.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
help.c Add settings option to set paste-mode key and update docs 2016-02-28 21:53:33 +01:00
help.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
input.c Add settings option to set paste-mode key and update docs 2016-02-28 21:53:33 +01:00
input.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
line_info.c Fix markup in multiline messages 2016-02-29 01:46:48 +01:00
line_info.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
log.c Lots of bug fixes and general code cleanup 2015-08-27 03:38:08 -04:00
log.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
message_queue.c simplify timeout function 2015-08-21 00:44:40 -05:00
message_queue.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
misc_tools.c Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
misc_tools.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
name_lookup.c Thread nodeslist loading 2016-09-22 14:09:07 -04:00
name_lookup.h Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
notify.c Add options to enable terminal bell on certain events 2016-07-17 19:22:40 +02:00
notify.h begin port to new API 2015-03-25 22:56:45 -04:00
osx_video.h Implemented video calls for OSX 2015-08-21 00:44:25 -05:00
osx_video.m Implemented video calls for OSX 2015-08-21 00:44:25 -05:00
prompt.c Remove help window flicker 2016-07-27 02:07:31 +02:00
prompt.h Lots of bug fixes and general code cleanup 2015-08-27 03:38:08 -04:00
qr_code.c Add stack protection compile flag to Makefile 2015-11-10 23:34:46 -05:00
qr_code.h Add ability to print your Tox ID's QR code to a file 2015-11-08 22:51:46 -05:00
settings.c Ignore offline bootstrap nodes, small refactor of Nodes struct 2016-09-21 12:51:57 -04:00
settings.h Add setting to control DHT nodeslist update frequency 2016-09-20 13:13:12 -04:00
term_mplex.c Lots of bug fixes and general code cleanup 2015-08-27 03:38:08 -04:00
term_mplex.h use pthread for mplex detach polling for better portability 2015-03-11 18:38:07 -04:00
toxic_strings.c Enable multiline input 2016-02-28 02:35:36 +01:00
toxic_strings.h Enable multiline input 2016-02-28 02:35:36 +01:00
toxic.c Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
toxic.h Add paste-mode to allow multiline text pasting 2016-02-28 21:40:41 +01:00
video_call.c Fix various video bugs; it should be working now! 2015-11-12 05:01:28 -05:00
video_call.h Fix various video bugs; it should be working now! 2015-11-12 05:01:28 -05:00
video_device.c Fix a few A/V race conditions 2016-09-22 18:00:14 -04:00
video_device.h Refactored video calls 2015-08-21 00:42:57 -05:00
windows.c Fixed input lag 2016-07-27 18:06:33 +02:00
windows.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
xtra.c Correctly operational from OSX terminals 2015-11-25 10:26:12 +02:00
xtra.h properly handle file pausing 2014-12-05 13:23:45 -05:00