summaryrefslogtreecommitdiff
path: root/src/ivysocket.h
AgeCommit message (Collapse)Author
2010-10-20portage IPV6fcolin
reste a revoir la routine d'analyse du domaine IVY et pour l'instant on ne peut pas utiliser IPV6 et IPV4 en simultané
2009-10-06correction des problemes de connection multiplefcolin
et de l'emission du message ready on d'uigne, et les suivantes ci-dessous, seront ignorées-- M ivysocket.c M ivysocket.h M ivy.c
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-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-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-05-20portages des modifications sur windowsfcolin
2005-05-20elimination des tailles de buffer par utilisation de reallocfcolin
la plupart des fonctions utilisent un pointeur static pour eviter de multiple malloc/free ce qui veut dire que IvyC n'est pas reentrant !!!!
2004-01-20pour la compilation sous INTERIX ( Windows SFU 3.5) avec gccfcolin
2003-05-20modif pour compilation avec MinGWfcolin
2001-10-23*** empty log message ***fcolin
2000-12-20ajout de SocketAddMember pour le multicast.fcolin
2000-08-07Fixed headerssc
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-08Bus -> Ivychatty
Simplified management of different versions of channel management. SetChannelManagement has disappeared.
1998-12-22Mise au proprechatty
1998-10-20correction bus sur buscleanupfcolin
gestion liste et fermeture serveur
1998-08-12version relookee en ivyjacomi