aboutsummaryrefslogtreecommitdiff
path: root/src/threadsocket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-1/+2
|
* Clean up various socket-related code.Gravatar Sadie Powell2022-10-121-6/+9
|
* Initialize some variables inline instead of in the constructor.Gravatar Sadie Powell2022-09-031-2/+4
|
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-2/+2
|
* Move unistd out of the global compat header.Gravatar Sadie Powell2022-05-071-1/+3
|
* Slim down the globally included files.Gravatar Sadie Powell2022-04-301-0/+4
|
* Slim the included headers down more.Gravatar Sadie Powell2022-01-261-0/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
|
* Add constexpr to the initialisation of various const static fields.Gravatar Sadie Powell2022-01-181-1/+1
|
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-2/+4
|
* Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-1/+1
|
* Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-1/+1
|
* Replace the check for eventfd() with a C++17 header check.Gravatar Sadie Powell2020-10-201-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+3
|
* Replace socketengine_{pthread,win32} with C++11 threads.Gravatar Sadie Powell2019-05-151-0/+139