1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 13:46:52 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Dmitry Serov
ca392ba5da
refactor: use idiomatic enum names & types in objc () 2023-04-15 16:33:43 -05:00
Julien
4b8cfa2e57
chore: update copyrights to 2023 () 2023-02-11 14:49:42 -06:00
A Cœur
48e42ac71e
Fix NSURLConnection is deprecated - Use NSURLSession () 2022-11-11 21:29:48 -06:00
A Cœur
69fda72a8b
refactor: remove superfluous interface declarations () 2022-11-08 23:36:53 -06:00
Dmitry Serov
3a8dc9d203
Replace preprocessor defines with constants in objc code () 2022-10-19 14:28:21 -05:00
Antoine Cœur
d5533ee648
Fix "Port checker returned invalid status: 0" ()
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2022-05-10 09:54:39 -05:00
Mike Gelfand
d943f069f5
Fix code_style.sh to include *.mm files after switch to Obj-C++ () 2022-03-31 00:52:23 +03:00
Dmitry Serov
54d1a02e92
Use properties instead of ivars () 2022-02-22 10:04:20 -06:00
C.W. Betts
3b4909ac9d
Move private interfaces to interface extensions () 2022-01-23 19:32:45 -06:00
Charles Kerr
df1cca9b57
chore: update copyright years, make notices consistent () 2022-01-20 12:27:56 -06:00
Mike Gelfand
b7ba261359
Port macOS client to C++ ()
* Rename all .m (Obj-C) files to .mm (Obj-C++)

* Fix build in Obj-C++ mode

* Fix Xcode build
2021-09-24 07:56:57 -05:00
Renamed from macosx/PortChecker.m (Browse further)