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