summaryrefslogtreecommitdiff
path: root/src/connection.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-16Add verbose optionUDPBenjamin Franzke1-1/+2
2012-02-12Fix typo in cmumble struct nameBenjamin Franzke1-10/+10
2012-02-12Add support for transporting audio data using udpudp-3Benjamin Franzke1-1/+113
2012-02-10s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/gBenjamin Franzke1-22/+22
2011-09-27Fix connection finish, if not connectedBenjamin Franzke1-8/+12
2011-09-24Use an asynchronous connection initiationBenjamin Franzke1-44/+31
2011-09-23Add prefix cmumble_ to struct context and struct userBenjamin Franzke1-5/+5
2011-09-23Add cmumble_ prefix to recv/send_msgBenjamin Franzke1-2/+2
2011-09-23Store callbacks in contextBenjamin Franzke1-4/+2
2011-09-23Move connection related stuff into connection.cBenjamin Franzke1-0/+108