aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* A plmn is only five byte long instead of six bytesSimon Busch2011-10-242-3/+5
* Updates for retrieve imsi and rsim data from response messagesSimon Busch2011-10-244-6/+30
* Various updates and correctionsSimon Busch2011-10-245-54/+106
* Minor update for network registration info structure in vala bindingSimon Busch2011-10-232-4/+4
* Various updates regarding better vala integrationSimon Busch2011-10-234-547/+90
* Updated Android.mk and added return 0; to make it build on Android.PaulK2011-10-232-31/+14
* Add helper method to parse imsi from response dataSimon Busch2011-10-204-3/+39
* Add sms message types to vala API descriptionSimon Busch2011-10-191-0/+68
* Correct little mistake in vala API descriptionSimon Busch2011-10-191-1/+1
* No free function for VersionMessageSimon Busch2011-10-191-1/+1
* Reorder fields in generic phone response messageSimon Busch2011-10-192-5/+5
* Updates for the vala API descriptionSimon Busch2011-10-181-24/+25
* More work regarding vala APi descriptionSimon Busch2011-10-174-38/+83
* Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs andr...Simon Busch2011-10-173-5/+5
* Add a lot more enums and structs to the vala api descriptionSimon Busch2011-10-173-76/+482
* Remove more line breaks and add additional logging outputSimon Busch2011-10-141-12/+12
* Remove line break in crespo ipc implementation from logging method callsSimon Busch2011-10-141-22/+22
* Implement handling of additional arguments in ipc_client_log methodSimon Busch2011-10-141-2/+9
* Don't use and c implemented to_string method anymoreSimon Busch2011-10-141-6/+20
* Use new logging functionality in crespo client implementationSimon Busch2011-10-141-30/+30
* Implement log handler delegate the user can set to forwarding logging output ...Simon Busch2011-10-144-0/+33
* Combine all message types in one enumeration and add a to_string method for itSimon Busch2011-10-141-87/+331
* Use strdup when returning a string in ipc_command_type_to_string methodSimon Busch2011-10-141-1/+2
* Several updates regarding better vala api description supportSimon Busch2011-10-134-18/+56
* Add method to print command type of response messages to vala api descriptionSimon Busch2011-10-131-1/+2
* Export string representation creation methods in vala api descriptionSimon Busch2011-10-121-0/+6
* crespo: if reading nv data from filesystem fail handle this correctlySimon Busch2011-10-122-4/+6
* Fix mistake in vala api descriptionSimon Busch2011-10-121-1/+1
* crespo: fixup reading radio image from mtd on bootstrapSimon Busch2011-10-122-5/+9
* Add some more message types and structure to the vala api descriptionSimon Busch2011-10-121-0/+197
* Adjust name of array length property in vala API descriptionSimon Busch2011-10-111-1/+2
* Name method ipc_client_set_delegates correctlySimon Busch2011-10-111-3/+3
* crespo_ipc_client_recv: convert from error to info outputSimon Busch2011-10-101-1/+1
* Implement ipc_client_recv method so we can now retrieve data from the modemSimon Busch2011-10-101-1/+6
* Rename response types and export them together with request ones in the vapiSimon Busch2011-10-103-86/+105
* Rework API of this library to integrate better with other environments than A...Simon Busch2011-10-1011-577/+565
* tools: modemctrl: implement bootstrap, power on/off commandsSimon Busch2011-10-081-51/+23
* tools: modemctrl: bootstrap the modem before using itSimon Busch2011-10-051-0/+2
* Add modemctrl utility to test functionality of samsung-ipcSimon Busch2011-10-034-0/+16
* Add openssl as dependencySimon Busch2011-10-032-0/+11
* Add additional method to set the file description for workSimon Busch2011-09-303-0/+10
* Several update regarding integration in other userland environements than and...Simon Busch2011-09-2910-39/+193
* Use ipc ops in public API methodsSimon Busch2011-08-252-3/+36
* Export new API functions with library headersSimon Busch2011-08-251-0/+4
* Remove files which should not be hidden from .gitignoreSimon Busch2011-08-251-2/+0
* Name ipc code lines not visible for the public with private postfixSimon Busch2011-08-254-8/+5
* Implement generic interface for ipc APISimon Busch2011-08-254-37/+119
* Add .gitignore fileSimon Busch2011-08-251-0/+32
* Fix includes for new structure and add required third argument for open functionSimon Busch2011-08-243-12/+12
* Basic automake environment for building the librarySimon Busch2011-08-2412-0/+969