Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
63 check-ins using file src/checkout.c version 13c9354e
2011-09-13
| ||
17:18 | The Label list was not properly freed in some cases; looking at the annotate of 'win/Makefile.msc' was triggering the case. ... (Closed-Leaf check-in: 4860d9f2 user: viriketo tags: annotate_noleak) | |
16:43 | Getting in the changes reducing the leak on annotate. In the fossil mailing list, I received only opinions in favour of getting mallocs and frees properly paired, so I think noone will refuse the change. ... (check-in: 7870a89b user: viriketo tags: annotate_noleak) | |
2011-09-08
| ||
11:52 | Merge latest trunk into symlinks branch. ... (check-in: 981e5c62 user: dmitry tags: symlinks) | |
2011-09-07
| ||
08:12 | Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. ... (Closed-Leaf check-in: 27a4518e user: ben tags: ben-minorchanges) | |
03:51 | begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. ... (Closed-Leaf check-in: a67e2683 user: martin.weber tags: msw-hack) | |
2011-09-06
| ||
20:30 | Documenting the Label structure I introduced. ... (Closed-Leaf check-in: 58a02a2e user: viriketo tags: label_linkedlist) | |
20:12 | catch up with trunk. Remove C++ style comments from http_ssl.c. ... (check-in: 0f1c41bc user: martin.weber tags: msw-hack) | |
13:23 | Close A and LI tags when displaying new and deleted files in timeline. ... (check-in: 8d703ff9 user: dmitry tags: trunk) | |
07:33 |
Two fixes about localtime:
| |
2011-09-04
| ||
22:14 |
Implementation of a linked list to solve the memory leak described in a TODO
in [e2ebb1f5cae8].
This code is slower than having the memory leak, and at the end, it was not a big memory leak. Let's say, 10 byte per revision involved in a file annotate. If a file has 30000 revisions, it may go around 300KB then. For this leak to be noticeable (as we have a content cache until 50MB), it would mean having above a milion revisions for the file annotated. So, I keep this in a branch apart, as maybe the leak is worth the faster code. I have not measured the speed difference though. ... (check-in: ef8266b7 user: viriketo tags: label_linkedlist) | |
21:39 |
Reducing the leak of annotate even more.
I wrote a TODO in the file, for a leak still present and relevant for files modified by many versions, but that requires harder work to get right. ... (check-in: e2ebb1f5 user: viriketo tags: annotate_noleak) | |
21:02 | Making annotate not segfault for the complex test case I have. There is still a little leak... but muuuch smaller than it was. ... (check-in: fa760a24 user: viriketo tags: annotate_noleak) | |
20:43 | Updating from trunk to get the latest code. ... (check-in: 73b6ff49 user: viriketo tags: annotate_noleak) | |
20:41 |
What I did to get the 'annotate' command not leak.
Notice that I disabled again the check for blob_is_reset, as in trunk. ... (check-in: 7ad4dfbe user: viriketo tags: annotate_noleak) | |
01:28 | Update the built-in SQLite to the latest 3.7.8-alpha version that contains the improved merge-sort logic. ... (check-in: 0cf54160 user: drh tags: trunk) | |
2011-09-02
| ||
16:19 | Do a better job of merging branches that contain lots of file renames. ... (check-in: 0b93b0f9 user: drh tags: trunk) | |
13:54 | Fix a missing \n on the trace output of the previous check-in. Also fix a redundancy in the computation of symbolic links. ... (check-in: 59717678 user: drh tags: trunk) | |
13:51 | Add additional trace output with the --debug option on "fossil merge" and especially on filename change tracking. ... (check-in: 21acce3c user: drh tags: trunk) | |
12:39 | Merge symlink fixes into trunk. ... (check-in: c97535c5 user: dmitry tags: trunk) | |
12:33 | Fix a bug in undo associated with symlinks. ... (check-in: 56d624f6 user: drh tags: trunk) | |
12:27 | Merge latest trunk into symlinks branch. ... (check-in: fee3c676 user: dmitry tags: symlinks) | |
12:18 | Merge the latest autosetup changes into trunk. ... (check-in: 172580e0 user: drh tags: trunk) | |
10:34 | Print description of conflict when 'stash apply' cannot merge a symlink and a regular file. ... (check-in: bca6924e user: dmitry tags: symlinks) | |
10:31 | Fix an autosetup bug which prevented libreadline from being detected when running autosetup under tclsh ... (Closed-Leaf check-in: 7eeb5c64 user: steveb tags: autosetup) | |
10:30 | Add -Wdeprecated-declarations on Mac OS X to prevent warnings from openssl ... (check-in: 0fd14820 user: steveb tags: autosetup) | |
10:19 | Uncomment contents of Makefile.in. Silence OpenSSL deprecation warnings on Mac OS X 10.7. ... (check-in: 73443aa7 user: dmitry tags: symlinks) | |
10:10 | Add Makefile.in back into the checkout. Was deleted accidently by the merge at [e4f1c1fe950425b]. ... (check-in: 90b692ba user: drh tags: trunk) | |
09:34 | Bring Makefile.in back. ... (check-in: 67295626 user: dmitry tags: symlinks) | |
2011-09-01
| ||
23:55 | Change a couple of unlink()'s to file_delete(). ... (check-in: 61d49d92 user: dmitry tags: symlinks) | |
23:44 | Fix indentation in update.c. ... (check-in: 1d54dce4 user: dmitry tags: symlinks) | |
23:18 | Merge latest changes from trunk. ... (check-in: 2b1a4797 user: dmitry tags: symlinks) | |
22:56 | Refactor file_perm(), file_islink(), and file_isexe(). Now file_perm() calls stat only once. ... (check-in: eac23495 user: dmitry tags: symlinks) | |
22:55 | Fix merge when merging UPDATEs a symlink to a regular file and vice versa. ... (check-in: 82a95b46 user: dmitry tags: symlinks) | |
22:52 | Fix undo when having a regular file on disk and symlink in undo. ... (check-in: 324763b9 user: dmitry tags: symlinks) | |
22:22 | Fix typos and other cleanup on the "build.wiki" doc page. ... (check-in: 0f9fb203 user: drh tags: trunk) | |
22:15 | Fix saving undo for symlinks. ... (check-in: 0762b1d9 user: dmitry tags: symlinks) | |
22:06 | Merge all the latest trunk changes into the tcl-integration branch. ... (check-in: 26c515f6 user: drh tags: tcl-integration) | |
22:05 | Add in the merge_renames test script from the similarly named branch. ... (check-in: fcd68266 user: drh tags: trunk) | |
22:00 | Merge in support for the "fossil ticket history" command from the venks-emacs branch. ... (check-in: 98a855c5 user: drh tags: trunk) | |
21:56 | Merge the symlinks branch into trunk. ... (check-in: e4f1c1fe user: drh tags: trunk) | |
20:56 | Merge latest trunk. ... (check-in: 02ee688a user: dmitry tags: symlinks) | |
2011-08-31
| ||
16:28 | Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. ... (check-in: 3115774f user: dmitry tags: symlinks) | |
09:55 | Merge latest trunk. ... (check-in: 40ed431c user: dmitry tags: symlinks) | |
2011-08-28
| ||
11:22 | Make blob_read_link() C89-compatible on Unix again. ... (check-in: 03481908 user: dmitry tags: symlinks) | |
11:01 | Use file_delete() instead of unlink() in vfile_to_disk(). ... (check-in: 08311ffc user: dmitry tags: symlinks) | |
10:43 | Handle errors in blob_read_link(). ... (check-in: d43029f6 user: dmitry tags: symlinks) | |
2011-08-27
| ||
20:37 | Indicate whether a file artifact is a symlink or an executable in the web interface. ... (check-in: a7bf0e9b user: dmitry tags: symlinks) | |
18:25 | Changes to fossil_stat() so that the build works for mingw. ... (check-in: a7e747e5 user: drh tags: symlinks) | |
18:12 | Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. ... (check-in: 4778edd3 user: drh tags: symlinks) | |
09:44 | Fix reading delta from wrong column in stash. ... (check-in: 0317a929 user: dmitry tags: symlinks) | |
01:21 | Reverse the order of column/table existence checking to make validation of already updated local database faster. ... (check-in: 8c0f4bc7 user: dmitry tags: symlinks) | |
01:07 | Add islink column to stashfile, undo, undo_vfile tables if needed. ... (check-in: 44e673f5 user: dmitry tags: symlinks) | |
00:52 | Fix SQL syntax error in undo. ... (check-in: be956c3c user: dmitry tags: symlinks) | |
2011-08-26
| ||
14:59 | Merge the latest trunk changes into the symlinks branch. ... (check-in: 24c16584 user: drh tags: symlinks) | |
2011-08-25
| ||
13:48 | Fix one more use of number instead of constant for permissions. ... (check-in: 35de2bdd user: dmitry tags: symlinks) | |
11:42 | Introduce constants for internal permissions (executable/symlink). ... (check-in: f6daee3e user: dmitry tags: symlinks) | |
2011-08-24
| ||
20:01 | Support symlinks in tarballs. ... (check-in: 72e3bbd0 user: dmitry tags: symlinks) | |
19:12 | Support symlinks in ZIP files. ... (check-in: 16da26c5 user: dmitry tags: symlinks) | |
2011-08-23
| ||
17:44 | Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. ... (check-in: 4619361d user: dmitry tags: symlinks) | |
16:50 | Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. ... (check-in: 2de9e876 user: drh tags: symlinks) | |
15:27 | Merge in the latest changes from trunk. ... (check-in: 6c880a4f user: drh tags: symlinks) | |
13:54 | Fix comments. ... (check-in: 4a32e8ad user: dmitry tags: symlinks) | |
2011-08-22
| ||
22:20 | Merge trunk. ... (check-in: c57830be user: dmitry tags: symlinks) | |