summaryrefslogtreecommitdiff
path: root/src/connection.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-22connection: Do not unref the input source after creationBenjamin Franzke1-1/+0
2013-11-22Coding style fixesBenjamin Franzke1-4/+2
2013-11-18Fix typo in cmumble struct nameBenjamin Franzke1-4/+4
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