Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use pointers on sg_storage_size_t in the dict instead of crappy void*
[simgrid.git] / src / surf / storage.c
2013-10-08 suteruse pointers on sg_storage_size_t in the dict instead...
2013-10-06 sutershould be sg_storage_size_t here too
2013-10-02 Pierre VeyreChange parameters order for msg_file_read, msg_file_wri...
2013-10-01 Arnaud GierschFix format specifiers for sg_storage_size_t.
2013-10-01 Arnaud GierschUse homogeneous dicts which are more efficient.
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-01 Pierre VeyreIntroduce sg_storage_size_t type
2013-10-01 Pierre VeyreFix the storage content update after a write action...
2013-09-28 Martin QuinsonMerge pull request #2 from cemsbr/master
2013-09-28 Pierre VeyrePrepare test suite for msg-storage "ctest -R msg-storage"
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreFix MSG_storage_get_content function
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-25 suterhere was the leak ...
2013-09-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Pierre VeyreMSG_storage API improvements (or not)
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Pierre VeyreAdd MSG_storage_get_content function
2013-09-23 Augustin Degommeadd a cleanup callback to surf_resource_t, useful to...
2013-09-18 Pierre VeyreFix MSG_storage_get_properties()
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-10 Pierre VeyreStorage API
2013-07-11 sutersome cleanup
2013-07-11 suterbummer, have to strdup value
2013-07-11 suterset field value
2013-07-10 suterstore name and content type when creating storage resource
2013-07-09 suterhandle modifications of the DTD in surf
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-25 suterThese "properties" are actually bandwidths: allow users...
2013-06-25 suterremove an ugly pimple thanks to units in XML
2013-06-18 suterdon't call things storage when it's mount
2013-06-18 suteryet another simplification of the storage API: we don...
2013-06-14 Arnaud GierschAdd a small value to avoid rounding differences between...
2013-06-14 Arnaud GierschChange type double for size_t.
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 suterfurther simplification of the storage API, keep size...
2013-06-12 Arnaud GierschUse correct modifier, and don't lie about pointer type.
2013-06-11 Augustin Degommeremove warnings 2
2013-06-11 Augustin Degommeremove warnings
2013-06-11 sutersize_t instead of unsigned long for storage size and...
2013-06-11 sutersimplify the simcall stack for file unlink
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-07 sutersimpler version of simcall to get the file of a file
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 sutersetting result help to propogate it
2013-06-06 suterfp => fd (for file descriptor)
2013-06-06 suterWow, I wrote a simcall! 11 files to modify to do a...
2013-06-06 suterunsigned long to size_t
2013-06-06 suterremove references to an include file that doesn't exist...
2013-06-05 suterSimplify the way files are described. Get rid of the...
2013-02-21 Arnaud GierschRemove useless statements.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-03 Arnaud GierschRename getline as xbt_getline.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-29 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-01-29 Arnaud GierschMerge branch 'v3_9_x'
2013-01-29 Paul BédarideStorage parsing skip empty line
2013-01-29 Martin QuinsonMerge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot...
2013-01-29 Paul BédarideMerge branch 'v3_9_x' of github.com:mquinson/simgrid...
2013-01-29 Paul BédarideStorage parsing skip empty line
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-20 Martin Quinsonremove the create_resource entry point in resource...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-15 Arnaud GierschPut forward declaration of static function in c file...
2012-11-15 paul bedarideFix TestSuite.msg-file
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-10 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-10 Arnaud GierschAn empty body for this if statement looks wrong.
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-11 navarroAdd a function ls to storage
2012-07-31 navarroAdd function to unlink a file.
2012-07-31 navarroFix memory leak
2012-07-31 navarroDuring the storage open, create the file if not exist.
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-21 navarroPut double instead of size_t.
2012-06-21 navarroMore debug
2012-06-21 navarroFix update of the file size when write a double and...
2012-06-21 navarroRewrite the way the disk usage and file size are updated
2012-06-20 suterSolve white space conflicts
2012-06-19 navarroStart to rewrite the mechanism for usage of a storage
2012-06-19 navarroFix compilation warning for unused variables
2012-06-18 navarroAdd 'content' priority for storage and then storage_type
2012-06-18 navarroPut the storage content into the storage and not into...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 navarroRemove some debug from execution
2012-06-12 navarroAdd disk usage and size parameters for storage.
2012-05-23 Arnaud GierschUse standard modifier %z instead of %Z.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroImplement file stat for storage model.
next