2016-04-12 |
Mike Gelfand | Web UI: main() refactoring (patch by skybon @ GH-9) |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Mike Gelfand | Fork 3rd-party libraries on GitHub |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Mike Gelfand | Try getting SVN revision from Jenkins environment when... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Mike Gelfand | Only include .msi-related CMake stuff when it makes... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Mike Gelfand | Add files necessary for .msi packages creation on Windows |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jordan Lee | crypto.h and crypto-utils.h can't use #pragma once... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jordan Lee | maybe fix double-include of crypto.h / crypto-utils... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jordan Lee | use '#pragma once' instead of #ifndef..#define..#endif... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jordan Lee | fix bad TR_DEPRECATED macro on clang :P |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jordan Lee | give a useful definition of TR_DEPRECATED on msvc as... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jordan Lee | fix a handful of minor compiler warnings, mostly in... |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Mike Gelfand | Only grow filter input up to 250px width, then stick... |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Mike Gelfand | Fix dropping .torrent files into main window on Windows |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Mike Gelfand | Explicitly compare result of str(n)cmp/memcmp to signif... |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Mike Gelfand | Handle potential dirname/basename errors where needed |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Mike Gelfand | #6089: Beautified JavaScript (patch by skybon) |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Mike Gelfand | Bump to 2.92+ |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Mike Gelfand | Update NEWS, bump to 2.92 2.92 |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Mike Gelfand | Attempt to remove OSX.KeRanger.A for unlucky users... |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Mike Gelfand | Bump to 2.91 2.91 |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Mike Gelfand | Update NEWS |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Mike Gelfand | Update NEWS |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Mike Gelfand | #5743: Use `-rad` as short form of `--remove-and-delete` |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Mike Gelfand | Fix constraints issues on Yosemite when hiding web... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Mike Gelfand | #6078: Show main window and scroll to torrent on notifi... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Mike Gelfand | #6077: Add `--blocklist-update` to transmission-remote... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Mike Gelfand | #6083: Remove what looks like unintended changes (added... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Mike Gelfand | Fix copyright year in Win32 resources |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Mike Gelfand | #6079: Fix miniupnpc script to handle spaces and other... |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Mike Gelfand | Fix building for Win32/x86 (wrong callback calling... |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Mike Gelfand | Prevent crash during group rules removal in some cases... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Mike Gelfand | Fix existing Qt client instance detection and torrents... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Mike Gelfand | Include Windows patches into source archive, otherwise... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Mike Gelfand | Bump to 2.90+ |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Mike Gelfand | Update NEWS 2.90 |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | Bump version to 2.90 |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | Sync translations with Transifex |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | Update user-facing copyright years |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | Update NEWS |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | #6061: Change Sparkle Update URL to use HTTPS instead... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | Use autolayout for about and license windows (OS X) |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Mike Gelfand | Use autolayout for torrent info window (OS X) |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Mike Gelfand | Use autolayout for group rules window, take two (OS X) |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Mike Gelfand | Use autolayout for group rules window (OS X) |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Mike Gelfand | Fix warning for when 2nd `iconv()` argument is const |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Mike Gelfand | Load icons with GResource, remove deprecated inline... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Mike Gelfand | Define `HAVE_ICONV` instead of `HAVE_ICONV_OPEN` when... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Mike Gelfand | Only depend on iconv if found |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Mike Gelfand | Check for `iconv()` instead of `iconv_open()`, adjust... |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Mike Gelfand | #6064: Add test cases which exhibit the issue |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Mike Gelfand | #6064: Merge ConvertUTF.c fixes from LLVM (?) |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Mike Gelfand | Add hidden "watch-dir-force-generic" setting handling... |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Mike Gelfand | Make it possible to force generic watchdir implementati... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Mike Gelfand | Fix Turkish translation for high/normal/low priority... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Mike Gelfand | Use autolayout for Add Magnet window (OS X) |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Mike Gelfand | Disable format warnings when building with MinGW |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Mike Gelfand | #6051: `transmission-gtk --version` shouldn't require... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Mike Gelfand | Add bitfield test for has all/none |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Mike Gelfand | Apply most of recommended project changes (OS X) |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Mike Gelfand | Get rid of some more deprecation warnings (OS X) |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Mike Gelfand | Use `TR_BAD_SIZE` instead of -1 in `tr_quark_new()... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Mike Gelfand | #6050: Get rid of calls to deprecated convertScreenToBa... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Mike Gelfand | #6048: Improve error checking on metadata retrieval |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Mike Gelfand | #5737: Retry if RPC server fails to bind to specified... |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Mike Gelfand | #6042: Remove dead code now that we build for OS X... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Mike Gelfand | Add tests in such a way that target name is expanded... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Mike Gelfand | #5663: Autotools fixes: proper kqueue check, macro... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Mike Gelfand | Don't build transmission-cli by default (suggested... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Mike Gelfand | Improve file test modification time checks |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Mike Gelfand | Uncomment error prefixing tests |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Mike Gelfand | #5974: Torrents queued should be able to "Resume Now... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Mike Gelfand | Update NEWS |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Mike Gelfand | #6046: Fix grammatical mistake in German translation... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Mike Gelfand | Fix line endings on last commit |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Mike Gelfand | #5663: Emulate `GetOverlappedResultEx` on Windows Vista/7 |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Mike Gelfand | #5663: Rework directory watching in daemon |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Mike Gelfand | #5407: In `tr_peerMgrGetDesiredAvailable()`, check... |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Mike Gelfand | #5891: Move UDP shutdown timer setup to sessionCloseImp... |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Mike Gelfand | #5891: Fix crash on session shutdown (evdns_getaddrinfo... |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Mike Gelfand | Fix MinGW build (still produces lots of useless warning... |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Mike Gelfand | Loosen bitfield assertions to account for unknown bit... |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Mike Gelfand | On second thought, bring back stdbool.h check back |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Mike Gelfand | Remove useless checks and definitions (C99) |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Mike Gelfand | Always add all source files to targets |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Mike Gelfand | Would you please die already, nasty chdir warning... |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Mike Gelfand | Get rid of some more warnings |
commit | commitdiff | tree | snapshot |
2015-12-28 |
Mike Gelfand | Get rid of some more warnings |
commit | commitdiff | tree | snapshot |
2015-12-28 |
Mike Gelfand | Optimize URL-parsing functions a bit; rewrite `tr_urlPa... |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Mike Gelfand | #6041: Use AppKit status light icons (patch by mattrajca) |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Mike Gelfand | Fix bitfield bit removal, add more asserts, extend... |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Mike Gelfand | #5963: Fix two more places where int is used in boolean... |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Mike Gelfand | #6037: Fix global options popover layout (patch by... |
commit | commitdiff | tree | snapshot |
2015-12-25 |
Mike Gelfand | Ongoing refactoring (use size_t instead of int) |
commit | commitdiff | tree | snapshot |
2015-12-25 |
Mike Gelfand | Ongoing refactoring (use size_t instead of int) |
commit | commitdiff | tree | snapshot |
2015-12-24 |
Mike Gelfand | Revert r14501 |
commit | commitdiff | tree | snapshot |
2015-12-22 |
Mike Gelfand | #6039: Fix uninitialized controlView use in InfoTabButt... |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Mike Gelfand | Use default encoding (UTF-8) for all the source files... |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Mike Gelfand | #6038: Fix qmake-based Qt client build |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Mike Gelfand | Convert OS X client .strings files to UTF-8 |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Mike Gelfand | Remove duplicate and unused languages from OS X client... |
commit | commitdiff | tree | snapshot |
next |