packaging: Bump to 1.17
[platform/upstream/ofono.git] / gatchat / gatserver.c
2012-06-24 Guillaume Zajacgatserver: Add NULL check to avoid crash
2011-10-10 Marcel Holtmanngatchat: Update copyright information
2011-08-15 Denis Kenziorgatserver: Add command finished callbacks
2011-08-15 Denis Kenziorgatserver: Fix not processing after async error
2011-08-15 Denis Kenziorgatserver: Add sanity check
2011-08-15 Denis Kenziorgatserver: Fix not sending OK final response
2011-08-15 Denis Kenziorgatserver: Refactor IO code
2011-07-11 Denis Kenziorgatserver: fix certain bad behavior
2011-03-29 Olivier Guitergatserver: add tone and pulse dialing AT commands
2011-03-25 Olivier Guitergatserver: add v250 ATL and ATM commands
2011-03-24 Olivier Guitergatserver: add AT&F command
2011-03-23 Olivier Guitergatserver: add ATZ command
2011-02-28 Denis Kenziorgatserver: Tweak use of g_at_server_suspend/resume
2011-02-28 Denis Kenziorgatserver: Exit garbage state on HDLC frame end
2011-02-28 Denis Kenziorgatserver: Update the internal command parsers
2011-02-23 Frédéric Dalleaugatserver: Add function to enable/disable echo
2011-02-22 Olivier Guitergatserver: Add various ATSx handlers
2011-02-16 Denis Kenziorgatserver: Be more const correct
2011-02-15 Denis Kenziorgatserver: Change callback signature
2011-02-15 Denis Kenziorgatserver: extend D with GSM/UMTS specifics
2011-02-15 Denis Kenziorgatserver: Don't bother reporting command prefixes
2011-02-14 Olivier Guitergatserver: Add ATS5 command feature
2011-01-18 Olivier Guitergatserver: ATS6 command handler added
2010-11-29 Lucas De Marchigatchat: explicitly compare pointers to NULL
2010-07-07 Zhenhua Zhanggatserver: Restore GAtServer disconnect handling
2010-07-06 Zhenhua Zhanggatserver: Don't free twice after user disconnect
2010-06-17 Zhenhua Zhanggatserver: Check for disconnection when resuming
2010-06-17 Zhenhua Zhanggatserver: Suspend/resume GAtServer with GAtIO
2010-04-24 Marcel HoltmannAdd offset parameter to ring_buffer_write_ptr() function
2010-04-13 Denis KenziorFix: busy loop in atserver
2010-04-13 Marcel HoltmannRemove various GDestroyNotify function casting
2010-04-11 Marcel HoltmannThe user data pointer variable should be called user_data
2010-04-03 Marcel HoltmannFix some cases where g_try_new should be used
2010-03-31 Andrzej ZaborowskiFix ampersand commands check
2010-03-31 Denis KenziorRefactor: Simplify V250 setting command functions
2010-03-31 Denis KenziorRefactor: Simplify gatserver s-register functions
2010-03-31 Zhenhua ZhangFix echo command back even if don't process it
2010-03-31 Zhenhua ZhangAdd Repeat last command support
2010-03-31 Zhenhua ZhangAdd implementation for ATE and other basic command
2010-03-31 Zhenhua ZhangAdd implementation for S3, S4, S5 command
2010-03-31 Denis KenziorFix: Make sure we still increment read_count
2010-03-31 Zhenhua ZhangFix ignore incoming bytes during parsing
2010-03-31 Denis KenziorSimplify the send_info API
2010-03-31 Denis KenziorFix: Properly handle async final responses
2010-03-30 Denis KenziorFix: We need to preserve the original line
2010-03-30 Denis KenziorFix: Record last received command
2010-03-30 Denis KenziorFix: Send an ERROR on A/
2010-03-30 Denis KenziorRefactor: Simplify extended command parsing logic
2010-03-30 Denis KenziorRefactor: Add a single-line response function
2010-03-30 Zhenhua ZhangAdd API stubs for unsolicited / final responses
2010-03-25 Denis KenziorRefactor: Simplify parsing logic
2010-03-25 Denis KenziorRefactor basic command parsing
2010-03-24 Denis KenziorStyle: foo[0] is preferable to *foo
2010-03-24 Denis KenziorFix: Be more paranoid in basic command parsing
2010-03-24 Zhenhua ZhangAdd basic command parsing
2010-03-22 Denis KenziorFix: extract line should use S3, not hardcode CR
2010-03-22 Denis KenziorRefactor: Command line extraction
2010-03-22 Denis KenziorRefactor: Extended command parsing
2010-03-22 Zhenhua ZhangAdd g_at_server_register and unregister callback
2010-03-22 Zhenhua ZhangAdd notify at command callback
2010-03-22 Zhenhua ZhangAdd server at command data structure
2010-03-22 Zhenhua ZhangAdd extended command parsing
2010-03-22 Zhenhua ZhangAdd framework of server parser
2010-03-18 Denis KenziorFix: Echo everything as soon as received
2010-03-18 Zhenhua ZhangRefactor add is_basic_command_prefix function
2010-03-18 Zhenhua ZhangRename parse_v250_settings
2010-03-18 Zhenhua ZhangRename parse_at_command
2010-03-18 Zhenhua ZhangRename is_at_command_prefix
2010-03-18 Zhenhua ZhangRename g_at_server_send_result
2010-03-03 Denis KenziorFix: Use the proper enum type
2010-03-03 Zhenhua ZhangAdd command echo back if ATE=1
2010-02-26 Denis KenziorFix: Simplify write-again logic
2010-02-26 Denis KenziorFix: Don't allocate buffers if we don't need to
2010-02-26 Zhenhua ZhangAdd write server response into non-blocking IO
2010-02-26 Zhenhua ZhangAdd write buffer queue for non-blocking write
2010-02-26 Zhenhua ZhangAdd define for read and write buffer size
2010-02-26 Zhenhua ZhangDo not trigger user disconnect at g_at_shutdown
2010-02-10 Zhenhua ZhangRename server_io to channel
2010-02-10 Zhenhua ZhangReplace sprintf with snprintf
2010-02-10 Zhenhua ZhangRename buf to read_buf in GAtServer
2010-02-02 Zhenhua ZhangFix change state immediately when meet the slash
2010-02-02 Denis KenziorFix: Remove unused label
2010-02-01 Denis KenziorFix: Skip whitespace in AT command line
2010-02-01 Denis KenziorRefactor: Use more flexible parser framework
2010-02-01 Denis KenziorFix: Don't set variables to NULL/0
2010-02-01 Denis KenziorRefactor: Support max_read attempts like GAtChat
2010-02-01 Denis KenziorFix: Use a function instead of a table
2010-02-01 Denis KenziorFix: Make compile
2010-02-01 Zhenhua ZhangAdd GAtServer basic parsing support