Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

61 check-ins tagged with "pending-review"

2016-10-05
06:54
Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. Closed-Leaf check-in: 75ddc368 user: andybradford tags: pending-review
2016-10-01
05:07
Return an error if the origin cannot be matched to a check-in or a date. Closed-Leaf check-in: 34d0c570 user: andybradford tags: pending-review
2016-08-18
14:30
merge trunk Closed-Leaf check-in: e81063b9 user: jan.nijtmans tags: pending-review
2016-06-17
07:39
Merge trunk check-in: 4887295a user: jan.nijtmans tags: pending-review
2016-03-06
06:35
Merge updates from trunk. Closed-Leaf check-in: ff4a4fe6 user: mistachkin tags: pending-review
06:35
Merge updates from trunk. Closed-Leaf check-in: 4bd2b545 user: mistachkin tags: pending-review
2016-02-26
02:54
Add -e as a short option for --edit-comment in the amend command. Closed-Leaf check-in: 769bc7b4 user: rberteig tags: pending-review
2016-01-26
09:18
Make fusefs a 2nd-tier command if it is not supported by the build check-in: 50d81f95 user: baruch tags: pending-review
2016-01-24
14:43
Add option to show real branch colors in branch list check-in: 26fc65f9 user: baruch tags: pending-review
2016-01-21
10:32
Fix memory leak from previous commit Closed-Leaf check-in: 9ab7122d user: baruch tags: pending-review
2016-01-20
23:07
Fix "Newer" button in timeline when using "c" parameter check-in: 28dd7c1d user: baruch tags: pending-review
13:36
Add submenu to default branch list page Closed-Leaf check-in: 737e8d23 user: baruch tags: pending-review
12:15
Remove even fusefs command from non fuse-enabled builds check-in: 06fd798b user: baruch tags: pending-review
10:46
Change piechart table to view since tables have undefined order Closed-Leaf check-in: cdf0d6a3 user: baruch tags: pending-review
2016-01-06
20:49
Merge trunk check-in: 9e1fa626 user: jan.nijtmans tags: pending-review
19:44
Do not set the directory permission bit on empty files when creating a ZIP archive. Closed-Leaf check-in: 18607775 user: mistachkin tags: pending-review
2015-12-23
22:35
Merge trunk check-in: 9a69d84e user: jan.nijtmans tags: pending-review
2015-12-22
14:44
Removed unneeded variable Closed-Leaf check-in: 2c5a5e82 user: baruch tags: pending-review
2015-12-21
20:17
Fix so that when showing stats for single user, that user's name is selected in the box check-in: f6844f3a user: baruch tags: pending-review
08:49
merge trunk check-in: 255327f0 user: jan.nijtmans tags: pending-review
2015-12-03
08:57
Correct code for style, no change in functionality. Closed-Leaf check-in: 654fb1f4 user: andybradford tags: pending-review
08:36
Crosslink clusters so that fossil test-clusters and test-describe-artifacts will be able to identify them correctly. check-in: 81bdb687 user: andybradford tags: pending-review
2015-12-02
20:23
Experimental changes to deal with the reserved 12 characters (e.g. 'FILENAME.EXT') always needed for long directory names on Windows. Closed-Leaf check-in: 6ebef28f user: mistachkin tags: pending-review
2015-11-28
19:59
Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. Closed-Leaf check-in: 5f32bf71 user: andybradford tags: pending-review
2015-11-12
11:37
Micro-optimization in lookslike* functions, proving that LOOK_CR can be expressed as (LOOK_LONE_CR | LOOK_CRLF) and LOOK_LF as (LOOK_LONE_LF | LOOK_CRLF). This saves 6 assembler-instructions in the loops. Ready to be reviewed. check-in: 13c796a4 user: jan.nijtmans tags: pending-review
11:32
re-shuffle LOOK_XXX flags such that LOOK_CR and LOOK_LF are last check-in: b29b7fd3 user: jan.nijtmans tags: pending-review
2015-10-20
08:14
Docker build "release" by default. Meant for upcoming Fossil release. Closed-Leaf check-in: 2a1d7e0e user: jan.nijtmans tags: pending-review
07:41
Backout [9431fec1ea098feab24002d4c3bfa0132017ef39]: It causes too many files being displayed in various screens. Reported in fossil-dev and Tcl Core mailing list. check-in: 5903a70b user: jan.nijtmans tags: pending-review
2015-08-02
02:44
Avoid using a null pointer resulting in a segfault if caller sends in null. Closed-Leaf check-in: 2d714a4e user: andybradford tags: pending-review
2015-03-01
21:01
Command line output-only changes of 'checkins' to 'check-ins' for the dbstat, info, and purge sub-commands. This may break some pre-existing automation, please review. Closed-Leaf check-in: 739b3aab user: mistachkin tags: pending-review
2015-01-27
07:39
For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. Closed-Leaf check-in: 52f08008 user: andybradford tags: pending-review
2015-01-06
06:46
Extend verbose option to clone operations as well. Closed-Leaf check-in: 7421f926 user: andybradford tags: pending-review
2014-09-17
14:41
fix issue when showing checkins using a file incorrect checkins shown after merge Closed-Leaf check-in: 813b860c user: baruch tags: pending-review
2014-09-14
11:17
prevent setting/unsetting property based on ambiguous prefix Closed-Leaf check-in: c3fee15b user: baruch tags: pending-review
2014-08-14
10:30
diff: when --to is provided but --from is not, default to --from current, per ML suggestion. Closed-Leaf check-in: d5a89404 user: stephan tags: pending-review
2014-07-30
20:19
Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. Closed-Leaf check-in: fb3e64f0 user: jan.nijtmans tags: pending-review
06:47
Update clone documentation for clone protocol 3 and cfile cards. Closed-Leaf check-in: 9a697867 user: andybradford tags: pending-review
2014-07-19
16:29
Only allow a checkin against a closed leaf if it is not the same branch. Closed-Leaf check-in: d1b5fd87 user: andybradford tags: pending-review
2014-07-07
20:59
Update 'config.guess' and 'config.sub' from upstream per request on mailing list by Joe Prostko. Please review for trunk. Closed-Leaf check-in: c84d28d7 user: mistachkin tags: pending-review
2014-04-30
07:54
On second thought, make this also work for fossil server as well which has the same problem. Closed-Leaf check-in: 644e78cc user: andybradford tags: pending-review
07:11
Minor cleanup (no change in functionality). check-in: b5e09375 user: andybradford tags: pending-review
07:07
Potential fix to allow fossil ui to be run as root---reopen the database after dropping privileges. check-in: d5432cf6 user: andybradford tags: pending-review
2014-02-15
06:14
Create a repo and explicitly set the autosync setting so TH1 tests will run correctly regardless of the user's global setting. Closed-Leaf check-in: 3baa7e3d user: joel tags: pending-review
2014-01-09
13:17
Add comments to better explain what it happening for the out-of-tree check in the "add" command. Closed-Leaf check-in: d83fc58d user: drh tags: pending-review
05:56
Attempts to add files outside the open checkout tree result in fatal error. check-in: f0de41fd user: andybradford tags: pending-review
2013-11-10
03:49
Logic correction. Should check if the local db is open before trying to use it, not before checking if the variable is null. Closed-Leaf check-in: 8a7a45e0 user: andybradford tags: pending-review
00:02
Change fossil ui behavior to look for default-user first if set, otherwise look for user with Setup capability. check-in: 2fe1d804 user: andybradford tags: pending-review
2013-10-07
08:35
Hm. the db_finalize() and the newline append should be done within the "if"! Closed-Leaf check-in: 6135c92e user: jan.nijtmans tags: pending-review
08:10
Prevent an invalid manifest to be generated if there is no parent manifest. check-in: aa01de5d user: jan.nijtmans tags: pending-review
2013-10-04
09:30
Better error-message in case of "manifest file is malformed" Closed-Leaf check-in: 1eb438d6 user: jan.nijtmans tags: pending-review
2013-09-25
08:36
Remove unnecessary code which does not give any advantage. This fixes dynamical loading of Tcl 8.4 as well. Closed-Leaf check-in: 132c1b4c user: jan.nijtmans tags: pending-review
08:29
FOSSIL_ENABLE_TCL_PRIVATE_STUBS only makes sense when USE_TCL_STUBS is defined as well. Use that consistantly in the code. Easier testing whether Tcl integration works fine, just by "fossil version -v". check-in: 0038f4c9 user: jan.nijtmans tags: pending-review
2013-09-17
09:00
Use Tcl_EvalObjv in any Tcl version, not only when compiled with Tcl 8.6 headers. Closed-Leaf check-in: 92fd8ddc user: jan.nijtmans tags: pending-review
08:43
new clean-zlib, clean-openssl and clean-tcl targets in the mingw makefiles. check-in: 9112867c user: jan.nijtmans tags: pending-review
2013-08-27
13:28
This manifest has a P-card and a Q-card to a non-existing (private) branch. The purpose was show that nothing fails in that situation. Remark: This manifest was the result of an experiment, synced by accident (sorry about that). Strangly enough on localhost:8080 an arrow going all the way down is visible, on fossil-scm.org the arrow is not there. Closed-Leaf check-in: e19cfba5 user: jan.nijtmans tags: pending-review
12:04
Fix the display of arrows with a private branch as starting point. If UUID's are missing from R-cards (except for the first argument) and Q-cards, this is not fatal: The merge source might be private in some other repository and not (yet) synced. "fossil test-missing" should not report errors for this situation. check-in: 60389c1f user: jan.nijtmans tags: pending-review
2013-08-18
04:22
Add CSS class to anchor for open leaves for consistency. Closed-Leaf check-in: 8ad0a879 user: andybradford tags: pending-review
2013-08-09
01:09
Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). Closed-Leaf check-in: bdbf144e user: andybradford tags: pending-review
2013-07-01
09:08
rebase Closed-Leaf check-in: d57bddaa user: jan.nijtmans tags: pending-review
2013-06-24
09:53
rebase check-in: 50d466dc user: jan.nijtmans tags: pending-review
2013-05-30
08:16
In the "fossil clean" messages/prompts, distinguish between "unmanaged" and "ignored" files. check-in: 48fcfa85 user: jan.nijtmans tags: pending-review