| Commit message (Expand) | Author | Age | Files | Lines |
* | Switched utility functions to ipc_utils (for client-side logging) | PaulK | 2011-11-07 | 5 | -168/+171 |
* | Switched crespo's nv_data functions to the client log handler instead of printf | PaulK | 2011-11-06 | 3 | -51/+53 |
* | Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoing | PaulK | 2011-10-31 | 3 | -11/+11 |
* | Only print hexdump for messages when build in debug mode | Simon Busch | 2011-10-30 | 1 | -1/+5 |
* | Setting the the handlers for several operations should be done in higher leve... | Simon Busch | 2011-10-30 | 1 | -4/+0 |
* | Add DEVICE_H1 or DEVICE_CRESPO as define to CFLAGS | Simon Busch | 2011-10-30 | 1 | -0/+2 |
* | Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other... | PaulK | 2011-10-30 | 3 | -3/+36 |
* | Removed SIM IO data and functions: handled by upper-layer code. | PaulK | 2011-10-29 | 1 | -260/+0 |
* | New handlers structure (a data pointer for each handler function) | PaulK | 2011-10-29 | 5 | -166/+175 |
* | Added SIM IO table (from FSO), related helpers, crespo SMS ACK and corrections | PaulK | 2011-10-29 | 2 | -4/+267 |
* | Add vim modeline for uniform indentation | Simon Busch | 2011-10-29 | 15 | -4/+33 |
* | Fix several places in code for latest infrastructure changes | Simon Busch | 2011-10-29 | 1 | -3/+3 |
* | fix autotools setup to support the new device specific structure | Simon Busch | 2011-10-29 | 1 | -2/+19 |
* | Merge remote-tracking branch 'ius/for-morphis' into master-next | Simon Busch | 2011-10-29 | 14 | -93/+408 |
|\ |
|
| * | net: correct net_regist_get and add helper | Joerie de Gram | 2011-10-28 | 1 | -0/+27 |
| * | h1: add missing payload memcpy in h1_ipc_send | Joerie de Gram | 2011-10-28 | 1 | -1/+6 |
| * | explicitly cast strncpy parameter to char* | Joerie de Gram | 2011-10-28 | 2 | -5/+5 |
| * | types: revert indi/noti/resp rename | Joerie de Gram | 2011-10-28 | 1 | -6/+6 |
| * | Corrected Android.mk, crespo_ipc file, some headers and helpers. | PaulK | 2011-10-28 | 3 | -15/+16 |
| * | h1: dump ipc messages to log | Joerie de Gram | 2011-10-28 | 1 | -0/+10 |
| * | replace ipc_request and ipc_response by a single struct ipc_message_info | Joerie de Gram | 2011-10-28 | 4 | -12/+13 |
| * | split devices, require compile-time device selection | Joerie de Gram | 2011-10-28 | 9 | -28/+50 |
| * | added handlers support and default handlers for crespo. | PaulK | 2011-10-28 | 4 | -31/+280 |
| * | fix various compilation warnings | Joerie de Gram | 2011-10-28 | 2 | -2/+2 |
* | | Various changes to code and vala binding regarding call API | Simon Busch | 2011-10-28 | 1 | -0/+72 |
|/ |
|
* | Add setup method for call outgoing message and various cleanups for call mess... | Simon Busch | 2011-10-27 | 2 | -0/+39 |
* | Some little updates for gprs message structures | Simon Busch | 2011-10-25 | 1 | -0/+1 |
* | Add setup method for ipc_sec_pin_status_set message | Simon Busch | 2011-10-25 | 1 | -0/+21 |
* | Implement several parts of known gprs messages types | Simon Busch | 2011-10-25 | 2 | -0/+44 |
* | Updates for retrieve imsi and rsim data from response messages | Simon Busch | 2011-10-24 | 2 | -4/+24 |
* | Various updates and corrections | Simon Busch | 2011-10-24 | 2 | -0/+34 |
* | Various updates regarding better vala integration | Simon Busch | 2011-10-23 | 1 | -3/+3 |
* | Updated Android.mk and added return 0; to make it build on Android. | PaulK | 2011-10-23 | 1 | -0/+2 |
* | Add helper method to parse imsi from response data | Simon Busch | 2011-10-20 | 2 | -0/+35 |
* | Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs andr... | Simon Busch | 2011-10-17 | 1 | -1/+1 |
* | Remove more line breaks and add additional logging output | Simon Busch | 2011-10-14 | 1 | -12/+12 |
* | Remove line break in crespo ipc implementation from logging method calls | Simon Busch | 2011-10-14 | 1 | -22/+22 |
* | Implement handling of additional arguments in ipc_client_log method | Simon Busch | 2011-10-14 | 1 | -2/+9 |
* | Use new logging functionality in crespo client implementation | Simon Busch | 2011-10-14 | 1 | -30/+30 |
* | Implement log handler delegate the user can set to forwarding logging output ... | Simon Busch | 2011-10-14 | 2 | -0/+29 |
* | Use strdup when returning a string in ipc_command_type_to_string method | Simon Busch | 2011-10-14 | 1 | -1/+2 |
* | Several updates regarding better vala api description support | Simon Busch | 2011-10-13 | 2 | -5/+4 |
* | crespo: if reading nv data from filesystem fail handle this correctly | Simon Busch | 2011-10-12 | 2 | -4/+6 |
* | crespo: fixup reading radio image from mtd on bootstrap | Simon Busch | 2011-10-12 | 2 | -5/+9 |
* | Name method ipc_client_set_delegates correctly | Simon Busch | 2011-10-11 | 1 | -3/+3 |
* | crespo_ipc_client_recv: convert from error to info output | Simon Busch | 2011-10-10 | 1 | -1/+1 |
* | Implement ipc_client_recv method so we can now retrieve data from the modem | Simon Busch | 2011-10-10 | 1 | -1/+6 |
* | Rename response types and export them together with request ones in the vapi | Simon Busch | 2011-10-10 | 1 | -6/+6 |
* | Rework API of this library to integrate better with other environments than A... | Simon Busch | 2011-10-10 | 6 | -501/+495 |
* | Add modemctrl utility to test functionality of samsung-ipc | Simon Busch | 2011-10-03 | 1 | -89/+0 |