libt2n
8 years agoSwitched default packaging format to .tar.bz2 latest_release v0.7
Thomas Jarosch [Tue, 5 May 2015 09:05:51 +0000]
Switched default packaging format to .tar.bz2

8 years agoAdd git based 'make dist' target
Thomas Jarosch [Tue, 5 May 2015 09:00:18 +0000]
Add git based 'make dist' target

8 years agoPrepare libt2n 0.7 release
Thomas Jarosch [Tue, 5 May 2015 08:33:52 +0000]
Prepare libt2n 0.7 release

9 years agoreadme: bump year in copyright info
Philipp Gesang [Tue, 10 Mar 2015 14:42:03 +0000]
readme: bump year in copyright info

9 years agosocket_client.cpp: prevent buffer overflow in creation of unix socket
Philipp Gesang [Tue, 10 Mar 2015 14:23:23 +0000]
socket_client.cpp: prevent buffer overflow in creation of unix socket

Path size for UNIX domain sockets is fixed at 108, however, the
method ``.unix_connect()`` of the socket client class accepts
STL strings of any length unchecked. Thus it’s trivial to provoke
a segfault:

    libt2n::socket_client_connection sc(std::string(42 * 42, '!'));

and ... bang!

A check of the client-supplied path value against the buffer size
of ``sockaddr_un.sun_path[]`` is added to prevent the issue.

9 years agoclient_wrapper.hxx, socket_wrapper.hxx: reorder member initialization order
Philipp Gesang [Mon, 8 Sep 2014 10:08:29 +0000]
client_wrapper.hxx, socket_wrapper.hxx: reorder member initialization order

This pleases GCC so we can include the headers while compiling
with ``-Wall -Werror``.

10 years agoreset timeout if connection is active.
Camilo Roca [Thu, 18 Jul 2013 10:04:25 +0000]
reset timeout if connection is active.

10 years agoCosmetic changes
Thomas Jarosch [Wed, 10 Jul 2013 09:38:15 +0000]
Cosmetic changes

10 years agoget_sockets_set added for external select() calls. Boost test case added to check...
Camilo Roca [Wed, 10 Jul 2013 08:52:56 +0000]
get_sockets_set added for external select() calls. Boost test case added to check proper behavior.

12 years agoAdd missing include for chmod()
Thomas Jarosch [Fri, 9 Sep 2011 15:28:43 +0000]
Add missing include for chmod()

12 years agoFix file extension matching for filenames with multiple dots
Thomas Jarosch [Fri, 9 Sep 2011 15:05:43 +0000]
Fix file extension matching for filenames with multiple dots

12 years agoCleaned the indentation of Libt2n.cmake
Kristóf Katus [Tue, 30 Aug 2011 11:40:55 +0000]
Cleaned the indentation of Libt2n.cmake

12 years agoInstall header files to include/${PROJECT_NAME} according to the package file exports.
Kristóf Katus [Tue, 30 Aug 2011 11:39:07 +0000]
Install header files to include/${PROJECT_NAME} according to the package file exports.

12 years agoSmall corrections to Libt2n.cmake - linking the boost serialization library to the...
Kristóf Katus [Fri, 26 Aug 2011 09:37:10 +0000]
Small corrections to Libt2n.cmake - linking the boost serialization library to the client libraries.

12 years agoInstallation of Libt2n.cmake
Kristóf Katus [Thu, 25 Aug 2011 15:34:38 +0000]
Installation of Libt2n.cmake

12 years agoMissing config.h.in.cmake file.
Kristóf Katus [Thu, 25 Aug 2011 13:45:41 +0000]
Missing config.h.in.cmake file.

12 years agoCleansed all directories from autohell corruption. Some additional unnecessary files...
Kristóf Katus [Thu, 25 Aug 2011 13:40:14 +0000]
Cleansed all directories from autohell corruption. Some additional unnecessary files are removed as well.

12 years agoSmall corrections. Compiles and builds.
Kristóf Katus [Thu, 25 Aug 2011 13:19:22 +0000]
Small corrections. Compiles and builds.

12 years agoInitial CMake conversion of examples-codegen/example2-client
Kristóf Katus [Thu, 25 Aug 2011 08:32:26 +0000]
Initial CMake conversion of examples-codegen/example2-client

12 years agoProper dependency handling in Libt2n.cmake by using only one add_custom_command for...
Kristóf Katus [Thu, 25 Aug 2011 07:59:17 +0000]
Proper dependency handling in Libt2n.cmake by using only one add_custom_command for every command group (no separate add_custom_command commands for every intermediate gccxml file).

