summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update documentation to clarify RIL_REQUEST_GET_ACTIVITY_INFOandroid-7.1.2_r9android-7.1.2_r8android-7.1.2_r6android-7.1.2_r5android-7.1.2_r4android-7.1.2_r33android-7.1.2_r32android-7.1.2_r30android-7.1.2_r3android-7.1.2_r29android-7.1.2_r28android-7.1.2_r27android-7.1.2_r25android-7.1.2_r24android-7.1.2_r23android-7.1.2_r2android-7.1.2_r19android-7.1.2_r18android-7.1.2_r17android-7.1.2_r16android-7.1.2_r15android-7.1.2_r14android-7.1.2_r13android-7.1.2_r12android-7.1.2_r11android-7.1.2_r10android-7.1.2_r1nougat-mr2.3-releasenougat-mr2.2-releasenougat-mr2.1-releasenougat-mr2-pixel-releasenougat-mr2-devNathan Harold2016-10-131-8/+19
|\
| * Update documentation to clarify RIL_REQUEST_GET_ACTIVITY_INFOandroid-cts-7.1_r9android-cts-7.1_r8android-cts-7.1_r7android-cts-7.1_r6android-cts-7.1_r5android-cts-7.1_r4android-cts-7.1_r3android-cts-7.1_r29android-cts-7.1_r28android-cts-7.1_r27android-cts-7.1_r26android-cts-7.1_r25android-cts-7.1_r24android-cts-7.1_r23android-cts-7.1_r22android-cts-7.1_r21android-cts-7.1_r20android-cts-7.1_r2android-cts-7.1_r19android-cts-7.1_r18android-cts-7.1_r17android-cts-7.1_r16android-cts-7.1_r15android-cts-7.1_r14android-cts-7.1_r13android-cts-7.1_r12android-cts-7.1_r11android-cts-7.1_r10android-cts-7.1_r1android-7.1.1_r9android-7.1.1_r8android-7.1.1_r7android-7.1.1_r6android-7.1.1_r53android-7.1.1_r52android-7.1.1_r51android-7.1.1_r50android-7.1.1_r49android-7.1.1_r48android-7.1.1_r47android-7.1.1_r46android-7.1.1_r45android-7.1.1_r44android-7.1.1_r43android-7.1.1_r42android-7.1.1_r41android-7.1.1_r40android-7.1.1_r4android-7.1.1_r39android-7.1.1_r38android-7.1.1_r35android-7.1.1_r33android-7.1.1_r32android-7.1.1_r31android-7.1.1_r3android-7.1.1_r28android-7.1.1_r27android-7.1.1_r26android-7.1.1_r25android-7.1.1_r24android-7.1.1_r23android-7.1.1_r22android-7.1.1_r21android-7.1.1_r20android-7.1.1_r2android-7.1.1_r17android-7.1.1_r16android-7.1.1_r15android-7.1.1_r14android-7.1.1_r13android-7.1.1_r12android-7.1.1_r11android-7.1.1_r10android-7.1.1_r1nougat-mr1.4-releasenougat-mr1.3-releasenougat-mr1.2-releasenougat-mr1-releasenougat-mr1-flounder-releasenougat-mr1-devnougat-mr1-cts-releaseNathan Harold2016-10-101-8/+19
* | Replace variable-length arrays on stack with malloc. am: 943905bb9f am: 837c8...Amit Mahajan2016-08-170-0/+0
|\|
| * Replace variable-length arrays on stack with malloc. am: 943905bb9f am: 837c8...Amit Mahajan2016-08-160-0/+0
| |\
| | * Replace variable-length arrays on stack with malloc. am: 943905bb9f am: 837c8...Amit Mahajan2016-08-161-2/+13
| | |\
| | | * Replace variable-length arrays on stack with malloc. am: 943905bb9f am: 837c8...Amit Mahajan2016-08-161-2/+13
| | | |\
| | | | * Replace variable-length arrays on stack with malloc. am: 943905bb9fAmit Mahajan2016-08-161-2/+13
| | | |/|
| | | | * Replace variable-length arrays on stack with malloc.Amit Mahajan2016-08-161-2/+13
| | | |/|
| | | | * Replace variable-length arrays on stack with malloc.Amit Mahajan2016-08-161-2/+13
* | | | | Replace variable-length arrays on stack with malloc.Amit Mahajan2016-08-171-2/+13
|\| | | |
| * | | | Replace variable-length arrays on stack with malloc.Amit Mahajan2016-08-151-2/+13
* | | | | Fix documentation of RIL_Request in ril.hSanket Padawe2016-08-091-3/+16
|\| | | |
| * | | | Fix documentation of RIL_Request in ril.hSanket Padawe2016-08-081-3/+16
|/ / / /
* | | | Add comment for RIL_REQUEST_SET_CARRIER_RESTRICTIONS and RIL_REQUEST_GET_CARR...Meng Wang2016-07-221-2/+14
* | | | Fix build warnings in ril.cpp.Sanket Padawe2016-07-081-1/+1
* | | | Fix build warnings in hardware/ril.Sanket Padawe2016-06-304-15/+16
* | | | Merge "Fix compile warning in libril.cpp" into nyc-mr1-devTreeHugger Robot2016-06-271-16/+22
|\ \ \ \
| * | | | Fix compile warning in libril.cppMeng Wang2016-06-211-16/+22
* | | | | Add support for LTE CarrierAgregationAjay Nambi2016-06-171-1/+3
|/ / / /
* | | | Merge "Move struct def out of an #ifdef" into nyc-mr1-devRobert Greenwalt2016-06-161-13/+13
|\ \ \ \
| * | | | Move struct def out of an #ifdefRobert Greenwalt2016-06-151-13/+13
* | | | | Fix responseCarrierRestrictions string wrting to parcelMeng Wang2016-06-091-14/+23
* | | | | Merge "Fix dispatchCarrierRestrictions string reading from parcel" into nyc-m...Meng Wang2016-06-081-10/+15
|\ \ \ \ \
| * | | | | Fix dispatchCarrierRestrictions string reading from parcelMeng Wang2016-06-081-10/+15
| |/ / / /
* | | | | Fix build failure which occurs after setting macro RILC_LOG.Sanket Padawe2016-06-081-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix build failure which occurs after setting macro RILC_LOG.nougat-devSanket Padawe2016-06-081-2/+3
* | | | | Increase buffer size for storing /proc/cmdline to avoid buffer overflow.Sanket Padawe2016-06-061-3/+16
| |/ / / |/| | |
* | | | Merge "Don't clobber the last null terminator when reading /proc/cmdline." in...TreeHugger Robot2016-06-031-1/+1
|\ \ \ \
| * | | | Don't clobber the last null terminator when reading /proc/cmdline.Michael Wright2016-06-031-1/+1
* | | | | Add support for UNSOL PCO Data.Robert Greenwalt2016-06-023-7/+63
|/ / / /
* | | | ril: make sure ril response on RIL version errorMeng Wang2016-05-251-1/+3
* | | | Add RIL command RIL_REQUEST_SET_CARRIER_RESTRICTIONS and RIL_REQUEST_GET_CARR...Meng Wang2016-05-193-4/+212
* | | | Merge "RIL: release unsol wakelock" into nyc-devSooraj Sasindran2016-05-091-8/+7
|\| | |
| * | | Merge "RIL: release unsol wakelock" into nyc-devSanket Padawe2016-05-091-8/+7
| |\ \ \
| | * | | RIL: release unsol wakelockSooraj Sasindran2016-05-091-8/+7
* | | | | Specify the INVALID flag for BSIC to be 0xFFNathan Harold2016-05-061-1/+1
|\| | | |
| * | | | Specify the INVALID flag for BSIC to be 0xFFNathan Harold2016-05-051-1/+1
| |/ / /
* / / / ril : print request name for RIL_REQUEST_NV_RESET_CONFIGtim.tm_lin2016-04-201-0/+1
|/ / /
* | | build fixKeun Soo Yim2016-04-131-1/+1
* | | Merge "fail explicitly if setuid() fails" into nyc-devKeun Soo Yim2016-04-141-1/+4
|\ \ \
| * | | fail explicitly if setuid() failsKeun Soo Yim2016-04-141-1/+4
* | | | avoid a potential buffer overflowKeun Soo Yim2016-04-141-1/+2
|/ / /
* | | reference-ril: Stop using pthread_cond_timedwait_relative_np()Yu Ning2016-04-071-17/+0
* | | reference-ril/atchannel.c: Fix time conversionJinhui Li2016-04-071-0/+6
* | | Add documentation for RIL_SAP_INIT in ril.hSanket Padawe2016-03-311-0/+16
* | | Ril Error codes: Voice related messagesAjay Nambi2016-03-212-2/+226
|\ \ \
| * | | Ril Error codes: Voice related messagesAjay Nambi2016-03-212-2/+226
* | | | New error codes for SMS/other messagesAjay Nambi2016-03-142-0/+167
|\| | |
| * | | New error codes for SMS/other messagesAjay Nambi2016-03-112-0/+167
* | | | Merge "Add RIL Error code list" into mm-wireless-devtwen.chang2016-03-112-0/+40
|\| | |