Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the useless xbt_free (was define'd to free)
[simgrid.git] / src / gras /
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
2004-12-16 mquinsonPort to G5
2004-12-16 mquinsonyou fucking windows. Don't even think about translating...
2004-12-15 mquinsonSome more debug
2004-12-14 mquinsonMake it work on win32; use the portable errno on socks...
2004-12-14 mquinsonadded a debug msg
2004-12-14 mquinsonMake it work on win32 ; some more debug msgs
2004-12-14 mquinsoninitialize winsock; support multiple calls to init...
2004-12-10 mquinsonmoved higher for the surf
2004-12-10 mquinsonFix (c) dates; make clear this is deprecated code
2004-12-10 mquinsonFix (c) dates
2004-12-10 mquinsonFix (c) dates; Initiate win32 cross-port
2004-12-10 mquinsonInitiate win32 cross-port
2004-12-10 mquinsonFix (c) dates; win32 cross-port
2004-12-10 mquinsonA proper gras_init function
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandKILKILKIL
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-29 mquinsonReintroduce raw sockets.
2004-09-28 mquinsonOnly use the C comment style, not the C++ one
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-27 mquinsonport the SG part to the new stuff intended to work...
2004-09-27 mquinsonmore header to make AIX happy
2004-09-27 mquinsonYet another malloc without cast breaking on AIX
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-14 mquinsondo not use malloc directly since AIX does not like...
2004-09-14 mquinsonclarify a comment
2004-09-14 mquinsonadd an header AIX seems to want
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-09-06 mquinsonmove the definition of local definitions a level higher
2004-09-06 mquinsonkill cruft
2004-09-06 mquinsonMore documentation of -version-info of libtool; reflect...
2004-08-18 mquinsonSpecify the buffer size before allocating them, to...
2004-08-18 mquinsonInterface cleanup: msgtype_by_name return the searched...
2004-08-17 mquinsonPre-alloc the buffers
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 mquinsonflush function, cosmetic in API, more debug
2004-08-08 mquinsonAdd the buffer transport, and some fat optimisation...
2004-08-08 mquinsonadd a flush function; move module init/exit declaration...
2004-08-08 mquinsoncosmetic on the API
2004-08-08 mquinsonload the right _interface
2004-08-08 mquinsonWe use the buffer transport when creating new sockets...
2004-08-08 mquinsonUse flush when needed, load the right _interfaces,...
2004-08-08 mquinsonIntroduce the flush, use the buffered transport
2004-08-08 mquinsonmodule init/exit functions are now in gras_private...
2004-08-08 mquinsoninline all helping functions
2004-08-08 mquinsonthere is now a flush function
2004-08-08 mquinsongross hack needed by the conjonction of the buffered...
2004-08-08 mquinsonMore verbose debug
2004-08-08 mquinsonnew buffered plugin. Use either tcp or sg to do the...
2004-08-08 mquinsonDo not include all _interface header here, but only...
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-26 mquinsoncosmetics
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
2004-07-24 mquinsonDo compile with debugging symbols. No idea how I manage...
2004-07-24 mquinsonChange all size_t into long int; Fix miscasted argument...
2004-07-23 mquinsonMore verbose error message
2004-07-22 mquinsonmake distcheck is now successful
next