0
I Use This!
Inactive

Commits : Listings

Analyzed 20 minutes ago. based on code collected about 3 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Drop extra qualifiers to build with GCC 4.1. More... about 18 years ago
Change configure.in to configure.ac to use new versions of autoconf. More... about 18 years ago
Check for __GLIBC__ instead of linux. More... over 18 years ago
Add in EXTRA_DIST the projects for Visual Studio. More... over 18 years ago
Include netinet/in.h to work on FreeBSD. More... over 18 years ago
Don't check for linux define, check if MSG_NOSIGNAL is defined instead. More... over 18 years ago
Added pkg-config datafile. More... over 18 years ago
autogen is not a noinst_SCRIPT. More... over 18 years ago
Get rid of doxygen checks as API documentation is not built right now. It would anyway be shared with wefts and mxmlplus when it will be. More... over 18 years ago
Cleanup tests' makefile and avoid compiling the whole directory if not enabled. More... over 18 years ago
Cleanup parameters handling. More... over 18 years ago
Default to usual prefix /usr/local. More... over 18 years ago
Make right use of libtool. More... over 18 years ago
Makefile cleanup. More... over 18 years ago
Drop silly file. More... over 18 years ago
autoupdate and misc configure.in cleanups. More... over 18 years ago
Added .cvsignore files. More... over 18 years ago
New gcc and c++ models screen definitions of overloaded base classes methods.
Giancarlo Niccolai
as jonnymind
More... over 18 years ago
Changed base directory to "."; was wrongly pointing to my local dir ;-)
Giancarlo Niccolai
as jonnymind
More... over 18 years ago
The connection is not anymore owner of the transreceiver. As a interface, the transeceiver disposal is now responsibility of the application provided client implementation.
Giancarlo Niccolai
as jonnymind
More... almost 19 years ago
2005-03-01 00:12 +0200 Giancarlo Niccolai <antispam /at/ niccolai [dot] ws> * include/cabal_address.h * src/cabal_address.cpp ! Now scan() readies the address if the scan is successful. % Moved scan() body from the include file to the implementation. * Better documentation.
Giancarlo Niccolai
as jonnymind
More... about 19 years ago
2005-02-28 23:00 +0200 Giancarlo Niccolai <antispam /at/ niccolai [dot] ws> * /src/cabal_os_bsd.cpp ! fixed boolean check to see if gethostbyaddress_r has worked.
Giancarlo Niccolai
as jonnymind
More... about 19 years ago
2005-01-13 18:01 +0200 Giancarlo Niccolai <antispam /at/ niccolai [dot] ws> * include/Makefile.am * include/cabal.h * include/cabal_channel.h * include/cabal_conn.h * include/cabal_defs.h + include/cabal_ssmap.h * src/cabal_conn.cpp * tests/balser.cpp ! Fixed rescheduling mechanism under simulated working enviromnent. This required to change the schedulation map (now in cabal_ssmap.h) to register the connection and its scheduling time. The older structure (schedulation-socket map) was due to the fact that older system had sockets that may have been subscribed in a channel for reception without a connection; currently only connection can be used, so they are both in the receive map list and in the sending subscription.
Giancarlo Niccolai
as jonnymind
More... over 19 years ago
Fixed includes from last change from Giancarlo. More... over 19 years ago
Changed Net_BSD::getHostList() to work on solaris library. More... over 19 years ago
New schema using a single class for transreceival and the connection object as the referee of guarded sockets. Much more linear and solid.
Giancarlo Niccolai
as jonnymind
More... over 19 years ago
This check should be better. More... over 19 years ago
Made signal ignore work on solaris (maybe a change in the #ifdef is needed to make work also bsd-derived OSes. More... over 19 years ago
Solaris doesn't define INET_ADDRSTRLEN. Default to 16 if not defined. More... over 19 years ago
Added solaris compatibility code. More... over 19 years ago