]> granicus.if.org Git - transmission/log
transmission
9 years agoUse CreateProcess instead of _spawnvpe to execute scripts on Windows
Mike Gelfand [Sat, 30 May 2015 11:15:57 +0000 (11:15 +0000)]
Use CreateProcess instead of _spawnvpe to execute scripts on Windows

9 years ago#4882: \u-encode all non-printable (as opposed to non-ascii) characters
Mike Gelfand [Sat, 16 May 2015 17:33:01 +0000 (17:33 +0000)]
#4882: \u-encode all non-printable (as opposed to non-ascii) characters

9 years agoFix some issues revealed by coverity
Mike Gelfand [Sat, 9 May 2015 14:10:55 +0000 (14:10 +0000)]
Fix some issues revealed by coverity

9 years agoFix some issues revealed by coverity
Mike Gelfand [Sat, 9 May 2015 14:09:05 +0000 (14:09 +0000)]
Fix some issues revealed by coverity

9 years agoFix some issues revealed by coverity
Mike Gelfand [Sat, 9 May 2015 11:56:35 +0000 (11:56 +0000)]
Fix some issues revealed by coverity

9 years agoFix some issues revealed by coverity
Mike Gelfand [Sat, 9 May 2015 08:37:55 +0000 (08:37 +0000)]
Fix some issues revealed by coverity

9 years ago#5946: Save "prefetch-enabled" setting as boolean (spotted by cfpp2p)
Mike Gelfand [Thu, 7 May 2015 06:45:35 +0000 (06:45 +0000)]
#5946: Save "prefetch-enabled" setting as boolean (spotted by cfpp2p)

9 years ago#5944: Unify indentation style and strip trailing whitespaces across JS code, no...
Mike Gelfand [Tue, 5 May 2015 19:12:48 +0000 (19:12 +0000)]
#5944: Unify indentation style and strip trailing whitespaces across JS code, no functional changes (patch by xzcvczx + a lot more)

9 years agoCut internal macro names to have equal number of underscores on each side (take two)
Mike Gelfand [Mon, 4 May 2015 20:06:05 +0000 (20:06 +0000)]
Cut internal macro names to have equal number of underscores on each side (take two)

9 years agoCut internal macro names to have equal number of underscores on each side
Mike Gelfand [Mon, 4 May 2015 19:58:34 +0000 (19:58 +0000)]
Cut internal macro names to have equal number of underscores on each side

9 years agoRemove `-Wdeclaration-after-statement` flag (we use C99)
Mike Gelfand [Sun, 3 May 2015 11:44:18 +0000 (11:44 +0000)]
Remove `-Wdeclaration-after-statement` flag (we use C99)

9 years ago#5930: Fix style of Gtk+3.16 overshoot and undershoot (patch by nagisa)
Mike Gelfand [Sun, 3 May 2015 10:30:35 +0000 (10:30 +0000)]
#5930: Fix style of Gtk+3.16 overshoot and undershoot (patch by nagisa)

9 years ago#4866: Replace existing menus with jQueryUI menu
Mike Gelfand [Thu, 30 Apr 2015 05:20:48 +0000 (05:20 +0000)]
#4866: Replace existing menus with jQueryUI menu

9 years ago#5937: Don't send TR_RPC_TORRENT_ADDED notification if torrent wasn't actually added...
Mike Gelfand [Wed, 29 Apr 2015 19:42:05 +0000 (19:42 +0000)]
#5937: Don't send TR_RPC_TORRENT_ADDED notification if torrent wasn't actually added (patch by xzcvczx)

9 years agoUse jQuery UI's `ui-helper-hidden` CSS class instead of our own
Mike Gelfand [Sun, 26 Apr 2015 03:35:44 +0000 (03:35 +0000)]
Use jQuery UI's `ui-helper-hidden` CSS class instead of our own

9 years ago#5934: Generate REVISION file and use it in case of missing reliable source
Mike Gelfand [Fri, 24 Apr 2015 19:14:56 +0000 (19:14 +0000)]
#5934: Generate REVISION file and use it in case of missing reliable source

