summaryrefslogtreecommitdiff
path: root/src/ivyprobe.c
AgeCommit message (Collapse)Author
2005-08-18memory leak malloc/free cleanupfcolin
2005-08-12Implementation binding simple sans regexpfcolin
2005-08-10remplacement argc argv par IvyArgumentfcolin
2005-07-27use hash table to store msg callback and regexpfcolin
2005-07-26Compile Windows remove HANDLE macro conflictfcolin
make ivyprobe like Unix version with stdin thread reading
2005-07-26compile Windowsfcolin
2005-07-26compile sur Windowsfcolin
les fichiers getopt sont necessaires uniquement sur Windows( WIN32 ) compilateur VStudio
2005-06-02modify callback of binding id is private part of implementation not exported ↵fcolin
to API !
2005-06-02gestion de la priorité entre applicationfcolin
2005-06-01Protocol revision and empty args bug correctedfcolin
2005-05-26passage du separateur de message a \0fcolin
suppression des fonctions IvyChannel dynamique on se repose sur le linker modif des adresses mails
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