Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | ° fix debian/changelog format | bustico | |
2016-09-07 | ° better guess of TCLVERS on ubuntu systems | bustico | |
° 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-19 | debian changelog editing | bustico | |
2015-01-15 | ° compile with fPIC by default | bustico | |
° pkg-config: use Libs.private for pcre and extra libs ° fix formatting in debian changelog | |||
2015-01-07 | ° debian changelog update | bustico | |
2015-01-07 | * fix uninitialised variable in ivy-bind | bustico | |
* start tcl interpreter early * add some pkg-config configuration file * use header file from tcl-dev (which need to be installed) | |||
2014-12-23 | Author: 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-07 | macosx fix | bustico | |
2013-11-25 | ° protect gcc pragma not available on old version of gcc | bustico | |
° tcl loop compiled for tcl8.4 | |||
2013-06-20 | initial windows support for ping/pong implementation, to be tested and ↵ | bustico | |
validated | |||
2013-06-20 | fix compilation warning | bustico | |
2013-06-19 | ping pong protocol usage implemented in ivyprobe with .ping command | bustico | |
2013-06-19 | complete implementation of ping/pong protocol message | bustico | |
2013-05-07 | fix : add some missing files | bustico | |
2013-05-06 | some Makefile and debian build fixes | bustico | |
2013-03-20 | remplacement de mkdirhier par mkdir -p | imbert | |
2011-12-21 | (no commit message) | imbert | |
2011-12-21 | (no commit message) | imbert | |
2011-11-02 | Update to compile under MinGW | fcolin | |
2011-11-02 | Update to compile under MinGW | fcolin | |
2011-02-08 | change Filter API | fcolin | |
2011-01-27 | correct OSX Makefile to set correct dylib path on executable at install | bustico | |
correct broadcast adress for loopback (not the same beetween linux/windows and osx) | |||
2011-01-26 | fix some warning | bustico | |
2011-01-25 | fix some files so they can be compiled with g++ without warning(s) | bustico | |
2011-01-25 | fix for code which breaked strict aliasing rules of gcc. Use union instead | bustico | |
casts. | |||
2011-01-25 | just add a readme for the Qt mainloop | bustico | |
2011-01-24 | make ivy-c c++ compiler compliant | bustico | |
use last version (1.9.3) of uthash header | |||
2011-01-17 | remove compiler warning | fcolin | |
2011-01-07 | added missing include file | fcolin | |
2011-01-04 | (no commit message) | imbert | |
2011-01-04 | update changelog | bustico | |
2010-12-21 | Local storage of readymessage and appname passed to IvyInit | fcolin | |
2010-12-01 | remove obsolete function hsterror | fcolin | |
2010-11-30 | remove reverse DNS resolution in CheckConnected | fcolin | |
2010-11-30 | correct error code passed to hstrerror | fcolin | |
2010-11-25 | Mac OS install | fcolin | |
2010-11-22 | Use Portable 64bits machine detection | fcolin | |
2010-11-22 | Modification from eric@eparsonage.com | fcolin | |
2010-11-22 | Modification from eric@eparsonage.com | fcolin | |
2010-11-22 | Correct Pb on Mac OS | fcolin | |
2010-11-22 | remove Warning on macos | fcolin | |
2010-11-22 | replace IPV6_ADDMEMBERSHIP with IPV6_JOIN_GROUP exits on all platform | fcolin | |
2010-11-22 | Compile on Mac OS | fcolin | |
2010-10-26 | Trying to get more IPV4/IPV6 protocol idependance | fcolin | |
2010-10-21 | Win32 Compile | fcolin | |
2010-10-21 | correct small bug on addr analyse | fcolin | |
2010-10-21 | remove debug print | fcolin | |
2010-10-20 | portage IPV6 Windows | fcolin | |