Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-15 | Refactor: stk alpha identifier object | Denis Kenzior | 2 | -7/+13 | |
Style issues, we must also return FALSE in case conversion fails | |||||
2010-03-10 | Refactor: stk address structure | Denis Kenzior | 2 | -4/+2 | |
2010-03-10 | Add parser for tone objects | Yang Gu | 1 | -0/+23 | |
2010-03-10 | Add parser for sms tpdu objects | Yang Gu | 2 | -0/+33 | |
2010-03-10 | Add parser for result objects | Yang Gu | 2 | -0/+41 | |
2010-03-10 | Add parser for item identifier objects | Yang Gu | 1 | -0/+22 | |
2010-03-10 | Add parser for item objects | Yang Gu | 2 | -0/+31 | |
2010-03-10 | Add parser for capability configuration parameters objects | Yang Gu | 2 | -1/+33 | |
2010-03-10 | Add parser for subaddress objects | Yang Gu | 2 | -0/+32 | |
2010-03-10 | Add parser for alpha identifier objects | Yang Gu | 1 | -0/+24 | |
2010-03-10 | Add parser for address objects | Yang Gu | 2 | -0/+35 | |
2010-03-09 | Fix Don't check CLIR CUG option in hfp_dial | Zhenhua Zhang | 1 | -4/+0 | |
For HFP call, no need to check CLIR & CUG option. It doesn't affect dial out string. | |||||
2010-03-07 | Make interface callback tables const | Marcel Holtmann | 2 | -16/+16 | |
2010-03-07 | Fix the case when the requested name is already in use | Vinicius Costa Gomes | 1 | -1/+5 | |
We weren't setting the dbus error in this situation. | |||||
2010-03-07 | Release 0.19 | Marcel Holtmann | 2 | -1/+8 | |
2010-03-03 | Fix: Use the proper enum type | Denis Kenzior | 1 | -1/+1 | |
2010-03-03 | Add command echo back if ATE=1 | Zhenhua Zhang | 1 | -0/+3 | |
2010-03-02 | Fix: warning | Denis Kenzior | 1 | -1/+0 | |
src/stkutil.c: In function ‘parse_dataobj_imm_resp’: src/stkutil.c:191: error: unused variable ‘data’ | |||||
2010-03-01 | stk: Validate src/dst combination | Denis Kenzior | 1 | -0/+18 | |
2010-03-01 | stk: Add initial unit test for Get Input | Denis Kenzior | 1 | -1/+64 | |
2010-03-01 | Add support for Get Input proactive command | Denis Kenzior | 2 | -0/+50 | |
2010-03-01 | Support Default Text data objects | Denis Kenzior | 1 | -3/+11 | |
2010-03-01 | Add parser for Response Length objects | Denis Kenzior | 2 | -0/+33 | |
2010-03-01 | Cleanup: Move some stuff around to be more logical | Denis Kenzior | 1 | -13/+14 | |
2010-03-01 | Add support for GET INKEY proactive command | Denis Kenzior | 2 | -7/+48 | |
2010-03-01 | Add parser for Frame Identifier object | Denis Kenzior | 1 | -0/+30 | |
2010-03-01 | Add parser for text attribute objects | Denis Kenzior | 1 | -0/+29 | |
2010-03-01 | Update unit tests with Duration tests | Denis Kenzior | 1 | -0/+26 | |
2010-03-01 | Add parser for Duration objects | Denis Kenzior | 1 | -0/+31 | |
2010-03-01 | Style: add relevant sections for dataobj parsers | Denis Kenzior | 1 | -0/+3 | |
2010-03-01 | Add parser for STK Immediate Response objects | Denis Kenzior | 1 | -0/+22 | |
2010-03-01 | Update unit tests with icon_id support | Denis Kenzior | 1 | -0/+59 | |
2010-03-01 | Add parsing for Icon Identifier objects | Denis Kenzior | 2 | -2/+27 | |
2010-02-27 | Use stk_envelope_type constant name in sim.c | Andrzej Zaborowski | 1 | -1/+2 | |
2010-02-27 | Fix: Enter RESPONSE_SENT state in ussd response cb | Andrzej Zaborowski | 1 | -1/+1 | |
2010-02-27 | stk: Refactor proactive command parser | Denis Kenzior | 2 | -8/+96 | |
Make it a bit easier to extend by using va_args | |||||
2010-02-27 | stk: Add text attribute structure | Denis Kenzior | 1 | -0/+12 | |
2010-02-27 | stk: Add Duration structure | Denis Kenzior | 1 | -0/+10 | |
2010-02-27 | stk: Add icon identifier structure | Denis Kenzior | 1 | -2/+10 | |
2010-02-27 | Add duration type enum | Denis Kenzior | 1 | -0/+6 | |
2010-02-26 | Fix: Simplify write-again logic | Denis Kenzior | 1 | -6/+3 | |
2010-02-26 | Fix: Don't allocate buffers if we don't need to | Denis Kenzior | 1 | -1/+6 | |
2010-02-26 | Add write server response into non-blocking IO | Zhenhua Zhang | 1 | -0/+66 | |
Write server response into non-blocking GIOChannel when we have G_IO_OUT signal. | |||||
2010-02-26 | Add write buffer queue for non-blocking write | Zhenhua Zhang | 1 | -10/+95 | |
The head of the queue is the data to be written, the tail is the free buffer to cache data into. If the tail of queue is full, allocate a new free buffer and append it at the tail. | |||||
2010-02-26 | Add define for read and write buffer size | Zhenhua Zhang | 1 | -1/+3 | |
2010-02-26 | Do not trigger user disconnect at g_at_shutdown | Zhenhua Zhang | 1 | -14/+28 | |
Similar to gatchat, introduce read_watcher_destroy_notify and do not trigger user disconnect at g_at_shutdown. Delay destroy of gatserver until read_watcher is destroyed. | |||||
2010-02-24 | doc: Add 'Name' property under 'Modem' interface. | João Paulo Rechi Vita | 1 | -0/+4 | |
2010-02-24 | Test: Show number being dialed | João Paulo Rechi Vita | 1 | -1/+1 | |
2010-02-24 | Test: Show id of the modem being enabled/disabled | João Paulo Rechi Vita | 2 | -0/+2 | |
2010-02-23 | Update unit test for USAT display text command | Denis Kenzior | 2 | -3/+195 | |