summaryrefslogtreecommitdiff
path: root/src/ivyprobe.c
AgeCommit message (Collapse)Author
2008-03-21files had been moved to directory toolsbustico
2006-09-22ajout du message IvyChangeMessage pour changer la regexp d'un abonnement ↵bustico
déjà établi
2006-06-28Modification API Hook sur IvyMainLoopfcolin
2006-06-22Ajout d'un warning si la variable IVY_DEBUG_FILTER est postionnefcolin
et que le message n'est pas emit , on controle la table des filtres ajout d'un flag -c a ivyprobe pour la gestion des filtres de regexps
2006-06-16correction d'un BUG dans IvyGetMessages ( si nb > 200 )fcolin
ajout d'un argument -f a ivyprobe pour passer des regexps dans un fichier
2006-04-21cleanup sur channel et main loopfcolin
2006-04-21suppression de l'indirection sur les fonction channel et renomage !fcolin
2006-04-20cleanup DEBUG codefcolin
2006-04-19add doc printf for commande bincall in ivyprobefcolin
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-24Fix bugs with LFvidon
2005-02-24Add functions to test binding eventsvidon
2004-09-01replaced the gtk mainloop with a glib one. added -Wall compile directive . ↵drouin
fixed some warnings
2004-07-23now uses USE_PCRE_REGEXP in ivyprobe (xtprobe ... gtkprobe ...) when binding ajestin
pattern
2004-06-25le Makefile peut être utilisé sur Solaris, OSX et Linux. Par dégaut, c'estjestin
pour linux. ivy.c corrige un unbindmsg ivyprobe: -n pour le nom de l'agent, -v pour la version de la lib ivytcl: plein de problèmes réglés, d'autres introduits, notamment pour la gestion de la boucle d'évéenents sous windows ... Test.tcl déplacé dans les exemples
2004-03-12compile avec MINGW sous WIN32fcolin
2004-01-20 pour la compilation sous INTERIX ( Windows SFU 3.5) avec gccfcolin
2003-03-17Makefile changed ... once again. We need a configure ?jestin
2000-12-20multicast and glut eventloop supportfcolin
2000-12-19ajout d'une ligne dans l'aide des commandes: .helpmertz
2000-08-07Fixed headerssc
2000-01-19original file from FRCbothorel
2000-01-19adding an empty filebothorel
2000-01-19*** empty log message ***bothorel
2000-01-19*** empty log message ***bothorel
1999-02-19Result of merge (two attempts to make ivyprobe ivy-3.0-compliant)sc
1999-02-19L'argument bus est retiré de IvyInit (ivy.c, ivy.h, ivyprobe.c)damiano
La variable DefaultIvyBus est maintenant de la forme "<domain>:<port>" (ivy.c) Les fichiers debian/* ont été corrigés pour le paquetage 3.0 (tag V3_0)
1999-02-09Just some clean upsc
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-11IvyChannelStop -> IvyStopsc
1999-01-08testivy -> ivyprobechatty