9 years agoBump natpmp revision to include latest Win32 fixes
Mike Gelfand [Thu, 23 Apr 2015 22:03:29 +0000 (22:03 +0000)]
Bump natpmp revision to include latest Win32 fixes

9 years agoDefine WIN32_LEAN_AND_MEAN and NOMINMAX for our own code only
Mike Gelfand [Thu, 23 Apr 2015 21:32:00 +0000 (21:32 +0000)]
Define WIN32_LEAN_AND_MEAN and NOMINMAX for our own code only

9 years agoEmit warning from uTP config in a more friendly way
Mike Gelfand [Thu, 23 Apr 2015 20:20:21 +0000 (20:20 +0000)]
Emit warning from uTP config in a more friendly way

9 years ago#5894: Get rid of eval() in JS code (patch by Ancient; 2nd part)
Mike Gelfand [Thu, 23 Apr 2015 19:30:40 +0000 (19:30 +0000)]
#5894: Get rid of eval() in JS code (patch by Ancient; 2nd part)

9 years ago#5894: Get rid of inline styles in HTML (patch by Ancient; 1st part, slightly modifie...
Mike Gelfand [Thu, 23 Apr 2015 19:02:38 +0000 (19:02 +0000)]
#5894: Get rid of inline styles in HTML (patch by Ancient; 1st part, slightly modified per IRC discussion)

9 years agoEven better (and unified) torrent origin logic for GTK+, Qt and web clients
Mike Gelfand [Wed, 22 Apr 2015 21:04:49 +0000 (21:04 +0000)]
Even better (and unified) torrent origin logic for GTK+, Qt and web clients

9 years agoFix JS error on undefined creator during inspector update
Mike Gelfand [Wed, 22 Apr 2015 20:36:28 +0000 (20:36 +0000)]
Fix JS error on undefined creator during inspector update

Since torrents' info is fetched asynchronously, it may not yet be
available when inspector updates. Account for possibly undefined
creator.

Refine logic used to construct torrent origin phrase to prevent
results such as "Created by  on <date>" or "Created by <creator>
on ".

9 years ago#5894: Fix autotools build ("trailing backslash on last line")
Mike Gelfand [Tue, 21 Apr 2015 21:23:15 +0000 (21:23 +0000)]
#5894: Fix autotools build ("trailing backslash on last line")

9 years ago#5894: Update jQuery to 1.11.2 (with Migrate plugin 1.2.1), jQuery UI to 1.11.4
Mike Gelfand [Tue, 21 Apr 2015 21:17:45 +0000 (21:17 +0000)]
#5894: Update jQuery to 1.11.2 (with Migrate plugin 1.2.1), jQuery UI to 1.11.4

9 years agoBump miniupnpc revision to fix `MINIUPNP_STATICLIB` macro definition
Mike Gelfand [Tue, 21 Apr 2015 13:56:17 +0000 (13:56 +0000)]
Bump miniupnpc revision to fix `MINIUPNP_STATICLIB` macro definition

9 years agoAvoid GCC `'static' is not at beginning of declaration` warning
Mike Gelfand [Tue, 21 Apr 2015 11:40:15 +0000 (11:40 +0000)]
Avoid GCC `'static' is not at beginning of declaration` warning

9 years agoUse UTF-8 for console I/O on Windows
Mike Gelfand [Tue, 21 Apr 2015 10:07:57 +0000 (10:07 +0000)]
Use UTF-8 for console I/O on Windows

