mumble/src
Popkornium18 c6bf7bbfd2 REFAC(client): replace NULL with nullptr
This changes all occurances of NULL in mumble_exe.cpp
to nullptr.
2020-07-02 12:19:22 +02:00
..
crypto REFAC(crypto): replace NULL with nullptr 2020-07-02 00:55:41 +02:00
mumble Merge pull request #4333: FIX(talking-ui): Make TalkingUI float with tiling WMs 2020-07-01 18:26:57 +02:00
mumble_exe REFAC(client): replace NULL with nullptr 2020-07-02 12:19:22 +02:00
mumble_proto Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
murmur REFAC(server): replace NULL with nullptr 2020-07-02 00:55:36 +02:00
murmur_grpcwrapper_protoc_plugin Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
tests REFAC(tests): replace NULL with nullptr 2020-07-02 00:55:41 +02:00
ACL.cpp REFAC(deprecated): Use QFlag default constructor 2020-06-11 08:14:44 +02:00
ACL.h ACL:Add new permission for Reset Comment/Avatar in server & client 2020-06-02 23:25:23 +01:00
Ban.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Ban.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ByteSwap.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Channel.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Channel.h REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
ChannelListener.cpp Feature: Channel Listeners 2020-04-16 09:29:49 +02:00
ChannelListener.h Feature: Channel Listeners 2020-04-16 09:29:49 +02:00
Connection.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Connection.h src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
CryptState.h Safeguard from potential attacks against OCB2 2020-06-05 12:56:18 +02:00
EnvUtils.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
EnvUtils.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
FFDHE.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
FFDHE.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
FFDHETable.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Group.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Group.h Merge pull request #3978: Fixups for #3927 2020-02-27 18:30:22 +01:00
HostAddress.cpp src: Fix for b263b91340 2020-04-04 20:19:47 +02:00
HostAddress.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
HTMLFilter.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
HTMLFilter.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
License.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
License.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
licenses.h Update src/licenses.h via scripts/mklic.pl 2020-01-07 03:15:25 +01:00
LogEmitter.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
LogEmitter.h REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Message.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
mumble.pri src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
Mumble.proto DOCS: Fix typos in Mumble.proto 2020-06-29 17:13:59 +02:00
Net.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Net.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
OSInfo.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
OSInfo.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
PacketDataStream.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
PasswordGenerator.cpp src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
PasswordGenerator.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
PlatformCheck.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
PlatformCheck.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SelfSignedCertificate.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SelfSignedCertificate.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerAddress.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerAddress.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerResolver.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerResolver.h REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
ServerResolverRecord.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerResolverRecord.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SignalCurry.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SpeechFlags.h src: Use enum values instead of magic numbers for speech flags 2020-04-09 19:38:29 +02:00
SSL.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SSL.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SSLCipherInfo.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SSLCipherInfo.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SSLCipherInfoTable.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SSLLocks.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SSLLocks.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Timer.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Timer.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
UnresolvedServerAddress.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
UnresolvedServerAddress.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
User.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
User.h Feature: Channel Listeners 2020-04-16 09:29:49 +02:00
Utils.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Version.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Version.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
win.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00