Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-23 | Add cmumble_ prefix to recv/send_msg | Benjamin Franzke | 1 | -3/+3 | |
2011-09-23 | Store callbacks in context | Benjamin Franzke | 1 | -2/+8 | |
2011-09-23 | Move connection related stuff into connection.c | Benjamin Franzke | 1 | -65/+4 | |
2011-09-23 | Fix warnings | Benjamin Franzke | 1 | -3/+4 | |
2011-09-23 | Add input support using readline | Benjamin Franzke | 1 | -0/+4 | |
2011-09-22 | Use g_print always, not printf directly | Benjamin Franzke | 1 | -16/+18 | |
So we can use glibs print handler later. | |||||
2011-09-22 | Fixup async read by using GPollableInputStream instead of GSocket | Benjamin Franzke | 1 | -15/+17 | |
With the GSource created from GSocket hacks were needed to get all events. GPollableInputStream is the interface implemented directly by GTlsInputStream. | |||||
2011-09-16 | Typesafe callback initialization | Benjamin Franzke | 1 | -29/+28 | |
2011-09-13 | Replace g_new0(*,1) with g_slice_new0(*) | Benjamin Franzke | 1 | -2/+2 | |
2011-05-30 | Set "cmumble [%user%]" name for sinks if type is pulse | Benjamin Franzke | 1 | -2/+41 | |
2011-05-28 | cleanup | Benjamin Franzke | 1 | -24/+10 | |
2011-05-28 | Remove unnecessary callbacks | Benjamin Franzke | 1 | -60/+0 | |
2011-05-28 | Use gst_parse_launch for recording pipeline | Benjamin Franzke | 1 | -36/+11 | |
2011-05-28 | Make use of gst_parse_launch for playback pipeline | Benjamin Franzke | 1 | -22/+7 | |
2011-05-28 | Move send_msg and recv_msg to messages.c | Benjamin Franzke | 1 | -196/+3 | |
2011-05-28 | Use enum values for callback positions | Benjamin Franzke | 1 | -9/+26 | |
2011-05-28 | Pass UDPTunnel msg as regular protobufcmessage to sendmsg | Benjamin Franzke | 1 | -11/+18 | |
2011-05-28 | Make receive udp tunnel a fake protobufcmessage | Benjamin Franzke | 1 | -3/+17 | |
2011-05-28 | Autogenerate message macro list, not directly info struct | Benjamin Franzke | 1 | -3/+3 | |
2011-05-27 | Remove hardcoded server ip | Benjamin Franzke | 1 | -5/+0 | |
2011-05-27 | Add support for playback from multiple sessions | Benjamin Franzke | 1 | -28/+120 | |
2011-05-27 | Use PACKAGE_STRING from config.h rather than hardcoding version number | Benjamin Franzke | 1 | -1/+3 | |
2011-05-27 | Check for errors when connecting | Benjamin Franzke | 1 | -0/+5 | |
2011-05-27 | Remove unnecessary header | Benjamin Franzke | 1 | -1/+0 | |
2011-05-27 | Rename socket.c to cmumble.c | Benjamin Franzke | 1 | -0/+614 | |