Fossil

Timeline
Login

Timeline

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

200 events occurring around 2cd21f8dc2ec202e.

2011-09-20
15:48
Refactored page/command callback to take on argument to simplify certain dispatching ops. json_getenv() now falls back to getenv() if neither the POST data nor cgi_parameter() contains the requested value, but this is basically a workaround for my current inability to add --opt support in CLI mode (due to how HTTP/CLI command handling is consolidated). (check-in: 206908fa user: stephan tags: json)
09:35 Ticket [b64435db] How to checkout a folder, but all of the files in repository? status still Open with 2 other changes (artifact: 5065a5da user: stephan) ... 1 similar event omitted.
2011-09-19
20:16
Remove obsolete files (check-in: 1f498a6e user: drh tags: trunk)
19:13
Update the built-in SQLite to the 3.7.8 release. (check-in: 8d4c5642 user: drh tags: trunk)
19:03
Moved a db_finalize() which would not have been called in a couple of error cases. (check-in: afc1cec6 user: stephan tags: json)
18:49
fixed a double-free() which could happen in one error case. (check-in: 65e946c7 user: stephan tags: json)
18:48
Implemented /json/wiki/list (first draft, may change). Pulled in latest cson_sqlite3 additions to simplify the impl. (check-in: 5cc88946 user: stephan tags: json)
17:11
minor cleanups in prep for the "larger" JSON APIs. (check-in: 87e20659 user: stephan tags: json)
2011-09-18
19:16
terribly minor internal cleanups. (check-in: 507a4582 user: stephan tags: json)
19:11
One compile fix and MSVC build fix, from Jeff Slutter. (check-in: 5f3a98ae user: stephan tags: json)
10:40
Removed some no-longer valid comments after confirming that JSON mode works without cookies. Dumbed-down the various login errors by default (again). (check-in: 52229655 user: stephan tags: json)
10:25
Added userName to /json/stat output for the nobody user (it was previously not set in that case). Renamed captcha to password in /json/anonymousPassword. Added NYI (not yet implemented) placeholders for several planned request types. (check-in: 13cc3b82 user: stephan tags: json)
08:11
Implemented anonymous user login over JSON. Requires 2 requests (captcha-fetch and then login). (check-in: cebf9919 user: stephan tags: json)
05:51
merged trunk [b54b8e751a]. (check-in: 76c4ae5e user: stephan tags: json)
05:45
More cleanups to the cson_cgi removal refactoring. Added common "indent" parameter to control indentation of JSON (uses cson_output_opt.indentation semantics). (check-in: b3653265 user: stephan tags: json)
04:31
Factored out cson_cgi bits - now using fossil's CGI bits. Removed cson_cgi from cson_amalgamation (cuts its size considerably). Seems to still work, and this removes some discrepancies in how CGI/server modes are handled. (check-in: 4cf96814 user: stephan tags: json)
2011-09-17
23:14
Doc changes only (check-in: 5a9e5679 user: stephan tags: json)
20:25
added a missing assert() (Thanks, Joe M.) (check-in: a67c6744 user: stephan tags: json)
17:35
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. (check-in: b54b8e75 user: drh tags: trunk)
16:01
More cleaning up of error lower-level handling to output JSON instead of HTML in a few more cases. (check-in: 9b842564 user: stephan tags: json)
14:24
logout now fails if the auth token is not available to it (as a sanity check and potentially stop someone from logging out someone else). (check-in: affdf56c user: stephan tags: json)
01:25
dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. (check-in: 147f4bfb user: stephan tags: json)
2011-09-16
23:29
Added some code for dumbing-down only the different login errors (missing name, missing pw, or no match found). Defaults to dumbed-down mode. (check-in: 388c9888 user: stephan tags: json)
23:06
worked around a weird cgi_parameter() bug. We are now not processing the name/password params with the precedence i would like, but it works now in server/cgi modes with GET and POST. (check-in: b0885e86 user: stephan tags: json)
21:39
restructured /json/cap output. (check-in: 7e3902d1 user: stephan tags: json)
19:48
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. (check-in: 4db5bd11 user: drh tags: trunk)
19:27
implemented /json/logout. (check-in: e94605b5 user: stephan tags: json)
18:57
Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). (check-in: 98cdd410 user: stephan tags: json)
18:55
style conformance touch-ups. (check-in: 45cd04f8 user: stephan tags: json)
18:53
replaced two C++-style comments. (check-in: 693ab93b user: stephan tags: trunk)
18:39
Refactored the special-case CLI-mode arg/path handling in the CGI/server-mode mechanism. Fixed: server-mode response timestamp was always the time the server process started. (check-in: 0bb82303 user: stephan tags: json)
18:30 Edit [58d415644631a3bf|58d41564]: Edit check-in comment. (artifact: 9cb4258d user: stephan)
18:29
more cleanups in the json arg/path handling. (check-in: 35b9edba user: stephan tags: json)
17:53
minor cleanups to the json "command path" handling. (check-in: 2dcc2397 user: stephan tags: json)
17:26
Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). (check-in: c5fbcced user: stephan tags: json)
16:38
fixed an inconsistency in the CLI/CGI args/path handling. Non-CGI server mode is still broken b/c we do not yet have the PATH_INFO (or equivalent) data. (check-in: 73591cc7 user: stephan tags: json)
13:47 Edit [afd36e987ca1f284|afd36e98]: Edit check-in comment. (artifact: ae665ec0 user: stephan)
13:39
more cson portability fixes, thanks to Robert Engelhardt and Joe Mistachkin. (check-in: afd36e98 user: stephan tags: json)
13:34
s/unlink/remove/ for Windows build (thanks again to Robert Engelhardt). (check-in: ea8d28ac user: stephan tags: json)
11:48
compile fix for mingw (thanks to Robert Engelhardt). (check-in: 58d41564 user: stephan tags: json)
11:35 Edit [4ba7b9c288d8db7c|4ba7b9c2]: Mark "Closed". (artifact: c1380af1 user: stephan)
11:19
minor typo and wiki formatting fix. Added another external link. (check-in: 9f5c40cb user: stephan tags: trunk)
10:31 Ticket [87f7cebc] Wiki page names starting with '.' don't work status still Open with 1 other change (artifact: 399fe2ba user: stephan) ... 1 similar event omitted.
2011-09-15
22:09 Ticket [18ea58d2] Unable to login status still Open with 2 other changes (artifact: dbdeacbf user: stephan)
22:01 Ticket [87f7cebc] Wiki page names starting with '.' don't work status still Open with 2 other changes (artifact: 744a0ddb user: stephan)
21:44 Edit [00fe260682548e76|00fe2606]: Mark "Closed". (artifact: 9791655a user: stephan)
21:40 Fixed ticket [2316d926]: test_env visible when not logged in and no capabilities plus 2 other changes (artifact: 14f31707 user: stephan)
21:39
test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. (check-in: 2d71977e user: stephan tags: trunk)
19:19 Edit [4e586a2d8e690d14|4e586a2d]: Mark "Closed". (artifact: fec22893 user: dmitry)
12:03
initial mass-change merge of main repo with my fork. (check-in: 5b44a419 user: stephan tags: json)
11:55
merged in with trunk for clean state before i pull in my fork. (check-in: 716bb292 user: stephan tags: json)
11:54
Create new branch named "json" (check-in: 7f108075 user: stephan tags: json)
09:08 Ticket [d06e5d46] * is not accepted as a parameter for crnl-glob on command line status still Closed with 2 other changes (artifact: ad967eee user: stephan)
00:56 Edit [17f21f2482dea2aa|17f21f24]: Edit check-in comment. (artifact: c9d7ab31 user: martin.weber)
00:55 Edit [17f21f2482dea2aa|17f21f24]: Edit check-in comment. (artifact: 011584d4 user: martin.weber)
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n (check-in: 17f21f24 user: martin.weber tags: msw-docco)
2011-09-14
18:52 Ticket [d06e5d46] * is not accepted as a parameter for crnl-glob on command line status still Closed with 1 other change (artifact: 803b8066 user: mistachkin) ... 1 similar event omitted.
18:13 Ticket [4060715d] Implement FastCGI interface status still Open with 2 other changes (artifact: cd5c5843 user: stephan)
18:08
Merge the refactored permission flags into trunk. (check-in: b344d3c0 user: drh tags: trunk)
18:03 Ticket [f2b5011d] Styling: Remove align attribute from HTML status still Open with 1 other change (artifact: 2f0e5009 user: stephan)
17:55 Closed ticket [929dd387]: NOWIKI tag has no effect plus 2 other changes (artifact: 450f04bd user: stephan)
17:49
Removed local-only file from makemake.tcl. Doh. (check-in: 00fe2606 user: stephan tags: stephan-hack)
17:45
Refactored g.okXXX perms flags to g.perm.XXX. (check-in: 34b4dec0 user: stephan tags: stephan-hack)
16:24 Fixed ticket [cc827138]: unable to check fossil-users Archives plus 2 other changes (artifact: b93584ec user: lrem)
15:09 Fixed ticket [d1cdb1bf]: Leaf functionality unclear plus 2 other changes (artifact: 8bded160 user: lrem)
13:45
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. (check-in: a0cf985a user: drh tags: trunk)
11:14
Merge documentation updates from the msw-docco branch into trunk. (check-in: 2210be19 user: drh tags: trunk)
11:06
Distinguish between direct family and merge relationships in the common status information such as seen with the "fossil info" command. (check-in: 9caa3506 user: drh tags: trunk)
00:39
A bullet point I forgot two checkins ago:
  • Document ALL supported options for the given commands. Checkin #2/n.
