Fri, 17 Dec 2010 12:48:13 -0500 |
Josh Pelkey |
Avoid enum name collision in socket
|
file |
diff |
annotate
|
Thu, 16 Dec 2010 20:17:50 -0500 |
Josh Pelkey |
Implement Socket::GetSocketType
|
file |
diff |
annotate
|
Mon, 19 Jul 2010 12:17:51 +0100 |
Gustavo J. A. M. Carneiro |
Still Bug 943: fix UdpSocketImpl::GetAllowBroadcast, let Socket::SetAllowBroadcast return a bool indicating success/failure, instead of a fatal error.
|
file |
diff |
annotate
|
Thu, 15 Jul 2010 15:21:56 -0400 |
Josh Pelkey |
simple doxygen fixes
|
file |
diff |
annotate
|
Tue, 13 Jul 2010 13:00:55 +0900 |
Hajime Tazaki |
Bug 671 add packet-info-tag.cc for IP_PKTINFO/IPV6_PKTINFO
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:29:45 +0100 |
Gustavo J. A. M. Carneiro |
Bug 943 - Add a SO_BROADCAST socket option
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 10:40:31 +0900 |
Hajime Tazaki |
add several errno in socket.h
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 12:54:13 -0500 |
Josh Pelkey |
Fix non-undocumented warnings in doxygen, also update doxygen.conf
|
file |
diff |
annotate
|
Tue, 15 Dec 2009 20:41:36 -0800 |
Antti Mäkelä |
bug 742: Implementation of SO_BINDTODEVICE
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 20:55:43 -0400 |
Josh Pelkey |
TCP bug fixes 424, 426, 559, 663, 664, 697
|
file |
diff |
annotate
|
Fri, 18 Sep 2009 22:18:06 +0200 |
Sebastien Vincent |
Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 20:53:44 -0700 |
Tom Henderson |
Implement UdpSocketImpl::Close ()
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 13:12:19 +0100 |
Mathieu Lacage |
actually reset callbacks in the socket's DoDispose method
|
file |
diff |
annotate
|
Tue, 09 Dec 2008 20:29:04 -0800 |
Craig Dowell |
make a pass through doxygen fixing errors
ns-3.3-RC3
|
file |
diff |
annotate
|
Wed, 29 Oct 2008 11:18:39 -0700 |
Craig Dowell |
apply icmp patch
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 15:59:48 -0700 |
Craig Dowell |
Liu's GetSockName patch
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 11:24:52 -0700 |
Craig Dowell |
Apply patch to fix bug 363
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 10:48:42 -0700 |
Craig Dowell |
Remove queue limit from listen
|
file |
diff |
annotate
|
Fri, 08 Aug 2008 16:29:15 -0700 |
Mathieu Lacage |
remove uneeded virtual keyword
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 13:22:46 -0700 |
Mathieu Lacage |
no need for protected variables
|
file |
diff |
annotate
|
Mon, 23 Jun 2008 12:44:05 -0700 |
Mathieu Lacage |
avoid dox warning
|
file |
diff |
annotate
|
Mon, 16 Jun 2008 16:25:52 -0700 |
Craig Dowell |
Changes for bug 205, unlisted FIN bug
ns-3.1-RC1
|
file |
diff |
annotate
|
Mon, 09 Jun 2008 06:40:21 -0700 |
Tom Henderson |
RecvFrom() expansion, add flags parameter to some Send calls
|
file |
diff |
annotate
|
Wed, 04 Jun 2008 17:19:32 -0400 |
Raj Bhattacharjea |
Merge with ns-3-dev
|
file |
diff |
annotate
|
Tue, 20 May 2008 14:40:36 -0400 |
Raj Bhattacharjea |
Merge with tomh/ns-3-dev-socket
|
file |
diff |
annotate
|
Mon, 12 May 2008 13:13:50 -0400 |
Raj Bhattacharjea |
Add a socket callback that can unblock a blocked close
|
file |
diff |
annotate
|
Wed, 04 Jun 2008 11:48:52 -0700 |
Mathieu Lacage |
bug 202: classes disappeared from doxygen output
|
file |
diff |
annotate
|
Wed, 04 Jun 2008 09:19:16 -0700 |
Mathieu Lacage |
bug 203: Listen must be implemented for Udp and Packet sockets.
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 16:20:17 -0700 |
Mathieu Lacage |
bug 200: Packet::PrintTags is not implemented.
|
file |
diff |
annotate
|
Mon, 26 May 2008 11:48:18 -0700 |
Tom Henderson |
some doxygen cleanup
|
file |
diff |
annotate
|
Mon, 26 May 2008 11:22:42 -0700 |
Tom Henderson |
Receive raw buffer variant
|
file |
diff |
annotate
|
Wed, 21 May 2008 22:40:18 -0700 |
Tom Henderson |
merge with ns-3-dev
|
file |
diff |
annotate
|
Tue, 20 May 2008 07:25:17 -0700 |
Tom Henderson |
Add attributes to new abstract base class for UdpSocket
|
file |
diff |
annotate
|
Sat, 17 May 2008 11:15:02 -0700 |
Tom Henderson |
Implement IPTTL socket option for UDP
|
file |
diff |
annotate
|
Fri, 16 May 2008 21:28:07 -0700 |
Tom Henderson |
undo SocketDefaults class; plumb in new UdpSocket option attributes
|
file |
diff |
annotate
|
Thu, 15 May 2008 23:06:58 -0700 |
Tom Henderson |
improve send semantics, documentation
|
file |
diff |
annotate
|
Tue, 13 May 2008 07:22:03 -0700 |
Tom Henderson |
swap SendTo parameters
|
file |
diff |
annotate
|
Mon, 12 May 2008 06:39:00 -0700 |
Tom Henderson |
Move API for socket factory to a Socket::CreateSocket () factory method
|
file |
diff |
annotate
|
Sat, 10 May 2008 21:27:32 -0700 |
Tom Henderson |
API for SocketOptions class
|
file |
diff |
annotate
|
Sat, 03 May 2008 11:11:24 -0700 |
Tom Henderson |
Add GetTxBuffer; add some socket options; make limited UDP receive buffer functional
|
file |
diff |
annotate
|
Fri, 02 May 2008 10:55:07 -0700 |
Tom Henderson |
Implement GetRxAvailable ()
|
file |
diff |
annotate
|
Fri, 02 May 2008 09:38:18 -0700 |
Tom Henderson |
overloaded Recv() method suggested by Gustavo
|
file |
diff |
annotate
|
Fri, 02 May 2008 09:21:01 -0700 |
Tom Henderson |
more cleanup
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 21:45:55 -0700 |
Tom Henderson |
remove previous socket receive methods
|
file |
diff |
annotate
|
Fri, 25 Apr 2008 14:29:28 -0700 |
Tom Henderson |
Cut over UDP applications to use the new receive API
|
file |
diff |
annotate
|
Thu, 24 Apr 2008 08:18:01 -0700 |
Tom Henderson |
Plumb in socket receive pull model, in parallel to existing Receive framework
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 22:39:17 -0700 |
Tom Henderson |
A few minor cleanups to socket.h/cc
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 22:29:16 -0700 |
Tom Henderson |
bug 131 partial fix: split out Send and DataSent callbacks
|
file |
diff |
annotate
|
Sat, 02 Feb 2008 15:52:54 -0800 |
Tom Henderson |
formatting cleanup
|
file |
diff |
annotate
|
Fri, 25 Jan 2008 13:57:38 -0500 |
Raj Bhattacharjea |
Added in ns-3-tcp (second try)
|
file |
diff |
annotate
|
Thu, 13 Dec 2007 09:40:21 -0500 |
Raj Bhattacharjea |
Add uint8_t* based API for sockets
|
file |
diff |
annotate
|
Mon, 01 Oct 2007 14:15:56 +0200 |
Mathieu Lacage |
do not use Packet objects directly. Use Ptr<Packet> instead
|
file |
diff |
annotate
|
Mon, 03 Sep 2007 23:32:23 -0700 |
Tom Henderson |
Fold the two patches for bu6 69 together, building on the bug 65 patch
|
file |
diff |
annotate
|
Wed, 29 Aug 2007 09:35:53 +0200 |
Mathieu Lacage |
backout 9856d1175cbb:642d6798feaa:27dd3e15308a
|
file |
diff |
annotate
|
Fri, 24 Aug 2007 11:44:11 -0400 |
George Riley |
Change the protocol stack processing to pass packets by non-const
|
file |
diff |
annotate
|
Mon, 13 Aug 2007 20:53:29 -0700 |
Tom Henderson |
Doxygen cleanup
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 19:19:42 +0200 |
Mathieu Lacage |
remove uint8_t * from the send path of the socket API
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 19:09:11 +0200 |
Mathieu Lacage |
remove uint8_t * buffers from socket receive API
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 18:48:24 +0200 |
Mathieu Lacage |
split callback registration from socket operations in socket.h API.
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 08:58:18 +0200 |
Mathieu Lacage |
rework the NetDevice <-> Node interface
|
file |
diff |
annotate
|