Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | Integrates G. Alliger's fix ! Kudos to him | jestin | |
Add ignore ipv6 | |||
2016-02-14 | (no commit message) | jestin | |
2012-08-23 | (no commit message) | jestin | |
2012-05-13 | Modified the tests to remove bus.getDomain(null) | jestin | |
make Waiter and WaiterClient sons of WaitFor Added a few tests into svn | |||
2012-05-12 | - minor code cleanup | jestin | |
- adds a separate file (Protocol.java) containing the Enum values in a proper pattern - resolved a synchronization bug on Ivy.stop() | |||
2012-04-27 | added names to the threads, in order to allow jvisualvm debug | jestin | |
removed a "My DEBUG" message on the console | |||
2012-04-26 | Goes to a set of synchronized collections (Map, HashMap, ...) to try and avoid | jestin | |
multithreaded issues ... | |||
2012-02-20 | reduced the default buffer size | jestin | |
2011-07-22 | Passage en 1.2.14 | jestin | |
2009-07-28 | TCP NO DELAY | jestin | |
2006-08-01 | Changes to allow the creation of a tunnel between two (or more) ivy | jestin | |
bussssseeeeezzzz | |||
2006-07-24 | adding ping and pong | jestin | |
2006-07-20 | nettoyage des fichiers qui ne servent plus à construire la paquet. Doc du | jestin | |
changelog, et mis à jour du numéro de lib dans les makefiles. | |||
2006-07-19 | changement de version à l'intérieur du source, c'est mal... aussi | jestin | |
2006-07-18 | domain parsing changed a bit | jestin | |
2006-07-11 | voir chaque fichier pour les modifs. | jestin | |
Je rajoute les servlets dans la base, j'essayerai de fabriquer un ant file pour les construire | |||
2005-11-22 | javadoc modifs | jestin | |
2005-11-22 | Ha ha, does anyone read the comments in CVS ? | jestin | |
2005-11-22 | See changes inside. | jestin | |
major change in multibus error handling. I reintroduced bugs .. | |||
2005-07-06 | Voir les fichiers eux-même pour les nouveautés. Préparation de 1.2.8 | jestin | |
2004-12-23 | preparing the 1.2.7 release | jestin | |
2004-07-29 | bugfixes majeurs, voir le changelog 1.2.6 | jestin | |
2004-07-27 | see upstream Changelog and each file's header for detail ... | jestin | |
2004-01-12 | 1.2.5 pre | jestin | |
2003-01-07 | Chasse aux bugs | jestin | |
2003-01-07 | Lotsa changes. Voire Changelog pour les détails, ou les en-têtes de chaque | jestin | |
fichier. | |||
2002-12-30 | use of the old Vector API and old System.getProperties in order to allow the | jestin | |
classes to be compiled with a 1.1.7A jdk | |||
2002-12-27 | Passage à 1.2.2 | jestin | |
2002-09-27 | see TODO for details. Mostly bugfixes. | jestin | |
2002-06-07 | doc change for the new release | jestin | |
2002-06-05 | Bug fixes, see changelog for details | jestin | |
2002-06-05 | Clean package build. | jestin | |
2002-06-04 | Many major corrections, see changelogs for details. | jestin | |
- Domain bug fix - die semantics OK - non CPU-eating socket listeners cVS: ---------------------------------------------------------------------- | |||
2002-03-07 | 1.0.9 and automatic hanlding of documentation | jestin | |
2002-03-07 | *** empty log message *** | jestin | |
2002-03-06 | Counter counts an approximative number of messages going on the bus, | jestin | |
think xload, but for ivy messages. 1 second, 10 seconds, 1 minute | |||
2001-10-10 | Bugfix related to the "a(.*) (.*)' regexp causing the loss of front empty | jestin | |
messages. | |||
2000-08-16 | Bugfixes, comments, et al. | jestin | |
2000-08-11 | Probe is the java implementation of ivyprobe(1). It supports | jestin | |
the same syntax. | |||
1999-11-02 | Bon, alors deux choses importantes dans cette release: | jestin | |
1/ le passage des Vectors aux Hashtables pour la collection des regexp, que ce soit dans Ivy.java ( regexp_in ) ou dans IvyClient.java (regexp_out) Les clefs sont des Integer ( msgid, et un serial incrémenté en sortie ) L'accès le plus simple pour modifier ces fichiers, c'est l'énumération sur les clefs. On truve des choses comme: for (Enumeration e = regexps.keys(); e.hasMoreElements(); ) { Integer key=(Integer)e.nextElement(); // des choses avec regexps.get(key) // ... } 2/ Un bugfix sauvage sans IvyClient.java Le msgarg n'était pas réinitialisé entre deux parsings de messages. Dans le cas d'un message reçu sur une regexp sans groupement (.*), comme par exemple ^AIRCRAFT:, on faisait tout de même passer la valeur précédente de msgarg. C'est fini. Over. out. heraus schnell. 3/ j'avais dit deux ? dans le monde, il y a trois type de gens, ceux qui ne savent pas compter, et les autres. Je rajoute un TestIvySwing, qui nécéssite un swingall.jar, mais c'est un problème de paquetage, et pas de libivy. En fait, ça devrait devenir à terme un autre paquetage. Yannick. | |||
1999-04-15 | Initial revision | jacomi | |