(check-in: 25d023f3 user: martin.weber tags: msw-docco)
00:33
Of course THAT was the trunk version I wanted to merge with... (check-in: b42d1a9d user: martin.weber tags: msw-docco)
00:32
Begin streamline the online documentation to:
  • always include a short overview of the options supported by a given command, alphabetically sorted
  • reference similar/related commands with a final See also: section
  • Use ?x? for optional arguments
  • collapse supported options into ?OPTIONS? This is commit #1/n.
(check-in: 3fbf8caa user: martin.weber tags: msw-docco)
2011-09-13
18:45
Add the "brief" query parameter to the "stat" page. (check-in: d01ca14d user: drh tags: trunk)
18:36
Merge documentation updates into trunk. (check-in: 6cf00533 user: drh tags: trunk)
17:20 Edit [7870a89b103a37b0|7870a89b]: Edit check-in comment. (artifact: 003ac957 user: viric)
17:19 Edit [58a02a2e4adae108|58a02a2e]: Mark "Closed". (artifact: 648097c1 user: viric)
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)
15:03 Closed ticket [d457feb3]: Empty repository reports strange compression ratio plus 2 other changes (artifact: b3fce13f user: lrem)
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) (check-in: a336ff53 user: martin.weber tags: msw-docco)
12:35 Closed ticket [5adca29b]: Text area for wiki, et. al. is fixed width and too narrow. plus 2 other changes (artifact: 8adfbcd1 user: lrem)
00:40
Add support for the -R option on several command-line subcommands. (check-in: 4fe22141 user: drh tags: trunk)
2011-09-12
19:46 Edit [2cd21f8dc2ec202e|2cd21f8d]: Mark "Closed". (artifact: db1ee119 user: dmitry)
19:45 Fixed ticket [4af785ba]: User specified with --user-override doesn't show up in commit msg plus 2 other changes (artifact: 6e487fe9 user: dmitry)
19:45 Fixed ticket [109ae2e9]: RSS feed is not always valid plus 2 other changes (artifact: 71e5e079 user: dmitry)
19:44 Fixed ticket [806c4358]: Wrong anchor on 'settings'' in reference (settings vs. setting) plus 2 other changes (artifact: c415098e user: dmitry)
19:44 Fixed ticket [09310d1a]: Typos in Wiki Theory page plus 2 other changes (artifact: c75f3c9c user: dmitry)
19:44 Fixed ticket [66ce1088]: It is possible for the empty string to be a user id plus 2 other changes (artifact: 026637e9 user: dmitry)
19:43 Fixed ticket [19be0265]: Rebuild button on Shun page on UI generates incorrect output plus 2 other changes (artifact: e2604505 user: dmitry)
18:19
Merge the minor fixes on the dmitry-fixes branch into trunk. (check-in: ce354d0a user: drh tags: trunk)
18:13
Reset the reply content at the beginning of the /xfer method in case any sqlite3_log() warning messages had previously been inserted. (check-in: 2d162083 user: drh tags: trunk)
13:19 Ticket [4b881458] support for incremental import/export status still Open with 2 other changes (artifact: 7ead0637 user: joerg)
13:06
Fix typo in comment (check-in: b582ff98 user: joerg tags: trunk)
2011-09-11
17:11 Closed ticket [0dddfe5d]: incremental update of git export plus 2 other changes (artifact: 0f1df4ad user: dmitry)
15:00 Fixed ticket [427938e2]: three-way merge plus 2 other changes (artifact: fc175456 user: dmitry)
14:26 Fixed ticket [9d0f2745]: Ticket attachment shows garbage plus 2 other changes (artifact: c06a617f user: dmitry)
14:21 Fixed ticket [1a99e30d]: RSS link within the feed does not point to item matching the title plus 2 other changes (artifact: 252ca940 user: dmitry)
14:08 Fixed ticket [164e5199]: .zip archive of an artifact should be available w/o a login plus 2 other changes (artifact: 9fcd4791 user: dmitry)
13:57
Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. (Closed-Leaf check-in: 2cd21f8d user: dmitry tags: dmitry-fixes)
12:27
Disallow creating users with empty login. Ticket [66ce1088]. (check-in: e1ea6c26 user: dmitry tags: dmitry-fixes)
12:26
Fix typos in documentation. Tickets [09310d1a] and [806c4358]. (check-in: 9150a8a2 user: dmitry tags: dmitry-fixes)
12:22 Edit [7c82dbf5465f7b4d|7c82dbf5]: Change user to "dmitry". (artifact: 5be4a64d user: dmitry)
12:22
Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. (check-in: 71b862af user: dchest tags: dmitry-fixes)
12:19
Show overridden user in commit comment. Ticket [4af785ba]. (check-in: 7c82dbf5 user: dmitry tags: dmitry-fixes)
12:04 Fixed ticket [cc8fb657]: process_one_web_page crashes if zPathInfo is NULL plus 2 other changes (artifact: 81dfc4b0 user: dmitry)
2011-09-10
21:21
Add a new quote to the documentation. (check-in: 136519f4 user: drh tags: trunk)
21:07 Closed ticket [be950383]: Fossil generates invalid markup... plus 2 other changes (artifact: e9e27b01 user: dmitry)
21:05 Fixed ticket [40f32e97]: incorrect url for check-ins entry on ticket history menu plus 2 other changes (artifact: 88f873a9 user: dmitry)
2011-09-09
22:25 Fixed ticket [cc6557cf]: Unicode support plus 2 other changes (artifact: 997f22cf user: dmitry)
2011-09-08
23:31 Ticket [40f32e97] incorrect url for check-ins entry on ticket history menu status still Open with 1 other change (artifact: ca65b5ee user: dmitry)
23:28 Ticket [967cedbf] fossil extra - Report for subtree status still Open with 1 other change (artifact: 34e1e00a user: dmitry)
23:26 Fixed ticket [ef25a83c]: typo in http://www.fossil-scm.org/index.html/help?cmd=configuration plus 2 other changes (artifact: 363974e8 user: dmitry)
23:24 Closed ticket [1cc5a5c0]: Is a search tickets feature possible? plus 2 other changes (artifact: 791a2840 user: dmitry)
23:23 Closed ticket [3873f0ad]: The ticket 'version' field (found_in) does not appear hyperlinked plus 2 other changes (artifact: 5cf247bc user: dmitry)
23:16 Fixed ticket [a9b07eeb]: Have the artifact sources in an HTML list plus 2 other changes (artifact: 9200e01a user: dmitry)
23:14 Closed ticket [7cb0e01a]: "<!--" in .wiki files is translated to visible code plus 2 other changes (artifact: 86caf659 user: dmitry)
23:13 Ticket [032c86d6] A rename disallows further merges status still Open with 1 other change (artifact: 4477f862 user: dmitry)
23:11 Ticket [5ff2043c] Invalid xhtml markup generated (with patch) status still Open with 2 other changes (artifact: 6256674d user: dmitry)
23:09 Closed ticket [e12f1906]: fossil with SSL support does not support proxy plus 2 other changes (artifact: 895e3e28 user: dmitry)
23:04 Closed ticket [ad169d2c]: assign-to ticket field plus 2 other changes (artifact: 8c5c42d7 user: dmitry)
23:03 Ticket [76c37652] There is no way to cleanly remove a user status still Open with 1 other change (artifact: 6bb1bbdd user: dmitry)
22:59 Closed ticket [61ab82f7]: leader_offline fail plus 1 other change (artifact: 4639ab03 user: dmitry)
22:58 Fixed ticket [118a98cb]: removing a directory doesn't work with a trailing slash plus 1 other change (artifact: 4c28afce user: dmitry)
22:49 Fixed ticket [831b932d]: Fossil should support emitting ".tar.gz" output instead of (or in addition to) ".zip" output plus 1 other change (artifact: e73b41c9 user: dmitry) ... 1 similar event omitted.
22:47 Fixed ticket [66734769]: Broken link to check-ins from ticket history plus 2 other changes (artifact: 264e6779 user: dmitry)
22:41 Ticket [032c86d6] A rename disallows further merges status still Open with 2 other changes (artifact: caeb7d67 user: dmitry)
22:32 Closed ticket [67936dc2]: Fossil SCM as a NoSQL database instead of CouchDB (artifact: d80900ff user: dmitry)
22:30 Fixed ticket [15dfbde7]: Question for FAQ: how to contribute to Fossil? plus 2 other changes (artifact: 0252c618 user: dmitry)
22:21 Closed ticket [10eca887]: Wanting to create Package for Arch Linux plus 2 other changes (artifact: eaf9f146 user: dmitry)
22:15 Closed ticket [8d786b9a]: Should be ability to translate into Russian(other languages) plus 2 other changes (artifact: f65963ee user: dmitry)
22:15 Fixed ticket [7ffe8a6c]: User registration plus 1 other change (artifact: b66e51ba user: dmitry)
22:12 Closed ticket [2dbefa16]: the option "-n" of timeline command plus 2 other changes (artifact: 7093c97f user: dmitry)
22:08 Fixed ticket [3dbc12f4]: Edit ticket fails to save changes if assigned_to AND remark are changed. plus 1 other change (artifact: b0f84c67 user: dmitry)
22:06 Ticket [d798ba2e] Hooks request status still Open with 1 other change (artifact: 243353ce user: dmitry)
22:02 Closed ticket [2c7b1cd3]: Cannot bind to specific IP address when in server mode plus 2 other changes (artifact: b343ffe2 user: dmitry)
21:53 Fixed ticket [e7767179]: replace 'new' with 'init' command for repository creation plus 2 other changes (artifact: 7982c2e3 user: dmitry)
21:51 Fixed ticket [e5f0b3e3]: foissil does not provide downloadable diff plus 2 other changes (artifact: 0a204767 user: dmitry)
21:35 Ticket [c6693608] timeline pagination status still Open with 1 other change (artifact: fe6d647d user: dmitry)
21:21 Closed ticket [89b54e57]: branch new asks to sign although clearsign says not to sign plus 2 other changes (artifact: 323ff1d6 user: dmitry)
21:14 Ticket [8e291053] Color picker (edit check-in properties) status still Open with 1 other change (artifact: a8ee9630 user: dmitry)
21:03 Fixed ticket [71ada10c]: Deconstruct command that went away plus 2 other changes (artifact: ed4da312 user: dmitry)
21:02 Closed ticket [f00cd046]: macports portfile, this is just some packaging configuration for mac osx users plus 2 other changes (artifact: 709c81e1 user: dmitry)
20:47 Fixed ticket [950a80de]: "branch --private" option plus 2 other changes (artifact: 5a0176d6 user: dmitry)
20:41 Ticket [73895994] Styling: Remove table style attributes and use CSS instead status still Open with 2 other changes (artifact: 05529089 user: dmitry)
20:40 Ticket [f2b5011d] Styling: Remove align attribute from HTML status still Open with 2 other changes (artifact: 66b15212 user: dmitry)
20:40 Ticket [dc8bde6e] Styling: Remove br elements from HTML status still Open with 2 other changes (artifact: 5925580e user: dmitry)
20:38 Fixed ticket [d33a9919]: Option to add directory and subdirectories that start with a "." (artifact: e6b58344 user: dmitry)
20:35 Fixed ticket [666d1873]: There is no way to request an account. plus 2 other changes (artifact: 40754c8b user: dmitry)
20:31 Ticket [86972920] Fossil does not trace file removal. status still Open with 2 other changes (artifact: 7d05a47d user: dmitry)
20:30 Fixed ticket [3cda72fa]: Mailing list archives don't exist plus 2 other changes (artifact: 85d4174b user: dmitry)
20:26 Closed ticket [aa0497a3]: Fossil SCM Behavior page, Web Browser field needs more... plus 3 other changes (artifact: 516c7fd6 user: dmitry)
20:20 Closed ticket [1cc5145a]: wiki does not support images plus 3 other changes (artifact: 975a07ad user: dmitry)
20:14 Ticket [1511c1ef] The makedeb.sh script should be more robust status still Open with 2 other changes (artifact: 1dc49924 user: dmitry)
20:08 Ticket [a90a412a] fossil tag command does not accept -m / -M options status still Open with 2 other changes (artifact: 7c97c61c user: dmitry)
20:06 Closed ticket [96af2fca]: web "Sync Now" need to provide repository path argument. plus 2 other changes (artifact: dae56695 user: dmitry)
19:37 Fixed ticket [5bba7eaa]: Fossil "Files" menu does not default to ""only the files in tip" plus 1 other change (artifact: f9738c53 user: dmitry)
19:34 Closed ticket [feb61a11]: XHTML standard compliance plus 2 other changes (artifact: 5b0c8cc5 user: dmitry)
19:29 Closed ticket [db4ce496]: Files with attributes not overwritten plus 1 other change (artifact: 19df9f27 user: dmitry)
19:22 Ticket [70fd24ae] "co --latest" doen't actually get latest in repo. status still Open with 1 other change (artifact: 94cab045 user: dmitry)
19:18 Closed ticket [3caef588]: dereferencing type-punned pointer in sqlite3.c plus 2 other changes (artifact: c724f58f user: dmitry)
19:16 Closed ticket [47f91c74]: support "fossil user list fossil.fsl" plus 2 other changes (artifact: 4205df78 user: dmitry)
18:56 Fixed ticket [aa494b58]: Fossil changes symlinks into seperate files plus 2 other changes (artifact: 37244b4e user: dmitry)
18:48 Fixed ticket [6b310619]: Artifacts da39a3ee5e6b4b0d3255bfef95601890afd80709 (empty files) (artifact: d9ed30a3 user: dmitry) ... 1 similar event omitted.
14:30
Add comment describing file_wd_isfile() function. (check-in: f23334cb user: dmitry tags: trunk)
13:07
Remove unused variable from ticket_cmd(). (check-in: a0b3769b user: dmitry tags: trunk)
13:02
Merge fixes and refactoring from symlinks branch. (check-in: c05f6afa user: dmitry tags: trunk)
12:59
Fix Windows build. (Closed-Leaf check-in: 4e586a2d user: dmitry tags: symlinks)
11:59
Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support.

Fix renaming of symlinks when merging (via new function symlink_copy()).

Rename create_symlink() to symlink_create(). (check-in: 8a0c5469 user: dmitry tags: symlinks)

11:52
Merge latest trunk into symlinks branch. (check-in: 981e5c62 user: dmitry tags: symlinks)
2011-09-07
14:28 New ticket [032c86d6] A rename disallows further merges. (artifact: ebff7ebf user: viriketo)
13:41 Ticket [f630d61e] adding comments to a tag status still Open with 1 other change (artifact: 302b9351 user: viriketo) ... 1 similar event omitted.
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:
  • The ci_edit page tells the user that it asks UTC time
  • The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin.
(Closed-Leaf check-in: 1765c18d user: viriketo tags: localtime_fixes)
2011-09-04
22:22 Edit [ef8266b710505ed1|ef8266b7]: Edit check-in comment. (artifact: 2398b5bd user: viriketo)
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-03
12:07 New ticket [1b5f29ce] Ticket view does not escape HTML. (artifact: a3dbf6a1 user: lrem)
09:23 Fixed ticket [10b20156]: Tickets titles in timeline.rss plus 2 other changes (artifact: ee0675f4 user: lrem)
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)