Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
AgeCommit message (Collapse)Author
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
Apparently the first commit (59ae429972c16c377135bcccfee646b7df446933) did not include all files. Furthermore the used script tended to produce funny results in certain cases. This has been fixed and as a result thereof a few more changes were made in this second run.
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
This was done by running scripts/updateLicenseHeaders.py and then manually editing the LICENSE file.
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-10Net: refactor Ban class to its own set of files.Mikkel Krautz
2017-04-10Net: refactor HostAddress class to its own set of files.Mikkel Krautz
2017-04-09Net: refactor SWAP64 macro into its own header, ByteSwap.h.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-19Add logging for ban removals/changes.spede
Fixes mumble-voip/mumble#1996
2016-05-10src: update to use LICENSE.header.Mikkel Krautz
2015-11-28Net: GCC 4.2 on FreeBSD 9.3 does not have __builtin_bswap.Mikkel Krautz
So work around it. From searching the web, it would seem that GCC 4.2 should include it. But in this case, it seems like it does not. Maybe the version check is not strict enough for all systems. But this works for now.
2015-10-27Use intrinsic instead of inline asm in Net.hStefan Hacker
Fixes lots of shadow warnings due to nested SWAP64 instantiation in CryptState.cpp
2013-06-30Banlist: PR commit adjustmentsKissaki
* Use localeAwareCompare for string username comparison * Code improvements * Textual changes
2013-06-04Prepend Projectname to header guard definesKissaki
* some few (4?) files actually already had it
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-06-11Indent, changelog, submodule and language updateThorvald Natvig
2011-05-11Use TCP destination as UDP sourceThorvald Natvig
2011-03-19Added a macro "DEFAULT_MUMBLE_PORT" in src/Net.h so that its a one-line ↵Jamie Fraser
change should the default port ever change.
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-08-29Fix crypto on FreeBSD amd64Benjamin Jemlich
2009-07-04Make HostAddress a movable type for faster containersThorvald Natvig
2009-06-29Indent, changelog and submodule updateThorvald Natvig
2009-06-22Multibind for nixThorvald Natvig
2009-06-22Allow IPv6 control connectionsThorvald Natvig
2009-05-15Indent, changelog and submodule updateThorvald Natvig
2009-05-15Faster quint64 based netaddress handlingThorvald Natvig