Gabriel Ferreira
|
01138ef2d7
|
(fixes #161) Deprecate EventId::IsRunning() and replace it with EventId::IsPending()
|
2024-05-14 12:40:54 -03:00 |
|
Sébastien Deronne
|
a2f10dc205
|
applications, internet-apps: Add checks for unset attributes
|
2024-03-16 09:05:44 +01:00 |
|
Sébastien Deronne
|
37b4a6163d
|
applications: Remove UdpServer::GetServer() function
|
2024-03-16 09:05:44 +01:00 |
|
Sébastien Deronne
|
928a011413
|
applications: Use module as name prefix for tests
|
2024-03-16 09:05:43 +01:00 |
|
Sébastien Deronne
|
59837ecd78
|
applications: Fix coding style for initialization in udp-server application
|
2024-03-16 09:03:30 +01:00 |
|
Sébastien Deronne
|
24fc55a5ef
|
applications: Cleanup unnecessary DoDispose overloads
|
2024-03-16 09:03:30 +01:00 |
|
Sébastien Deronne
|
6b1afa1a5d
|
applications: Simplify helpers
|
2024-03-16 09:03:30 +01:00 |
|
Sébastien Deronne
|
e90a8924f5
|
network, applications, internet-apps: Add AssignStreams method to application base class
|
2024-03-16 09:03:30 +01:00 |
|
Sébastien Deronne
|
b942f54323
|
applications, internet-apps: Align overridden methods in child classes of Application
|
2024-03-16 09:03:30 +01:00 |
|
André Apitzsch
|
a5c42bc879
|
core: Use enum class for TestSuite::Type
|
2024-03-15 09:27:53 +01:00 |
|
André Apitzsch
|
e46d2a8024
|
core: Use enum class for TestCase::TestDuration and rename it to TestCase:Duration
|
2024-03-15 09:27:52 +01:00 |
|
Tommaso Pecorella
|
ca83416d07
|
internet: (fixes #1006) Remove InetSocketAddress ToS functions and replace with attributes
|
2024-02-16 12:40:18 -06:00 |
|
Eduardo Almeida
|
8e61240969
|
applications, examples, test: Add missing include to "udp-server.h"
|
2024-01-29 18:10:39 +00:00 |
|
Andrea Lacava
|
8814a0bdaf
|
Fix documentation for ns3::BulkSendHelper class reference
|
2024-01-02 21:53:39 +00:00 |
|
Gabriel Ferreira
|
7806ff2e85
|
build: update LIBRARIES_TO_LINK lists with minimal sets
|
2023-12-15 13:24:29 -03:00 |
|
Gabriel Ferreira
|
3711e9f9db
|
docs: fix dead urls
|
2023-10-27 00:25:06 -03:00 |
|
Eduardo Almeida
|
1f438ce6f4
|
Fix clang-tidy modernize-use-auto warnings
|
2023-09-18 00:36:46 +01:00 |
|
Eduardo Almeida
|
aedd34ca8f
|
Fix local #include headers by removing the "ns3/" prefix
|
2023-09-17 17:19:59 +01:00 |
|
Eduardo Almeida
|
ba859a0d66
|
Fix clang-tidy modernize-use-bool-literals warnings
|
2023-09-15 16:36:26 +00:00 |
|
Pierre Wendling
|
c8c929fc8f
|
applications: (fixes #627) Fix udp-trace-client.h trace sources links
|
2023-08-08 13:48:16 -03:00 |
|
Eduardo Almeida
|
6923de623c
|
Remove redundant break after return
|
2023-06-01 17:26:54 +00:00 |
|
Eduardo Almeida
|
99c802113b
|
Remove unnecessary struct specifier
|
2023-05-13 20:27:17 +00:00 |
|
Eduardo Almeida
|
a93c357141
|
Fix clang-tidy readability-simplify-boolean-expr warnings
|
2023-05-07 19:06:35 +01:00 |
|
Carlos Natalino
|
511132dd5c
|
applications: (merges !1348) Add RxPage trace source to ThreeGppHttpClient
|
2023-04-25 12:15:11 +00:00 |
|
pagmatt
|
31b67e8cdd
|
applications: Add Tx traces in UdpClient
|
2023-04-18 22:47:52 +00:00 |
|
Gabriel Ferreira
|
6f076416e7
|
Fix typos
|
2023-02-21 22:29:29 -03:00 |
|
Eduardo Almeida
|
971e5c15fa
|
Fix clang-tidy readability-container-size-empty warnings
|
2023-02-02 17:41:31 +00:00 |
|
Eduardo Almeida
|
4930479af4
|
Remove enum / struct specifiers when declaring the variable's type
|
2022-12-05 19:05:45 +00:00 |
|
Eduardo Almeida
|
b9562ba520
|
Fix formatting of braced-init-lists by adding trailing comma
|
2022-11-24 16:13:09 +00:00 |
|
André Apitzsch
|
adcc13e93c
|
applications: (merges !995) Unify handling of 'MaxPackets attribute is zero'
Treat zero max packets as infinite as PacketSocketClient already does.
|
2022-11-12 17:51:41 -08:00 |
|
Eduardo Almeida
|
7c182618ed
|
Fix clang-tidy readability-redundant-string-cstr warnings
|
2022-10-28 16:05:20 +00:00 |
|
Eduardo Almeida
|
bfb737a0d9
|
Remove unnecessary [[maybe_unused]] specifiers
|
2022-10-24 11:58:49 +00:00 |
|
Eduardo Almeida
|
b048f70912
|
Fix the [[maybe_unused]] specifier placement to always come after the variable name
|
2022-10-24 11:58:49 +00:00 |
|
Eduardo Almeida
|
dfc6fb9d2d
|
Remove emacs comment from C++ files
|
2022-10-14 14:13:12 +00:00 |
|
Eduardo Almeida
|
e25ff966fe
|
Apply clang-format to codebase
|
2022-10-07 20:08:35 +00:00 |
|
Eduardo Almeida
|
c1e7757315
|
Fix clang-tidy readability-isolate-declaration warnings
|
2022-10-07 11:48:11 +00:00 |
|
Eduardo Almeida
|
4af0fe4b85
|
Fix clang-tidy modernize-use-nullptr warnings
|
2022-10-07 11:48:10 +00:00 |
|
Eduardo Almeida
|
be07b6487a
|
Fix clang-tidy modernize-use-override warnings
|
2022-10-07 11:48:10 +00:00 |
|
Eduardo Almeida
|
6bb6383562
|
Fix clang-tidy modernize-redundant-void-arg warnings
|
2022-10-07 11:48:10 +00:00 |
|
Eduardo Almeida
|
3e39cb0724
|
Fix formatting of some files before clang-format application
|
2022-10-06 20:41:07 +00:00 |
|
Stefano Avallone
|
eaa62db26f
|
application: Fix setting connect callback for OnOffApplication
Thanks to Sharan Naribole for spotting this issue
|
2022-10-05 08:54:46 +02:00 |
|
Peter D. Barnes, Jr
|
e461e54d5a
|
Update Ptr validity checks to new Ptr<>::operator bool
|
2022-08-18 08:59:30 -07:00 |
|
Tommaso Pecorella
|
4644023085
|
applications: fix GCC12 warning in test
|
2022-08-07 12:49:56 -05:00 |
|
Gabriel Ferreira
|
c5d0c8efb4
|
bindings: remove pybindgen bindings sources
|
2022-08-01 21:24:02 +00:00 |
|
Tommaso Pecorella
|
4e0747d759
|
applications: (fixes #702) Support IPv6 for PacketSink
|
2022-07-23 18:54:10 +00:00 |
|
Gabriel Ferreira
|
60e1e4032c
|
fixing dead links
|
2022-06-18 17:57:05 -03:00 |
|
Tom Henderson
|
b6a5ee8151
|
Run utils/trim-trailing-whitespace.py on codebase
|
2022-06-05 21:01:11 -07:00 |
|
Tom Henderson
|
a614114865
|
bindings: Rescan all APIs
|
2022-04-18 15:30:35 -07:00 |
|
Gabriel Ferreira
|
e32c177e45
|
build: remove waf files, tests and references
|
2022-02-21 22:08:45 -03:00 |
|
Tom Henderson
|
5367f1fed7
|
bindings: Rescan APIs of most modules
|
2022-02-16 15:59:27 -08:00 |
|