Max Kellermann
|
33bd9e80bb
|
system/FileDescriptor: add method IsReadyForWriting()
|
2017-08-10 11:53:43 +02:00 |
|
Max Kellermann
|
d310f3e9b7
|
system/FileDescriptor: add method IsValid()
|
2017-08-10 11:52:22 +02:00 |
|
Max Kellermann
|
71f0ed8b74
|
*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
2017-05-08 14:44:49 +02:00 |
|
Max Kellermann
|
6eea56861b
|
AUTHORS, ...: update my email address
|
2017-01-17 11:54:55 +01:00 |
|
Max Kellermann
|
5b48d59769
|
system/FileDescriptor: add "mode" parameter to Open()
|
2015-03-03 22:29:09 +01:00 |
|
Max Kellermann
|
4dec12fcfc
|
system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()
|
2015-03-03 22:20:51 +01:00 |
|
Max Kellermann
|
f677f42be7
|
system/FileDescriptor: remove bogus assertions
|
2015-03-03 21:48:45 +01:00 |
|
Max Kellermann
|
cd776ff1a8
|
system/FileDescriptor: fix WIN32 checks
|
2015-03-03 19:44:32 +01:00 |
|
Max Kellermann
|
40a587bbaf
|
system/FileDescriptor: new wrapper class for a file descriptor
|
2015-03-03 17:14:30 +01:00 |
|