1. 300105d Add new RIL requests to support SIM data download via SMS over IMS. by Jake Hamby · 13 years ago
  2. 5cdc135 RIL occasionally stopps event loop on phone process crash by Kazuhiro Ondo · 13 years ago
  3. fa8d584 Changes to RIL to support IMS features for LTE. by Jake Hamby · 13 years ago
  4. beb25b5 Added a special retry back-off timer value for call retry by Kazuhiro Ondo · 13 years ago
  5. ee27458 Fix debug output. by Wink Saville · 13 years ago
  6. 29487ef Added additional comments to some commands for clarification. by Wink Saville · 13 years ago
  7. a9c18d1 Fix RIL_UNSOL_RIL_CONNECTED to return the vendor RIL version. DO NOT MERGE. by Jake Hamby · 13 years ago
  8. 5b9df33 Add RIL_UNSOL_RIL_CONNECTED. by Wink Saville · 13 years ago
  9. 2c1fb3a Change mock-ril and reference-ril to use include/telephony/ril.h by Wink Saville · 14 years ago
  10. fd72937 Fix bugs in responseSimStatus and update comments. by Wink Saville · 14 years ago
  11. c0114b3 Changes for ril.h version 6. by Wink Saville · 14 years ago
  12. af1298d ril: Fix telephony under emulation. by David 'Digit' Turner · 14 years ago
  13. 0c8c08e Merge "RIL v5 RIL_REQUEST_SETUP_DATA_CALL." by Wink Saville · 14 years ago
  14. 4380897 RIL v5 RIL_REQUEST_SETUP_DATA_CALL. by Wink Saville · 14 years ago
  15. 09b81af am 9ed40f35: am d663d381: Merge "Add a missing MUTEX_RELEASE() in ril_event_del" by Wink Saville · 14 years ago
  16. 11b35e6 Add a missing MUTEX_RELEASE() in ril_event_del by Axel Lin · 14 years ago
  17. 2932f31 Revert "Add timer delete support to rild" DO NOT MERGE by Wink Saville · 14 years ago
  18. 57ce1f2 Fix dispatchDataCall parcel length for v4 RILs. by Lorenzo Colitti · 14 years ago
  19. 2640571 Properly handle version 3 vendor RILs. by Lorenzo Colitti · 14 years ago
  20. 4f81dcf RIL changes for IPv6 / IPv4v6 data calls. by Lorenzo Colitti · 14 years ago
  21. 128ef9c am f44700c4: Support for fetching PSC of serving cell. by jsh · 14 years ago
  22. f44700c Support for fetching PSC of serving cell. by jsh · 14 years ago
  23. 2e97706 am 060f053e: DO NOT MERGE by Xia Wang · 14 years ago
  24. 060f053 DO NOT MERGE by Xia Wang · 14 years ago
  25. d855ef4 Fix index error in the radiooptions enable/disable QXDM Log by Xia Wang · 14 years ago
  26. 0d9f0c0 Revert "am 9a2f5113: merge from open-source master" by Dianne Hackborn · 14 years ago
  27. bb1375f am 9a2f5113: merge from open-source master by The Android Open Source Project · 14 years ago
  28. ca5e347 Support for fetching PSC of serving cell. by jsh · 14 years ago
  29. 563fd72 New RIL command to fetch PSC of current serving cell. by jsh · 14 years ago
  30. 9a2f511 merge from open-source master by The Android Open Source Project · 14 years ago
  31. 7edd07c Add timer delete support to rild by Naveen Kalla · 14 years ago
  32. dc50453 merge from open-source master by The Android Open Source Project · 14 years ago
  33. 6152f97 Fix data type of RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS by Henrik Hall · 15 years ago
  34. 7553447 Add RIL_E_ILLEGAL_SIM_OR_ME error code. by John Wang · 14 years ago
  35. 3a4840b Remove STOP SHIP logs and comments from ril.cpp. by Wink Saville · 14 years ago
  36. 3475b8a am 2a7411dc: am 5909cf83: Add RIL_UNSOL_RESEND_INCALL_MUTE. by John Wang · 15 years ago
  37. 5909cf8 Add RIL_UNSOL_RESEND_INCALL_MUTE. by John Wang · 15 years ago
  38. 7bce082 Fix bug 2353510 "Sholes can't make a call from device". by Wink Saville · 15 years ago
  39. dac5d5a Fix build. by Wink Saville · 15 years ago
  40. 74fa388 ril interface: Add support for User-User Signaling Information during call setup by Wink Saville · 15 years ago
  41. 03c1edf ril.h: Add a failure cause for CDMA call failures, rename by Naveen Kalla · 15 years ago
  42. 5d621da Add UNSOL_CALL_RINGBACK_TONE to ril. by John Wang · 15 years ago
  43. 084f670 Release mutex locks on error conditions. by Jaikumar Ganesh · 15 years ago
  44. ee1fadc fix return value check issue in sendResponseRaw function by Kenny · 15 years ago
  45. 9fc5161 am 602f80f9: (Hopefully) final updates to ril.h for donut. by jsh · 15 years ago
  46. 602f80f (Hopefully) final updates to ril.h for donut. by jsh · 15 years ago
  47. b589a11 am 09a68ba3: Add remaining retry count to response for PIN/PUK commands. by jsh · 15 years ago
  48. 09a68ba Add remaining retry count to response for PIN/PUK commands. by jsh · 15 years ago
  49. 40202d7 am 920c78f1: Add authType to SETUP_DATA_CALL, errorCode to RIL_SMS_Response. by Jaikumar Ganesh · 15 years ago
  50. 920c78f Add authType to SETUP_DATA_CALL, errorCode to RIL_SMS_Response. by Jaikumar Ganesh · 15 years ago
  51. a2f6c8a am 7f856808: Cleanup whitespace. by Wink Saville · 15 years ago
  52. 7f85680 Cleanup whitespace. by Wink Saville · 15 years ago
  53. 6735738 am 2641d5b8: Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING. by Wink Saville · 15 years ago
  54. 2641d5b Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING. by Wink Saville · 15 years ago
  55. 15d5350 am b2a6184e: Allow response payload on RIL_REQUEST error by johnwang · 15 years ago
  56. b2a6184 Allow response payload on RIL_REQUEST error by johnwang · 15 years ago
  57. 2a058e1 am a592eebc: Cleanup and changes of responseCdmaInformationReocrds, Broadcast SMS configuration and reponseRilSignalStrength. by Wink Saville · 15 years ago
  58. a592eeb Cleanup and changes of responseCdmaInformationReocrds, Broadcast SMS by Wink Saville · 15 years ago
  59. e5c30e1 am fdf825f9: Enable new libhtc_ril which supporting new CDMA ril interface. by johnwang · 15 years ago
  60. fdf825f Enable new libhtc_ril which supporting new CDMA ril interface. by johnwang · 15 years ago
  61. 8a3c48c move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  62. 62ae034 add libbinder deps where needed by Mathias Agopian · 15 years ago
  63. 3d54e74 Teleca 2b changes. by Wink Saville · 15 years ago
  64. 000a9fe Add get/set SMSC address to ril.h. by jsh · 15 years ago
  65. af6ecbf Add RIL_UNSOL_OEM_HOOK_RAW by Jaikumar Ganesh · 15 years ago
  66. f5903df Teleca 090414 & 090423 patches for CDMA to complete phase1 work. by Wink Saville · 15 years ago
  67. 1b5fd23 New ril.h & changes to ril.cpp to support it. by Wink Saville · 15 years ago
  68. f4c4d36 AI 144185: Integrate cdma into the main code base. by Wink Saville · 16 years ago
  69. ff36874 Automated import from //branches/donutburger/...@140572,140572 by John Wang · 16 years ago
  70. 34a5108 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  71. 00f06fc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  72. c2efc51 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  73. 31f4194 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  74. 80bb41e auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  75. 154a2ef auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  76. a8657f8 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  77. dbbb392 Initial Contribution by The Android Open Source Project · 16 years ago