]> granicus.if.org Git - transmission/shortlog
transmission
2015-01-07 Mike Gelfand#4400: Fix CyaSSL version check (CMake)
2015-01-07 Mike Gelfand#4400: Do not require OpenSSL anymore
2015-01-07 Mike Gelfand#4400: Add CyaSSL support
2015-01-04 Mike GelfandDon't use ssize_t in bitfield.c (cleaner w/o it anyway)
2015-01-04 Mike GelfandMake program name/version in about dialog larger again
2015-01-04 Mike GelfandChange sharing consent dialog into a QMessageBox
2015-01-04 Mike GelfandMark GTK and Qt clients as GUI programs on Windows...
2015-01-04 Mike GelfandUse Faenza (1.3.1) as fallback on systems which do...
2015-01-04 Mike GelfandUse (hopefully) better suited theme icons for some...
2015-01-03 Mike GelfandIncrease BASE64 encoding size when using system libb64
2015-01-02 Mike GelfandReplace tabs with spaces; remove trailing spaces
2015-01-02 Mike GelfandKill some warnings when compiling on Windows
2015-01-01 Mike Gelfand#5700: Add -std=gnu++11 to QMAKE_CXXFLAGS for Qt 4...
2015-01-01 Mike GelfandExternal CMake projects: supress developer warnings...
2015-01-01 Mike GelfandFix Mac build (make libtransmission depend on libb64)
2015-01-01 Mike GelfandFix Mac build (add libb64 to Xcode project)
2015-01-01 Mike GelfandUse libb64 instead of OpenSSL to encode/decode BASE64
2015-01-01 Mike Gelfand#4400, #5462: Fix "make check" for po files
2015-01-01 Mike Gelfand#4400, #5462: Fix autotools configuration
2015-01-01 Mike Gelfand#4400, #5462: Add possibility to test one crypto backen...
2015-01-01 Mike GelfandMake use of path button in relocate dialog (Qt client)
2015-01-01 Mike GelfandUse QMimeDatabase to get icon names when compiling...
2014-12-31 Mike GelfandReduce initial torrent creation dialog size to minimum
2014-12-31 Mike GelfandRework torrent creation dialog in Qt client to load...
2014-12-31 Mike GelfandAdd new TrPathButton class (Qt client)
2014-12-29 Mike GelfandRework torrent options dialog in Qt client to load...
2014-12-28 Mike GelfandUse QToolButton instead of QPushButton for path button...
2014-12-28 Mike GelfandAdd missing QToolButton forward declaration (Qt client)
2014-12-28 Mike Gelfand#5809: Allow building against system dht library (patch...
2014-12-28 Mike Gelfand#5808: Don't embed path to DHT_LIBS in qtr.pro (patch...
2014-12-27 Mike Gelfand#5805: Use bundled libutp by default if no system libut...
2014-12-27 Mike Gelfand#5805: Allow building against system libutp (patch...
2014-12-27 Mike GelfandAdd missing <QDebug> include (Qt 4 build break)
2014-12-27 Mike GelfandFactor RPC logic out from session (Qt client)
2014-12-27 Mike GelfandA bit of harmless refactoring
2014-12-26 Mike GelfandRefactor FreespaceLabel to make it possible for it...
2014-12-26 Mike GelfandFix the rest of :: formatting in C++ code
2014-12-26 Mike GelfandFix directory name display in relocate dialog
2014-12-26 Mike GelfandRework relocate dialog in Qt client to load from .ui
2014-12-25 Mike GelfandFix up some about dialog leftovers, sync Qt client...
2014-12-25 Mike GelfandRework about dialog in Qt client to load from .ui
2014-12-22 Mike GelfandMove numeric units to the right of values (per KDE...
2014-12-22 Mike Gelfand#4050: Use TRANSLATIONS_DIR macro as a hint for Qt...
2014-12-22 Mike Gelfand#5543: Add a warning panel with id of duplicate torrent...
2014-12-21 Mike GelfandFix license wording in Qt client .cc files to match...
2014-12-21 Mike GelfandRework session dialog in Qt client to load from .ui
2014-12-21 Mike GelfandMove filter text clearing button into line edit. Use...
2014-12-21 Mike GelfandRework statistics dialog in Qt client to load from .ui
2014-12-20 Mike GelfandImprove cross-compilation support when using CMake
2014-12-18 Mike GelfandMove status bar creation to mainwin.ui
2014-12-14 Mike GelfandSync Qt client translations with the code
2014-12-14 Mike GelfandRework torrent details dialog in Qt client to load...
2014-12-14 Mike GelfandDo not use printf-style formatting in C++ code
2014-12-14 Mike GelfandDo not use void to denote argumentless functions in...
2014-12-13 Mike GelfandFix format specifier warning introduced couple commits...
2014-12-13 Mike GelfandDon't mess with MinGW printf support for now (tricky)
2014-12-13 Mike GelfandFix compilation on Windows
2014-12-13 Mike GelfandMake utp_config.h usable with MSVC (#warning directive...
2014-12-13 Mike GelfandStrip needless const& specifiers on SIGNAL and SLOT...
2014-12-12 Mike GelfandFix various cppcheck comments for Qt client code
2014-12-12 Mike GelfandRemove redundant "struct" keyword use in C++ code ...
2014-12-12 Mike GelfandStrip spaces around :: in C++ code (Qt client)
2014-12-12 Mike Gelfand#5848: Use theme-provided icons in Qt client (patch...
2014-12-11 Mike Gelfand#5841: Fix initial watchdir scan in Qt client
2014-12-11 Mike Gelfand#5685: Use proper icon in Qt client desktop file (repor...
2014-12-11 Mike Gelfand#5692: Fix build under Cygwin (patch by rb07)
2014-12-11 Mike Gelfand#5407: Fix crash on Mac when pausing torrents (patch...
2014-12-11 Mike GelfandFix utils test; move -Winline to C-only flags (it only...
2014-12-11 Mike GelfandFix a couple of ordinary and pedantic warnings
2014-12-10 Mike GelfandAdd missing svn:keywords property to recently (and...
2014-12-10 Mike GelfandFix tr_moveFile error reporting
2014-12-10 Mike Gelfand#5369: Improve file allocation error checking (initial...
2014-12-07 Mike GelfandFix small memory leaks in crypto (base64) and rename...
2014-12-07 Mike GelfandIncrease move test timeouts from 5 sec to 5 min
2014-12-07 Mike GelfandInclude CTest to enable memcheck
2014-12-06 Mike GelfandRemove duplicate -Wcast-align flag, add canonicalize_fi...
2014-12-05 Mike Gelfand#4400, #5462: Fix Mac build by adding new crypto-utils...
2014-12-04 Mike Gelfand#4400, #5462: Move SHA1/HEX helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Move SSHA1 helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Move BASE64 helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Move DH helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Do not assert on input to SHA1 or RC4...
2014-12-04 Mike Gelfand#4400, #5462: Move RC4 helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Move SHA1 helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Move random helpers to crypto-utils
2014-12-02 Mike GelfandDo not use target_include_directories which requires...
2014-12-01 Mike GelfandCreate QDBusConnection after QApplication has been...
2014-12-01 Mike GelfandSync Qt translation files with current source code
2014-12-01 Mike Gelfand#5828: Initial CMake build system support
2014-12-01 Mike Gelfand#5077: Remove torrent file from watch directory even...
2014-11-30 Mike Gelfand#5722: Rename remaining WIN32 uses to _WIN32
2014-11-30 Mike Gelfand#5771: Use true and false instead of 1 and 0 for bool...
2014-11-30 Mike Gelfand#5800: Add Ukrainian translation to Qt client (patch...
2014-11-30 Mike Gelfand#5827: Improve torrent files tree updating performance
2014-11-10 Jordan Leefix infinite loop in deleteLocalData().
2014-10-18 Mitchell LivingstonYosemite: slight sseparation between pause/resume butto...
2014-10-18 Mitchell Livingstondrop all units on stats times
2014-10-17 Mitchell LivingstonYosemite: use NSDateComponentsFormatter instead of...
2014-10-16 Mitchell LivingstonImprove the looks a bit on Yosemite. The app must now...
2014-09-24 Eric PetitFix make dist
next