transmission/macosx
Charles Kerr bf156a97cf
refactor: port forwarding (#3850)
* refactor: rename state enum type as tr_port_forwarding_state

* chore: use snake_case for tr_shared struct fields

* refactor: replace tr_shared with tr_port_forwarding

* refactor: make tr_natpmp_state an enum class

* refactor: uniform naming for port-forwarding module

* refactor: move output-only parameters in tr_natpmp::pulse() to return struct

* fix: use a nullptr multicastif if bindaddr is empty

* chore: use PascalCase for enum class values

* chore: clean up port-forwarding #includes

* chore: remove unused tr_port_forwarding::peerPort()
2022-09-30 08:59:10 -05:00
..
Base.lproj macOS autolayout fixes on Inspector - Options tab (#3559) 2022-08-02 01:37:49 -05:00
Images Delete ActionOn and QuitBadge image directories (#3364) 2022-06-27 23:33:13 -05:00
QuickLookPlugin [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
Sparkle.framework Update Sparkle to 1.27.1 2022-01-30 17:10:51 -05:00
TransmissionHelp OS X → macOS (#2986) 2022-04-26 09:11:44 -05:00
VDKQueue Fix clang warning in VDKQueue.m 2021-10-30 01:05:13 +03:00
da.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
de.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
en.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
es.lproj Sync translations (#3799) 2022-09-10 06:25:44 +03:00
fr.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
it.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
nl.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
pt_PT.lproj Sync translations (#3755) 2022-09-04 13:59:04 +03:00
ru.lproj Sync translations (#3845) 2022-09-24 17:19:25 +01:00
tr.lproj Sync translations (#3845) 2022-09-24 17:19:25 +01:00
AboutWindow.xib Disable tabbing mode for all Mac client windows 2018-09-30 14:41:40 +03:00
AboutWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
AboutWindowController.mm fix: code style in macosx/AboutWindowController.mm (#3334) 2022-06-21 12:25:16 -05:00
AddMagnetWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
AddMagnetWindowController.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
AddWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
AddWindowController.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
BadgeView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
BadgeView.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
Badger.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
Badger.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
BlocklistDownloader.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
BlocklistDownloader.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
BlocklistDownloaderViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
BlocklistDownloaderViewController.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
BlocklistScheduler.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
BlocklistScheduler.mm Fix code_style.sh to include *.mm files after switch to Obj-C++ (#2846) 2022-03-31 00:52:23 +03:00
BlocklistStatusWindow.xib Disable tabbing mode for all Mac client windows 2018-09-30 14:41:40 +03:00
BonjourController.h Adopting lightweight generics (#2974) 2022-04-29 17:51:40 -05:00
BonjourController.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
ButtonToolbarItem.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
ButtonToolbarItem.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
CMakeLists.txt Adjust CMake configs for Mac base internationalization (#3521) 2022-07-25 02:44:56 +01:00
CocoaCompatibility.h clang-format version 12.0.1 + 14.0.3 (#3027) 2022-04-30 12:49:52 -05:00
ColorTextField.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
ColorTextField.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Controller.h [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
Controller.mm refactor: remove tr_free() (#3668) 2022-08-18 09:14:12 -05:00
CreatorWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
CreatorWindowController.mm chore: iwyu headers (#3661) 2022-08-17 11:08:36 -05:00
Credits.rtf Rename Mac OS X to macOS (#3362) 2022-06-27 15:28:37 -05:00
Defaults.plist Allow host whitelist control via plist on Mac 2018-01-17 00:46:54 +03:00
DragOverlayView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
DragOverlayView.mm Fix code_style.sh to include *.mm files after switch to Obj-C++ (#2846) 2022-03-31 00:52:23 +03:00
DragOverlayWindow.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
DragOverlayWindow.mm [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
ExpandedPathToIconTransformer.h Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
ExpandedPathToIconTransformer.mm [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
ExpandedPathToPathTransformer.h Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
ExpandedPathToPathTransformer.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
FileListNode.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileListNode.mm [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileNameCell.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileNameCell.mm docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
FileOutlineController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileOutlineController.mm [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileOutlineView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileOutlineView.mm Adopting lightweight generics (#2974) 2022-04-29 17:51:40 -05:00
FilePriorityCell.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FilePriorityCell.mm fix: macOS build warning "cannot find protocol definition for 'PortCheckerDelegate'" (#3222) 2022-06-07 14:27:40 -05:00
FileRenameSheetController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FileRenameSheetController.mm 'beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: (#3031) 2022-05-14 08:20:56 -05:00
FileRenameSheetController.xib Disable tabbing mode for all Mac client windows 2018-09-30 14:41:40 +03:00
FilterBar.xib macOS use AutoLayout in utility bars (#3326) 2022-06-23 11:18:53 -05:00
FilterBarController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FilterBarController.mm macOS use AutoLayout in utility bars (#3326) 2022-06-23 11:18:53 -05:00
FilterBarView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FilterBarView.mm refactor: autogenerate the macOS client's Message Log dots (#3224) 2022-06-08 16:35:51 -05:00
FilterButton.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
FilterButton.mm Address format conversion warnings in localizations (#3059) 2022-05-14 00:31:24 -05:00
GlobalOptionsPopoverViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
GlobalOptionsPopoverViewController.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
GroupPopUpButtonCell.h Updated macOS segmented control alignment and popup button style (#3156) 2022-06-02 19:05:15 -05:00
GroupPopUpButtonCell.mm Updated macOS segmented control alignment and popup button style (#3156) 2022-06-02 19:05:15 -05:00
GroupToolbarItem.h [macOS] Revamp Toolbar Segments (#3512) 2022-07-23 14:37:57 -05:00
GroupToolbarItem.mm [macOS] Revamp Toolbar Segments (#3512) 2022-07-23 14:37:57 -05:00
GroupsController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
GroupsController.mm Raise minimum supported target to macOS 10.13 (High Sierra) (#3310) 2022-06-18 09:26:45 -05:00
GroupsPrefsController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
GroupsPrefsController.mm Raise minimum supported target to macOS 10.13 (High Sierra) (#3310) 2022-06-18 09:26:45 -05:00
Info.plist Update Copyright Year to 2022. (#3352) 2022-06-28 09:07:12 -05:00
Info.plist.in Update Copyright Year to 2022. (#3352) 2022-06-28 09:07:12 -05:00
InfoActivityViewController.h macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoActivityViewController.mm macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoFileView.xib macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoFileViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoFileViewController.mm macOS fix quicklook in the Torrent Inspector files view (#3321) 2022-06-19 01:00:16 -05:00
InfoGeneralViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoGeneralViewController.mm The left operand of '+' is a garbage value (#3041) 2022-05-01 07:26:45 -05:00
InfoOptionsViewController.h macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoOptionsViewController.mm macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoPeersView.xib macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoPeersViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoPeersViewController.mm fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
InfoTextField.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoTextField.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
InfoTrackersView.xib macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoTrackersViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoTrackersViewController.mm macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
InfoViewController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoWindow.xib Remove the info panel's icons from the xib. 2022-02-20 17:58:55 -05:00
InfoWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
InfoWindowController.mm macOS disable green maximize button on Inspector window (#3563) 2022-08-02 08:19:03 -05:00
MessageWindow.xib macOS convert message window to autolayout (#3604) 2022-08-10 09:47:13 -05:00
MessageWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
MessageWindowController.mm refactor: remove tr_new, tr_free pt. 1 (#3626) 2022-08-11 19:59:58 -05:00
NSApplicationAdditions.h refactor: autogenerate the macOS client's Message Log dots (#3224) 2022-06-08 16:35:51 -05:00
NSApplicationAdditions.mm refactor: autogenerate the macOS client's Message Log dots (#3224) 2022-06-08 16:35:51 -05:00
NSImageAdditions.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
NSImageAdditions.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
NSMutableArrayAdditions.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
NSMutableArrayAdditions.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
NSStringAdditions.h [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
NSStringAdditions.mm Fix QuickLook (#3001) 2022-05-19 23:07:17 -05:00
PeerProgressIndicatorCell.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
PeerProgressIndicatorCell.mm Fix code_style.sh to include *.mm files after switch to Obj-C++ (#2846) 2022-03-31 00:52:23 +03:00
PeerTableView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
PeerTableView.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
PiecesView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
PiecesView.mm For some reason self.fPieces.resize() won't work but _fPieces.resize() will (#3669) 2022-08-18 10:21:31 -05:00
PortChecker.h Fix "Port checker returned invalid status: 0" (#3064) 2022-05-10 09:54:39 -05:00
PortChecker.mm Fix "Port checker returned invalid status: 0" (#3064) 2022-05-10 09:54:39 -05:00
PredicateEditorRowTemplateAny.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
PredicateEditorRowTemplateAny.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
PrefsController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
PrefsController.mm refactor: port forwarding (#3850) 2022-09-30 08:59:10 -05:00
PrefsWindow.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
PrefsWindow.mm Compatibility to build on the last macOS 32 bit system with its last compatible Xcode (#2844) 2022-04-24 21:34:30 +01:00
PriorityPopUpButtonCell.h Updated macOS segmented control alignment and popup button style (#3156) 2022-06-02 19:05:15 -05:00
PriorityPopUpButtonCell.mm Updated macOS segmented control alignment and popup button style (#3156) 2022-06-02 19:05:15 -05:00
ProgressGradients.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
ProgressGradients.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
ShareToolbarItem.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
ShareToolbarItem.mm refactor: autogenerate the macOS client's Message Log dots (#3224) 2022-06-08 16:35:51 -05:00
ShareTorrentFileHelper.h Adopting lightweight generics (#2974) 2022-04-29 17:51:40 -05:00
ShareTorrentFileHelper.mm Adopting lightweight generics (#2974) 2022-04-29 17:51:40 -05:00
SparkleProxy.mm [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
StatsWindow.xib Disable tabbing mode for all Mac client windows 2018-09-30 14:41:40 +03:00
StatsWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
StatsWindowController.mm refactor: tr_stats (#3542) 2022-07-28 18:56:40 -05:00
StatusBar.xib macOS internationalization of xibs (#3409) 2022-07-17 18:04:32 -05:00
StatusBarController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
StatusBarController.mm refactor: tr_stats (#3542) 2022-07-28 18:56:40 -05:00
StatusBarView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
StatusBarView.mm refactor: autogenerate the macOS client's Message Log dots (#3224) 2022-06-08 16:35:51 -05:00
Toolbar.h macOS fix Toolbar show/hide on macOS Mojave (#3327) 2022-06-24 00:26:36 -05:00
Toolbar.mm [macOS] Apply ObjC modernizations once again. (#3358) 2022-06-28 23:20:42 -05:00
ToolbarSegmentedCell.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
ToolbarSegmentedCell.mm chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Torrent.h refactor: replace per-torrent callbacks with per-session ones. (#3495) 2022-07-23 01:04:34 -05:00
Torrent.mm feat: add tr_strvToBuf() (#3657) 2022-08-16 19:28:57 -05:00
TorrentCell.h update macOS group indicators (#3183) 2022-06-08 15:13:29 -05:00
TorrentCell.mm Raise minimum supported target to macOS 10.13 (High Sierra) (#3310) 2022-06-18 09:26:45 -05:00
TorrentGroup.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
TorrentGroup.mm fix: calculate ratio as uploaded / sizeWhenDone (#2770) 2022-03-17 13:41:48 -05:00
TorrentTableView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
TorrentTableView.mm fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
TrackerCell.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
TrackerCell.mm Increase font size of TrackerCell from 9 to 9.5 (#3571) 2022-08-09 08:15:52 -05:00
TrackerNode.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
TrackerNode.mm refactor: autogenerate the macOS client's Message Log dots (#3224) 2022-06-08 16:35:51 -05:00
TrackerTableView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
TrackerTableView.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
Transmission.entitlements Enable hardened runtime 2018-12-21 20:15:46 -05:00
URLSheetWindow.xib Disable tabbing mode for all Mac client windows 2018-09-30 14:41:40 +03:00
URLSheetWindowController.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
URLSheetWindowController.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
WebSeedTableView.h [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
WebSeedTableView.mm Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
main.mm [macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
sparkle_dsa_pub.pem Sparkle 1.5 requires signing of the update 2008-09-14 21:39:16 +00:00