Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-11 | simfs: fix GLib-CRITICAL warning | Guillaume Lucas | 1 | -12/+14 | |
During modem release, when there is no SIM card, a GLib-CRITICAL issue occurs during the free of the sim fs context. | |||||
2011-02-10 | simfs: Fix leaking of the voicecall context | Denis Kenzior | 1 | -2/+9 | |
When we're shutting down all atoms are removed and the voicecall context does not have a chance to be freed. Make sure simfs frees it. | |||||
2011-02-07 | simfs: Add function to notify all file watches | Denis Kenzior | 1 | -2/+28 | |
2011-02-07 | simfs: Add file changed watches to simfs contexts | Denis Kenzior | 1 | -0/+39 | |
2011-02-03 | simfs: implement ofono_sim_context api | Andrzej Zaborowski | 1 | -5/+95 | |
2011-02-03 | simfs: Use cache for sim_fs_read_info requests too. | Andrzej Zaborowski | 1 | -58/+82 | |
There seems to be no reason that the fileinfo is cached for file read or block read requests but not info_only requests, so move code around to fix this. O_RDWR is changed to O_WRONLY for the cache file because the file is not being read in case of cache miss. | |||||
2011-02-02 | simfs: Add NULL check | Aki Niemi | 1 | -0/+3 | |
2011-01-29 | simfs: Return from sim_fs_op_check_cached on error | Andrzej Zaborowski | 1 | -1/+3 | |
2011-01-29 | simfs: Reset op_source in simfs_read_block | Andrzej Zaborowski | 1 | -0/+2 | |
If the block is not in cache or if this is the last block of a last op in the queue, then fs->op_source might be left with the wrong value. | |||||
2011-01-12 | simfs: Add cache flushing functions | Andrzej Zaborowski | 1 | -17/+51 | |
2010-12-12 | simfs: Add unknown sim phase check | Jeevaka Badrappan | 1 | -1/+8 | |
2010-11-29 | simfs: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -14/+14 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-22 | simfs: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -1/+1 | |
2010-10-24 | simfs: Fix issue with sim_fs_op_error | Jeevaka Badrappan | 1 | -1/+4 | |
2010-10-22 | simfs: Fix issue with check_cached | Denis Kenzior | 1 | -4/+4 | |
The only_info logic was inverted, causing us to always read from the modem. | |||||
2010-10-22 | simfs: Use errno for simfs errors | Denis Kenzior | 1 | -12/+18 | |
2010-10-22 | simfs: No need to set these variables | Denis Kenzior | 1 | -2/+0 | |
2010-10-22 | simfs: retrieve only EF-info without EF-contents | Petteri Tikander | 1 | -3/+61 | |
2010-10-19 | simfs: Don't cache if phase is unknown | Denis Kenzior | 1 | -1/+4 | |
2010-10-15 | simfs: Make compile | Denis Kenzior | 1 | -1/+3 | |
2010-10-13 | simfs: Also clean out image files | Denis Kenzior | 1 | -1/+33 | |
When cleaning cache | |||||
2010-10-13 | simfs: Fix the number of bytes copied | Denis Kenzior | 1 | -4/+5 | |
In block reading operations we read too much when the number of bytes to read is smaller than the size of the file. | |||||
2010-10-13 | simfs: Add some debug statements | Denis Kenzior | 1 | -0/+6 | |
2010-10-13 | simfs: Move buffer back to the op structure | Denis Kenzior | 1 | -16/+14 | |
This was causing problems when multiple sim writes were being issued (and thus bug #8265). | |||||
2010-10-13 | simfs: Group lines logically | Denis Kenzior | 1 | -3/+0 | |
2010-10-13 | simfs: If buffer alloc fails, error out | Denis Kenzior | 1 | -1/+5 | |
2010-10-13 | simfs: Don't try to read image cache imsi is null | Denis Kenzior | 1 | -1/+3 | |
2010-10-13 | simfs: Make image cache logic a bit easier to read | Denis Kenzior | 1 | -5/+6 | |
2010-10-13 | simfs: cache images | Kristen Carlson Accardi | 1 | -0/+62 | |
2010-09-22 | simfs: Fix freeing a NULL queue | Denis Kenzior | 1 | -2/+4 | |
2010-09-09 | simfs: Add sim_fs_check_version | Denis Kenzior | 1 | -5/+56 | |
Used to blow away older simfs versions | |||||
2010-09-09 | simfs: Simplify logic | Denis Kenzior | 1 | -8/+7 | |
2010-09-09 | sim: Break out sim file reading into simfs | Denis Kenzior | 1 | -0/+721 | |