Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a vicious bug: TCP socket use a buffer and read operation get as much data as...
[simgrid.git] / src / gras / DataDesc /
2006-07-13 mquinsonNo idea why this file got regenerated
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-06-20 mquinsonmemleak
2006-06-13 mquinsonNew annotation for the parsing macro: subtype. We can...
2006-06-09 mquinsonAutomatically generate matrices datatype description...
2006-06-09 mquinsonMore informative logging
2006-05-29 mquinsonBetter choice of what is debug and what is verbose
2006-05-28 mquinsonLet's be really verbose about what gets copied on the...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-05-22 mquinsonLearn how to exchange xbt_host_t data
2006-04-19 mquinsonDocument the gras_datadesc_dynar function
2006-04-12 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2006-04-04 mquinsonImprove detection of remote exceptions
2006-03-30 mquinsonMore debuging, that's what we need
2006-03-30 mquinsonThis is the proper data description to propagate exceptions
2006-02-15 mquinsonex_t datadescription. We need it to propagate the excep...
2005-10-20 mquinsonMessages which the payload datatype descriptor is NULL...
2005-10-02 mquinsonSome more debugs
2005-10-02 mquinsonI must have been drunk when I did the previous version...
2005-10-02 mquinsonmore explicit logs
2005-09-30 mquinsonBug fix: Do not use the same name 'count' for two diffe...
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-09-21 alegranda few casts to help compilation with gcc-4.0
2005-09-09 mquinsonPerf improvement: reduce the amount of cbps creation...
2005-09-08 mquinsonRework the Transport layer to simplify it and improve...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-09-05 mquinsonImplement gras_datadesc_copy. Was actually easier than...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonKill another xbt_error_t
2005-08-07 mquinsonKill some more xbt_error_t
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonFinish the xbt_error_t eradication. As side effect...
2005-08-07 mquinson- Found a strdup left over. Use xbt_strdup instead.
2005-08-07 mquinsonSimplify a bit the way the exceptions are handled
2005-08-07 mquinsonDo not specify to gcc that this static function may...
2005-08-07 mquinsonKill dead cruft
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-06-27 mquinsonStop implementing bit fields manually, and ask the...
2005-06-25 mquinsoncosmetics
2005-06-06 mquinsonSurvive NULL datadesc in datadesc_get_name; change...
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-05-25 mquinsondifferentiate the types 'char[22]' and 'unsigned char...
2005-05-25 mquinsonlet's get more verbose on error
2005-05-25 mquinsonCheck args before segfaulting on user
2005-04-15 mquinsonAdd flex generated cruft for gentoo users ;)
2005-04-15 mquinsonDon't ignore flex generated files. Gentoo only have...
2005-02-28 mquinsonWhen using gcc -maix64
2005-02-27 mquinsonsome splint fixes
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2005-02-08 mquinsonReorder and cleanup the architecture table
2005-02-07 mquinsonContinue doxygenification
2005-02-07 mquinsondoxygenification
2005-02-06 mquinsonPlug a memleak when using the parser
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-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
2004-12-16 mquinsonPort to G5
2004-12-15 mquinsonSome more debug
2004-12-10 mquinsonFix (c) dates
2004-12-10 mquinsonFix (c) dates; win32 cross-port
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-16 mquinsonPort to ARM
2004-11-15 mquinsonDo not use uninitialized vars (last commit was brain...
2004-11-15 mquinsonDo declare variables at the begining of the block,...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
2004-10-07 mquinsonAvoid memcpy while retrieving data from dynars (speed up)
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-14 mquinsondeal with AIX by extending the architecture description...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-12 mquinson[after] last minute bug fixes
2004-08-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsonmodule init/exit functions are now in gras_private...
2004-08-08 mquinsoninline all helping functions
2004-08-08 mquinsonMore verbose debug
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonLet it work
2004-07-24 mquinsonSome more debuging message, allowing to catch and destr...
2004-07-24 mquinsonFix miscasted logging arguments
2004-07-24 mquinsonopen a frame on cbps creation, and close one on deletion
next