index
:
external_libsamsung-ipc.git
master
replicant-6.0
Samsung IPC
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vapi: some minor changes and implement method to retrieve single plmn entries
Simon Busch
2011-11-23
1
-5
/
+15
*
Update .gitignore file
Simon Busch
2011-11-23
1
-0
/
+1
*
vapi: bind SMS structures and methods
Simon Busch
2011-11-23
4
-0
/
+148
*
vapi: bind additional misc functionality to retrieve serial number from baseband
Simon Busch
2011-11-23
1
-0
/
+16
*
Added IPC_MISC_ME_SN types (it's not only for IMEI) and corrected structure
PaulK
2011-11-22
2
-2
/
+7
*
Corrected wake_lock in crespo
PaulK
2011-11-21
1
-7
/
+9
*
misc: add misc_me_sn struct
Joerie de Gram
2011-11-21
2
-0
/
+11
*
Corrected/splitted NET/SMS/PWR headers for crespo and added french PLMN data
PaulK
2011-11-21
6
-16
/
+100
*
vapi: add missing sound message types
Simon Busch
2011-11-20
1
-0
/
+5
*
Split ipc_call_list_entry message structure for h1 and crespo device
Simon Busch
2011-11-18
3
-10
/
+22
*
Add state values as defines for ipc_call_list_entry message
Simon Busch
2011-11-18
2
-2
/
+20
*
Fix missing iteration in method ipc_call_list_response_get_entry with num = 0
Simon Busch
2011-11-15
1
-1
/
+1
*
Some minor changes to get method ipc_call_outgoing_setup working correctly
Simon Busch
2011-11-14
1
-1
/
+7
*
vapi: fix naming of ipc_call_outgoging_setup method
Simon Busch
2011-11-13
1
-0
/
+1
*
Rewritten modemctrl to provide an usable test binary
PaulK
2011-11-07
1
-130
/
+256
*
Switched utility functions to ipc_utils (for client-side logging)
PaulK
2011-11-07
7
-171
/
+174
*
Switched crespo's nv_data functions to the client log handler instead of printf
PaulK
2011-11-06
3
-51
/
+53
*
Add missing $ for use of variable $OPENSSL_REQUIRED in configure.ac file
Simon Busch
2011-11-06
1
-1
/
+1
*
Added per-device call.h to the include/ Makefile.am
PaulK
2011-11-01
1
-0
/
+2
*
Fixed Makefile.am on tools/ (added defines while building)
PaulK
2011-11-01
1
-1
/
+9
*
Split call headers and added some SND defines
PaulK
2011-11-01
4
-8
/
+25
*
Implemented minimal ipc upper-layer in modemctrl, with auto call functions
PaulK
2011-10-31
2
-45
/
+335
*
Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoing
PaulK
2011-10-31
7
-19
/
+90
*
Only print hexdump for messages when build in debug mode
Simon Busch
2011-10-30
1
-1
/
+5
*
Revert "Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... defines"
Simon Busch
2011-10-30
1
-7
/
+0
*
Setting the the handlers for several operations should be done in higher leve...
Simon Busch
2011-10-30
1
-4
/
+0
*
Adjust vala binding to suite for the latest changes to the library API
Simon Busch
2011-10-30
1
-43
/
+34
*
Add DEVICE_H1 or DEVICE_CRESPO as define to CFLAGS
Simon Busch
2011-10-30
1
-0
/
+2
*
Install device specific headers files too
Simon Busch
2011-10-30
1
-1
/
+15
*
Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... defines
Simon Busch
2011-10-30
1
-0
/
+7
*
Merge branch 'master' into master-next
Simon Busch
2011-10-30
1
-1
/
+2
|
\
|
*
Fix mistake in vala binding
Simon Busch
2011-10-29
1
-1
/
+2
*
|
Comment some not compiling code in modemctrl tool
Simon Busch
2011-10-30
1
-0
/
+3
*
|
Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...
PaulK
2011-10-30
6
-47
/
+41
*
|
Fixed struct ipc_misc_me_version for crespo (1 byte offset)
PaulK
2011-10-29
7
-7
/
+81
*
|
Removed SIM IO data and functions: handled by upper-layer code.
PaulK
2011-10-29
2
-260
/
+5
*
|
New handlers structure (a data pointer for each handler function)
PaulK
2011-10-29
6
-172
/
+179
*
|
Added SIM IO table (from FSO), related helpers, crespo SMS ACK and corrections
PaulK
2011-10-29
6
-40
/
+383
*
|
Add vim modeline for uniform indentation
Simon Busch
2011-10-29
27
-80
/
+121
*
|
Fix several places in code for latest infrastructure changes
Simon Busch
2011-10-29
3
-10
/
+9
*
|
fix autotools setup to support the new device specific structure
Simon Busch
2011-10-29
2
-8
/
+70
*
|
Merge remote-tracking branch 'ius/for-morphis' into master-next
Simon Busch
2011-10-29
28
-170
/
+752
|
\
\
|
|
/
|
/
|
|
*
net: correct net_regist_get and add helper
Joerie de Gram
2011-10-28
4
-2
/
+32
|
*
h1: add missing payload memcpy in h1_ipc_send
Joerie de Gram
2011-10-28
1
-1
/
+6
|
*
introduce device-specific includes, split h1/crespo gen_resp/net_regist
Joerie de Gram
2011-10-28
6
-22
/
+154
|
*
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
2
-9
/
+9
|
*
Corrected Android.mk, crespo_ipc file, some headers and helpers.
PaulK
2011-10-28
6
-29
/
+38
|
*
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
6
-23
/
+16
[next]