Wed, 02 Jan 2008 09:09:24 +0100 |
Mathieu Lacage |
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
|
file |
diff |
annotate
|
Thu, 22 Nov 2007 10:30:29 +0100 |
Mathieu Lacage |
merge
|
file |
diff |
annotate
|
Mon, 29 Oct 2007 12:48:01 -0700 |
Craig Dowell |
merge in packet.bundle
|
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
|
Wed, 14 Nov 2007 21:59:14 -0800 |
Tom Henderson |
nicer logging of parameters (bug 79 patch from Gustavo)
|
file |
diff |
annotate
|
Wed, 10 Oct 2007 15:32:04 +0200 |
Mathieu Lacage |
add missing call to Simulator::Destroy to cleanup after test
|
file |
diff |
annotate
|
Mon, 24 Sep 2007 11:00:08 +0100 |
Gustavo J. A. M. Carneiro |
Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
|
file |
diff |
annotate
|
Fri, 21 Sep 2007 15:57:20 +0100 |
Gustavo J. A. M. Carneiro |
Fix a small error in the unit test added recently (though it doesn't change the result)
|
file |
diff |
annotate
|
Fri, 21 Sep 2007 15:54:00 +0100 |
Gustavo J. A. M. Carneiro |
Add a couple of Udp socket unit tests: unicast (passing) and broadcast (failing, bug #51).
|
file |
diff |
annotate
|
Fri, 14 Sep 2007 15:46:04 -0700 |
Tom Henderson |
remove local address setting from UdpSocket::Connect()
|
file |
diff |
annotate
|
Thu, 13 Sep 2007 17:47:42 -0700 |
Craig Dowell |
checkpoint debug to log
|
file |
diff |
annotate
|
Tue, 11 Sep 2007 18:29:26 -0700 |
Craig Dowell |
socket update broke multicast
|
file |
diff |
annotate
|
Mon, 10 Sep 2007 15:57:33 -0700 |
Craig Dowell |
name changes missed
|
file |
diff |
annotate
|
Mon, 10 Sep 2007 15:50:07 -0700 |
Craig Dowell |
merge with trunk
|
file |
diff |
annotate
|
Fri, 24 Aug 2007 16:57:54 -0700 |
Craig Dowell |
add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
|
file |
diff |
annotate
|
Mon, 13 Aug 2007 19:54:47 -0700 |
Craig Dowell |
set source IP address in udp-socket packets
|
file |
diff |
annotate
|
Mon, 13 Aug 2007 16:21:39 -0700 |
Craig Dowell |
set source address in socket
|
file |
diff |
annotate
|
Sun, 12 Aug 2007 15:51:12 -0700 |
Craig Dowell |
debug prints to make validation easier
|
file |
diff |
annotate
|
Tue, 04 Sep 2007 21:26:54 -0700 |
Tom Henderson |
Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script
|
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
|
Fri, 10 Aug 2007 16:28:09 +0200 |
Mathieu Lacage |
merge with trunk
|
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 18:48:24 +0200 |
Mathieu Lacage |
split callback registration from socket operations in socket.h API.
|
file |
diff |
annotate
|
Mon, 06 Aug 2007 15:32:27 +0200 |
Mathieu Lacage |
merge implicit conversion tree
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 14:57:49 +0200 |
Mathieu Lacage |
remove implicit conversion from Address to Eui48Address, to Ipv4Address and to InetSocketAddress
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 14:07:39 +0200 |
Mathieu Lacage |
InetSocketAddress: replace explicit conversion to implicit conversion
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 08:58:18 +0200 |
Mathieu Lacage |
rework the NetDevice <-> Node interface
|
file |
diff |
annotate
|
Tue, 31 Jul 2007 10:47:29 +0200 |
Mathieu Lacage |
I wonder what the point of that code was: why should you test for zero _after_ using the pointer ? It needs to be tested _before_.
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 13:55:28 +0200 |
Mathieu Lacage |
add InetSocketAddress::IsMatchingType and use it
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 13:29:36 +0200 |
Mathieu Lacage |
InetAddress -> InetSocketAddress
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 08:44:26 +0200 |
Mathieu Lacage |
Ipv4TransportAddress -> InetAddress
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 08:32:34 +0200 |
Mathieu Lacage |
ipv4-transport-address -> inet-address
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 08:23:20 +0200 |
Mathieu Lacage |
convert Socket to use Address class
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 17:22:52 +0200 |
Mathieu Lacage |
Udp -> UdpL4Protocol
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 17:18:02 +0200 |
Mathieu Lacage |
udp.h -> udp-l4-protocol.h
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 16:21:05 +0200 |
Mathieu Lacage |
rename i-node to node
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 16:17:01 +0200 |
Mathieu Lacage |
rename INode to Node
|
file |
diff |
annotate
|
Thu, 17 May 2007 15:50:20 +0100 |
Gustavo J. A. M. Carneiro |
Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32.
|
file |
diff |
annotate
|
Mon, 14 May 2007 10:06:12 +0200 |
Mathieu Lacage |
rename Node to INode
|
file |
diff |
annotate
|
Mon, 14 May 2007 09:09:43 +0200 |
Mathieu Lacage |
rename node.h to i-node.h
|
file |
diff |
annotate
|
Thu, 10 May 2007 20:19:26 +0200 |
Mathieu Lacage |
use Ptr<> everywhere Object or NsUnknown are used
|
file |
diff |
annotate
|
Thu, 10 May 2007 07:51:59 +0200 |
Mathieu Lacage |
convert UdpSocket and Udp to Ptr<Node>
|
file |
diff |
annotate
|
Fri, 04 May 2007 15:04:07 +0200 |
Mathieu Lacage |
move code around
|
file |
diff |
annotate
| base
|