]> git.tdb.fi Git - libs/net.git/log
libs/net.git
12 years agoAdd ClientSocket and ServerSocket abstractions
Mikko Rasa [Sat, 6 Aug 2011 20:17:41 +0000 (23:17 +0300)]
Add ClientSocket and ServerSocket abstractions

12 years agoAdd netcat example
Mikko Rasa [Sat, 6 Aug 2011 16:24:36 +0000 (19:24 +0300)]
Add netcat example

12 years agoHide platform specific parts of socket addresses
Mikko Rasa [Sat, 6 Aug 2011 16:23:26 +0000 (19:23 +0300)]
Hide platform specific parts of socket addresses

12 years agoHide AF_* constants from the public header
Mikko Rasa [Sat, 6 Aug 2011 12:03:04 +0000 (15:03 +0300)]
Hide AF_* constants from the public header

12 years agoHide platform details of Socket behind pimpl
Mikko Rasa [Sat, 6 Aug 2011 09:14:36 +0000 (12:14 +0300)]
Hide platform details of Socket behind pimpl

12 years agoOne more header update
Mikko Rasa [Sat, 6 Aug 2011 09:14:10 +0000 (12:14 +0300)]
One more header update

12 years agoRemove the now-obsolete check_state method
Mikko Rasa [Fri, 5 Aug 2011 22:00:30 +0000 (01:00 +0300)]
Remove the now-obsolete check_state method

12 years agoRemove the close method from Socket, making it more RAII
Mikko Rasa [Fri, 5 Aug 2011 21:52:45 +0000 (00:52 +0300)]
Remove the close method from Socket, making it more RAII

12 years agoDon't close socket on Communicator error
Mikko Rasa [Fri, 5 Aug 2011 21:50:08 +0000 (00:50 +0300)]
Don't close socket on Communicator error

12 years agoException changes
Mikko Rasa [Thu, 4 Aug 2011 22:57:25 +0000 (01:57 +0300)]
Exception changes

12 years agoUpdate handle types
Mikko Rasa [Thu, 4 Aug 2011 22:46:00 +0000 (01:46 +0300)]
Update handle types
Derive Socket from EventObject

12 years agoUse maputils
Mikko Rasa [Thu, 4 Aug 2011 22:44:12 +0000 (01:44 +0300)]
Use maputils

12 years agoUpdate TimeDelta to timeval conversion
Mikko Rasa [Thu, 4 Aug 2011 22:42:33 +0000 (01:42 +0300)]
Update TimeDelta to timeval conversion

12 years agoHeader changes
Mikko Rasa [Thu, 4 Aug 2011 22:41:48 +0000 (01:41 +0300)]
Header changes

12 years agoRequire mspcore since the io library was integrated into it
Mikko Rasa [Thu, 4 Aug 2011 22:39:05 +0000 (01:39 +0300)]
Require mspcore since the io library was integrated into it

12 years agoComment changes
Mikko Rasa [Tue, 2 Aug 2011 08:36:09 +0000 (11:36 +0300)]
Comment changes

12 years agoStyle update: reorder class members
Mikko Rasa [Mon, 1 Aug 2011 12:17:45 +0000 (15:17 +0300)]
Style update: reorder class members

12 years agoStyle update: spaces around assignments
Mikko Rasa [Mon, 1 Aug 2011 11:36:50 +0000 (14:36 +0300)]
Style update: spaces around assignments

12 years agoStyle update: remove alignment
Mikko Rasa [Mon, 1 Aug 2011 11:36:15 +0000 (14:36 +0300)]
Style update: remove alignment

12 years agoDrop Id tags and copyright notices
Mikko Rasa [Mon, 1 Aug 2011 11:32:02 +0000 (14:32 +0300)]
Drop Id tags and copyright notices

12 years agoConvert svn:ignore to .gitignore
Mikko Rasa [Mon, 1 Aug 2011 09:21:27 +0000 (12:21 +0300)]
Convert svn:ignore to .gitignore

13 years agoAdd function to check if handshake is done
Mikko Rasa [Wed, 6 Apr 2011 07:10:43 +0000 (07:10 +0000)]
Add function to check if handshake is done

13 years agoAdd IPv6 support
Mikko Rasa [Sat, 15 Jan 2011 18:09:48 +0000 (18:09 +0000)]
Add IPv6 support

13 years agoAdd support for setting socket timeouts
Mikko Rasa [Mon, 13 Dec 2010 11:09:52 +0000 (11:09 +0000)]
Add support for setting socket timeouts

13 years agoReplace the deprecated install_headers statement with a headers component
Mikko Rasa [Mon, 13 Dec 2010 10:58:05 +0000 (10:58 +0000)]
Replace the deprecated install_headers statement with a headers component

14 years agoAdd destructor to Protocol::PacketDef
Mikko Rasa [Sun, 13 Dec 2009 14:22:47 +0000 (14:22 +0000)]
Add destructor to Protocol::PacketDef

14 years agoFix a comparison operator on win32
Mikko Rasa [Sun, 5 Jul 2009 20:37:08 +0000 (20:37 +0000)]
Fix a comparison operator on win32

15 years agoAdd protocol framework
Mikko Rasa [Mon, 2 Mar 2009 09:11:08 +0000 (09:11 +0000)]
Add protocol framework
Set event mask in StreamSocket when connect finishes instantly

15 years agoClear connected flag in Socket::close
Mikko Rasa [Mon, 15 Dec 2008 12:05:14 +0000 (12:05 +0000)]
Clear connected flag in Socket::close

15 years agoAdd WSAEventSelect to DatagramSocket
Mikko Rasa [Thu, 13 Nov 2008 12:47:45 +0000 (12:47 +0000)]
Add WSAEventSelect to DatagramSocket
Remove outdated get_initial_events

15 years agoReorder class members
Mikko Rasa [Wed, 20 Aug 2008 20:17:13 +0000 (20:17 +0000)]
Reorder class members
Update svn:ignore

15 years agoUse SystemError at appropriate places
Mikko Rasa [Fri, 27 Jun 2008 06:16:42 +0000 (06:16 +0000)]
Use SystemError at appropriate places

15 years agoInitial revision
Mikko Rasa [Mon, 28 Apr 2008 14:23:18 +0000 (14:23 +0000)]
Initial revision

15 years agoCreate standard directories
System Administrator [Sun, 27 Apr 2008 13:10:38 +0000 (13:10 +0000)]
Create standard directories