12 years agoInitial commit of example projects (except: example2-client).
Kristóf Katus [Wed, 24 Aug 2011 15:27:54 +0000]
Initial commit of example projects (except: example2-client).

12 years agoInitial fix of Libt2n.cmake.
Kristóf Katus [Wed, 24 Aug 2011 15:24:28 +0000]
Initial fix of Libt2n.cmake.

12 years agoInitial cmake conversion of the libt2n project except the example projects. The unit...
Kristóf Katus [Wed, 24 Aug 2011 07:43:40 +0000]
Initial cmake conversion of the libt2n project except the example projects. The unit test fails.

12 years agoFix compile warnings about initialization order and unused variables
Thomas Jarosch [Fri, 8 Jul 2011 11:32:34 +0000]
Fix compile warnings about initialization order and unused variables

12 years agoUpdate exception message. Atleast boost 1.44.0 uses this one
Thomas Jarosch [Fri, 8 Jul 2011 11:31:51 +0000]
Update exception message. Atleast boost 1.44.0 uses this one

12 years agoMake sure we pick up the local include files
Thomas Jarosch [Fri, 8 Jul 2011 08:47:49 +0000]
Make sure we pick up the local include files

12 years agoAdd cmake code generator support to libt2n
Thomas Jarosch [Thu, 7 Jul 2011 11:05:20 +0000]
Add cmake code generator support to libt2n

12 years agoUpdate README v0.6
Thomas Jarosch [Fri, 20 May 2011 15:00:47 +0000]
Update README

12 years agoIncrease version
Thomas Jarosch [Fri, 20 May 2011 14:54:48 +0000]
Increase version

12 years agoPrepare ChangeLog for new release
Thomas Jarosch [Fri, 20 May 2011 14:49:45 +0000]
Prepare ChangeLog for new release

13 years agoSilence gcc warning about initialization order
Thomas Jarosch [Fri, 16 Jul 2010 12:57:58 +0000]
Silence gcc warning about initialization order

13 years agoDon't catch unknown exceptions if we are only going to rethrow them.
Thomas Jarosch [Mon, 26 Apr 2010 12:34:39 +0000]
Don't catch unknown exceptions if we are only going to rethrow them.

Rethrowing hides the real source of the exception.

14 years agoChange gccxml wrapper to work with older bash version. Hopefull this doesn't break...
Thomas Jarosch [Thu, 4 Feb 2010 15:57:06 +0000]
Change gccxml wrapper to work with older bash version. Hopefull this doesn't break something

14 years agoRemove code duplication in test fixtures
Thomas Jarosch [Thu, 4 Feb 2010 15:38:18 +0000]
Remove code duplication in test fixtures

14 years agoMigrate from cppunit to Boost.test
Thomas Jarosch [Thu, 4 Feb 2010 15:22:04 +0000]
Migrate from cppunit to Boost.test

14 years agoUpdate to newer boost autoconf macros
Thomas Jarosch [Thu, 4 Feb 2010 10:40:51 +0000]
Update to newer boost autoconf macros

