Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow consistent coding style in headers | Paul Kocialkowski | 2014-02-06 | 1 | -11/+11 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Good-looking copyright blocks, with the right order in copyright lines | Paul Kocialkowski | 2014-01-25 | 1 | -2/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Add newline and indentation on long functions names | Paul Kocialkowski | 2013-06-25 | 1 | -4/+8 |
| | | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Refactor code for consistent coding style and avoid using assert | Paul Kocialkowski | 2013-06-25 | 1 | -49/+40 |
| | | | | | Change-Id: Idca5edb70869e07d35744301b185df02e42f5b4c Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol). | Paul Kocialkowski | 2013-06-25 | 1 | -1/+1 |
| | | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | call: fix retrieval of the number of a call | Simon Busch | 2012-09-09 | 1 | -5/+6 |
| | |||||
* | call: add pack method for dtmf burst send message | Simon Busch | 2012-03-02 | 1 | -0/+18 |
| | |||||
* | Fix missing iteration in method ipc_call_list_response_get_entry with num = 0 | Simon Busch | 2011-11-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Some minor changes to get method ipc_call_outgoing_setup working correctly | Simon Busch | 2011-11-14 | 1 | -1/+7 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Add vim modeline for uniform indentation | Simon Busch | 2011-10-29 | 1 | -1/+1 |
| | | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Fix several places in code for latest infrastructure changes | Simon Busch | 2011-10-29 | 1 | -3/+3 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Various changes to code and vala binding regarding call API | Simon Busch | 2011-10-28 | 1 | -0/+72 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Add setup method for call outgoing message and various cleanups for call ↵ | Simon Busch | 2011-10-27 | 1 | -0/+38 |
messages Signed-off-by: Simon Busch <morphis@gravedo.de> |