summaryrefslogtreecommitdiffstats
path: root/src/simfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-23simfs: Handle optional EF pathsDenis Kenzior1-2/+10
2012-11-22simfs: Update to the new SIM apiDenis Kenzior1-4/+8
2011-11-27simfs: Call callback even if impl isn't providedGuillaume Zajac1-1/+3
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-05-11simfs: Fix error reported by valgrindDenis Kenzior1-9/+2
2011-05-11simfs: Fix issue reported by valgrindDenis Kenzior1-0/+1
2011-03-11simfs: fix GLib-CRITICAL warningGuillaume Lucas1-12/+14
2011-02-10simfs: Fix leaking of the voicecall contextDenis Kenzior1-2/+9
2011-02-07simfs: Add function to notify all file watchesDenis Kenzior1-2/+28
2011-02-07simfs: Add file changed watches to simfs contextsDenis Kenzior1-0/+39
2011-02-03simfs: implement ofono_sim_context apiAndrzej Zaborowski1-5/+95
2011-02-03simfs: Use cache for sim_fs_read_info requests too.Andrzej Zaborowski1-58/+82
2011-02-02simfs: Add NULL checkAki Niemi1-0/+3
2011-01-29simfs: Return from sim_fs_op_check_cached on errorAndrzej Zaborowski1-1/+3
2011-01-29simfs: Reset op_source in simfs_read_blockAndrzej Zaborowski1-0/+2
2011-01-12simfs: Add cache flushing functionsAndrzej Zaborowski1-17/+51
2010-12-12simfs: Add unknown sim phase checkJeevaka Badrappan1-1/+8
2010-11-29simfs: explicitly compare pointers to NULLLucas De Marchi1-14/+14
2010-11-22simfs: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-10-24simfs: Fix issue with sim_fs_op_errorJeevaka Badrappan1-1/+4
2010-10-22simfs: Fix issue with check_cachedDenis Kenzior1-4/+4
2010-10-22simfs: Use errno for simfs errorsDenis Kenzior1-12/+18
2010-10-22simfs: No need to set these variablesDenis Kenzior1-2/+0
2010-10-22simfs: retrieve only EF-info without EF-contentsPetteri Tikander1-3/+61
2010-10-19simfs: Don't cache if phase is unknownDenis Kenzior1-1/+4
2010-10-15simfs: Make compileDenis Kenzior1-1/+3
2010-10-13simfs: Also clean out image filesDenis Kenzior1-1/+33
2010-10-13simfs: Fix the number of bytes copiedDenis Kenzior1-4/+5
2010-10-13simfs: Add some debug statementsDenis Kenzior1-0/+6
2010-10-13simfs: Move buffer back to the op structureDenis Kenzior1-16/+14
2010-10-13simfs: Group lines logicallyDenis Kenzior1-3/+0
2010-10-13simfs: If buffer alloc fails, error outDenis Kenzior1-1/+5
2010-10-13simfs: Don't try to read image cache imsi is nullDenis Kenzior1-1/+3
2010-10-13simfs: Make image cache logic a bit easier to readDenis Kenzior1-5/+6
2010-10-13simfs: cache imagesKristen Carlson Accardi1-0/+62
2010-09-22simfs: Fix freeing a NULL queueDenis Kenzior1-2/+4
2010-09-09simfs: Add sim_fs_check_versionDenis Kenzior1-5/+56
2010-09-09simfs: Simplify logicDenis Kenzior1-8/+7
2010-09-09sim: Break out sim file reading into simfsDenis Kenzior1-0/+721