summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-10-21remove debug printfcolin
2010-10-20portage IPV6 Windowsfcolin
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é
2010-07-29passage a Vs 2010fcolin
2010-03-15Correction initialisation de Mainloop en cas de redemarrage Ivyfcolin
2010-03-02Cleanup memoryfcolin
2010-01-08correction bug appel CB apres TimerRemovefcolin
2009-11-09coorection plantage si erreur de compile exp regulierefcolin
2009-11-09coorection plantage si erreur de compile exp regulierefcolin
2009-10-08fix compilation warning, default IVYBUS, and macosx buildbustico
2009-10-06suppression de printf de DEBUGfcolin
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
2009-09-22projet Visuall Studio 2008fcolin
2009-09-22projet Visual Studio 2008fcolin
2009-07-07fix openmp makefile to permit compilation with gcc-mp-43 or gcc-mp-44bustico
2009-07-06compilation sous Windowsfcolin
2009-07-06Ajout interface Timer manquantefcolin
2009-07-06typo fixbustico
2009-07-06force tcp_no_delay option to reduce lag on small messagesbustico
2009-06-18correction limite d'argument sur regexp Execfcolin
2008-10-16fix double free error in delAllRegexpsFromDictionarybustico
2008-06-23MingGWfcolin
2008-06-23Mise a jour pour compilation MinGWfcolin
2008-05-20test SVNfcolin
2008-05-20test SVNfcolin
2008-05-20test SVNfcolin
2008-05-19* fix some warning raised by visual studio compilerbustico
* remove macro definition in tools Makefile that are exported by main Makefile
2008-05-19correction OpenMP pour Windowsfcolin
2008-05-19test svnfcolin
2008-05-19correction pb comparaison unsigned/singedfcolin
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-15fix a broblem in timer.c when a timer is deleted within the timer callbackbustico
fix for TRACE compilation problem when compiling with DEBUG
2008-05-13add of __attribute__ on the functions which have printf like api to enablebustico
gcc to check format errors
2008-05-06fix Makefile for non omp targetbustico
2008-04-21Compilation sous WINDOWSfcolin
2008-04-11Modification pour compilation sous Windowsfcolin
2008-04-09fix macos file after failed attempt to use openmp on macos with gcc 4.3bustico
2008-04-09update macosx Makefile for omp lib and toolsbustico
2008-04-09fill BUGS file for macosx bugbustico
2008-04-08 * fix a bug with the behavior of send system call in non blocking modebustico
in some rare case * simplify ivythroutput and his fileset
2008-03-26update debian/changelogbustico
2008-03-26(no commit message)bustico
2008-03-25ajout makefile pour osxbustico
2008-03-21files had been moved to directory toolsbustico
2008-03-21- numerous fixesbustico
- socket in non blocking mode (resolve some deadlock, and agent are immune to another agent beeing blocked)
2008-02-08revert accidentally commited modifbustico
2008-02-08 fix makefile for non omp targetbustico
2008-02-07 * change Makefile to get around a debian Bug : debian pcrecpp package isbustico
broken, (as debian itself) * a repertory testivy with test file for the ivythroughput test tool
2008-02-06(no commit message)bustico
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.