14 years agoRemove boost dependency, rpm will pick it up automatically (with the right package...
Thomas Jarosch [Thu, 1 Oct 2009 09:23:58 +0000]
Remove boost dependency, rpm will pick it up automatically (with the right package name) as "boost" is a meta-package on Fedora for all boost packages

14 years agoAdded libt2n-gccxml.sh wrapper script to filter new, unknown gccxml -pthread option
Thomas Jarosch [Thu, 6 Aug 2009 08:42:09 +0000]
Added libt2n-gccxml.sh wrapper script to filter new, unknown gccxml -pthread option

14 years agoRemove autogenerated files
Thomas Jarosch [Thu, 6 Aug 2009 08:34:36 +0000]
Remove autogenerated files

14 years agoParallel build on SMP machines, added cppunit-devel to build requirements, proper...
Thomas Jarosch [Wed, 5 Aug 2009 15:16:27 +0000]
Parallel build on SMP machines, added cppunit-devel to build requirements, proper autotoolization

14 years agoFix RPM license tag
Thomas Jarosch [Thu, 23 Jul 2009 09:57:50 +0000]
Fix RPM license tag

15 years agoChange license from LGPL to GPL version 2 + linking exception. This fixes C++ templat...
Thomas Jarosch [Fri, 3 Apr 2009 15:55:55 +0000]
Change license from LGPL to GPL version 2 + linking exception. This fixes C++ template usage.

15 years agoremove now-unneeded documentation-header
Gerd v. Egidy [Sat, 14 Feb 2009 23:07:21 +0000]
remove now-unneeded documentation-header

15 years agoFix for newer boost versions (tested 1.37.0 and 1.38.0)
Thomas Jarosch [Fri, 13 Feb 2009 16:52:22 +0000]
Fix for newer boost versions (tested 1.37.0 and 1.38.0)

15 years agoStarted .gitignore file
Thomas Jarosch [Sat, 7 Feb 2009 17:30:00 +0000]
Started .gitignore file

15 years agoReconstructed release dates in ChangeLog
Thomas Jarosch [Sat, 7 Feb 2009 11:15:05 +0000]
Reconstructed release dates in ChangeLog

15 years agoChanged one more homepage link
Thomas Jarosch [Sat, 7 Feb 2009 10:41:46 +0000]
Changed one more homepage link

15 years agoRelease libt2n 0.5 v0.5
Thomas Jarosch [Sat, 7 Feb 2009 10:12:47 +0000]
Release libt2n 0.5

15 years agoupdate project URL, remove old Obsolets-line from .spec
Gerd von Egidy [Fri, 6 Feb 2009 09:37:16 +0000]
update project URL, remove old Obsolets-line from .spec
Doxygen still to do

15 years agolibt2n: (tomj) fix mysterious crashes in test::ReentrantServer: boost serialization...
Thomas Jarosch [Wed, 26 Nov 2008 17:01:20 +0000]
libt2n: (tomj) fix mysterious crashes in test::ReentrantServer: boost serialization does not cope with anonymous namespaces\! We ended up in the testfunc_* classes from the global namespace with the same name. argh\!

15 years agolibt2n: (tomj) added exception handling to every child after fork(). This is needed...
Thomas Jarosch [Wed, 26 Nov 2008 13:41:29 +0000]
libt2n: (tomj) added exception handling to every child after fork(). This is needed to make sure no two cppunit tests run at the same time\!

15 years agolibt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost...
Thomas Jarosch [Wed, 26 Nov 2008 13:08:33 +0000]
libt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost if the command_client is stored in a STL container.
               Improve reentrant test to check for positive results after all clients finished (nice stress test)

15 years agolibt2n: (tomj) make result_container's has_exception and has_result a bit more robust
Thomas Jarosch [Wed, 26 Nov 2008 09:18:29 +0000]
libt2n: (tomj) make result_container's has_exception and has_result a bit more robust

15 years agolibt2n: (tomj) fixed call of virtual function close() from destructor, fixed return...
Thomas Jarosch [Tue, 25 Nov 2008 18:45:41 +0000]
libt2n: (tomj) fixed call of virtual function close() from destructor, fixed return value of server::add_connection()

15 years agolibt2n: (tomj) fix uninitialized variable "result_type" in result_container
Thomas Jarosch [Tue, 25 Nov 2008 14:58:48 +0000]
libt2n: (tomj) fix uninitialized variable "result_type" in result_container

15 years agolibt2n: (tomj) made reentrant unit-test more robust. Gave the guard_handle a lot...
Thomas Jarosch [Mon, 24 Nov 2008 22:15:23 +0000]
libt2n: (tomj) made reentrant unit-test more robust. Gave the guard_handle a lot of thought (volatile/atomic operations) -> it's fine.

15 years agolibt2n: (tomj) close open connection (if any) on destruction of socket_client_connect...
Thomas Jarosch [Mon, 24 Nov 2008 20:05:24 +0000]
libt2n: (tomj) close open connection (if any) on destruction of socket_client_connection; fixes client crash

15 years agolibt2n: (tomj) documented code problems; have to find out if this is the source of...
Thomas Jarosch [Mon, 24 Nov 2008 19:43:16 +0000]
libt2n: (tomj) documented code problems; have to find out if this is the source of the server memleak/client crash

15 years agolibt2n: (tomj) disable recently added unit test: it won't work as is
Thomas Jarosch [Mon, 24 Nov 2008 14:48:51 +0000]
libt2n: (tomj) disable recently added unit test: it won't work as is

15 years agolibt2n: (gerd) set additional non-blocking options, not really needed but a safety...
Gerd v. Egidy [Fri, 21 Nov 2008 10:48:14 +0000]
libt2n: (gerd) set additional non-blocking options, not really needed but a safety-measure, add unit-test

15 years agolibt2n: (gerd) add safety-check to send_hello
Gerd v. Egidy [Fri, 21 Nov 2008 10:35:25 +0000]
libt2n: (gerd) add safety-check to send_hello

15 years agolibt2n: (tomj) small fix to support data transfers over 2GB
Thomas Jarosch [Fri, 21 Nov 2008 09:36:46 +0000]
libt2n: (tomj) small fix to support data transfers over 2GB

15 years agolibt2n: (tomj) fix bug in fill_connection_buffers() returning true even though no...
Thomas Jarosch [Wed, 19 Nov 2008 09:36:15 +0000]
libt2n: (tomj) fix bug in fill_connection_buffers() returning true even though no data is available

15 years agolibt2n: (tomj) increase version
Thomas Jarosch [Thu, 23 Oct 2008 08:29:18 +0000]
libt2n: (tomj) increase version

15 years agosmall fix
Gerd v. Egidy [Fri, 10 Oct 2008 08:53:21 +0000]
small fix

15 years agolibt2n: (gerd) more documentation-polishing v0.4
Gerd v. Egidy [Fri, 26 Sep 2008 13:17:06 +0000]
libt2n: (gerd) more documentation-polishing

15 years agolibt2n: (gerd) add example for wrapper
Gerd v. Egidy [Fri, 26 Sep 2008 09:11:17 +0000]
libt2n: (gerd) add example for wrapper

15 years agolibt2n: (gerd) make codegen.make work with current autotools
Gerd v. Egidy [Fri, 26 Sep 2008 09:07:14 +0000]
libt2n: (gerd) make codegen.make work with current autotools

15 years agolibt2n: (reinhard) 1 Million is not enough! (+ doc fix)
Reinhard Pfau [Tue, 23 Sep 2008 15:47:27 +0000]
libt2n: (reinhard) 1 Million is not enough! (+ doc fix)

15 years agolibt2n, arnied: (gerd) set logging on existing connections too, show t2n-debugging...
Gerd v. Egidy [Fri, 19 Sep 2008 13:41:24 +0000]
libt2n, arnied: (gerd) set logging on existing connections too, show t2n-debugging on ARNIED-LOG-EVERYTHING

15 years agolibt2n: (gerd) some more documentation
Gerd v. Egidy [Thu, 18 Sep 2008 14:06:23 +0000]
libt2n: (gerd) some more documentation

15 years agolibt2n: (gerd) some documentation improvement as preparation for release
Gerd v. Egidy [Wed, 17 Sep 2008 14:29:26 +0000]
libt2n: (gerd) some documentation improvement as preparation for release

15 years agolibt2n: (gerd) make handle-function on server reentrant
Gerd v. Egidy [Fri, 5 Sep 2008 11:42:16 +0000]
libt2n: (gerd) make handle-function on server reentrant

15 years agolibt2n: (gerd) adapt codegen to new command_client interface, fix codegen-examples
Gerd v. Egidy [Wed, 27 Aug 2008 13:58:48 +0000]
libt2n: (gerd) adapt codegen to new command_client interface, fix codegen-examples

15 years agolibt2n: (gerd) make sure no exception is thrown in command_client constructor, fix...
Gerd v. Egidy [Wed, 27 Aug 2008 08:58:48 +0000]
libt2n: (gerd) make sure no exception is thrown in command_client constructor, fix killing of child processes in unit tests

15 years agolibt2n: (gerd) fix client-connection-logic, finish wrappers, all tests are working...
Gerd v. Egidy [Sun, 24 Aug 2008 21:41:21 +0000]
libt2n: (gerd) fix client-connection-logic, finish wrappers, all tests are working now, some polishing & docu missing

15 years agolibt2n: (reinhard) more compile fixes.
Reinhard Pfau [Fri, 1 Aug 2008 14:47:15 +0000]
libt2n: (reinhard) more compile fixes.

15 years agolibt2n: (reinhard) compile fixes.
Reinhard Pfau [Fri, 1 Aug 2008 14:33:19 +0000]
libt2n: (reinhard) compile fixes.

15 years agolibt2n: (reinhard) compile fixes.
Reinhard Pfau [Fri, 1 Aug 2008 14:32:58 +0000]
libt2n: (reinhard) compile fixes.

15 years agolibt2n: (tomj) compile fix
Thomas Jarosch [Fri, 1 Aug 2008 13:33:33 +0000]
libt2n: (tomj) compile fix

15 years agolibt2n: (gerd) bugfixes, better logging, unit tests for wrapper, ignore handler still...
Gerd v. Egidy [Thu, 31 Jul 2008 22:12:55 +0000]
libt2n: (gerd) bugfixes, better logging, unit tests for wrapper, ignore handler still missing

15 years agolibt2n: (gerd) basic structure of wrappers done, ignore handler missing, unit tests...
Gerd v. Egidy [Wed, 30 Jul 2008 17:27:32 +0000]
libt2n: (gerd) basic structure of wrappers done, ignore handler missing, unit tests missing

15 years agolibt2n: (tomj) make compilable again
Thomas Jarosch [Tue, 29 Jul 2008 09:03:54 +0000]
libt2n: (tomj) make compilable again

15 years agolibt2n: (gerd) socket reconnect added (incl. unit tests)
Gerd v. Egidy [Thu, 24 Jul 2008 17:37:26 +0000]
libt2n: (gerd) socket reconnect added (incl. unit tests)

15 years agolibt2n: (gerd) some refactoring, documentation improvement
Gerd v. Egidy [Thu, 24 Jul 2008 10:01:48 +0000]
libt2n: (gerd) some refactoring, documentation improvement

15 years agolibt2n: (gerd) more progress with T2nSingletonWrapper (compiles but not complete...
Gerd v. Egidy [Wed, 23 Jul 2008 17:01:15 +0000]
libt2n: (gerd) more progress with T2nSingletonWrapper (compiles but not complete yet)

15 years agolibt2n: (gerd) some progress with T2nWrapper (compiles but not complete yet)
Gerd v. Egidy [Wed, 23 Jul 2008 14:20:30 +0000]
libt2n: (gerd) some progress with T2nWrapper (compiles but not complete yet)

15 years agolibt2n: (gerd) improve doxygen documentation
Gerd v. Egidy [Wed, 23 Jul 2008 08:50:13 +0000]
libt2n: (gerd) improve doxygen documentation

15 years agolibt2n: (gerd) improve doxygen documentation
Gerd v. Egidy [Tue, 22 Jul 2008 14:34:43 +0000]
libt2n: (gerd) improve doxygen documentation

15 years agolibt2n: (gerd) really fix default arguments (#1427)
Gerd v. Egidy [Mon, 21 Jul 2008 10:12:46 +0000]
libt2n: (gerd) really fix default arguments (#1427)

15 years agolibt2n: (gerd) handle default parameters in codegen, some improvements in callback...
Gerd v. Egidy [Fri, 18 Jul 2008 14:12:52 +0000]
libt2n: (gerd) handle default parameters in codegen, some improvements in callback unit tests (#1427)

15 years agolibt2n: (gerd) reformat codegen with new codestyle (preparation for new stuff)
Gerd v. Egidy [Thu, 17 Jul 2008 14:57:25 +0000]
libt2n: (gerd) reformat codegen with new codestyle (preparation for new stuff)

15 years agolibt2n: (gerd) add lots of error handling code, unit tests for this error handling...
Gerd v. Egidy [Fri, 13 Jun 2008 14:48:51 +0000]
libt2n: (gerd) add lots of error handling code, unit tests for this error handling, new codestyle for examples

15 years agolibt2n: (reinhard) bugfix in example configure.in. update some informational files.
Reinhard Pfau [Fri, 6 Jun 2008 10:47:33 +0000]
libt2n: (reinhard) bugfix in example configure.in. update some informational files.

15 years agolibt2n: (reinhard) fixed unit test.
Reinhard Pfau [Fri, 6 Jun 2008 08:52:20 +0000]
libt2n: (reinhard) fixed unit test.

15 years agolibt2n: (reinhard) socket handler: buffer and blcok sizes are configurable now; incom...
Reinhard Pfau [Fri, 6 Jun 2008 08:22:45 +0000]
libt2n: (reinhard) socket handler: buffer and blcok sizes are configurable now; incomplete writes are handled correctly; if write failes with EAGAIN or EINTR the socket is selected for become writable again.

15 years agolibt2n: (reinhard) make command_client class polymoprh by adding virtrual destructor...
Reinhard Pfau [Thu, 5 Jun 2008 12:29:16 +0000]
libt2n: (reinhard) make command_client class polymoprh by adding virtrual destructor. typo fixed.

15 years agolibt2n: (reinhard) bugfix.
Reinhard Pfau [Tue, 3 Jun 2008 06:48:21 +0000]
libt2n: (reinhard) bugfix.

15 years agolibt2n: (reinhard) removed module arg; this avoids the annoying warning of libtool...
Reinhard Pfau [Mon, 19 May 2008 13:44:04 +0000]
libt2n: (reinhard) removed module arg; this avoids the annoying warning of libtool when linking with t2n.

15 years agoincrease version
Thomas Jarosch [Tue, 6 May 2008 13:46:15 +0000]
increase version