ofono/gatchat
Denis Kenzior 64ffcf1cfa Refactor: Move to a transition state table
It is much more compact to re-implement the transition states as a table
as opposed to functions with switch/case statements.  The logic is made
much easier to follow and much of the code duplication is eliminated
2010-04-05 12:36:43 -05:00
..
gat.h Add gatutil.c to share common APIs with GAtServer 2010-01-20 14:13:57 -06:00
gatchat.c Fix some cases where g_try_new should be used 2010-04-02 19:20:53 -07:00
gatchat.h Add new constructor for fully blocking operation 2010-01-28 22:05:44 +01:00
gatmux.c Fix some cases where g_try_new should be used 2010-04-02 19:20:53 -07:00
gatmux.h Update copyright information 2010-01-01 17:00:10 -08:00
gatppp.c Move PPP constants where they are used 2010-04-03 22:32:27 -07:00
gatppp.h Move functions from ppp.c into gatppp.c 2010-04-01 20:33:03 -07:00
gatresult.c Update copyright information 2010-01-01 17:00:10 -08:00
gatresult.h Update copyright information 2010-01-01 17:00:10 -08:00
gatserver.c Fix some cases where g_try_new should be used 2010-04-02 19:20:53 -07:00
gatserver.h Simplify the send_info API 2010-03-30 20:29:10 -05:00
gatsyntax.c Fix: Introduce PPP data state 2010-03-31 18:48:52 -05:00
gatsyntax.h Update copyright information 2010-01-01 17:00:10 -08:00
gattty.c Update copyright information 2010-01-01 17:00:10 -08:00
gattty.h Update copyright information 2010-01-01 17:00:10 -08:00
gatutil.c Fix: Use g_try_malloc in gatutil 2010-03-16 17:22:56 -05:00
gatutil.h Add new constructor for fully blocking operation 2010-01-28 22:05:44 +01:00
gsm0710.c Update copyright information 2010-01-01 17:00:10 -08:00
gsm0710.h Update copyright information 2010-01-01 17:00:10 -08:00
gsmdial.c Remove the PPP option from gsmdial 2010-04-02 15:13:25 -05:00
ppp.h Move PPP constants where they are used 2010-04-03 22:32:27 -07:00
ppp_auth.c Move PPP constants where they are used 2010-04-03 22:32:27 -07:00
ppp_cp.c Refactor: Move to a transition state table 2010-04-05 12:36:43 -05:00
ppp_cp.h Refactor: Move to a transition state table 2010-04-05 12:36:43 -05:00
ppp_ipcp.c Make GAtPPP fields really private 2010-04-03 22:25:09 -07:00
ppp_lcp.c Fix coding style with callback structures 2010-04-02 19:01:38 -07:00
ppp_net.c ppp: implement net close 2010-04-02 19:03:56 -05:00
ringbuffer.c Hide internals of ring buffer structure 2010-04-02 21:51:19 -07:00
ringbuffer.h Hide internals of ring buffer structure 2010-04-02 21:51:19 -07:00
test-server.c Add test implementation for CPBS 2010-03-31 08:39:47 -05:00