1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-24 15:10:39 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Dzmitry Neviadomski
37f7f83d4d
[macOS] Apply ObjC modernizations once again. ()
This doesn't include designated initializers refactoring.
2022-06-28 23:20:42 -05:00
Antoine Cœur
34ec2f5aa4
Adopting lightweight generics () 2022-04-29 17:51:40 -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
Dzmitry Neviadomski
1459220b5b
[macOS] Fix downloading compressed peer blocklists ()
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2021-11-21 11:36:06 -06:00
Dzmitry Neviadomski
53f799ada6
Migrate macOS BlocklistDownloader to NSURLSession. ()
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2021-11-10 12:55:15 -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/BlocklistDownloader.m (Browse further)