aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Rework device specific code so we can build one library for all devices nowSimon Busch2012-02-031-16/+23
|/
* Cosmetics on ipc.cPaulK2012-01-281-28/+20
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-141-7/+99
* Fixed tests on various handlers-related functionsPaulK2012-01-081-3/+5
* Set negative rc for errors, plus cosmeticsPaulK2011-12-301-0/+1
* Added RFS headers and RECV function for crespoPaulK2011-12-251-2/+5
* Use correct indentationSimon Busch2011-12-151-2/+1
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-311-1/+1
* Setting the the handlers for several operations should be done in higher leve...Simon Busch2011-10-301-4/+0
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-301-0/+1
* New handlers structure (a data pointer for each handler function)PaulK2011-10-291-38/+27
* Added SIM IO table (from FSO), related helpers, crespo SMS ACK and correctionsPaulK2011-10-291-4/+4
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
* replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-281-3/+3
* split devices, require compile-time device selectionJoerie de Gram2011-10-281-10/+9
* added handlers support and default handlers for crespo.PaulK2011-10-281-15/+85
* fix various compilation warningsJoerie de Gram2011-10-281-1/+1
* Various updates regarding better vala integrationSimon Busch2011-10-231-3/+3
* Updated Android.mk and added return 0; to make it build on Android.PaulK2011-10-231-0/+2
* Implement handling of additional arguments in ipc_client_log methodSimon Busch2011-10-141-2/+9
* Implement log handler delegate the user can set to forwarding logging output ...Simon Busch2011-10-141-0/+24
* Name method ipc_client_set_delegates correctlySimon Busch2011-10-111-3/+3
* Implement ipc_client_recv method so we can now retrieve data from the modemSimon Busch2011-10-101-1/+6
* Rework API of this library to integrate better with other environments than A...Simon Busch2011-10-101-46/+73
* Several update regarding integration in other userland environements than and...Simon Busch2011-09-291-0/+12
* Use ipc ops in public API methodsSimon Busch2011-08-251-1/+34
* Name ipc code lines not visible for the public with private postfixSimon Busch2011-08-251-1/+1
* Implement generic interface for ipc APISimon Busch2011-08-251-0/+27
* Add missing source filesSimon Busch2011-08-241-0/+53