summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-07-02common: Add utils.[ch] with a string_concat() functionGravatar Federico Mena Quintero1-1/+2
Instead of doing malloc() and repeated strcat(), which is an O(n^2) way to concatenate multiple strings, we define a single O(total_len) function that uses stpcpy(). This will also make the rest of the code more legible and safer.
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-1/+3
2013-03-20move thread and socket code to "common" subdirGravatar Nikias Bassen1-0/+15