summaryrefslogtreecommitdiff
path: root/gatchat/gatmux.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Introduce support for missing g_memdup2Marcel Holtmann2021-05-051-0/+1
* treewide: Replace g_memdup with g_memdup2Marcel Holtmann2021-04-281-1/+1
* gatmux: disable destroy notification on read watcherMartin Hundebøll2019-10-081-10/+4
* gatmux: take reference to mux object while processing incoming dataMartin Hundebøll2019-10-081-1/+8
* gatchat: Remove unneeded ifDenis Kenzior2019-04-291-2/+1
* gatchat: Use pragma to mask unknown pragma diagnostic optionsMarcel Holtmann2018-06-141-0/+1
* gatchat: Use pragma to mask GFunc casting warningMarcel Holtmann2018-06-141-0/+2
* gatmux: Remove write watch source at shutdownSlava Monich2017-10-231-0/+3
* gatmux: Remove finalized watches from the listSlava Monich2017-10-231-32/+77
* gatchat: Fix styleDenis Kenzior2016-10-051-1/+2
* gatmux: fix read channel remove on errorAntoine Aubert2016-10-051-1/+8
* gatchat: Avoid shadowing variablesMarcel Holtmann2012-07-151-1/+1
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* 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