| Commit message (Expand) | Author | Age | Files | Lines |
* | rfs: Proper helpers | Paul Kocialkowski | 2014-08-04 | 1 | -32/+53 |
* | rfs: Size function for helpers that return data with non-explicit size | Paul Kocialkowski | 2014-08-02 | 1 | -5/+19 |
* | Offset is unsigned int | Paul Kocialkowski | 2014-07-26 | 1 | -4/+5 |
* | utils: Shared libraries don't allow for internal functions | Paul Kocialkowski | 2014-07-26 | 1 | -1/+0 |
* | rfs: Chunk size is not always greater than size | Paul Kocialkowski | 2014-02-26 | 1 | -2/+2 |
* | Global include path | Paul Kocialkowski | 2014-02-26 | 1 | -2/+2 |
* | rfs: Consistent coding style, cleanup and fresh new implementation | Paul Kocialkowski | 2014-02-15 | 1 | -551/+482 |
* | utils: Files rename, new functions, proper types and few other cleanups | Paul Kocialkowski | 2014-02-13 | 1 | -7/+7 |
* | rfs: Proper IPC functions for nv_data specs, without generic fallback values | Paul Kocialkowski | 2014-02-11 | 1 | -190/+49 |
* | Follow consistent coding style in headers | Paul Kocialkowski | 2014-02-06 | 1 | -11/+11 |
* | Good-looking copyright blocks, with the right order in copyright lines | Paul Kocialkowski | 2014-01-25 | 1 | -1/+0 |
* | rfs.c: Fix coding style and compilation warnings | Paul Kocialkowski | 2013-07-03 | 1 | -31/+29 |
* | rfs.c: Coding style cosmetics | Paul Kocialkowski | 2013-06-27 | 1 | -86/+83 |
* | Coding style: Move ; around in for statements | Paul Kocialkowski | 2013-06-25 | 1 | -1/+1 |
* | Add newline and indentation on long functions names | Paul Kocialkowski | 2013-06-25 | 1 | -2/+4 |
* | Refactor code for consistent coding style and avoid using assert | Paul Kocialkowski | 2013-06-25 | 1 | -3/+3 |
* | Renamed ipc_private.h to ipc.h | Paul Kocialkowski | 2013-06-25 | 1 | -1/+1 |
* | Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol). | Paul Kocialkowski | 2013-06-25 | 1 | -2/+2 |
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 1 | -1/+1 |
* | rfs: fix warnings about ignored return results from std. library functions | Simon Busch | 2012-08-09 | 1 | -52/+185 |
* | First round of fixing unnecessary warnings | Simon Busch | 2012-08-08 | 1 | -5/+7 |
* | Prefix method correctly with ipc_client_ | Simon Busch | 2012-08-08 | 1 | -8/+8 |
* | Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specs | Paul Kocialkowski | 2012-07-04 | 1 | -81/+98 |
* | RFS: Changed chunk size to 0x1000 when reading nv_data | Paul Kocialkowski | 2012-07-04 | 1 | -6/+6 |
* | Set nv_data paths functions non-static so they can be reused in device code | Paul Kocialkowski | 2012-07-04 | 1 | -5/+5 |
* | Allow EFS path to be overriden per-board | Alexander Tarasikov | 2012-07-04 | 1 | -31/+100 |
* | rfs: only dump RFS message content when debugging is enabled | Simon Busch | 2012-02-23 | 1 | -0/+4 |
* | rfs: it should be possible for the modem to write at offset zero | Simon Busch | 2012-02-23 | 1 | -3/+3 |
* | Revert "rfs.c: return NULL in case of error" | PaulK | 2012-02-01 | 1 | -1/+1 |
* | rfs.c: return NULL in case of error | PaulK | 2012-02-01 | 1 | -1/+1 |
* | Fixed coding style: space after if, for, while, etc | PaulK | 2012-02-01 | 1 | -37/+37 |
* | RFS NV item handling methods are now sending the io confirmation message dire... | Simon Busch | 2012-02-21 | 1 | -9/+6 |
* | Import two methods from samsung-ril to deal with rfs read/write nv item messa... | Simon Busch | 2012-02-20 | 1 | -1/+66 |
* | Cleanup indentation in rfs.c | Simon Busch | 2012-02-17 | 1 | -276/+276 |
* | Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixes | PaulK | 2011-12-31 | 1 | -0/+622 |