summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-11Adjust protocol/header generation rules for silent rulesBenjamin Franzke1-2/+2
2011-05-30Set "cmumble [%user%]" name for sinks if type is pulseBenjamin Franzke1-2/+41
2011-05-28Add mumble.proto,messages.txt,gen_message.sh to EXTRA_DISTBenjamin Franzke1-0/+1
2011-05-28cleanupBenjamin Franzke2-24/+12
2011-05-28Remove unnecessary callbacksBenjamin Franzke1-60/+0
2011-05-28Use gst_parse_launch for recording pipelineBenjamin Franzke1-36/+11
2011-05-28Make use of gst_parse_launch for playback pipelineBenjamin Franzke1-22/+7
2011-05-28Add binrary to .gitignoreBenjamin Franzke1-0/+1
2011-05-28Move send_msg and recv_msg to messages.cBenjamin Franzke4-205/+202
2011-05-28Use enum values for callback positionsBenjamin Franzke1-9/+26
2011-05-28Pass UDPTunnel msg as regular protobufcmessage to sendmsgBenjamin Franzke1-11/+18
2011-05-28Make receive udp tunnel a fake protobufcmessageBenjamin Franzke1-3/+17
2011-05-28Autogenerate message macro list, not directly info structBenjamin Franzke4-11/+32
2011-05-27Remove hardcoded server ipBenjamin Franzke1-5/+0
2011-05-27Add support for playback from multiple sessionsBenjamin Franzke1-28/+120
2011-05-27Use PACKAGE_STRING from config.h rather than hardcoding version numberBenjamin Franzke1-1/+3
2011-05-27Check for errors when connectingBenjamin Franzke1-0/+5
2011-05-27Explicitly set dependencies for generated headersBenjamin Franzke1-0/+2
2011-05-27Remove unnecessary headerBenjamin Franzke1-1/+0
2011-05-27Add build system (autoconf/make)Benjamin Franzke3-0/+21
2011-05-27Rename socket.c to cmumble.cBenjamin Franzke1-0/+0
2011-05-27Add some protocol outputBenjamin Franzke1-14/+54
2011-05-25Ping every 5 seconds do not get disconnectedBenjamin Franzke1-6/+10
2011-05-25Use gio tls socket instead of polarsslBenjamin Franzke1-83/+43
2011-05-25Use glib mutexBenjamin Franzke1-11/+6
2011-05-25Talk!Benjamin Franzke3-161/+381
2011-05-24Use gstreamer for playback and celt decodingBenjamin Franzke1-45/+123
2011-05-23initial commitBenjamin Franzke4-0/+754