index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
gatserver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-29
gatserver: add tone and pulse dialing AT commands
Olivier Guiter
1
-0
/
+38
2011-03-25
gatserver: add v250 ATL and ATM commands
Olivier Guiter
1
-0
/
+18
2011-03-24
gatserver: add AT&F command
Olivier Guiter
1
-2
/
+27
2011-03-23
gatserver: add ATZ command
Olivier Guiter
1
-18
/
+35
2011-02-28
gatserver: Tweak use of g_at_server_suspend/resume
Denis Kenzior
1
-11
/
+18
2011-02-28
gatserver: Exit garbage state on HDLC frame end
Denis Kenzior
1
-1
/
+2
2011-02-28
gatserver: Update the internal command parsers
Denis Kenzior
1
-10
/
+3
2011-02-23
gatserver: Add function to enable/disable echo
Frédéric Dalleau
1
-0
/
+10
2011-02-22
gatserver: Add various ATSx handlers
Olivier Guiter
1
-0
/
+36
2011-02-16
gatserver: Be more const correct
Denis Kenzior
1
-1
/
+1
2011-02-15
gatserver: Change callback signature
Denis Kenzior
1
-41
/
+31
2011-02-15
gatserver: extend D with GSM/UMTS specifics
Denis Kenzior
1
-3
/
+9
2011-02-15
gatserver: Don't bother reporting command prefixes
Denis Kenzior
1
-2
/
+10
2011-02-14
gatserver: Add ATS5 command feature
Olivier Guiter
1
-1
/
+5
2011-01-18
gatserver: ATS6 command handler added
Olivier Guiter
1
-0
/
+10
2010-11-29
gatchat: explicitly compare pointers to NULL
Lucas De Marchi
1
-8
/
+8
2010-07-07
gatserver: Restore GAtServer disconnect handling
Zhenhua Zhang
1
-0
/
+2
2010-07-06
gatserver: Don't free twice after user disconnect
Zhenhua Zhang
1
-3
/
+0
2010-06-17
gatserver: Check for disconnection when resuming
Zhenhua Zhang
1
-0
/
+5
2010-06-17
gatserver: Suspend/resume GAtServer with GAtIO
Zhenhua Zhang
1
-150
/
+109
2010-04-24
Add offset parameter to ring_buffer_write_ptr() function
Marcel Holtmann
1
-1
/
+1
2010-04-12
Fix: busy loop in atserver
Denis Kenzior
1
-1
/
+1
2010-04-12
Remove various GDestroyNotify function casting
Marcel Holtmann
1
-4
/
+8
2010-04-11
The user data pointer variable should be called user_data
Marcel Holtmann
1
-4
/
+4
2010-04-02
Fix some cases where g_try_new should be used
Marcel Holtmann
1
-1
/
+0
2010-03-31
Fix ampersand commands check
Andrzej Zaborowski
1
-2
/
+2
2010-03-31
Refactor: Simplify V250 setting command functions
Denis Kenzior
1
-91
/
+30
2010-03-31
Refactor: Simplify gatserver s-register functions
Denis Kenzior
1
-52
/
+16
2010-03-31
Fix echo command back even if don't process it
Zhenhua Zhang
1
-8
/
+8
2010-03-31
Add Repeat last command support
Zhenhua Zhang
1
-2
/
+7
2010-03-31
Add implementation for ATE and other basic command
Zhenhua Zhang
1
-4
/
+158
2010-03-31
Add implementation for S3, S4, S5 command
Zhenhua Zhang
1
-0
/
+133
2010-03-30
Fix: Make sure we still increment read_count
Denis Kenzior
1
-2
/
+2
2010-03-30
Fix ignore incoming bytes during parsing
Zhenhua Zhang
1
-0
/
+4
2010-03-30
Simplify the send_info API
Denis Kenzior
1
-24
/
+14
2010-03-30
Fix: Properly handle async final responses
Denis Kenzior
1
-6
/
+47
2010-03-30
Fix: We need to preserve the original line
Denis Kenzior
1
-1
/
+3
2010-03-30
Fix: Record last received command
Denis Kenzior
1
-6
/
+11
2010-03-30
Fix: Send an ERROR on A/
Denis Kenzior
1
-1
/
+1
2010-03-30
Refactor: Simplify extended command parsing logic
Denis Kenzior
1
-9
/
+6
2010-03-30
Refactor: Add a single-line response function
Denis Kenzior
1
-1
/
+6
2010-03-30
Add API stubs for unsolicited / final responses
Zhenhua Zhang
1
-6
/
+59
2010-03-24
Refactor: Simplify parsing logic
Denis Kenzior
1
-14
/
+1
2010-03-24
Refactor basic command parsing
Denis Kenzior
1
-59
/
+46
2010-03-24
Style: foo[0] is preferable to *foo
Denis Kenzior
1
-2
/
+2
2010-03-24
Fix: Be more paranoid in basic command parsing
Denis Kenzior
1
-6
/
+21
2010-03-24
Add basic command parsing
Zhenhua Zhang
1
-1
/
+111
2010-03-22
Fix: extract line should use S3, not hardcode CR
Denis Kenzior
1
-3
/
+4
2010-03-22
Refactor: Command line extraction
Denis Kenzior
1
-4
/
+10
2010-03-22
Refactor: Extended command parsing
Denis Kenzior
1
-114
/
+93
[next]