Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let it work in RL (more work needed for SG)
[simgrid.git] / src / gras /
2005-06-23 mquinsonnew function: gras_socket_meas_accept (mandatory on...
2005-06-23 mquinsonsizes are unsigned long int
2005-06-23 mquinsoncosmetics
2005-06-23 mquinsoncosmetics
2005-06-23 mquinsonDon't try to unregister accepted sockets from OS tables...
2005-06-23 mquinsonon exit, close all the sockets left open and others...
2005-06-23 mquinsonfree the libdata fabrics on exit (actually call the...
2005-06-23 mquinsonReduce the default amount of logs
2005-06-23 mquinsonplug a memleak on exit
2005-06-23 mquinsonreduce the amount of logging; don't exit the process...
2005-06-23 mquinsonBugfixes: in SG, don't nhol the size, when zeroing...
2005-06-23 mquinsonbugfixing do find the existing sockets in the cache...
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-06-06 mquinsoncosmetics
2005-06-06 mquinsonlet it compile on windows too
2005-06-06 mquinsonSurvive NULL datadesc in datadesc_get_name; change...
2005-06-06 mquinsonActually, null payload is quite common, harmless and...
2005-06-04 mquinsontype cb now receive the typedesc they operate on; sanit...
2005-06-04 mquinsonstupid me, unable to set a bit flag
2005-06-04 mquinsonkill 'ignored' category; 'cycle' is now one bit of...
2005-06-04 mquinsonkill the (defunct) ignored category; change 'cycle...
2005-06-04 mquinsontype callbacks now get the typedesc they operate on...
2005-06-02 mquinsonDon't use htonl in SG
2005-06-02 mquinsonmissing header
2005-06-02 mquinsonPut a header to a function
2005-05-30 mquinsonTell explicitly gcc that hexa_print returns void
2005-05-30 mquinsonTell explicitly gcc that hexa_print returns void
2005-05-30 mquinsonembeed the buffer size within the buffer itself on...
2005-05-30 mquinsonan hexadecimal printer I sometime use for debugging
2005-05-30 mquinsonMade an error message more explicit (hopefully)
2005-05-27 mquinsonA proper (even if really KISS) implementation of gras_o...
2005-05-25 mquinsondifferentiate the types 'char[22]' and 'unsigned char...
2005-05-25 mquinsonIssue a warning on dangerous (but not impossible) situation
2005-05-25 mquinsonlet's get more verbose on error
2005-05-25 mquinsonCheck args before segfaulting on user
2005-05-19 mquinsonTypo fixing
2005-05-13 mquinsonReturn what should be so that the emulation support...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit}
2005-05-10 mquinsonheader got renamed
2005-05-10 mquinsonkill dead and useless headers
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonUse proper timer; allow several timed sections per...
2005-05-10 mquinsonthe chrono module now cleanups its mess on gras exit
2005-04-15 mquinsonAdd flex generated cruft for gentoo users ;)
2005-04-15 mquinsonDon't ignore flex generated files. Gentoo only have...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegranduniformization
2005-03-31 alegrandcosmetic
2005-03-31 alegranduse xbt_os_time
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-29 alegrandadding a getpid function
2005-03-29 alegrandAvoid segfault or infinite loop when calling this funct...
2005-03-29 mquinsonImplement a gras_os_myname. KISS and don't try a DNS...
2005-03-04 mquinson - Bugfix: flush the socket on close only if there...
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-28 mquinsonWhen using gcc -maix64
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonmore debuging
2005-02-27 mquinsonsome splint fixes
2005-02-26 alegrandGRAS_rl does not depends on MSG anymore.
2005-02-25 mquinsonWTF
2005-02-23 mquinsonCode cleanups around timers to improve maintainability...
2005-02-23 mquinsonincrease debugging verbosity
2005-02-23 mquinsonDon't be delirious. timeout is in sec, not usec
2005-02-23 mquinsonuniformize gras_os_sleep prototype (seconds are double...
2005-02-23 mquinsonadd a virtu logging channel
2005-02-17 alegrandFunctionnal benchmarking macros :
2005-02-16 alegrandTsss... :)
2005-02-16 alegrandAdding everything needed to develop GRAS benchmarking...
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-14 mquinsonAllow to select on socket 0
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonadd timers to GRAS
2005-02-13 mquinsondon't run into the wall when asked to select over 0...
2005-02-13 mquinsonBugfix: supposed to return a number of second
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2005-02-11 mquinsondead code eradication strike
2005-02-11 alegrandLet's try to play with the simulation...
2005-02-08 mquinsonReorder and cleanup the architecture table
2005-02-08 mquinsonDont put this cruft into the documentation
2005-02-08 mquinsonlog category declaration cleanup; add a pointer from...
2005-02-08 mquinsonAvoid log cat name conflict with MSG
2005-02-07 mquinsondoxygenification
2005-02-07 mquinsonContinue doxygenification
2005-02-07 mquinsondoxygenification
2005-02-06 mquinsonmemleak plug
2005-02-06 mquinsonPlug a memleak when using the parser
2005-02-04 mquinsonMissing header
2005-02-04 mquinsonre-enable GRAS, but only in real world for now (until...
2005-01-27 mquinsonblurp
2005-01-27 alegrandGo away. There is nothing to look at here yet.
2004-12-31 mquinsonSearch msg.h at the right location
2004-12-31 mquinsonAdd the IDL compilation. But since it's WAYS broken...
2004-12-31 mquinsonAdd the prototypes for the upcoming IDL compilation...
2004-12-31 mquinsonremove dead code
2004-12-31 mquinsonRemove the headers already loaded from somewhere else...
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-16 mquinsonFight symbol redefinition since it breaks on G5 (don...
2004-12-16 mquinsonno generated files in CVS
next