mumble/src
Jan Klass 386112e85f Reduce variable scope
Declare variable pDevice after block where it is not used,
but before block where we define/look for it.
2017-04-25 21:57:41 +02:00
..
mumble Reduce variable scope 2017-04-25 21:57:41 +02:00
mumble_exe mumble_exe.pro: Enable UNICODE for MinGW 2017-03-17 19:14:18 +01:00
mumble_proto mumble_proto: use protobuf.pri. 2017-03-26 22:22:46 +02:00
murmur Added fix for murmur check for MySQL, SQLite, and Postgres 2017-04-21 14:37:57 -04:00
murmur_grpcwrapper_protoc_plugin Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
tests TestTimer: add delta64 function and use it for delta calculations. 2017-04-08 14:55:58 +02:00
ACL.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
ACL.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Ban.cpp Net: refactor Ban class to its own set of files. 2017-04-10 09:23:14 +02:00
Ban.h Net: refactor Ban class to its own set of files. 2017-04-10 09:23:14 +02:00
ByteSwap.h Net: refactor SWAP64 macro into its own header, ByteSwap.h. 2017-04-09 20:57:36 +02:00
Channel.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Channel.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Connection.cpp Connection, Server, ServerHandler: Cast "dwFlow" to DWORD pointer to fix 2017-03-17 19:14:14 +01:00
Connection.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
CryptographicHash.cpp CryptographicHash: new class for computing cryptographic hashes. 2017-02-25 18:57:02 +01:00
CryptographicHash.h CryptographicHash: new class for computing cryptographic hashes. 2017-02-25 18:57:02 +01:00
CryptographicRandom.cpp CryptographicRandom: new class for acquiring random data for cryptographic purposes. 2017-03-01 23:29:07 +01:00
CryptographicRandom.h CryptographicRandom: new class for acquiring random data for cryptographic purposes. 2017-03-01 23:29:07 +01:00
CryptState.cpp Net: refactor SWAP64 macro into its own header, ByteSwap.h. 2017-04-09 20:57:36 +02:00
CryptState.h CryptState: introduce AES_KEY_SIZE_* constants. 2017-01-20 00:04:07 +01:00
Group.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Group.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
HostAddress.cpp Net: refactor HostAddress class to its own set of files. 2017-04-10 09:22:56 +02:00
HostAddress.h Net: refactor HostAddress class to its own set of files. 2017-04-10 09:22:56 +02:00
HTMLFilter.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
HTMLFilter.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
License.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
License.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
licenses.h CryptographicRandom: new class for acquiring random data for cryptographic purposes. 2017-03-01 23:29:07 +01:00
LogEmitter.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
LogEmitter.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Message.h Audio, AudioOutput: guard against invalid packet types in AudioOutput::addFrameToBuffer(). 2017-02-26 00:48:05 +01:00
mumble.pri Net: refactor Ban class to its own set of files. 2017-04-10 09:23:14 +02:00
Mumble.proto Mumble.proto: explicitly use proto2 syntax. 2017-01-20 21:42:45 +01:00
Net.cpp Net: refactor HostAddress class to its own set of files. 2017-04-10 09:22:56 +02:00
Net.h Net: refactor Ban class to its own set of files. 2017-04-10 09:23:14 +02:00
OSInfo.cpp OSInfo: Documented Solaris uname() fix. 2017-03-16 10:08:08 -05:00
OSInfo.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
PacketDataStream.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
PasswordGenerator.cpp PasswordGenerator: add new class for generating human-friendly passwords via CryptographicRandom. 2017-03-02 01:06:43 +01:00
PasswordGenerator.h PasswordGenerator: add new class for generating human-friendly passwords via CryptographicRandom. 2017-03-02 01:06:43 +01:00
QAtomicIntCompat.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
qos2_mingw.h src: Fix QoS build with MinGW 2017-03-17 19:14:19 +01:00
Qt4Compat.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
SignalCurry.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
SSL.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
SSL.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
SSLCipherInfo.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
SSLCipherInfo.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
SSLCipherInfoTable.h Update SSLCipherInfoTable.h via scripts/generate-cipherinfo.py. 2017-04-01 09:10:35 +02:00
Timer.cpp Timer.cpp: Fix missing Boost symbol for MinGW 2017-03-17 19:14:20 +01:00
Timer.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
User.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
User.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Version.cpp Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Version.h Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00