summaryrefslogtreecommitdiff
path: root/src/simfs.c
Commit message (Expand)AuthorAgeFilesLines
* simfs: Fix reads beyond the first blockSlava Monich2021-07-301-8/+6
* treewide: Introduce support for missing g_memdup2Marcel Holtmann2021-05-051-0/+1
* treewide: Replace g_memdup with g_memdup2Marcel Holtmann2021-04-281-1/+1
* treewide: Use L_TFR macroDenis Kenzior2019-05-241-16/+16
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
* simfs: Fix crash in sim_fs_op_freeDenis Kenzior2018-03-291-5/+6
* simfs: Fix crashDenis Kenzior2018-03-191-4/+9
* simfs: read files from specific AID'sJames Prestwood2017-11-061-18/+152
* simfs: Prevent a crash in sim_fs_notify_file_watchesSlava Monich2017-05-121-0/+3
* simfs: Remove explicit castsJohn Ernberg2016-04-221-3/+3
* simfs: Handle optional EF pathsDenis Kenzior2012-11-231-2/+10
* simfs: Update to the new SIM apiDenis Kenzior2012-11-221-4/+8
* simfs: Call callback even if impl isn't providedGuillaume Zajac2011-11-271-1/+3
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* simfs: Fix error reported by valgrindDenis Kenzior2011-05-111-9/+2
* simfs: Fix issue reported by valgrindDenis Kenzior2011-05-111-0/+1
* simfs: fix GLib-CRITICAL warningGuillaume Lucas2011-03-111-12/+14
* simfs: Fix leaking of the voicecall contextDenis Kenzior2011-02-101-2/+9
* simfs: Add function to notify all file watchesDenis Kenzior2011-02-071-2/+28
* simfs: Add file changed watches to simfs contextsDenis Kenzior2011-02-071-0/+39
* simfs: implement ofono_sim_context apiAndrzej Zaborowski2011-02-031-5/+95
* simfs: Use cache for sim_fs_read_info requests too.Andrzej Zaborowski2011-02-031-58/+82
* simfs: Add NULL checkAki Niemi2011-02-021-0/+3
* simfs: Return from sim_fs_op_check_cached on errorAndrzej Zaborowski2011-01-291-1/+3
* simfs: Reset op_source in simfs_read_blockAndrzej Zaborowski2011-01-291-0/+2
* simfs: Add cache flushing functionsAndrzej Zaborowski2011-01-121-17/+51
* simfs: Add unknown sim phase checkJeevaka Badrappan2010-12-121-1/+8
* simfs: explicitly compare pointers to NULLLucas De Marchi2010-11-291-14/+14
* simfs: coding style fixes - rule M6Jeevaka Badrappan2010-11-221-1/+1
* simfs: Fix issue with sim_fs_op_errorJeevaka Badrappan2010-10-241-1/+4
* simfs: Fix issue with check_cachedDenis Kenzior2010-10-221-4/+4
* simfs: Use errno for simfs errorsDenis Kenzior2010-10-221-12/+18
* simfs: No need to set these variablesDenis Kenzior2010-10-221-2/+0
* simfs: retrieve only EF-info without EF-contentsPetteri Tikander2010-10-221-3/+61
* simfs: Don't cache if phase is unknownDenis Kenzior2010-10-191-1/+4
* simfs: Make compileDenis Kenzior2010-10-151-1/+3
* simfs: Also clean out image filesDenis Kenzior2010-10-131-1/+33
* simfs: Fix the number of bytes copiedDenis Kenzior2010-10-131-4/+5
* simfs: Add some debug statementsDenis Kenzior2010-10-131-0/+6
* simfs: Move buffer back to the op structureDenis Kenzior2010-10-131-16/+14
* simfs: Group lines logicallyDenis Kenzior2010-10-131-3/+0
* simfs: If buffer alloc fails, error outDenis Kenzior2010-10-131-1/+5
* simfs: Don't try to read image cache imsi is nullDenis Kenzior2010-10-131-1/+3
* simfs: Make image cache logic a bit easier to readDenis Kenzior2010-10-131-5/+6
* simfs: cache imagesKristen Carlson Accardi2010-10-131-0/+62
* simfs: Fix freeing a NULL queueDenis Kenzior2010-09-221-2/+4
* simfs: Add sim_fs_check_versionDenis Kenzior2010-09-091-5/+56
* simfs: Simplify logicDenis Kenzior2010-09-091-8/+7
* sim: Break out sim file reading into simfsDenis Kenzior2010-09-091-0/+721