index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
test-server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-15
gatchat: Avoid shadowing global AT server variable
Marcel Holtmann
1
-11
/
+11
2011-10-10
gatchat: Update copyright information
Marcel Holtmann
1
-1
/
+1
2011-05-24
test-server: Update to the new GAtPPP API
Denis Kenzior
1
-20
/
+22
2011-05-24
test-server: Remove legacy code
Denis Kenzior
1
-12
/
+2
2011-02-28
gsmdial: Introduce data_mode
Denis Kenzior
1
-0
/
+7
2011-02-28
test-server: Make sure to send CONNECT
Denis Kenzior
1
-6
/
+9
2011-02-28
test-server: Remove root user check
Denis Kenzior
1
-5
/
+0
2011-02-17
test-server: Fix crash when remote disconnects
Guillaume Zajac
1
-0
/
+6
2011-02-15
test-server: Fix a few more occurrences
Denis Kenzior
1
-11
/
+10
2011-02-15
gatserver: Change callback signature
Denis Kenzior
1
-63
/
+53
2011-02-15
test-server: Behavior to match previous commit
Denis Kenzior
1
-8
/
+6
2011-01-12
gatchat: M15 coding styles fixes
Jeevaka Badrappan
1
-2
/
+2
2010-11-29
gatchat: explicitly compare pointers to NULL
Lucas De Marchi
1
-9
/
+9
2010-09-14
Fix common misspellings in gatchat
Lucas De Marchi
1
-1
/
+1
2010-07-06
test-server: Refactor set_raw_mode
Zhenhua Zhang
1
-5
/
+5
2010-07-06
test-server: Use cfmakeraw to set TTY raw mode
Zhenhua Zhang
1
-5
/
+3
2010-06-29
test-server: Send a NO_CARRIER when ppp is done
Denis Kenzior
1
-2
/
+4
2010-06-29
test-server: Update to the new API
Denis Kenzior
1
-4
/
+1
2010-06-29
test-server: Update to the new API
Denis Kenzior
1
-1
/
+1
2010-06-28
test-server: Configure network interface
Zhenhua Zhang
1
-0
/
+31
2010-06-28
ppp: Tweak the set_server_info API
Denis Kenzior
1
-12
/
+3
2010-06-28
test-server: Add PPP server support
Zhenhua Zhang
1
-0
/
+119
2010-06-17
test-server: Fix GIOChannel leak in create_tty
Zhenhua Zhang
1
-4
/
+2
2010-04-15
No to check for NULL pointers with g_free
Marcel Holtmann
1
-4
/
+2
2010-04-12
Reindent the handler registration inside AT server
Marcel Holtmann
1
-18
/
+19
2010-04-12
The exit() function should always use positive exit values
Marcel Holtmann
1
-3
/
+3
2010-04-12
The AT+CGDATA command should return CONNECT on success
Marcel Holtmann
1
-1
/
+1
2010-04-12
Add fake support for AT+CGDATA and AT+CGDCONT inside AT server
Marcel Holtmann
1
-0
/
+52
2010-04-12
Add basic support for emulating AT+CGATT inside AT server
Marcel Holtmann
1
-0
/
+55
2010-04-12
Add basic support for emulating AT+CGREG inside AT server
Marcel Holtmann
1
-0
/
+51
2010-04-12
Add basic support for emulating AT+CREG inside AT server
Marcel Holtmann
1
-2
/
+73
2010-04-11
Reduce fake CFUN delay to 1 second to make testing simpler
Marcel Holtmann
1
-1
/
+1
2010-04-11
Make CPIN handling of AT server a bit more compliant
Marcel Holtmann
1
-1
/
+7
2010-04-11
Add really simple COPS support to AT command server
Marcel Holtmann
1
-0
/
+44
2010-04-11
Implement full CFUN handling for AT server
Marcel Holtmann
1
-0
/
+14
2010-03-31
Add test implementation for CPBS
Zhenhua Zhang
1
-0
/
+24
2010-03-31
Add test implementation to support SMS
Zhenhua Zhang
1
-0
/
+177
2010-03-30
Update test-server to the new API
Denis Kenzior
1
-5
/
+5
2010-03-30
Fix: Use VERSION define to generate CGMR response
Denis Kenzior
1
-1
/
+3
2010-03-30
Add test implementation for CFUN
Denis Kenzior
1
-1
/
+33
2010-03-30
Fix: Make sure g_print is followed by a newline
Denis Kenzior
1
-2
/
+2
2010-03-30
Add initial implementation of cgmr/cgmi/cgmm/cgsn
Denis Kenzior
1
-5
/
+66
2010-03-30
Fix: SO_REUSEADDR should be set before bind
Denis Kenzior
1
-2
/
+2
2010-03-30
Add stubs for test server commands
Denis Kenzior
1
-0
/
+25
2010-03-30
Refactor: tty creation
Denis Kenzior
1
-9
/
+8
2010-03-24
Fix: Use SO_REUSEADDR in test_server
Denis Kenzior
1
-0
/
+3
2010-02-01
Fix: Don't leak memory
Denis Kenzior
1
-5
/
+2
2010-02-01
Add test case for GAtServer
Zhenhua Zhang
1
-0
/
+422