summaryrefslogtreecommitdiff
path: root/src/ivy.h
AgeCommit message (Collapse)Author
2008-05-19 * make the lib and api more robust by adding const where they should bebustico
* compile with -Wall and eliminate remaining warnings
2008-05-13add of __attribute__ on the functions which have printf like api to enablebustico
gcc to check format errors
2008-03-21- numerous fixesbustico
- socket in non blocking mode (resolve some deadlock, and agent are immune to another agent beeing blocked)
2008-02-06 * fix realloc buffer size when big messagebustico
* complete change of internal structures for performance optimisation * experimental parralelized version for performance optimisation (use and need openmp) which scale well for regexp matching on multicore/multi processor gear.
2006-09-22ajout du message IvyChangeMessage pour changer la regexp d'un abonnement ↵bustico
déjà établi
2006-04-21Separation du code Regexp dans un modulefcolin
2006-04-20cleanup DEBUG codefcolin
2006-04-19Add indication on regexp filtering when classes are used call BindingCallbackfcolin
2006-04-19correction de probleme potentiel en multithread ( Ada rejeu )fcolin
ajout d'un warning en cas de client bloquant si la varaiable d'env IVY_DEBUG_SEND est positionne
2005-02-24Add functions to manipulate binding eventsvidon
2000-08-07Fixed headerssc
1999-02-17remove argument bus from function IvyInitdamiano
1999-01-26A bit of clean up in headerssc
Changes in IvyStart and IvyInit: - expanded parsing of IvyStart argument to bus addresses like 123.123,123.122:2019 - socket for receiving broadcast handshakes is now in IvyStart (we thus lose the ability to have "passive" agents (agents that listen but don't say hello))
1999-01-20headersjacomi
1999-01-11Added declaration of IvyStopsc
Updated declaration of IvyStart
1999-01-08Bus -> Ivychatty
Added domains argument to IvyStart
1998-12-22Mise au proprechatty
1998-08-12version relookee en ivyjacomi