Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid memcpy while retrieving data from dynars (speed up)
[simgrid.git] / src /
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-10-01 mquinsonRename GROS to XBT, thanks Arnaud ;)
2004-09-29 mquinsonReintroduce raw sockets.
2004-09-28 mquinsonOnly use the C comment style, not the C++ one
2004-09-28 mquinson.
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 mquinsonAdd a layer over the system headers to simplify portability
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-07 mquinsonfix paths so that make distcheck works again
2004-09-06 mquinsonfix the inclusion paths
2004-09-06 mquinson.
2004-09-06 mquinson.
2004-09-06 mquinsonmv
2004-09-06 mquinsonmove the definition of local definitions a level higher
2004-09-06 mquinsonWelcome, Arnaud
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-18 mquinsonUseless cleanup
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-08-08 mquinsonIntroduce a new 'trace' log verbosity, used for GRAS_IN...
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-26 mquinsoncosmetics
2004-07-24 mquinsonLet it work
2004-07-24 mquinsonFix a little bug
2004-07-24 mquinsonMore useful logging msg
2004-07-24 mquinsonSome more debuging message, allowing to catch and destr...
2004-07-24 mquinsonDo deal properly with the fact that internal key are...
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-24 mquinsonkeys are not null terminated. Deal with it in logging...
2004-07-24 mquinsonTeach gcc how to check the format and arguments type...
2004-07-23 mquinsonMore verbose error message
2004-07-22 mquinsonmake distcheck is now successful
2004-07-22 mquinsonUpdate versionning info, and add a cheat sheet to the...
2004-07-22 mquinsonMove Virtu functions into the gras_os_ namespace
2004-07-22 mquinsonIgnore .la
2004-07-22 mquinsonIgnore .lo
2004-07-20 mquinsonDo not remove Makefile.in on distclean, but on maintain...
2004-07-20 mquinsonBuild shared libraries
2004-07-13 mquinsonplease close the structure behind you
2004-07-13 mquinsontake care of the architecture maximal boundary when...
2004-07-11 mquinsonadd the result of flex (no build-dep on this)
2004-07-11 mquinsonLet it work with new flex (just add the needed prototyp...
2004-07-11 mquinsoncosmetics; add support for closing struct and union
2004-07-11 mquinsonDamn idiot, double where declared being as big as float...
2004-07-11 mquinsonmake sure union and struct are closed before exchange...
2004-07-11 mquinsoncosmetics; channel renamed fron DataDesc to datadesc...
2004-07-11 mquinsonFirst version of the structure parsing macro, and assoc...
2004-07-11 mquinsonProtect ourselves against the reinsertion of the same...
2004-07-11 mquinsonremove a debug message placed at severity warning
2004-07-08 mquinsonMore debug; cosmetics
2004-07-08 mquinsonRename architectures, implement conversion;)
2004-07-08 mquinsonget ride of the testing to XML, since SG is now compile...
2004-07-07 mquinsonport to alpha, inital try to convert, exchange/convert...
2004-07-07 mquinsonport to alpha
2004-07-07 mquinsonOptimization: Send/recv array of scalar in one shoot
2004-07-07 mquinsonBug fix
2004-07-07 mquinsonrename ppc to powerpc to be consistent with dpkg
2004-07-07 mquinsonLet make dist work even when SG is not there
2004-07-07 mquinsonSpeedup arch signature detection code; add sparc signature
2004-07-07 mquinsonmake SG optional to the configuration and compilation...
2004-07-07 mquinsonMore changes to get ppc recognized
2004-07-07 mquinsonAdd ppc arch signature
2004-07-06 mquinsonA leak of 5 bytes is better than a segfault when more...
2004-07-06 mquinsonIt works. Isn't that great?
2004-07-06 mquinsoninitialize in trp_socket_new a socket field which shoul...
2004-07-06 mquinsonMore debug msg, rephrase other debug msg
2004-07-06 mquinsonin gras_dynar_cursor_rm, we want to get the content...
next