aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
Commit message (Expand)AuthorAgeFilesLines
* Register aries handlers on library initializationSimon Busch2012-01-302-3/+5
* Add aries device for compilation and register it's handlers on startupSimon Busch2012-01-302-4/+10
* Rework IPC client creation to detect device automatically on startupSimon Busch2012-01-301-4/+55
* Rework device specific code so we can build one library for all devices nowSimon Busch2012-01-304-26/+44
* Adjust to get everything compiling with autotools againSimon Busch2012-01-281-10/+1
* Added support for aries devices (galaxy s, galaxy tab, perhaps more)PaulK2012-01-289-1106/+1313
* Cosmetics on ipc.cPaulK2012-01-281-28/+20
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-271-7/+14
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-144-15/+229
* Fixed tests on various handlers-related functionsPaulK2012-01-081-3/+5
* WIP: socket stuff for galaxy sIgor Almeida2012-01-071-16/+51
* Start adding support for Samsung Galaxy SIgor Almeida2012-01-075-0/+1105
* Removed remaining crespo_nv_data filesPaulK2011-12-312-397/+0
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-314-11/+632
* Added missing stdio.h on gen.cPaulK2011-12-301-0/+1
* Updated ipc_command_to_str and replaced sms.h tabs by spacesPaulK2011-12-301-107/+116
* Set negative rc for errors, plus cosmeticsPaulK2011-12-302-21/+15
* Finished crespo RFS implementation and code cleanupPaulK2011-12-302-36/+67
* Added accuracy to crespo's struct ipc_gen_phone_res and added check functionPaulK2011-12-302-0/+40
* Added RFS headers and RECV function for crespoPaulK2011-12-254-24/+80
* Use correct indentationSimon Busch2011-12-151-2/+1
* vapi: bind SMS structures and methodsSimon Busch2011-11-232-0/+50
* Corrected wake_lock in crespoPaulK2011-11-211-7/+9
* Corrected/splitted NET/SMS/PWR headers for crespo and added french PLMN dataPaulK2011-11-211-0/+24
* Fix missing iteration in method ipc_call_list_response_get_entry with num = 0Simon Busch2011-11-151-1/+1
* Some minor changes to get method ipc_call_outgoing_setup working correctlySimon Busch2011-11-141-1/+7
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-075-168/+171
* Switched crespo's nv_data functions to the client log handler instead of printfPaulK2011-11-063-51/+53
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-313-11/+11
* Only print hexdump for messages when build in debug modeSimon Busch2011-10-301-1/+5
* Setting the the handlers for several operations should be done in higher leve...Simon Busch2011-10-301-4/+0
* Add DEVICE_H1 or DEVICE_CRESPO as define to CFLAGSSimon Busch2011-10-301-0/+2
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-303-3/+36
* Removed SIM IO data and functions: handled by upper-layer code.PaulK2011-10-291-260/+0
* New handlers structure (a data pointer for each handler function)PaulK2011-10-295-166/+175
* Added SIM IO table (from FSO), related helpers, crespo SMS ACK and correctionsPaulK2011-10-292-4/+267
* Add vim modeline for uniform indentationSimon Busch2011-10-2915-4/+33
* Fix several places in code for latest infrastructure changesSimon Busch2011-10-291-3/+3
* fix autotools setup to support the new device specific structureSimon Busch2011-10-291-2/+19
* Merge remote-tracking branch 'ius/for-morphis' into master-nextSimon Busch2011-10-2914-93/+408
|\
| * net: correct net_regist_get and add helperJoerie de Gram2011-10-281-0/+27
| * h1: add missing payload memcpy in h1_ipc_sendJoerie de Gram2011-10-281-1/+6
| * explicitly cast strncpy parameter to char*Joerie de Gram2011-10-282-5/+5
| * types: revert indi/noti/resp renameJoerie de Gram2011-10-281-6/+6
| * Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-283-15/+16
| * h1: dump ipc messages to logJoerie de Gram2011-10-281-0/+10
| * replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-284-12/+13
| * split devices, require compile-time device selectionJoerie de Gram2011-10-289-28/+50
| * added handlers support and default handlers for crespo.PaulK2011-10-284-31/+280
| * fix various compilation warningsJoerie de Gram2011-10-282-2/+2