1. 8a9e021 Add support for CellInfo RIL commands. by Wink Saville · 11 years ago
  2. 18e4ab1 Fix SignalStrength response. by Wink Saville · 11 years ago
  3. 3888490 Rild: Ril should try to write again to the socket EAGAIN error by Banavathu, Srinivas Naik · 13 years ago
  4. 8eb2a12 Add RLOGx by Wink Saville · 12 years ago
  5. d5580e1 Merge "Fix logging for setup_data_call response" by Wink Saville · 12 years ago
  6. 5638415 Fix logging for setup_data_call response by Naveen Kalla · 13 years ago
  7. 96dcdbc Fixed goto into scope. by Kevin Schoedel · 12 years ago
  8. 9efcac5 Workaround for LTE RSRP -ve values in Signal by Uma Maheswari Ramalingam · 12 years ago
  9. 45e740e Implement sim_refresh as per ril v6 by Alex Yakavenka · 12 years ago
  10. f423cde Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  11. 43b9c52 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 12 years ago
  12. 9139bfb Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 12 years ago
  13. 6464068 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 2bc78d6 Separate SIM states from Radio States by Naveen Kalla · 13 years ago
  15. eb902b8 Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. 300105d Add new RIL requests to support SIM data download via SMS over IMS. by Jake Hamby · 13 years ago
  17. 5cdc135 RIL occasionally stopps event loop on phone process crash by Kazuhiro Ondo · 13 years ago
  18. fa8d584 Changes to RIL to support IMS features for LTE. by Jake Hamby · 13 years ago
  19. beb25b5 Added a special retry back-off timer value for call retry by Kazuhiro Ondo · 13 years ago
  20. ee27458 Fix debug output. by Wink Saville · 13 years ago
  21. 29487ef Added additional comments to some commands for clarification. by Wink Saville · 13 years ago
  22. a9c18d1 Fix RIL_UNSOL_RIL_CONNECTED to return the vendor RIL version. DO NOT MERGE. by Jake Hamby · 13 years ago
  23. 5b9df33 Add RIL_UNSOL_RIL_CONNECTED. by Wink Saville · 13 years ago
  24. 2c1fb3a Change mock-ril and reference-ril to use include/telephony/ril.h by Wink Saville · 13 years ago
  25. fd72937 Fix bugs in responseSimStatus and update comments. by Wink Saville · 13 years ago
  26. c0114b3 Changes for ril.h version 6. by Wink Saville · 13 years ago
  27. af1298d ril: Fix telephony under emulation. by David 'Digit' Turner · 13 years ago
  28. 4380897 RIL v5 RIL_REQUEST_SETUP_DATA_CALL. by Wink Saville · 13 years ago
  29. 57ce1f2 Fix dispatchDataCall parcel length for v4 RILs. by Lorenzo Colitti · 14 years ago
  30. 2640571 Properly handle version 3 vendor RILs. by Lorenzo Colitti · 14 years ago
  31. 4f81dcf RIL changes for IPv6 / IPv4v6 data calls. by Lorenzo Colitti · 14 years ago
  32. d855ef4 Fix index error in the radiooptions enable/disable QXDM Log by Xia Wang · 14 years ago
  33. 0d9f0c0 Revert "am 9a2f5113: merge from open-source master" by Dianne Hackborn · 14 years ago
  34. bb1375f am 9a2f5113: merge from open-source master by The Android Open Source Project · 14 years ago
  35. ca5e347 Support for fetching PSC of serving cell. by jsh · 14 years ago
  36. 563fd72 New RIL command to fetch PSC of current serving cell. by jsh · 14 years ago
  37. 9a2f511 merge from open-source master by The Android Open Source Project · 14 years ago
  38. 7edd07c Add timer delete support to rild by Naveen Kalla · 14 years ago
  39. 7553447 Add RIL_E_ILLEGAL_SIM_OR_ME error code. by John Wang · 14 years ago
  40. 3a4840b Remove STOP SHIP logs and comments from ril.cpp. by Wink Saville · 14 years ago
  41. 3475b8a am 2a7411dc: am 5909cf83: Add RIL_UNSOL_RESEND_INCALL_MUTE. by John Wang · 14 years ago
  42. 5909cf8 Add RIL_UNSOL_RESEND_INCALL_MUTE. by John Wang · 14 years ago
  43. 7bce082 Fix bug 2353510 "Sholes can't make a call from device". by Wink Saville · 14 years ago
  44. dac5d5a Fix build. by Wink Saville · 15 years ago
  45. 74fa388 ril interface: Add support for User-User Signaling Information during call setup by Wink Saville · 15 years ago
  46. 03c1edf ril.h: Add a failure cause for CDMA call failures, rename by Naveen Kalla · 15 years ago
  47. 5d621da Add UNSOL_CALL_RINGBACK_TONE to ril. by John Wang · 15 years ago
  48. 084f670 Release mutex locks on error conditions. by Jaikumar Ganesh · 15 years ago
  49. ee1fadc fix return value check issue in sendResponseRaw function by Kenny · 15 years ago
  50. b589a11 am 09a68ba3: Add remaining retry count to response for PIN/PUK commands. by jsh · 15 years ago
  51. 09a68ba Add remaining retry count to response for PIN/PUK commands. by jsh · 15 years ago
  52. 40202d7 am 920c78f1: Add authType to SETUP_DATA_CALL, errorCode to RIL_SMS_Response. by Jaikumar Ganesh · 15 years ago
  53. 920c78f Add authType to SETUP_DATA_CALL, errorCode to RIL_SMS_Response. by Jaikumar Ganesh · 15 years ago
  54. a2f6c8a am 7f856808: Cleanup whitespace. by Wink Saville · 15 years ago
  55. 7f85680 Cleanup whitespace. by Wink Saville · 15 years ago
  56. 15d5350 am b2a6184e: Allow response payload on RIL_REQUEST error by johnwang · 15 years ago
  57. b2a6184 Allow response payload on RIL_REQUEST error by johnwang · 15 years ago
  58. 2a058e1 am a592eebc: Cleanup and changes of responseCdmaInformationReocrds, Broadcast SMS configuration and reponseRilSignalStrength. by Wink Saville · 15 years ago
  59. a592eeb Cleanup and changes of responseCdmaInformationReocrds, Broadcast SMS by Wink Saville · 15 years ago
  60. e5c30e1 am fdf825f9: Enable new libhtc_ril which supporting new CDMA ril interface. by johnwang · 15 years ago
  61. fdf825f Enable new libhtc_ril which supporting new CDMA ril interface. by johnwang · 15 years ago
  62. 8a3c48c move libbinder's header files under includes/binder 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 · 15 years ago
  69. ff36874 Automated import from //branches/donutburger/...@140572,140572 by John Wang · 15 years ago
  70. 34a5108 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  71. 00f06fc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  72. c2efc51 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  73. 31f4194 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  74. 80bb41e auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  75. 154a2ef auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 15 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