summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-07° better guess of TCLVERS on ubuntu systemsbustico
° remove -DDEBUG on ivytcl library to avoid spurious messages in console
2015-05-11° more precise warning message when SO_REUSEPORT if available at ↵bustico
compilation but not at execution
2015-05-11* behavior change : just warn without exiting if libc/kernel does not ↵bustico
support SO_REUSEPORT
2015-01-19debian changelog editingbustico
2015-01-15 ° compile with fPIC by defaultbustico
° pkg-config: use Libs.private for pcre and extra libs ° fix formatting in debian changelog
2015-01-07° debian changelog updatebustico
2015-01-07* fix uninitialised variable in ivy-bindbustico
* start tcl interpreter early * add some pkg-config configuration file * use header file from tcl-dev (which need to be installed)
2014-12-23Author: Piotr Esden-Tempski <piotr@esden.net>bustico
Date: Mon Dec 22 18:54:08 2014 -0800 Added toplevel README.md file. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 18:38:50 2014 -0800 Added missing LIB variable for Makefile.osx Date: Mon Dec 22 18:30:20 2014 -0800 Bumped version. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 18:15:14 2014 -0800 Switched from explicit naming of *.pc files to wildcard. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 18:06:52 2014 -0800 A bunch of pkg-config file improvements. - Automatically finding *.pc.in files and running pattern replacements on them. - Replaced static paths in ivy.pc.in with @@ patterns. - Removed @DESTDIR@ as this path should not appear in any of the installed files, it is only used to direct the build system where to put the files. See deb package build process. - Moved LIB variables to Libs and INC to Cflags. - pkgconfiginstall target now depends on pkgconfig target. Otherwise the *.pc files might not be generated when make install is invoked. - Added missing MAJOR and MINOR variable definitions in Makefile.osx. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 17:23:54 2014 -0800 Updated the ivy pkgconfig to use the same patterns as the glib one. Author: Felix Ruess <felix.ruess@gmail.com> Date: Fri Nov 14 15:06:18 2014 +0100 add pkg-config file for ivy Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 03:48:57 2014 -0800 Fixing the format security warning. The warning is a valid security issue, allowing for access to memory regions not intended for public use. For reference please see: https://fedoraproject.org/wiki/Format-Security-FAQ
2014-04-07macosx fixbustico
2013-11-25° protect gcc pragma not available on old version of gccbustico
° tcl loop compiled for tcl8.4
2013-06-20 initial windows support for ping/pong implementation, to be tested and ↵bustico
validated
2013-06-20fix compilation warningbustico
2013-06-19ping pong protocol usage implemented in ivyprobe with .ping commandbustico
2013-06-19complete implementation of ping/pong protocol messagebustico
2013-05-07fix : add some missing filesbustico
2013-05-06some Makefile and debian build fixesbustico
2013-03-20remplacement de mkdirhier par mkdir -pimbert
2011-12-21(no commit message)imbert
2011-12-21(no commit message)imbert
2011-11-02Update to compile under MinGWfcolin
2011-11-02Update to compile under MinGWfcolin
2011-02-08change Filter APIfcolin
2011-01-27 correct OSX Makefile to set correct dylib path on executable at installbustico
correct broadcast adress for loopback (not the same beetween linux/windows and osx)
2011-01-26fix some warningbustico
2011-01-25fix some files so they can be compiled with g++ without warning(s)bustico
2011-01-25fix for code which breaked strict aliasing rules of gcc. Use union insteadbustico
casts.
2011-01-25just add a readme for the Qt mainloopbustico
2011-01-24make ivy-c c++ compiler compliantbustico
use last version (1.9.3) of uthash header
2011-01-17remove compiler warningfcolin
2011-01-07added missing include filefcolin
2011-01-04(no commit message)imbert
2011-01-04update changelogbustico
2010-12-21Local storage of readymessage and appname passed to IvyInitfcolin
2010-12-01remove obsolete function hsterrorfcolin
2010-11-30remove reverse DNS resolution in CheckConnectedfcolin
2010-11-30 correct error code passed to hstrerrorfcolin
2010-11-25Mac OS installfcolin
2010-11-22Use Portable 64bits machine detectionfcolin
2010-11-22Modification from eric@eparsonage.comfcolin
2010-11-22Modification from eric@eparsonage.comfcolin
2010-11-22Correct Pb on Mac OSfcolin
2010-11-22remove Warning on macosfcolin
2010-11-22replace IPV6_ADDMEMBERSHIP with IPV6_JOIN_GROUP exits on all platformfcolin
2010-11-22Compile on Mac OSfcolin
2010-10-26Trying to get more IPV4/IPV6 protocol idependancefcolin
2010-10-21 Win32 Compilefcolin
2010-10-21correct small bug on addr analysefcolin
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é