packaging: Bump to 1.17
[platform/upstream/ofono.git] / gatchat / test-server.c
2012-07-15 Marcel Holtmanngatchat: Avoid shadowing global AT server variable
2011-10-10 Marcel Holtmanngatchat: Update copyright information
2011-05-24 Denis Kenziortest-server: Update to the new GAtPPP API
2011-05-24 Denis Kenziortest-server: Remove legacy code
2011-02-28 Denis Kenziorgsmdial: Introduce data_mode
2011-02-28 Denis Kenziortest-server: Make sure to send CONNECT
2011-02-28 Denis Kenziortest-server: Remove root user check
2011-02-17 Guillaume Zajactest-server: Fix crash when remote disconnects
2011-02-15 Denis Kenziortest-server: Fix a few more occurrences
2011-02-15 Denis Kenziorgatserver: Change callback signature
2011-02-15 Denis Kenziortest-server: Behavior to match previous commit
2011-01-12 Jeevaka Badrappangatchat: M15 coding styles fixes
2010-11-29 Lucas De Marchigatchat: explicitly compare pointers to NULL
2010-09-14 Lucas De MarchiFix common misspellings in gatchat
2010-07-07 Zhenhua Zhangtest-server: Refactor set_raw_mode
2010-07-06 Zhenhua Zhangtest-server: Use cfmakeraw to set TTY raw mode
2010-06-29 Denis Kenziortest-server: Send a NO_CARRIER when ppp is done
2010-06-29 Denis Kenziortest-server: Update to the new API
2010-06-29 Denis Kenziortest-server: Update to the new API
2010-06-28 Zhenhua Zhangtest-server: Configure network interface
2010-06-28 Denis Kenziorppp: Tweak the set_server_info API
2010-06-28 Zhenhua Zhangtest-server: Add PPP server support
2010-06-17 Zhenhua Zhangtest-server: Fix GIOChannel leak in create_tty
2010-04-15 Marcel HoltmannNo to check for NULL pointers with g_free
2010-04-13 Marcel HoltmannReindent the handler registration inside AT server
2010-04-13 Marcel HoltmannThe exit() function should always use positive exit...
2010-04-12 Marcel HoltmannThe AT+CGDATA command should return CONNECT on success
2010-04-12 Marcel HoltmannAdd fake support for AT+CGDATA and AT+CGDCONT inside...
2010-04-12 Marcel HoltmannAdd basic support for emulating AT+CGATT inside AT...
2010-04-12 Marcel HoltmannAdd basic support for emulating AT+CGREG inside AT...
2010-04-12 Marcel HoltmannAdd basic support for emulating AT+CREG inside AT server
2010-04-11 Marcel HoltmannReduce fake CFUN delay to 1 second to make testing...
2010-04-11 Marcel HoltmannMake CPIN handling of AT server a bit more compliant
2010-04-11 Marcel HoltmannAdd really simple COPS support to AT command server
2010-04-11 Marcel HoltmannImplement full CFUN handling for AT server
2010-03-31 Zhenhua ZhangAdd test implementation for CPBS
2010-03-31 Zhenhua ZhangAdd test implementation to support SMS
2010-03-31 Denis KenziorUpdate test-server to the new API
2010-03-30 Denis KenziorFix: Use VERSION define to generate CGMR response
2010-03-30 Denis KenziorAdd test implementation for CFUN
2010-03-30 Denis KenziorFix: Make sure g_print is followed by a newline
2010-03-30 Denis KenziorAdd initial implementation of cgmr/cgmi/cgmm/cgsn
2010-03-30 Denis KenziorFix: SO_REUSEADDR should be set before bind
2010-03-30 Denis KenziorAdd stubs for test server commands
2010-03-30 Denis KenziorRefactor: tty creation
2010-03-25 Denis KenziorFix: Use SO_REUSEADDR in test_server
2010-02-01 Denis KenziorFix: Don't leak memory
2010-02-01 Zhenhua ZhangAdd test case for GAtServer