Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-23 | Fix indents | Benjamin Franzke | 4 | -14/+14 | |
2011-09-23 | Move audio-related stuff into audio.c | Benjamin Franzke | 5 | -205/+254 | |
2011-09-23 | Explicitly add ncurses for readline | Benjamin Franzke | 1 | -0/+2 | |
2011-09-23 | Add -lncurses for libreadline | Benjamin Franzke | 1 | -1/+2 | |
2011-09-23 | gen_message_list.sed: Use real tab for OpenBSD's sed | Benjamin Franzke | 1 | -1/+1 | |
2011-09-23 | Rename messages.[ch] to message.[ch] | Benjamin Franzke | 4 | -7/+7 | |
2011-09-23 | Rename mumble_message to cmumble_message | Benjamin Franzke | 1 | -1/+1 | |
2011-09-23 | Add cmumble_ prefix to recv/send_msg | Benjamin Franzke | 4 | -9/+9 | |
2011-09-23 | Move recv/send_msg declarations to messages.h | Benjamin Franzke | 4 | -14/+24 | |
2011-09-23 | Rename message.h to message_list.h | Benjamin Franzke | 4 | -10/+10 | |
2011-09-23 | Store callbacks in context | Benjamin Franzke | 5 | -26/+22 | |
2011-09-23 | Move connection related stuff into connection.c | Benjamin Franzke | 6 | -78/+151 | |
2011-09-23 | Fix warnings | Benjamin Franzke | 3 | -9/+15 | |
2011-09-23 | Makefile.am: Fix typo in gcc cflags | Benjamin Franzke | 1 | -1/+1 | |
2011-09-23 | Add input support using readline | Benjamin Franzke | 6 | -2/+164 | |
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 | 3 | -25/+34 | |
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 | 3 | -31/+37 | |
2011-09-13 | Replace g_new0(*,1) with g_slice_new0(*) | Benjamin Franzke | 1 | -2/+2 | |
2011-09-12 | gen_messages.sed: Set LC_COLLATE=C | Benjamin Franzke | 1 | -1/+1 | |
And unset LC_ALL, since LC_COLLATE is whats actually needed here. | |||||
2011-09-12 | Ship mumble.pb-c.[ch] is releases | Benjamin Franzke | 1 | -1/+5 | |
2011-09-07 | Use AC_PATH_PROG for protoc-c | Benjamin Franzke | 4 | -12/+9 | |
Also move PROTOC_C substution directly into src/protoc-c.sh.in instead of src/Makefile.am | |||||
2011-07-12 | gen_messages.sed: Rewrite to be posix compatible | Benjamin Franzke | 1 | -9/+8 | |
Posix sed doesnt have lower/uppercase (\L,\R) substitution qualifier. | |||||
2011-07-12 | gen_messages.sed: Simplify rules | Benjamin Franzke | 1 | -5/+5 | |
2011-07-12 | Run sed with LC_ALL=C | Benjamin Franzke | 1 | -1/+1 | |
FIXME: figure out whats broken on some machines with other locales. | |||||
2011-07-11 | protoc-c.sh: Build in suffixed-subdirs | Benjamin Franzke | 1 | -5/+7 | |
Fixes race in parallel build. | |||||
2011-07-11 | src/Makefile.am: s/$(top_srcdir)\/src/$(srcdir)/g | Benjamin Franzke | 1 | -4/+4 | |
2011-07-11 | Change build order of mumumble.pb-c.h and messages.h | Benjamin Franzke | 1 | -1/+1 | |
Just looks nicer when building :) | |||||
2011-07-11 | src/Makefile.am: Fix 80-columns linewrap | Benjamin Franzke | 1 | -3/+6 | |
2011-07-11 | Add protoc-c wrapper build script | Benjamin Franzke | 2 | -3/+15 | |
- Fixes simultaneous generation of mumble.pb-c.[ch] - Fixes out of source build (protoc-c's --c_out=. is somewhat broken since it outputs relative to the input files) | |||||
2011-07-11 | Fix out-of source build of messages.h | Benjamin Franzke | 1 | -2/+2 | |
2011-07-11 | Make use of BUILT_SOURCES variables | Benjamin Franzke | 1 | -7/+10 | |
2011-07-11 | Remove unneeded m4 dir | Benjamin Franzke | 2 | -7/+0 | |
2011-07-11 | Use a sed script for generating messages.h | Benjamin Franzke | 4 | -13/+28 | |
Drop the prior used shell script. | |||||
2011-07-11 | Generate underscore messages names without prefix | Benjamin Franzke | 2 | -3/+3 | |
2011-07-11 | Drop stringified parameter in MUMBLE_MSG macros | Benjamin Franzke | 3 | -3/+3 | |
Use #foo instead to stringify. | |||||
2011-07-11 | Adjust protocol/header generation rules for silent rules | Benjamin Franzke | 1 | -2/+2 | |
2011-07-09 | configure.ac: Fix libprotbuf-c typo | Benjamin Franzke | 1 | -1/+1 | |
2011-07-09 | configure.ac: Remove libtool macros | Benjamin Franzke | 1 | -4/+0 | |
2011-07-09 | configure: Call silent rules macro only if defined | 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 | Add mumble.proto,messages.txt,gen_message.sh to EXTRA_DIST | Benjamin Franzke | 1 | -0/+1 | |
2011-05-28 | cleanup | Benjamin Franzke | 2 | -24/+12 | |
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 | Add binrary to .gitignore | Benjamin Franzke | 1 | -0/+1 | |
2011-05-28 | Move send_msg and recv_msg to messages.c | Benjamin Franzke | 4 | -205/+202 | |
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 | |