9 years agoIfdef the code which does manual relayout on compact view toggle to Qt < 5.4 (QTBUG...
Mike Gelfand [Mon, 20 Apr 2015 09:28:26 +0000 (09:28 +0000)]
Ifdef the code which does manual relayout on compact view toggle to Qt < 5.4 (QTBUG-33537)

9 years agoSend dummy events each second to prevent excessive memory use (inspired by xnyhps)
Mike Gelfand [Sat, 18 Apr 2015 21:45:37 +0000 (21:45 +0000)]
Send dummy events each second to prevent excessive memory use (inspired by xnyhps)

I'm not that good in Mac programming it seems as I can't figure out why
doesn't the memory being allocated by frequent NSNewBitmapBackingStore
(system internal) calls being freed even if I wrap the code into
@autoreleasepool explicitly. Disabling animations does slow it down but
not stop. This commit is certainly a dirty fix but it seems to work in
my case and I hope it helps a few other people while we wait for a
proper solution.

9 years agoFix Qt 4 build: `QGridLayout::getItemPosition ()` is not constant :(
Mike Gelfand [Sat, 18 Apr 2015 14:48:23 +0000 (14:48 +0000)]
Fix Qt 4 build: `QGridLayout::getItemPosition ()` is not constant :(

9 years agoUse C++11 range-based `for` loops (Qt client)
Mike Gelfand [Sat, 18 Apr 2015 14:41:06 +0000 (14:41 +0000)]
Use C++11 range-based `for` loops (Qt client)

9 years ago#5927: Add Chinese (zh_CN) translation to Qt client (provided by liaodahao)
Mike Gelfand [Wed, 15 Apr 2015 20:26:38 +0000 (20:26 +0000)]
#5927: Add Chinese (zh_CN) translation to Qt client (provided by liaodahao)

9 years agoUse native separators for path button and free space label tooltips. Improve path...
Mike Gelfand [Wed, 15 Apr 2015 00:08:24 +0000 (00:08 +0000)]
Use native separators for path button and free space label tooltips. Improve path button dialog initial directory/file selection.

9 years agoAdd version info to executables (on Windows). Group projects into folders (CMake).
Mike Gelfand [Tue, 14 Apr 2015 22:46:40 +0000 (22:46 +0000)]
Add version info to executables (on Windows). Group projects into folders (CMake).

9 years agoAllow files (and their parent directories) to be renamed even when in use (on Windows).
Mike Gelfand [Mon, 13 Apr 2015 18:31:32 +0000 (18:31 +0000)]
Allow files (and their parent directories) to be renamed even when in use (on Windows).

9 years ago#5925 no CFBundleVersion in Jenkins builds
Eric Petit [Sun, 12 Apr 2015 05:08:46 +0000 (05:08 +0000)]
#5925 no CFBundleVersion in Jenkins builds
Work around version mismatch between java's and command-line's svns

9 years agoForward-declare `tr_error` structure in headers
Mike Gelfand [Sat, 11 Apr 2015 14:54:01 +0000 (14:54 +0000)]
Forward-declare `tr_error` structure in headers

9 years agoAdd ERROR_DIRECTORY_NOT_SUPPORTED define missing in MinGW
Mike Gelfand [Sat, 11 Apr 2015 10:58:08 +0000 (10:58 +0000)]
Add ERROR_DIRECTORY_NOT_SUPPORTED define missing in MinGW

9 years ago#5908: Check for `tr_loadFile` return value instead of `errno` in `tr_variantFromFile`
Mike Gelfand [Sat, 11 Apr 2015 10:51:59 +0000 (10:51 +0000)]
#5908: Check for `tr_loadFile` return value instead of `errno` in `tr_variantFromFile`

Seems like there could be a defect in uClibc making errno not
thread-local. Don't rely on errno value but check function return value
instead which is a better failure indicator.

Return errors from `tr_loadFile` and `tr_variantFromFile` via tr_error.
Fix `tr_sessionLoadSettings` to not fail on Windows if settings.json
does not exist.

9 years agoTune directory paths on Windows
Mike Gelfand [Fri, 10 Apr 2015 22:15:41 +0000 (22:15 +0000)]
Tune directory paths on Windows

Use %USERPROFILE% instead of %USERPROFILE%\Documents as home directory.
Don't roam configuration directory (I don't think we want that).
Use known Downloads folder (instead of %HOME%\Downloads) if set.
When searching for web interface files, let local user application data
directory override roaming one, and roaming one override common one.
Use Vista+ API (SHGetKnownFolderPath) to get known folder paths.

9 years ago#5878: Fix typo in transmission-remote -P argument desription (reported by jolan)
Mike Gelfand [Sun, 5 Apr 2015 16:29:09 +0000 (16:29 +0000)]
#5878: Fix typo in transmission-remote -P argument desription (reported by jolan)

9 years ago#5920: Fix memory leak and access to freed memory in tr_getDefaultConfigDir (patch...
Mike Gelfand [Sun, 5 Apr 2015 06:39:06 +0000 (06:39 +0000)]
#5920: Fix memory leak and access to freed memory in tr_getDefaultConfigDir (patch by jyelloz)

9 years ago#5910: Fix autotools build (#2) and workaround MSVC bug
Mike Gelfand [Sat, 4 Apr 2015 18:28:13 +0000 (18:28 +0000)]
#5910: Fix autotools build (#2) and workaround MSVC bug

9 years ago#5910: Fix autotools and Xcode build
Mike Gelfand [Sat, 4 Apr 2015 18:21:34 +0000 (18:21 +0000)]
#5910: Fix autotools and Xcode build

9 years ago#5910: Run daemon as a service on Windows
Mike Gelfand [Sat, 4 Apr 2015 17:43:56 +0000 (17:43 +0000)]
#5910: Run daemon as a service on Windows

Factor out demonization implementation to platform-specific files.
Implement daemonization on Windows using service API. Improve *NIX
implementation by handling signals asynchronously to prevent potential
issues of running complex code inside the handler.

9 years agoAdd patch from #5002 (r13646) to fix crash in libutp for CMake-based builds
Mike Gelfand [Sun, 29 Mar 2015 20:48:06 +0000 (20:48 +0000)]
Add patch from #5002 (r13646) to fix crash in libutp for CMake-based builds

9 years ago#5407: Fix crash on Mac when pausing torrents (patch by x190)
Mike Gelfand [Thu, 26 Mar 2015 18:32:33 +0000 (18:32 +0000)]
#5407: Fix crash on Mac when pausing torrents (patch by x190)

9 years agoDo not return `-EINVAL` as socket value (obviously not a good idea).
Mike Gelfand [Thu, 26 Mar 2015 18:29:11 +0000 (18:29 +0000)]
Do not return `-EINVAL` as socket value (obviously not a good idea).

Also, fix socket descriptor leak in `tr_netBindTCPImpl` if `IPV6_V6ONLY` is defined.

9 years agoFix a couple more MinGW/MSVC warnings.
Mike Gelfand [Thu, 19 Mar 2015 19:13:23 +0000 (19:13 +0000)]
Fix a couple more MinGW/MSVC warnings.

9 years agoFix a couple of MinGW warnings.
Mike Gelfand [Thu, 19 Mar 2015 06:08:06 +0000 (06:08 +0000)]
Fix a couple of MinGW warnings.

9 years agoDefine and use tr_socket_t and TR_BAD_SOCKET instead of int and -1.
Mike Gelfand [Wed, 18 Mar 2015 07:34:26 +0000 (07:34 +0000)]
Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1.

Test socket validity by comparing to TR_BAD_SOCKET instead of various
(and sometimes wrong) other tests like `x >= 0`, `x != -1`, `x > 0`,
`x > -1`, `x` (valid), and `x < 0`, `x == -1` (invalid).

9 years agoAdd support for WolfSSL (autoconf)
Mike Gelfand [Sun, 15 Mar 2015 17:08:10 +0000 (17:08 +0000)]
Add support for WolfSSL (autoconf)

9 years agoAdd support for WolfSSL
Mike Gelfand [Sun, 15 Mar 2015 16:57:30 +0000 (16:57 +0000)]
Add support for WolfSSL

It was announced on March 5th that CyaSSL changes name to WolfSSL,
and version 3.4.0 has been released under that new name. Tune
FindCyaSSL.cmake a bit to probe for both libraries. Fortunately,
compatibility headers are provided so I didn't have to touch the
code at all for now.

9 years agoMinor type adjustments (incomplete, it takes way too much time)
Mike Gelfand [Sun, 15 Mar 2015 11:43:32 +0000 (11:43 +0000)]
Minor type adjustments (incomplete, it takes way too much time)

9 years agoSet patch svn:eol-style to native (fix Windows build)
Mike Gelfand [Sat, 14 Mar 2015 07:02:46 +0000 (07:02 +0000)]
Set patch svn:eol-style to native (fix Windows build)

9 years agoFix libb64 unsigned char issues while waiting for upstream to accept the patch
Mike Gelfand [Sat, 14 Mar 2015 06:59:44 +0000 (06:59 +0000)]
Fix libb64 unsigned char issues while waiting for upstream to accept the patch

9 years ago#5505: Temporarily comment assert out so that nightly builds are usable again
Mike Gelfand [Wed, 11 Mar 2015 06:22:11 +0000 (06:22 +0000)]
#5505: Temporarily comment assert out so that nightly builds are usable again

9 years agoDefine one of LFS macros instead of using xxx64 functions directly.
Mike Gelfand [Tue, 10 Mar 2015 22:31:09 +0000 (22:31 +0000)]
Define one of LFS macros instead of using xxx64 functions directly.

There're too many functions and types to consider, and benefits of not
using LFS macros aren't that big (I was thinking of using fts(3) but
that may not happen soon or at all).

9 years agoUse lseek64 instead of lseek, if available (large files on 32-bit systems)
Mike Gelfand [Sun, 8 Mar 2015 19:14:24 +0000 (19:14 +0000)]
Use lseek64 instead of lseek, if available (large files on 32-bit systems)

9 years ago#5774: Fix alternative speed limits scheduled times (once more)
Mike Gelfand [Fri, 6 Feb 2015 20:08:36 +0000 (20:08 +0000)]
#5774: Fix alternative speed limits scheduled times (once more)

9 years agoPer-pixel vertical scroll in all the views (Qt client)
Mike Gelfand [Sat, 31 Jan 2015 17:40:44 +0000 (17:40 +0000)]
Per-pixel vertical scroll in all the views (Qt client)

9 years agoPass constant Prefs, TorrentFilter, TorrentModel objects where no modification is...
Mike Gelfand [Thu, 29 Jan 2015 22:44:43 +0000 (22:44 +0000)]
Pass constant Prefs, TorrentFilter, TorrentModel objects where no modification is needed

9 years agoFix build on Windows (blindly)
Mike Gelfand [Thu, 29 Jan 2015 22:10:00 +0000 (22:10 +0000)]
Fix build on Windows (blindly)

9 years agoDefine QT_NO_CAST_FROM_ASCII (Qt client)
Mike Gelfand [Thu, 29 Jan 2015 21:53:05 +0000 (21:53 +0000)]
Define QT_NO_CAST_FROM_ASCII (Qt client)

Use latin1 encoding most of the time where default encoding was used
before. Qt 4 assumes latin1 by default while Qt 5 uses utf-8 which is
not what we want.

Use utf-8 encoding in some places where default encoding was used before.
This includes strings coming from RPC.

Fix an issue with SortMode::names[] (filters.cc) where missing comma
between "sort-by-queue" and "sort-by-ratio" resulted in two array entries
being merged into solid "sort-by-queuesort-by-ratio" string and all the
following items being shifted compared to their enum counterparts.

9 years agoRevert unintended changes (debug output)
Mike Gelfand [Wed, 28 Jan 2015 23:08:41 +0000 (23:08 +0000)]
Revert unintended changes (debug output)

9 years agoTreat command-line arguments as UTF-8-encoded; hide char* Prefs setter, require expli...
Mike Gelfand [Wed, 28 Jan 2015 22:57:46 +0000 (22:57 +0000)]
Treat command-line arguments as UTF-8-encoded; hide char* Prefs setter, require explicit conversion

9 years agoFix "magnetLink" field type in RPC spec (reported by r04r)
Mike Gelfand [Sun, 25 Jan 2015 19:57:36 +0000 (19:57 +0000)]
Fix "magnetLink" field type in RPC spec (reported by r04r)

9 years agoUse TrPathButton in preferences dialog
Mike Gelfand [Sun, 25 Jan 2015 19:55:05 +0000 (19:55 +0000)]
Use TrPathButton in preferences dialog

9 years agoFix tab order in preferences dialog (Qt client)
Mike Gelfand [Sun, 25 Jan 2015 18:16:30 +0000 (18:16 +0000)]
Fix tab order in preferences dialog (Qt client)

9 years agoRework preferences dialog in Qt client to load from .ui
Mike Gelfand [Sun, 25 Jan 2015 15:47:03 +0000 (15:47 +0000)]
Rework preferences dialog in Qt client to load from .ui

9 years ago#5881: Explicitly state all possible crypto backend source files so that they are...
Mike Gelfand [Wed, 21 Jan 2015 22:32:27 +0000 (22:32 +0000)]
#5881: Explicitly state all possible crypto backend source files so that they are included into archive by `make dist`

9 years agoRework forms layout to workaround some stylesheet issues (Qt client)
Mike Gelfand [Wed, 21 Jan 2015 21:14:00 +0000 (21:14 +0000)]
Rework forms layout to workaround some stylesheet issues (Qt client)

9 years agoImprove tracker list look (torrent properties dialog), support RTL layout
Mike Gelfand [Tue, 20 Jan 2015 23:28:38 +0000 (23:28 +0000)]
Improve tracker list look (torrent properties dialog), support RTL layout

9 years agoSmall follow-up translation fixes (HTML formatting mess in tracker delegate mostly)
Mike Gelfand [Sun, 18 Jan 2015 13:19:30 +0000 (13:19 +0000)]
Small follow-up translation fixes (HTML formatting mess in tracker delegate mostly)

9 years agoPoke translations a bit (Qt client)
Mike Gelfand [Sun, 18 Jan 2015 02:09:44 +0000 (02:09 +0000)]
Poke translations a bit (Qt client)

Add a bit more comments. Adjust some phrases for pluralization.
Mark menu shortcuts as not translatable (changing them doesn't do any
good but people start translating "Ctrl" as "Ktrl" etc. which breaks
the shortcuts).
Pull current translations from Transifex.

9 years agoImprove overall look of torrents in main window
Mike Gelfand [Sat, 17 Jan 2015 16:59:42 +0000 (16:59 +0000)]
Improve overall look of torrents in main window

Refactor and use the same code to calculate element positions in
sizeHint () and paint () to prevent discrepancies.
While we are at it, properly support RTL layout.

9 years agoFallback to message box warning icon if emblem-important is not provided by the icon...
Mike Gelfand [Sat, 17 Jan 2015 13:49:02 +0000 (13:49 +0000)]
Fallback to message box warning icon if emblem-important is not provided by the icon theme

9 years agoImprove the look of torrents with errors a bit (Qt client)
Mike Gelfand [Sat, 17 Jan 2015 01:23:51 +0000 (01:23 +0000)]
Improve the look of torrents with errors a bit (Qt client)

Display emblem over mime icon if torrent has error(s) to indicate the
issue.
Use normal text color instead of red when drawing selected item: there
is no easy way to be sure that red color looks nice on selection
background, and most of the time it doesn't. Using red color for non-
selected items is questionable too, but let's leave it at that for now.

9 years agoBump libevent version used by CMake to 2.0.22-stable
Mike Gelfand [Tue, 13 Jan 2015 21:27:31 +0000 (21:27 +0000)]
Bump libevent version used by CMake to 2.0.22-stable

9 years agoDo not write timezone to log, not a good idea after all (no standardized format)
Mike Gelfand [Tue, 13 Jan 2015 21:09:21 +0000 (21:09 +0000)]
Do not write timezone to log, not a good idea after all (no standardized format)

9 years agoAdd Transifex configuration file
Mike Gelfand [Mon, 12 Jan 2015 06:44:28 +0000 (06:44 +0000)]
Add Transifex configuration file

9 years agoAdd more information for translators (Qt client)
Mike Gelfand [Mon, 12 Jan 2015 06:18:52 +0000 (06:18 +0000)]
Add more information for translators (Qt client)

9 years agoInclude all CMake-related files into `make dist` output to facilitate testing
Mike Gelfand [Mon, 12 Jan 2015 00:54:40 +0000 (00:54 +0000)]
Include all CMake-related files into `make dist` output to facilitate testing

9 years agoMove numeric units to the right of values (per KDE HIG)
Mike Gelfand [Sun, 11 Jan 2015 21:10:46 +0000 (21:10 +0000)]
Move numeric units to the right of values (per KDE HIG)

Follow up commit to change the last phrase standing.

9 years agoImprove filter bar look (Qt client)
Mike Gelfand [Sun, 11 Jan 2015 15:01:13 +0000 (15:01 +0000)]
Improve filter bar look (Qt client)

Use normal but semi-transparent color instead of 'disabled' color for
counts drawing.
Do not leave empty space for icon when selected item doesn't have one.
Use null pixmaps/icons instead of non-null blank ones.
Implement our own sizeHint and minimumSizeHint to make sure both combos
have the same height.
Make activity combo width fixed, tracker combo width to fit its content
and line edit to occupy the rest.
Add 'Search...' placeholder to line edit.

9 years agoFurther adjustments to support PolarSSL 1.2
Mike Gelfand [Wed, 7 Jan 2015 14:05:58 +0000 (14:05 +0000)]
Further adjustments to support PolarSSL 1.2

9 years agoLower minimum PolarSSL version required down to 1.2
Mike Gelfand [Wed, 7 Jan 2015 13:41:22 +0000 (13:41 +0000)]
Lower minimum PolarSSL version required down to 1.2

9 years agoFix copyright years and SVN attributes on new files
Mike Gelfand [Wed, 7 Jan 2015 13:20:56 +0000 (13:20 +0000)]
Fix copyright years and SVN attributes on new files

9 years agoAdd PolarSSL support
Mike Gelfand [Wed, 7 Jan 2015 13:19:00 +0000 (13:19 +0000)]
Add PolarSSL support

9 years ago#4400: Access CyaSSL RNG in thread-safe manner
Mike Gelfand [Wed, 7 Jan 2015 13:13:19 +0000 (13:13 +0000)]
#4400: Access CyaSSL RNG in thread-safe manner

9 years ago#4400: Actually use CyaSSL (or some other) backend in libtransmission
Mike Gelfand [Wed, 7 Jan 2015 03:00:06 +0000 (03:00 +0000)]
#4400: Actually use CyaSSL (or some other) backend in libtransmission

9 years ago#4400: Fix CyaSSL version check (CMake)
Mike Gelfand [Wed, 7 Jan 2015 02:49:56 +0000 (02:49 +0000)]
#4400: Fix CyaSSL version check (CMake)

9 years ago#4400: Do not require OpenSSL anymore
Mike Gelfand [Wed, 7 Jan 2015 02:16:24 +0000 (02:16 +0000)]
#4400: Do not require OpenSSL anymore

9 years ago#4400: Add CyaSSL support
Mike Gelfand [Wed, 7 Jan 2015 02:04:08 +0000 (02:04 +0000)]
#4400: Add CyaSSL support

9 years agoDon't use ssize_t in bitfield.c (cleaner w/o it anyway)
Mike Gelfand [Sun, 4 Jan 2015 15:31:47 +0000 (15:31 +0000)]
Don't use ssize_t in bitfield.c (cleaner w/o it anyway)

9 years agoMake program name/version in about dialog larger again
Mike Gelfand [Sun, 4 Jan 2015 12:47:07 +0000 (12:47 +0000)]
Make program name/version in about dialog larger again

9 years agoChange sharing consent dialog into a QMessageBox
Mike Gelfand [Sun, 4 Jan 2015 12:29:10 +0000 (12:29 +0000)]
Change sharing consent dialog into a QMessageBox

9 years agoMark GTK and Qt clients as GUI programs on Windows (detach from console)
Mike Gelfand [Sun, 4 Jan 2015 10:57:09 +0000 (10:57 +0000)]
Mark GTK and Qt clients as GUI programs on Windows (detach from console)

9 years agoUse Faenza (1.3.1) as fallback on systems which do not support icon themes
Mike Gelfand [Sun, 4 Jan 2015 02:14:58 +0000 (02:14 +0000)]
Use Faenza (1.3.1) as fallback on systems which do not support icon themes