summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-10Revert the change to encode the uploaded content as UTF-8.HEADmasterChristian Hammond
2010-03-10Prevent a failure when there's an error reading a diff.Christian Hammond
2010-02-24Protect against an uninitialized variable.Christian Hammond
2010-02-24Fix two issues when using post-review with Subversion.Christian Hammond
2010-02-21Fix the default changeset support with more recent versions of P4.Christian Hammond
2010-02-21Fix a crash when using ClearCase.Christian Hammond
2010-02-13Bump to 0.2 RC 2.Christian Hammond
2010-02-13Release RBTools v0.2 RC 1.release-0.2rc1Christian Hammond
2010-02-13Add Thilo-Alexander Ginkel and Petr Novák to the AUTHORS list.Christian Hammond
2010-02-13Filter out usernames from Mercurial repository paths in .hgrcChristian Hammond
2010-02-11Add support for --diff-filename when using --repository-url.Christian Hammond
2010-02-11Add a missing COPYING file.Christian Hammond
2010-02-06Do not run git remote show just because of remote URL.David Trowbridge
2010-02-06post-review: correctly handle diff uploads, which contains non-ASCII charactersDavid Trowbridge
2010-02-06Merge commit 'origin/master'David Trowbridge
2010-02-06Fixes associated to Issue 1345David Trowbridge
2010-02-06Be more flexible with HTTP response codes.Christian Hammond
2010-01-31Add support for --diff-filename=-Christian Hammond
2010-01-31Add a --diff-filename parameter to post-review.Christian Hammond
2010-01-29Fix a bug with parsing merge branch names.Christian Hammond
2010-01-12Fix an assumption that Git master represents SVN trunk.Christian Hammond
2010-01-12Provide --guess-description and --guess-summary for Mercurial revision ranges.Christian Hammond
2010-01-05Fix --guess-description with Git.Christian Hammond
2009-12-22Support the new move/add and move/delete operations in Perforce.Christian Hammond
2009-12-20Support server aliases for Perforce.Christian Hammond
2009-12-06Fix an invalid class name.Christian Hammond
2009-11-28Add HTTP Digest Authentication to post-reviewDavid Trowbridge
2009-11-22Fix a breakage in git-svn.Christian Hammond
2009-11-05Don't depend on simplejson on Python 2.6 eggs.Christian Hammond
2009-11-04Properly represent binary files in patches when using git-svn.Christian Hammond
2009-11-03Fix post-review error reporting when using --diff-only.Christian Hammond
2009-11-03Improve git parent branch detection in post-review.Christian Hammond
2009-10-16Update the Review Board server domain name.Christian Hammond
2009-10-13Update all URLs to point to the new site.Christian Hammond
2009-10-10Show syntax errors in .reviewboardrc files.Christian Hammond
2009-10-10Re-introduce a fix for binary files and versioning for Perforce.Christian Hammond
2009-10-05Don't produce broken diff files with files that don't end in a newline.David Trowbridge
2009-09-27Support creating diffs with multiple files when using --revision-rangeDavid Trowbridge
2009-09-24Support "revision-range" option with gitDavid Trowbridge
2009-09-22Don't unconditionally publish the draft when setting a field.Christian Hammond
2009-09-21Fix the path to the user's appdata directory on Win Vista+.Christian Hammond
2009-09-21Support older p4d, pending changelists.David Trowbridge
2009-09-21Bump to RBTools v0.2 beta 3 dev.Christian Hammond
2009-09-21Release RBTools v0.2 beta 2.release-0.2beta2Christian Hammond
2009-09-21Added release notes for RBTools v0.2 beta 2.Christian Hammond
2009-09-10Add Repository UUID support to git-svn.Christian Hammond
2009-08-25Add a .reviewboardrc for RBTools.Christian Hammond
2009-08-25Fix an issue in GitClient where local repository configuration is ignored.Christian Hammond
2009-08-22Patch by Dana Lacoste to fix a bug with post-review on Windows where wechipx86
2009-08-22Add raw file URL support to the Repository admin page and Git.chipx86