Commit Graph

377 Commits

Author SHA1 Message Date
levlam b41f3219dc Fix uname on visionOS by @vincentneo. 2024-03-12 09:43:49 +03:00
levlam 44b42cc659 Support visionOS in TDLib. 2024-03-11 22:47:54 +03:00
levlam d963044eb9 Update copyright year. 2024-01-01 03:07:21 +03:00
AYMEN Mohammed 50c3bf2e4f
Fix typos. (#2641) 2023-10-18 19:12:31 +03:00
levlam 018f8022f7 More consistently delete or default move/copy constructor/assignment. 2023-05-05 14:31:55 +03:00
levlam c0911577f7 Use empty name for unused move constructor/assignment parameter. 2023-05-05 13:51:19 +03:00
levlam 4ee61aae2b Improve error messages and documentation. 2023-03-31 15:01:38 +03:00
levlam b5fe088574 Avoid the use of low-numbered file descriptors for sockets. 2023-03-21 13:54:43 +03:00
levlam 7e4f349da8 Move EFAULT to the list of expected errors for ::read. 2023-03-09 00:05:44 +03:00
levlam d4646d4cd9 Minor improvements. 2023-03-06 16:59:18 +03:00
levlam 22fdc0258b Use "receive"/"have"/"loaded" instead of "got" and other log message improvements. 2023-02-26 14:22:31 +03:00
levlam ffcc1719ef Improve log message spelling. 2023-02-26 13:41:49 +03:00
levlam ee4ecbc0be Avoid the use of low-numbered file descriptors. 2023-02-13 14:40:36 +03:00
levlam 852a1640b0 Fix FileFd::sync_barrier. 2023-02-10 15:17:07 +03:00
Arseny Smirnov a0dd1e1a07 FileFd::sync_barrier uses F_BARRIERFSYNC on darwin 2023-02-10 12:17:56 +01:00
levlam ad8f0c4146 Improve some spelling. 2023-01-16 12:59:43 +03:00
levlam 052d5e120b Improve some mixed-case spelling. 2023-01-15 11:25:54 +03:00
levlam e87e18c8be Use busy-waiting instead of short Sleep on Windows. 2023-01-11 13:52:46 +03:00
levlam 853030e999 Don't use FILE_FLAG_OPEN_REPARSE_POINT with UWP. 2023-01-10 22:56:11 +03:00
levlam 651f49fc90 Delete symbolic links in rmrf. 2023-01-05 16:46:39 +03:00
levlam 3573990d52 Support symbolic links in walk_path. 2023-01-04 17:25:30 +03:00
levlam 8df67f0c3a Add Stat.is_symbolic_link_. 2023-01-04 16:39:33 +03:00
levlam 903d994799 Improve punctuation. 2023-01-02 15:38:04 +03:00
levlam cf1984844b Update copyright year. 2023-01-01 00:28:08 +03:00
levlam ed1457b69b Use std:🧵:native_handle() only for MSVC, because it is unsafe to assume native_handle_type otherwise. 2022-11-26 02:48:43 +03:00
Eric Kotato b281a719fa
Fix MinGW threading compilation error (#2210) 2022-11-26 00:36:48 +03:00
levlam 683627a350 Make all operator bool const and nonexcept. 2022-10-09 19:30:18 +03:00
levlam e984706622 Add td:🧵:get_id(). 2022-10-04 22:48:55 +03:00
levlam 628b8901bc Optimize logging to NULL on Windows. Fixes #2112.
It is possible to do only about 100 writes to NULL per second, which is about 8-80 times less than even performance of writes to a console app.
2022-10-03 15:11:23 +03:00
levlam cb70993b90 Fix buggy behavior of pthread_setaffinity_np/pthread_getaffinity_np on NetBSD. 2022-09-17 23:25:42 +03:00
levlam 9bf5d57851 Add TD_HAVE_THREAD_AFFINITY macros. 2022-09-17 21:58:00 +03:00
levlam b8abc6c19e Support CPU affinity on NetBSD. 2022-09-17 21:48:16 +03:00
levlam b47fce0d95 Support CPU affinity on FreeBSD. 2022-09-17 14:45:42 +03:00
levlam 9d5c151a3f Use DWORD as thread::id on Windows. 2022-09-17 13:21:04 +03:00
levlam 0cc3fb0e9d Include pthread.h on OpenBSD for pthread_t definition. 2022-09-17 01:37:05 +03:00
levlam b49b669ac1 Support affinity mask on Linux. 2022-09-14 15:33:16 +03:00
levlam 0eddd8d405 Add thread::set_affinity_mask/get_affinity_mask. 2022-09-14 14:38:14 +03:00
levlam 5f98548e02 Use STL thread only on Windows. 2022-09-14 14:19:09 +03:00
levlam 273ae92a14 Use HANDLE as thread id on Windows. 2022-09-14 14:18:42 +03:00
levlam 03db53281c Remove this_thread::yield for TD_THREAD_UNSUPPORTED. 2022-09-14 14:10:33 +03:00
levlam 28594d38e4 Add thread::send_real_time_signal. 2022-08-22 00:46:22 +03:00
levlam 959c7261c1 Fix function name. 2022-08-22 00:17:53 +03:00
levlam 96cca84a60 Remove source from next_utf8_unsafe. 2022-08-19 16:37:44 +03:00
levlam abc9ed2cd9 Minor fixes. 2022-07-14 18:38:48 +03:00
Arseny Smirnov bf80c43c05 fix CE 2022-07-14 18:36:46 +04:00
Arseny Smirnov f4c97b25ec add Mutex wrapper around std::mutex and use it instead of SpinLock 2022-07-14 16:27:06 +04:00
Arseny Smirnov 7ddc3099f6 remove td::this_thread::yield function. usleep_for(1) used instead 2022-07-14 16:15:17 +04:00
levlam 4652292037 Use count instead of find if appropriate. 2022-05-01 23:03:06 +03:00
levlam 1f38124861 Use FlatHashSet. 2022-03-11 21:38:48 +03:00
levlam 8085779cdc Update copyright year. 2022-01-01 03:35:39 +03:00