Commit Graph

2229 Commits

Author SHA1 Message Date
Tom Henderson
aa8bd8a8ba some more tutorial updates 2008-01-27 10:58:22 -08:00
Tom Henderson
84cdad7f7d fix optimized build 2008-01-26 06:01:45 -08:00
Tom Henderson
3c38ca5a1b Fix uninitialized member 2008-01-25 15:41:47 -08:00
Tom Henderson
ffaf3e7d91 Merge TCP implementation (raj/ns-3-tcp) 2008-01-25 15:21:40 -08:00
Tom Henderson
a81a6fc0ec Add chapter on callbacks to the tutorial 2008-01-25 11:58:17 -08:00
Raj Bhattacharjea
6c3559792c Added in ns-3-tcp (second try) 2008-01-25 13:57:38 -05:00
Tom Henderson
6292ead1f7 add hyperlinks to wiki, Doxygen 2008-01-19 21:03:18 -08:00
Tom Henderson
9a15ceadf6 Split tutorial.texi into multiple files; some work on the tracing section 2008-01-19 20:58:01 -08:00
Craig Dowell
21a113f38f Added tag release ns-3.0.10 for changeset b5bf2588cde2 2008-01-15 16:01:26 -08:00
Craig Dowell
4f3bd6f9dd bump version and add release notes 2008-01-15 15:43:00 -08:00
Gustavo J. A. M. Carneiro
d2c80f4d1a Print the correct type in the callback assign error message (instead of Ptr<const CallbackImplBase>) 2008-01-15 15:14:24 +00:00
Tom Henderson
3b31a0234e Doxygen organization 2008-01-10 07:31:40 -08:00
Tom Henderson
cac5b2ca97 Missing subsection text 2008-01-11 08:31:38 -08:00
Tom Henderson
3b08f13bf3 remove executable bit from file mode 2008-01-09 22:17:02 -08:00
Tom Henderson
e51bb180d4 Fix bug 125 (make helper function non-virtual) 2008-01-09 22:09:21 -08:00
Gustavo J. A. M. Carneiro
4e97b6b47c Document the iid parameter of OnOffApplication. 2008-01-08 17:45:57 +00:00
Gustavo J. A. M. Carneiro
ed6ee71ded Don't print 'Entering directory xxx' when running waf --shell; it is misleading. 2008-01-08 14:06:49 +00:00
Craig Dowell
6c69295696 fix node and up 2008-01-07 16:48:53 -08:00
Craig Dowell
fb72939392 figures 2008-01-07 16:29:54 -08:00
Craig Dowell
b61692f121 interfaces 2008-01-07 16:03:32 -08:00
Mathieu Lacage
9ff2549315 copy the packet before sending it down or up 2008-01-07 18:20:18 +01:00
Gustavo J. A. M. Carneiro
3a4eb97315 Add a --valgrind WAF option (bug #124) 2008-01-03 14:14:17 +00:00
Mathieu Lacage
348eb1e187 Make the CallbackBase class more useful than it was. 2008-01-02 13:39:56 +01:00
Tom Henderson
906a9748b5 fix bug in PacketSink 2007-12-30 19:36:44 -08:00
Tom Henderson
414c33ffc9 remove const qualifier from uint16_t 2007-12-28 06:50:47 -08:00
Tom Henderson
77f8c5cbf2 Fix small typo 2007-12-26 20:08:48 -08:00
Tom Henderson
3f5d7030cb update doc/tracing.h to Ptr<Packet> 2007-12-26 13:02:09 -08:00
Tom Henderson
c53c3afd46 back out doc/tutorial.h (not yet) 2007-12-26 11:41:47 -08:00
Tom Henderson
33fd7f0c67 Doxygen for internet-node.h 2007-12-26 11:39:52 -08:00
Mathieu Lacage
853f0a13e9 add missing copyright/license header 2007-12-26 15:41:48 +01:00
Mathieu Lacage
9569ad645b fix bug 98 2007-12-25 11:09:15 +01:00
Gustavo J. A. M. Carneiro
3a98117aa5 Remove ghost declaration of function AllocateClassId. 2007-12-22 18:46:43 +00:00
Gustavo J. A. M. Carneiro
42092bc91e Don't include the 'global-route-manager-impl.h' private header from the public header 'candidate-queue.h'. 2007-12-20 15:19:57 +00:00
Gustavo J. A. M. Carneiro
a83ec513a1 const fixes (new GCC 4.2 warning) 2007-12-17 14:53:14 +00:00
Tom Henderson
ac45276835 update release_steps.txt 2007-12-15 15:08:30 -08:00
Tom Henderson
cfa242a6a5 Added tag release ns-3.0.9 for changeset 4db981a0d9eb 2007-12-15 14:58:58 -08:00
Tom Henderson
26599981a0 bump VERSION and finish RELEASE_NOTES 2007-12-15 14:01:36 -08:00
Tom Henderson
8fe2191d04 Repair doxygen errors 2007-12-15 13:59:33 -08:00
Tom Henderson
35b4c6c6b8 add internal keyword to udp-impl documentation 2007-12-15 13:52:00 -08:00
Craig Dowell
16e7e60cab packet pointer police patrolled product preventing presence of prior pattern proactively 2007-12-14 16:05:37 -08:00
Mathieu Lacage
1fea8b38fc fix optimized build 2007-12-14 17:26:18 +01:00
Craig Dowell
f2a0ca2b0e put updated tutorial.texi in doc directory 2007-12-13 23:50:16 -08:00
Raj Bhattacharjea
282543b759 Add uint8_t* based API for sockets 2007-12-13 09:40:21 -05:00
Mathieu Lacage
3464e84e90 initial release notes for upcoming release 2007-12-12 11:03:35 +01:00
Mathieu Lacage
01d7a64670 add legend support to gnuplot output 2007-12-12 09:33:22 +01:00
Mathieu Lacage
457d07a50f make Packet::AddTag a const method 2007-12-11 13:42:09 +01:00
Mathieu Lacage
3262a4e103 add application tracing support 2007-12-11 13:51:03 +01:00
Mathieu Lacage
df27c80c72 merge with HEAD 2007-12-12 08:15:04 +01:00
Tom Henderson
bc54e34375 Doxygen the SocketFactory classes 2007-12-11 23:02:47 -08:00
Mathieu Lacage
007f125e46 add support for gnuplot error bars 2007-12-11 15:49:23 +01:00