Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite without goto going backward.
[simgrid.git] / examples / msg / dht-kademlia /
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Arnaud GierschPrefix is unsigned and can't be negative.
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-28 Martin Quinsondon't test unsigned for being positive (thx codacy)
2017-05-24 Martin Quinsonfurther codacy cleanups
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Martin Quinsonreduce the scope of some variables to please codacy
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin QuinsonUpdate all our XML files + next XML version will be...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-24 Frederic Suterbug-- and a bit less brain overload
2017-02-27 Frederic Suterchecking if a unsigned int is >0 is a bad idea
2017-02-16 Frederic Suteryet another bitwise pickyness + hey that's a foreach
2016-12-12 Martin Quinsonplease sonar: dont apply binary operators to signed...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-24 Frederic Sutervacation commit
2016-06-30 Frederic Suterblockers--
2016-06-21 Frederic Sutertrack down remaining XML glitches
2016-06-01 Frederic Suteryet another bunch of critical
2016-05-31 Frederic SuterRevert "avoid assert in the middle of the code"
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Frederic Suteravoid assert in the middle of the code
2016-05-30 Martin Quinsonwoopsy, forgot to commit that file
2016-05-29 Martin Quinsonmake sonarqube happy
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonuseless global variable, hindering MC equality
2016-03-29 Frederic Suterfactoring
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Frederic Suterall DHT examples are now called dht-<protocol>