Kovid Goyal
|
036241fc6c
|
macOS: Fix a regression in the previous release that caused --single-instance to not work when using macos-launch-services-cmdline
|
2024-08-23 15:27:26 +05:30 |
|
Kovid Goyal
|
bb45062ef6
|
Use monotonic() instead of time of day for logging
Time of day is verbose and I have never found it to be of any use
|
2024-03-26 13:32:07 +05:30 |
|
Kovid Goyal
|
91c3492455
|
Allow logging code to log arbitrary length messages
|
2024-02-25 09:57:25 +05:30 |
|
Kovid Goyal
|
6205fb32fd
|
Refactor VT parser for more speed
No longer copy bytes into a separate buffer, instead parse them in place
in the read buffer
|
2024-02-25 09:57:23 +05:30 |
|
Kovid Goyal
|
56f45e8b0f
|
Fix unhandled exceptions not being printed to stderr on macOS when run from launch services and using prewarming
|
2022-08-16 15:28:07 +05:30 |
|
Kovid Goyal
|
17f34d1f95
|
Use the more secure localtime_r variant
Pointed out by code scanning
|
2020-07-07 09:20:27 +05:30 |
|
Kovid Goyal
|
e716f6d35e
|
Replace deprecated ASL with os_log on macOS
|
2018-03-04 12:28:06 +05:30 |
|
Kovid Goyal
|
c7506496da
|
Unify error logging between python and C
|
2018-03-04 11:55:47 +05:30 |
|