Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving timer functions so that we can use them for internals
[simgrid.git] / src / gras /
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
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)
next