1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-19 07:56:51 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
zugz (tox)
d75d6e8b60 sort includes 2020-11-14 00:00:05 +00:00
jfreegman
7560bc9547 modularize string arrays for line completion
Instead of using various different forms of string arrays and having to handle them
differently for string completion, we now always use char pointer arrays. This allows
us to remove some large stack allocations, remove a bunch of confusing defines that
keep track of global array sizes, and generally unclutters the code so it's easier
to read.
2020-11-01 11:29:51 -05:00
jfreegman
2b43340c90 Convert all variable length arrays to heap allocations
VLA's are inherently unsafe so the safest option is to not use them
2020-11-01 11:29:48 -05:00
jfreegman
a37bf300f9 Update astylerc to match toxcore & reformat all source files 2018-07-18 11:33:16 -04:00
François-Xavier Carton
46f646afcf Add an option to disable qr codes 2018-06-16 05:07:16 +02:00
tharvik
a26ed9d28f add missing implicit include 2016-10-18 09:38:28 +02:00
Ansa89
71040355fd QR: close file descriptor on error 2016-10-06 11:54:27 +02:00
Ansa89
6bc5d8c543 QR PNG: convert some variables to macros 2016-10-06 11:52:26 +02:00
Jfreegman
abb39ea6b5 Fix a few resource leaks 2016-10-05 15:17:56 -04:00
Ansa89
958df9f2e8 Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
Jfreegman
d16be574f3 Add stack protection compile flag to Makefile 2015-11-10 23:34:46 -05:00
Jfreegman
7e0b8b4870 Slight improvement to qrcode printing 2015-11-09 02:28:41 -05:00
Jfreegman
39c4b7ecdd Add ability to print your Tox ID's QR code to a file 2015-11-08 22:51:46 -05:00