index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
gatchat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-06
gatchat: Fix memory leak with notify nodes list
Marcel Holtmann
1
-0
/
+1
2011-03-28
gatchat: Add support for short prompt send variant
Denis Kenzior
1
-13
/
+40
2011-02-25
gatchat: Fix minor style issues
Denis Kenzior
1
-3
/
+3
2010-12-07
gatchat: fix canceling in progress commands
Vinicius Costa Gomes
1
-1
/
+1
2010-11-29
gatchat: explicitly compare pointers to NULL
Lucas De Marchi
1
-28
/
+24
2010-10-21
gatchat: Fix missing return value for g_at_chat_set_slave
Marcel Holtmann
1
-1
/
+1
2010-10-21
gatchat: Add support for slave chat instances
Marcel Holtmann
1
-0
/
+31
2010-10-14
gatchat: Fix calling unregister from callbacks
Denis Kenzior
1
-2
/
+40
2010-10-14
gatchat: break out the remove_if logic
Denis Kenzior
1
-46
/
+64
2010-10-14
gatchat: quit early if the group id doesn't match
Denis Kenzior
1
-1
/
+1
2010-08-16
gatchat: Skip string contents in extract_line
Denis Kenzior
1
-2
/
+7
2010-08-12
gatchat: Add g_at_chat_clone
Denis Kenzior
1
-0
/
+19
2010-08-12
gatchat: Make GAtChat a facade for struct at_chat
Denis Kenzior
1
-228
/
+401
2010-06-07
gatchat: Check for disconnection when resuming
Denis Kenzior
1
-0
/
+5
2010-06-07
Restore GAtChat disconnect handling when resuming a chat session
Marcel Holtmann
1
-0
/
+2
2010-05-10
gatchat: implement g_at_chat_get_io()
Kristen Carlson Accardi
1
-0
/
+8
2010-04-28
gatchat: Don't try to cleanup twice
Denis Kenzior
1
-11
/
+8
2010-04-28
gatchat: Use GAtIO for write watchers
Denis Kenzior
1
-65
/
+21
2010-04-28
gatchat: get_channel should return one from GAtIO
Denis Kenzior
1
-2
/
+2
2010-04-28
gatchat: Channel is now setup by GAtIO
Denis Kenzior
1
-2
/
+0
2010-04-28
gatchat: Better re-entrancy handling
Denis Kenzior
1
-6
/
+13
2010-04-28
gatchat: Only set debug on IO if we have it
Denis Kenzior
1
-1
/
+2
2010-04-28
gatchat: Replace shutdown by suspend/resume
Denis Kenzior
1
-12
/
+27
2010-04-28
gatchat: port gatchat to use gatio
Denis Kenzior
1
-112
/
+41
2010-04-28
gatchat: Remove g_at_chat_set_syntax
Denis Kenzior
1
-12
/
+0
2010-04-24
Add offset parameter to ring_buffer_write_ptr() function
Marcel Holtmann
1
-1
/
+1
2010-04-12
Remove various GDestroyNotify function casting
Marcel Holtmann
1
-10
/
+18
2010-04-11
The user data pointer variable should be called user_data
Marcel Holtmann
1
-4
/
+5
2010-04-02
Fix some cases where g_try_new should be used
Marcel Holtmann
1
-6
/
+0
2010-03-24
Fix: Make CONNECT <baud> responses work
Denis Kenzior
1
-1
/
+1
2010-02-03
Remove dead assignments at gatchat
Gustavo F. Padovan
1
-6
/
+0
2010-02-01
Fix: Check if the command is still pending
Denis Kenzior
1
-0
/
+3
2010-02-01
Style: No need for the extra line
Denis Kenzior
1
-2
/
+1
2010-01-28
Use 3 read attempts when in non-blocking mode
Marcel Holtmann
1
-1
/
+1
2010-01-28
Add new constructor for fully blocking operation
Marcel Holtmann
1
-4
/
+27
2010-01-28
Fix: Take care of uninitialized variable condition
Denis Kenzior
1
-4
/
+2
2010-01-28
Limit the number of continues read attempts
Marcel Holtmann
1
-2
/
+11
2010-01-20
Refactor: Reorder argument order
Denis Kenzior
1
-5
/
+4
2010-01-20
Add gatutil.c to share common APIs with GAtServer
Zhenhua Zhang
1
-92
/
+6
2010-01-15
Fix: One more fix for disconnect detection
Denis Kenzior
1
-2
/
+1
2010-01-14
Fix: Make remote disconnect detection work
Denis Kenzior
1
-1
/
+1
2010-01-12
Style: Various issues
Denis Kenzior
1
-1
/
+1
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-12-24
Unifiy all GAtChat error labels
Marcel Holtmann
1
-2
/
+2
2009-12-02
Add g_at_chat_unregister_all function
Denis Kenzior
1
-0
/
+28
2009-12-02
Add: g_at_chat_cancel_all function
Denis Kenzior
1
-0
/
+27
2009-12-02
Fix: Sometimes it is possible to cancel first cmd
Denis Kenzior
1
-1
/
+2
2009-12-02
Fix: Don't allow cancelation of command id 0
Denis Kenzior
1
-0
/
+4
2009-11-26
Fix: Retry the wakeup command until the modem OKs
Denis Kenzior
1
-16
/
+38
2009-11-24
Framework to support non-standard terminator
Yang Gu
1
-10
/
+49
[next]