Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-08 | gatmux: Remove unused error variable | Denis Kenzior | 1 | -4/+2 | |
2011-01-19 | gatchat: Fix setup of GIOChannel from multiplexer DLC | Marcel Holtmann | 1 | -0/+4 | |
2010-11-29 | gatchat: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -3/+3 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-19 | gatchat: Add support for skipping AT+CMUX speed parameter | Marcel Holtmann | 1 | -8/+17 | |
2010-09-26 | gatchat: Hook up g_at_mux_set_debug to print debug messages for real | Marcel Holtmann | 1 | -19/+32 | |
2010-04-28 | gatmux: Unref the chat instead of using shutdown | Denis Kenzior | 1 | -1/+2 | |
2010-04-14 | Fix: GAtMux channels should return EAGAIN | Denis Kenzior | 1 | -0/+3 | |
GAtChat uses non-blocking semantics, so the GAtMux channels should return the EAGAIN status to make GAtChat work properly. | |||||
2010-04-12 | Remove various GDestroyNotify function casting | Marcel Holtmann | 1 | -2/+4 | |
2010-04-11 | The user data pointer variable should be called user_data | Marcel Holtmann | 1 | -2/+2 | |
2010-04-02 | Fix some cases where g_try_new should be used | Marcel Holtmann | 1 | -1/+1 | |
2010-02-04 | Fix: Dead Assignment | Denis Kenzior | 1 | -3/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-15 | Fix: Do not leak chat references in case of error | Denis Kenzior | 1 | -5/+15 | |
2009-10-15 | Fix: Cleanup debug formats | Denis Kenzior | 1 | -2/+2 | |
2009-10-15 | Fix: Do not send shutdown more than once | Denis Kenzior | 1 | -0/+9 | |
2009-10-15 | Fix: Be more paranoid in checking DLC validity | Denis Kenzior | 1 | -1/+13 | |
2009-10-15 | Refactor: Add driver model to GAtMux | Denis Kenzior | 1 | -26/+425 | |
GAtMux can now be made to work with multiple multiplexing protocols. Currently on the 27.010 (07.10) Advanced and Basic modes are supported. However, further protocol support can be added by providing the necessary driver functions for GAtMux | |||||
2009-10-15 | Forgot to add driverdata functions | Denis Kenzior | 1 | -0/+16 | |
2009-10-15 | Refactor: Enable multiplexer drivers for GAtMux | Denis Kenzior | 1 | -59/+44 | |
2009-10-15 | Fix: Notify sources upon shutdown | Denis Kenzior | 1 | -119/+128 | |
2009-10-15 | Add ability to open/close multiple DLCs | Denis Kenzior | 1 | -31/+235 | |
2009-10-15 | Refactor: Add convenience method to start 0710 MUX | Denis Kenzior | 1 | -100/+189 | |
Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX | |||||
2009-10-15 | Remove more unused code | Denis Kenzior | 1 | -5/+0 | |
2009-10-08 | Cleanup: Remove more dead code | Denis Kenzior | 1 | -10/+0 | |
2009-10-08 | Get rid of from_tty variant, use gattty instead | Denis Kenzior | 1 | -42/+0 | |
2009-09-08 | Hook up GAtMux with GSM 07.10 implementation | Marcel Holtmann | 1 | -4/+418 | |
2009-09-06 | Add functions for disconnect and debug handling | Marcel Holtmann | 1 | -2/+29 | |
2009-09-06 | Integrate the multiplexer into the AT chat library | Marcel Holtmann | 1 | -0/+127 | |