summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-15gatchat: Avoid shadowing variablesMarcel Holtmann1-1/+1
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-02-08gatmux: Remove unused error variableDenis Kenzior1-4/+2
2011-01-19gatchat: Fix setup of GIOChannel from multiplexer DLCMarcel Holtmann1-0/+4
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-3/+3
2010-10-19gatchat: Add support for skipping AT+CMUX speed parameterMarcel Holtmann1-8/+17
2010-09-26gatchat: Hook up g_at_mux_set_debug to print debug messages for realMarcel Holtmann1-19/+32
2010-04-28gatmux: Unref the chat instead of using shutdownDenis Kenzior1-1/+2
2010-04-14Fix: GAtMux channels should return EAGAINDenis Kenzior1-0/+3
2010-04-12Remove various GDestroyNotify function castingMarcel Holtmann1-2/+4
2010-04-11The user data pointer variable should be called user_dataMarcel Holtmann1-2/+2
2010-04-02Fix some cases where g_try_new should be usedMarcel Holtmann1-1/+1
2010-02-04Fix: Dead AssignmentDenis Kenzior1-3/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-15Fix: Do not leak chat references in case of errorDenis Kenzior1-5/+15
2009-10-15Fix: Cleanup debug formatsDenis Kenzior1-2/+2
2009-10-15Fix: Do not send shutdown more than onceDenis Kenzior1-0/+9
2009-10-15Fix: Be more paranoid in checking DLC validityDenis Kenzior1-1/+13
2009-10-15Refactor: Add driver model to GAtMuxDenis Kenzior1-26/+425
2009-10-15Forgot to add driverdata functionsDenis Kenzior1-0/+16
2009-10-15Refactor: Enable multiplexer drivers for GAtMuxDenis Kenzior1-59/+44
2009-10-15Fix: Notify sources upon shutdownDenis Kenzior1-119/+128
2009-10-15Add ability to open/close multiple DLCsDenis Kenzior1-31/+235
2009-10-15Refactor: Add convenience method to start 0710 MUXDenis Kenzior1-100/+189
2009-10-15Remove more unused codeDenis Kenzior1-5/+0
2009-10-08Cleanup: Remove more dead codeDenis Kenzior1-10/+0
2009-10-08Get rid of from_tty variant, use gattty insteadDenis Kenzior1-42/+0
2009-09-08Hook up GAtMux with GSM 07.10 implementationMarcel Holtmann1-4/+418
2009-09-06Add functions for disconnect and debug handlingMarcel Holtmann1-2/+29
2009-09-06Integrate the multiplexer into the AT chat libraryMarcel Holtmann1-0/+127