Timeline
Not logged in

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

321 events for the month beginning 2011-09-01

Following month ↑
2011-09-30
17:00
minor ajax test code cleanups. check-in: 7eb52b23ae user: stephan tags: json
16:36
Added more integration tests. check-in: 10e677c968 user: stephan tags: json
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. check-in: ef9d839311 user: stephan tags: json
16:17 Edit [4bf9048e25b88f63|4bf9048e25]: Mark "Closed". artifact: 2189ecd603 user: tsbg
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). check-in: a36d5c0ed8 user: stephan tags: json
15:48
minor fix for fossil's internal handling of name=xyz parameter. check-in: 9f2535f1e0 user: stephan tags: json
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. check-in: 42a07be4c5 user: stephan tags: json
10:51
It seems like blob_constant_time_eq() is unnecessary for sync protocol signatures; removed. check-in: 48bcfbd47b user: dmitry tags: dmitry-security
09:41
Catch zero length early in blob_constant_time_eq(). check-in: e3d022dffa user: dmitry tags: dmitry-security
09:01
Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. check-in: 8185bddf2e user: stephan tags: json
2011-09-29
22:27
json ajax: fixed POST/GET message sending determination (broken by a previous change this evening). check-in: 37963253b9 user: stephan tags: json
21:57
Removed the json warnings bitset crap. Still not sure i like the warnings mechanism at all. check-in: 9fe06e2fda user: stephan tags: json
21:55
Corrected a JSON-mode result code when db rebuild is required. check-in: 44644d43dc user: stephan tags: json
21:06
Fix to the previous fix: install function to the correct database. check-in: 3782276da6 user: dmitry tags: dmitry-security
21:04
Fix login groups. check-in: 6f29649ef3 user: dmitry tags: dmitry-security
17:26
Fix comment. check-in: a0fa120b74 user: dmitry tags: dmitry-security
17:21
Protect against timing attacks by using constant-time comparison function to compare passwords and cookies. check-in: 7f110475ec user: dmitry tags: dmitry-security
17:03
minor jsonp tweaks. Added some test code for it in the demo app, but there is still some jsonp disconnect between the two AJAJ layers, and i may need to consolidate them to work around it. check-in: f48b687a9a user: stephan tags: json
15:23
Added /json/rebuild. Is likely to fail w/ an AJAX timeout for large repos, which will probably cause the rebuild to roll back on the next open :/. Takes 21sec on my 32-bit netbook to rebuild the fossil repo. check-in: 071de8f1bd user: stephan tags: json
14:07
When creating a manifest, get isExe and isLink bits from filesystem at once instead of doing two stat(2) calls. check-in: 9bfa186be0 user: dmitry tags: trunk
13:08
Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. check-in: 5ddfe3d663 user: stephan tags: json
11:45
Change file_size() to file_wd_size() in file_is_the_same(). check-in: 13a771ce18 user: dmitry tags: trunk
11:44 Edit [a369dc77210bf42c|a369dc7721]: Edit check-in comment. artifact: 14a491e973 user: dmitry
11:05
Cache "manifest" setting in fossil_reserved_name() instead of reading it from the database on every call. This speeds up adding many files. check-in: a369dc7721 user: dmitry tags: trunk
2011-09-28
22:41
moved some db_finalize() calls so that they would also be called in error cases. check-in: 997274e9be user: stephan tags: json
22:04
Added createIfNotExists bool option to /json/wiki/save. check-in: 73e28dd718 user: stephan tags: json
21:36
JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). check-in: 30e4ebaa19 user: stephan tags: json
12:09
merged in trunk [3e141b792c]. check-in: 033e2eb1df user: stephan tags: json
11:35
Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. check-in: 3e141b792c user: drh tags: trunk
2011-09-27
19:28
Call file_wd_isdir() in file_mkdir(). check-in: 13120e9620 user: dmitry tags: trunk
19:15
Change a few instances of file_isdir() to file_wd_isdir(). check-in: f1329470c0 user: dmitry tags: trunk
16:34
Add the --stats option to the rebuild command. check-in: f25e5e53c4 user: drh tags: trunk
13:22
Added basic timing info to json ops, but "should probably" move the timer start to the app/server init. check-in: b9ef0fe59b user: stephan tags: json
06:44
Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. check-in: 5df59eba03 user: mistachkin tags: tcl-integration
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. check-in: 6e6e55a12d user: mistachkin tags: tcl-integration
04:12
/json/timeline/ticket prevUuid is now only explicitly set for non-new files. Previously it was set to NULL, which was a waste-of-time no-op. check-in: 0ddf92042d user: stephan tags: json
04:08
Added ticketUuid to /json/timeline/ticket output. Removed some superfluous Blob uses (where db_prepare() works just as well). check-in: f94ad19472 user: stephan tags: json
03:55
Merge latest trunk changes. check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration
03:28
Added /json/timeline/ci showFiles to ajax test page. check-in: be700e8433 user: stephan tags: json
03:25
Added showFiles=bool/--show-files option to /json/timeline/ci. check-in: 98e24465c2 user: stephan tags: json
02:09
Changed /json/stat to use brief mode by default due to relatively high runtime cost, replaced 'brief' param with 'full'. Added json_getenv_bool(). check-in: c1914eaa79 user: stephan tags: json
01:51
Added "brief" option to /json/stat, mirroring the change in [d01ca14d08]. check-in: 17f11a0884 user: stephan tags: json
01:32
Added /json/user/xyz to ajax demo. /json/user/get/USERNAME now works as an alias for ?name=USERNAME. check-in: 585be130f3 user: stephan tags: json
01:18
moved /json/timeline|wiki commands/pages into their own files. check-in: 821830d2fb user: stephan tags: json
01:01
Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). check-in: 5d2a516f8a user: stephan tags: json
00:34
merged in trunk [12272b7ff0]. check-in: a5fd64d344 user: stephan tags: json
00:34
added /json/user/get. check-in: 0c7be1fe6c user: stephan tags: json
00:14
added /json/user/list. check-in: 59ef1667ac user: stephan tags: json
2011-09-26
19:30
made /json/timeline/wiki and /json/wiki/timeline aliases. check-in: 0475e63d44 user: stephan tags: json
14:43
Add the test-list-webpage command. check-in: 6a97d77501 user: drh tags: trunk
2011-09-25
11:14
Fix double LI tags when listing wiki attachments for users without permissions. check-in: 12272b7ff0 user: dmitry tags: trunk
2011-09-24
01:39
Disable SSLv2 in HTTPS client. This version of the protocol is considered insecure and has been deprecated; all modern browsers disable it. check-in: ea1d369d23 user: dmitry tags: trunk
2011-09-23
13:10
s/briefText/briefComment/. Fixed a couple memleaks of blob sql. check-in: ecdbce1651 user: stephan tags: json
12:46
Added comment to timeline/ticket. Minor additions to AJAX test pages. check-in: de0b860f77 user: stephan tags: json
12:29
Implemented /json/timeline/ticket, cleaned up timeline/ci|wiki. check-in: 42900f3029 user: stephan tags: json
10:52
Changed fossil_json_f() callback interface. Refactored json command dispatching a bit. Fixed an ordering problem in the json timelines. Pulled in latest cson_amalgamation. check-in: c24b445012 user: stephan tags: json
01:00
Corrected /json/wiki/save|create to honor the proper g.perm.WrWiki/NewWiki perm, instead of just WrWiki. check-in: d3759cd40f user: stephan tags: json
00:39
Added initial JSONP support, but lacks significant testing. check-in: e72ae99dc2 user: stephan tags: json
2011-09-22
23:40
Added --after/--before support to /json/timeline/ci and wiki. check-in: e01d49b252 user: stephan tags: json
20:07
Implemented /json/timeline/wiki. Fixed --limit/-n handling of timeline/ci. check-in: 12545465e9 user: stephan tags: json
19:14
Implemented /json/wiki/create. check-in: 1df648abfe user: stephan tags: json
17:56
Implemented /json/wiki/save. check-in: 2162c86d9e user: stephan tags: json
17:18
added src/Makefile so that (ctrl-x m) will DTRT. check-in: ce4f310361 user: stephan tags: json
17:02
Added initial prototype of JSON wiki editor (cannot save yet). Minor cleanup in ajax/index.html. check-in: 475c61fd59 user: stephan tags: json
16:27
minor cleanups in the /json/wiki/get and AJAJ code. check-in: a9c8a31df5 user: stephan tags: json
16:21
Added rudimentary timer to AJAX test page. check-in: 07a2c43c8c user: stephan tags: json
15:59
Added /json/wiki/get?page=... check-in: 7dc8e9ac94 user: stephan tags: json
14:58
Added /json/whoami. check-in: 7a65dd0e00 user: stephan tags: json
2011-09-21
21:23
added a FIXME, removed another. Now it's really bed time. check-in: 8b814778c9 user: stephan tags: json
21:17
Added my AJAX test code after accidentally deleting my local copy (thank goodness the test server still had a copy). See the README if you want to set it up locally under apache. check-in: c6c5ad1364 user: stephan tags: json
20:43
/json/branch/list now requires g.perm.Read, like /brlist does. Time for bed... check-in: a37c6a87c6 user: stephan tags: json
20:03
added current branch name to /json/branch/list payload when in an opened checkout. check-in: 7592fe934b user: stephan tags: json
19:31
added POST.payload to json_getenv() list. Re-organized /json/branch/list CLI/HTTP arg handling to behave sanely in CLI mode. Minor typo fix in main.c. check-in: 4a9b51649d user: stephan tags: json
18:55
s/branch_prepare_query/branch_prepare_list_query/g check-in: 267739dd20 user: stephan tags: json
18:53
changed how /json/branch/list selects whether to look at open/all/closed branches. check-in: 14423f3284 user: stephan tags: json
18:20
Refactored prepareBranchStatement() to simplify its usage, get rid of ambiguous arg handling, and allow the caller to specify the priority of the all-vs-closed-vs-opened decision. Made it non-static and renamed to branch_prepare_statement() for re-use in /json/branch/list. check-in: 5a81a5ead6 user: stephan tags: json
18:10
Minor timeline output cleanups. Added /json/branch/list. check-in: f266ebdd3f user: stephan tags: json
17:38
More work on the warnings infrastructure. json_warn() now (experimentally) disallows (elides) duplicate warning codes to simplify downstream loops. Still undecided on that behaviour, though. check-in: 576425e862 user: stephan tags: json
16:31
started adding infrastructure to report non-fatal warnings. check-in: ad50fe9584 user: stephan tags: json
15:22
timeline json refactoring, fixed ordering, split tags into an Array. check-in: d6cbe37b6b user: stephan tags: json
14:42
refactored the prototype timeline code, split off completely from www version (different requirements). check-in: 1ecf337404 user: stephan tags: json
2011-09-20
22:55
added a couple FIXME notes before bed. check-in: e785784538 user: stephan tags: json
22:42
Started adding /json/timeline support, but this is gonna be a doozie. Breaking it down into separate calls for ci/wiki/ticket, e.g. /json/timeline/ci because the structures will be different for each. check-in: eff3f7d929 user: stephan tags: json
16:58
fossil_warning() is now a no-op in JSON mode, to avoid corrupting the output. check-in: 6ce6b5e63f user: stephan tags: json
16:48
merged trunk [1f498a6ef2]. check-in: c2b1bc686d user: stephan tags: json
16:45
more minor internal cleanups. s/g.isCGI/g.isHTTP/ to avoid confusion later on. check-in: 9adc95c476 user: stephan tags: json
16:27
minor internal cleanups and doc additions. check-in: 2f3e438507 user: stephan tags: json
16:00
CLI mode now works properly when called using an abbreviated form of "json", e.g. fossil js wiki list. Fixed an incorrect error code in /json/wiki. check-in: 76d0fa2bb0 user: stephan tags: json
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 consolidat... check-in: 206908faee user: stephan tags: json
09:35 Ticket [b64435dba9] How to checkout a folder, but all of the files in repository? status still Open with 2 other changes artifact: 5065a5da06 user: stephan ... 1 similar event omitted.
2011-09-19
20:16
Remove obsolete files check-in: 1f498a6ef2 user: drh tags: trunk
19:13
Update the built-in SQLite to the 3.7.8 release. check-in: 8d4c564277 user: drh tags: trunk
19:03
Moved a db_finalize() which would not have been called in a couple of error cases. check-in: afc1cec6a3 user: stephan tags: json
18:49
fixed a double-free() which could happen in one error case. check-in: 65e946c714 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: 5cc88946a7 user: stephan tags: json
17:11
minor cleanups in prep for the "larger" JSON APIs. check-in: 87e20659c6 user: stephan tags: json
2011-09-18
19:16
terribly minor internal cleanups. check-in: 507a458277 user: stephan tags: json
19:11
One compile fix and MSVC build fix, from Jeff Slutter. check-in: 5f3a98ae83 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: 52229655df 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: 13cc3b823f user: stephan tags: json
08:11
Implemented anonymous user login over JSON. Requires 2 requests (captcha-fetch and then login). check-in: cebf9919f8 user: stephan tags: json
05:51
merged trunk [b54b8e751a]. check-in: 76c4ae5e5e 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: b3653265d1 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: 4cf9681440 user: stephan tags: json
2011-09-17
23:14
Doc changes only check-in: 5a9e567966 user: stephan tags: json
20:25
added a missing assert() (Thanks, Joe M.) check-in: a67c6744e5 user: stephan tags: json
17:35
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: b54b8e751a 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: 9b842564f7 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: affdf56c3f user: stephan tags: json
01:25
dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. check-in: 147f4bfb62 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: 388c9888af 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: b0885e864c user: stephan tags: json
21:39
restructured /json/cap output. check-in: 7e3902d14f user: stephan tags: json
19:48
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: 4db5bd1111 user: drh tags: trunk
19:27
implemented /json/logout. check-in: e94605b54f user: stephan tags: json
18:57
Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). check-in: 98cdd410df user: stephan tags: json
18:55
style conformance touch-ups. check-in: 45cd04f8c1 user: stephan tags: json
18:53
replaced two C++-style comments. check-in: 693ab93b7d 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: 0bb823032f user: stephan tags: json
18:30 Edit [58d415644631a3bf|58d4156446]: Edit check-in comment. artifact: 9cb4258d2b user: stephan
18:29
more cleanups in the json arg/path handling. check-in: 35b9edba83 user: stephan tags: json
17:53
minor cleanups to the json "command path" handling. check-in: 2dcc2397b5 user: stephan tags: json
17:26
Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). check-in: c5fbcced80 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: 73591cc746 user: stephan tags: json
13:47 Edit [afd36e987ca1f284|afd36e987c]: Edit check-in comment. artifact: ae665ec06f user: stephan
13:39
more cson portability fixes, thanks to Robert Engelhardt and Joe Mistachkin. check-in: afd36e987c user: stephan tags: json
13:34
s/unlink/remove/ for Windows build (thanks again to Robert Engelhardt). check-in: ea8d28acf3 user: stephan tags: json
11:48
compile fix for mingw (thanks to Robert Engelhardt). check-in: 58d4156446 user: stephan tags: json
11:35 Edit [4ba7b9c288d8db7c|4ba7b9c288]: Mark "Closed". artifact: c1380af1e0 user: stephan
11:19
minor typo and wiki formatting fix. Added another external link. check-in: 9f5c40cbe7 user: stephan tags: trunk
10:31 Ticket [87f7cebc27] Wiki page names starting with '.' don't work status still Open with 1 other change artifact: 399fe2ba4e user: stephan ... 1 similar event omitted.
2011-09-15
22:09 Ticket [18ea58d26e] Unable to login status still Open with 2 other changes artifact: dbdeacbf87 user: stephan
22:01 Ticket [87f7cebc27] Wiki page names starting with '.' don't work status still Open with 2 other changes artifact: 744a0ddb79 user: stephan
21:44 Edit [00fe260682548e76|00fe260682]: Mark "Closed". artifact: 9791655a22 user: stephan
21:40 Fixed ticket [2316d926e3]: test_env visible when not logged in and no capabilities plus 2 other changes artifact: 14f3170792 user: stephan
21:39
test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. check-in: 2d71977e98 user: stephan tags: trunk
19:19 Edit [4e586a2d8e690d14|4e586a2d8e]: Mark "Closed". artifact: fec22893bc user: dmitry
12:03
initial mass-change merge of main repo with my fork. check-in: 5b44a419cd user: stephan tags: json
11:55
merged in with trunk for clean state before i pull in my fork. check-in: 716bb29257 user: stephan tags: json
11:54
Create new branch named "json" check-in: 7f108075ad user: stephan tags: json
09:08 Ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line status still Closed with 2 other changes artifact: ad967eeeb0 user: stephan
00:56 Edit [17f21f2482dea2aa|17f21f2482]: Edit check-in comment. artifact: c9d7ab31de user: martin.weber
00:55 Edit [17f21f2482dea2aa|17f21f2482]: Edit check-in comment. artifact: 011584d4b5 user: martin.weber
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n check-in: 17f21f2482 user: martin.weber tags: msw-docco
2011-09-14
18:52 Ticket [d06e5d462b] * is not accepted as a parameter for crnl-glob on command line status still Closed with 1 other change artifact: 803b806600 user: mistachkin ... 1 similar event omitted.
18:13 Ticket [4060715d46] Implement FastCGI interface status still Open with 2 other changes artifact: cd5c58435c user: stephan
18:08
Merge the refactored permission flags into trunk. check-in: b344d3c0cd user: drh tags: trunk
18:03 Ticket [f2b5011d97] Styling: Remove align attribute from HTML status still Open with 1 other change artifact: 2f0e500930 user: stephan
17:55 Closed ticket [929dd38716]: NOWIKI tag has no effect plus 2 other changes artifact: 450f04bd95 user: stephan
17:49
Removed local-only file from makemake.tcl. Doh. check-in: 00fe260682 user: stephan tags: stephan-hack
17:45
Refactored g.okXXX perms flags to g.perm.XXX. check-in: 34b4dec0bc user: stephan tags: stephan-hack
16:24 Fixed ticket [cc8271389a]: unable to check fossil-users Archives plus 2 other changes artifact: b93584ecf3 user: lrem
15:09 Fixed ticket [d1cdb1bfa1]: Leaf functionality unclear plus 2 other changes artifact: 8bded160de user: lrem
13:45
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: a0cf985a42 user: drh tags: trunk
11:14
Merge documentation updates from the msw-docco branch into trunk. check-in: 2210be19cc 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: 9caa3506c5 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: 25d023f3a4 user: martin.weber tags: msw-docco
00:33
Of course THAT was the trunk version I wanted to merge with... check-in: b42d1a9dcf 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: 3fbf8caa87 user: martin.weber tags: msw-docco
2011-09-13
18:45
Add the "brief" query parameter to the "stat" page. check-in: d01ca14d08 user: drh tags: trunk
18:36
Merge documentation updates into trunk. check-in: 6cf00533b2 user: drh tags: trunk
17:20 Edit [7870a89b103a37b0|7870a89b10]: Edit check-in comment. artifact: 003ac95741 user: viric
17:19 Edit [58a02a2e4adae108|58a02a2e4a]: Mark "Closed". artifact: 648097c1de 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: 4860d9f234 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: 7870a89b10 user: viriketo tags: annotate_noleak
15:03 Closed ticket [d457feb387]: Empty repository reports strange compression ratio plus 2 other changes artifact: b3fce13f52 user: lrem
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) check-in: a336ff53d2 user: martin.weber tags: msw-docco
12:35 Closed ticket [5adca29b9e]: Text area for wiki, et. al. is fixed width and too narrow. plus 2 other changes artifact: 8adfbcd1ee user: lrem
00:40
Add support for the -R option on several command-line subcommands. check-in: 4fe2214116 user: drh tags: trunk
2011-09-12
19:46 Edit [2cd21f8dc2ec202e|2cd21f8dc2]: Mark "Closed". artifact: db1ee119a8 user: dmitry
19:45 Fixed ticket [4af785ba3c]: User specified with --user-override doesn't show up in commit msg plus 2 other changes artifact: 6e487fe9bb user: dmitry
19:45 Fixed ticket [109ae2e904]: RSS feed is not always valid plus 2 other changes artifact: 71e5e079c5 user: dmitry
19:44 Fixed ticket [806c4358cd]: Wrong anchor on 'settings'' in reference (settings vs. setting) plus 2 other changes artifact: c415098ea3 user: dmitry
19:44 Fixed ticket [09310d1a05]: Typos in Wiki Theory page plus 2 other changes artifact: c75f3c9c4c user: dmitry
19:44 Fixed ticket [66ce1088b6]: It is possible for the empty string to be a user id plus 2 other changes artifact: 026637e905 user: dmitry
19:43 Fixed ticket [19be0265ff]: Rebuild button on Shun page on UI generates incorrect output plus 2 other changes artifact: e260450530 user: dmitry
18:19
Merge the minor fixes on the dmitry-fixes branch into trunk. check-in: ce354d0a9f 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: 2d1620830e user: drh tags: trunk
13:19 Ticket [4b881458c3] support for incremental import/export status still Open with 2 other changes artifact: 7ead063746 user: joerg
13:06
Fix typo in comment check-in: b582ff9879 user: joerg tags: trunk
2011-09-11
17:11 Closed ticket [0dddfe5d22]: incremental update of git export plus 2 other changes artifact: 0f1df4adb3 user: dmitry
15:00 Fixed ticket [427938e2f6]: three-way merge plus 2 other changes artifact: fc175456b8 user: dmitry
14:26 Fixed ticket [9d0f274589]: Ticket attachment shows garbage plus 2 other changes artifact: c06a617fcc user: dmitry
14:21 Fixed ticket [1a99e30dd4]: RSS link within the feed does not point to item matching the title plus 2 other changes artifact: 252ca94096 user: dmitry
14:08 Fixed ticket [164e519962]: .zip archive of an artifact should be available w/o a login plus 2 other changes artifact: 9fcd4791fe user: dmitry
13:57
Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. Closed-Leaf check-in: 2cd21f8dc2 user: dmitry tags: dmitry-fixes
12:27
Disallow creating users with empty login. Ticket [66ce1088]. check-in: e1ea6c26d0 user: dmitry tags: dmitry-fixes
12:26
Fix typos in documentation. Tickets [09310d1a] and [806c4358]. check-in: 9150a8a234 user: dmitry tags: dmitry-fixes
12:22 Edit [7c82dbf5465f7b4d|7c82dbf546]: Change user to "dmitry". artifact: 5be4a64dbf user: dmitry
12:22
Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. check-in: 71b862af7d user: dchest tags: dmitry-fixes
12:19
Show overridden user in commit comment. Ticket [4af785ba]. check-in: 7c82dbf546 user: dmitry tags: dmitry-fixes
12:04 Fixed ticket [cc8fb65705]: process_one_web_page crashes if zPathInfo is NULL plus 2 other changes artifact: 81dfc4b06c user: dmitry
2011-09-10
21:21
Add a new quote to the documentation. check-in: 136519f4be user: drh tags: trunk
21:07 Closed ticket [be95038383]: Fossil generates invalid markup... plus 2 other changes artifact: e9e27b01ab user: dmitry
21:05 Fixed ticket [40f32e9733]: incorrect url for check-ins entry on ticket history menu plus 2 other changes artifact: 88f873a9d6 user: dmitry
2011-09-09
22:25 Fixed ticket [cc6557cfc5]: Unicode support plus 2 other changes artifact: 997f22cfb5 user: dmitry
2011-09-08
23:31 Ticket [40f32e9733] incorrect url for check-ins entry on ticket history menu status still Open with 1 other change artifact: ca65b5ee93 user: dmitry
23:28 Ticket [967cedbf20] fossil extra - Report for subtree status still Open with 1 other change artifact: 34e1e00a35 user: dmitry
23:26 Fixed ticket [ef25a83cce]: typo in http://www.fossil-scm.org/index.html/help?cmd=configuration plus 2 other changes artifact: 363974e826 user: dmitry
23:24 Closed ticket [1cc5a5c001]: Is a search tickets feature possible? plus 2 other changes artifact: 791a28403b user: dmitry
23:23 Closed ticket [3873f0ad52]: The ticket 'version' field (found_in) does not appear hyperlinked plus 2 other changes artifact: 5cf247bca0 user: dmitry
23:16 Fixed ticket [a9b07eebe1]: Have the artifact sources in an HTML list plus 2 other changes artifact: 9200e01a9b user: dmitry
23:14 Closed ticket [7cb0e01aab]: "<!--" in .wiki files is translated to visible code plus 2 other changes artifact: 86caf6594c user: dmitry
23:13 Ticket [032c86d6b8] A rename disallows further merges status still Open with 1 other change artifact: 4477f862a3 user: dmitry
23:11 Ticket [5ff2043c96] Invalid xhtml markup generated (with patch) status still Open with 2 other changes artifact: 6256674d25 user: dmitry
23:09 Closed ticket [e12f19063a]: fossil with SSL support does not support proxy plus 2 other changes artifact: 895e3e28d4 user: dmitry
23:04 Closed ticket [ad169d2c50]: assign-to ticket field plus 2 other changes artifact: 8c5c42d7e7 user: dmitry
23:03 Ticket [76c3765215] There is no way to cleanly remove a user status still Open with 1 other change artifact: 6bb1bbddce user: dmitry
22:59 Closed ticket [61ab82f705]: leader_offline fail plus 1 other change artifact: 4639ab03b3 user: dmitry
22:58 Fixed ticket [118a98cb38]: removing a directory doesn't work with a trailing slash plus 1 other change artifact: 4c28afcec6 user: dmitry
22:49 Fixed ticket [831b932db4]: Fossil should support emitting ".tar.gz" output instead of (or in addition to) ".zip" output plus 1 other change artifact: e73b41c99d user: dmitry ... 1 similar event omitted.
22:47 Fixed ticket [6673476941]: Broken link to check-ins from ticket history plus 2 other changes artifact: 264e6779a2 user: dmitry
22:41 Ticket [032c86d6b8] A rename disallows further merges status still Open with 2 other changes artifact: caeb7d672d user: dmitry
22:32 Closed ticket [67936dc2ab]: Fossil SCM as a NoSQL database instead of CouchDB artifact: d80900ffaf user: dmitry
22:30 Fixed ticket [15dfbde729]: Question for FAQ: how to contribute to Fossil? plus 2 other changes artifact: 0252c6186f user: dmitry
22:21 Closed ticket [10eca88793]: Wanting to create Package for Arch Linux plus 2 other changes artifact: eaf9f1469e user: dmitry
22:15 Closed ticket [8d786b9ab1]: Should be ability to translate into Russian(other languages) plus 2 other changes artifact: f65963eee2 user: dmitry
22:15 Fixed ticket [7ffe8a6cee]: User registration plus 1 other change artifact: b66e51ba92 user: dmitry
22:12 Closed ticket [2dbefa162b]: the option "-n" of timeline command plus 2 other changes artifact: 7093c97f43 user: dmitry
22:08 Fixed ticket [3dbc12f49d]: Edit ticket fails to save changes if assigned_to AND remark are changed. plus 1 other change artifact: b0f84c6717 user: dmitry
22:06 Ticket [d798ba2e79] Hooks request status still Open with 1 other change artifact: 243353ceb5 user: dmitry
22:02 Closed ticket [2c7b1cd3a3]: Cannot bind to specific IP address when in server mode plus 2 other changes artifact: b343ffe25c user: dmitry
21:53 Fixed ticket [e776717962]: replace 'new' with 'init' command for repository creation plus 2 other changes artifact: 7982c2e3c9 user: dmitry
21:51 Fixed ticket [e5f0b3e30b]: foissil does not provide downloadable diff plus 2 other changes artifact: 0a20476719 user: dmitry
21:35 Ticket [c66936089e] timeline pagination status still Open with 1 other change artifact: fe6d647d9c user: dmitry
21:21 Closed ticket [89b54e57b4]: branch new asks to sign although clearsign says not to sign plus 2 other changes artifact: 323ff1d6f6 user: dmitry
21:14 Ticket [8e291053ef] Color picker (edit check-in properties) status still Open with 1 other change artifact: a8ee9630ba user: dmitry
21:03 Fixed ticket [71ada10c65]: Deconstruct command that went away plus 2 other changes artifact: ed4da312d8 user: dmitry
21:02 Closed ticket [f00cd046cf]: macports portfile, this is just some packaging configuration for mac osx users plus 2 other changes artifact: 709c81e14c user: dmitry
20:47 Fixed ticket [950a80de55]: "branch --private" option plus 2 other changes artifact: 5a0176d6f6 user: dmitry
20:41 Ticket [7389599496] Styling: Remove table style attributes and use CSS instead status still Open with 2 other changes artifact: 05529089aa user: dmitry
20:40 Ticket [f2b5011d97] Styling: Remove align attribute from HTML status still Open with 2 other changes artifact: 66b1521288 user: dmitry
20:40 Ticket [dc8bde6ed8] Styling: Remove br elements from HTML status still Open with 2 other changes artifact: 5925580ec1 user: dmitry
20:38 Fixed ticket [d33a991967]: Option to add directory and subdirectories that start with a "." artifact: e6b58344cc user: dmitry
20:35 Fixed ticket [666d18738e]: There is no way to request an account. plus 2 other changes artifact: 40754c8bda user: dmitry
20:31 Ticket [869729204a] Fossil does not trace file removal. status still Open with 2 other changes artifact: 7d05a47d0a user: dmitry
20:30 Fixed ticket [3cda72fa7c]: Mailing list archives don't exist plus 2 other changes artifact: 85d4174b17 user: dmitry
20:26 Closed ticket [aa0497a331]: Fossil SCM Behavior page, Web Browser field needs more... plus 3 other changes artifact: 516c7fd695 user: dmitry
20:20 Closed ticket [1cc5145ac8]: wiki does not support images plus 3 other changes artifact: 975a07adcb user: dmitry
20:14 Ticket [1511c1ef25] The makedeb.sh script should be more robust status still Open with 2 other changes artifact: 1dc4992468 user: dmitry
20:08 Ticket [a90a412aef] fossil tag command does not accept -m / -M options status still Open with 2 other changes artifact: 7c97c61c3a user: dmitry
20:06 Closed ticket [96af2fca6d]: web "Sync Now" need to provide repository path argument. plus 2 other changes artifact: dae566959d user: dmitry
19:37 Fixed ticket [5bba7eaa4c]: Fossil "Files" menu does not default to ""only the files in tip" plus 1 other change artifact: f9738c53c6 user: dmitry
19:34 Closed ticket [feb61a11a0]: XHTML standard compliance plus 2 other changes artifact: 5b0c8cc5fd user: dmitry
19:29 Closed ticket [db4ce49690]: Files with attributes not overwritten plus 1 other change artifact: 19df9f2798 user: dmitry
19:22 Ticket [70fd24aec3] "co --latest" doen't actually get latest in repo. status still Open with 1 other change artifact: 94cab045a6 user: dmitry
19:18 Closed ticket [3caef588e3]: dereferencing type-punned pointer in sqlite3.c plus 2 other changes artifact: c724f58f24 user: dmitry
19:16 Closed ticket [47f91c7443]: support "fossil user list fossil.fsl" plus 2 other changes artifact: 4205df7848 user: dmitry
18:56 Fixed ticket [aa494b5832]: Fossil changes symlinks into seperate files plus 2 other changes artifact: 37244b4e05 user: dmitry
18:48 Fixed ticket [6b31061920]: Artifacts da39a3ee5e6b4b0d3255bfef95601890afd80709 (empty files) artifact: d9ed30a35c user: dmitry ... 1 similar event omitted.
14:30
Add comment describing file_wd_isfile() function. check-in: f23334cbda user: dmitry tags: trunk
13:07
Remove unused variable from ticket_cmd(). check-in: a0b3769b01 user: dmitry tags: trunk
13:02
Merge fixes and refactoring from symlinks branch. check-in: c05f6afaf2 user: dmitry tags: trunk
12:59
Fix Windows build. Closed-Leaf check-in: 4e586a2d8e 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 symlin... check-in: 8a0c546990 user: dmitry tags: symlinks

11:52
Merge latest trunk into symlinks branch. check-in: 981e5c62e3 user: dmitry tags: symlinks
2011-09-07
14:28 New ticket [032c86d6b8] A rename disallows further merges. artifact: ebff7ebf23 user: viriketo
13:41 Ticket [f630d61ed8] adding comments to a tag status still Open with 1 other change artifact: 302b935138 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: 27a4518e13 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: a67e2683ed user: martin.weber tags: msw-hack
2011-09-06
20:30
Documenting the Label structure I introduced. Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist
20:12
catch up with trunk. Remove C++ style comments from http_ssl.c. check-in: 0f1c41bc20 user: martin.weber tags: msw-hack
13:23
Close A and LI tags when displaying new and deleted files in timeline. check-in: 8d703ff956 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: 1765c18d94 user: viriketo tags: localtime_fixes
2011-09-04
22:22 Edit [ef8266b710505ed1|ef8266b710]: Edit check-in comment. artifact: 2398b5bd9d 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 ... check-in: ef8266b710 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: e2ebb1f5ca 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: fa760a24cd user: viriketo tags: annotate_noleak
20:43
Updating from trunk to get the latest code. check-in: 73b6ff4966 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: 7ad4dfbe8b 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: 0cf5416002 user: drh tags: trunk
2011-09-03
12:07 New ticket [1b5f29ce63] Ticket view does not escape HTML. artifact: a3dbf6a117 user: lrem
09:23 Fixed ticket [10b2015687]: Tickets titles in timeline.rss plus 2 other changes artifact: ee0675f40c user: lrem
2011-09-02
16:19
Do a better job of merging branches that contain lots of file renames. check-in: 0b93b0f958 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: 597176786b 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: 21acce3c35 user: drh tags: trunk
12:39
Merge symlink fixes into trunk. check-in: c97535c5d8 user: dmitry tags: trunk
12:33
Fix a bug in undo associated with symlinks. check-in: 56d624f6e2 user: drh tags: trunk
12:27
Merge latest trunk into symlinks branch. check-in: fee3c6767d user: dmitry tags: symlinks
12:18
Merge the latest autosetup changes into trunk. check-in: 172580e0a4 user: drh tags: trunk
10:34
Print description of conflict when 'stash apply' cannot merge a symlink and a regular file. check-in: bca6924e5f 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: 7eeb5c64cc user: steveb tags: autosetup
10:30
Add -Wdeprecated-declarations on Mac OS X to prevent warnings from openssl check-in: 0fd14820f7 user: steveb tags: autosetup
10:19
Uncomment contents of Makefile.in. Silence OpenSSL deprecation warnings on Mac OS X 10.7. check-in: 73443aa7f8 user: dmitry tags: symlinks
10:10
Add Makefile.in back into the checkout. Was deleted accidently by the merge at [e4f1c1fe950425b]. check-in: 90b692ba5f user: drh tags: trunk
09:34
Bring Makefile.in back. check-in: 6729562675 user: dmitry tags: symlinks
2011-09-01
23:55
Change a couple of unlink()'s to file_delete(). check-in: 61d49d92bb user: dmitry tags: symlinks
23:45 Edit [1d54dce41e1455f0|1d54dce41e]: Edit check-in comment. artifact: 5f25e56659 user: dmitry
23:44
Fix indentation in update.c. check-in: 1d54dce41e user: dmitry tags: symlinks
23:18
Merge latest changes from trunk. check-in: 2b1a4797dd user: dmitry tags: symlinks
22:56
Refactor file_perm(), file_islink(), and file_isexe(). Now file_perm() calls stat only once. check-in: eac23495a9 user: dmitry tags: symlinks
22:55
Fix merge when merging UPDATEs a symlink to a regular file and vice versa. check-in: 82a95b4692 user: dmitry tags: symlinks
22:52
Fix undo when having a regular file on disk and symlink in undo. check-in: 324763b932 user: dmitry tags: symlinks
22:36 Edit [9ce6771c782b8268|9ce6771c78]: Mark "Closed". Edit check-in comment. artifact: 72f963c3a9 user: viriketo
22:36 Edit [2e38bed49e5ad601|2e38bed49e]: Mark "Closed". artifact: 3e1c0f114c user: viriketo
22:22
Fix typos and other cleanup on the "build.wiki" doc page. check-in: 0f9fb20370 user: drh tags: trunk
22:15
Fix saving undo for symlinks. check-in: 0762b1d9c6 user: dmitry tags: symlinks
22:06
Merge all the latest trunk changes into the tcl-integration branch. check-in: 26c515f6ff user: drh tags: tcl-integration
22:05
Add in the merge_renames test script from the similarly named branch. check-in: fcd68266e0 user: drh tags: trunk
22:00
Merge in support for the "fossil ticket history" command from the venks-emacs branch. check-in: 98a855c508 user: drh tags: trunk
21:56
Merge the symlinks branch into trunk. check-in: e4f1c1fe95 user: drh tags: trunk
21:51
Merge the ssl_peer_ip branch into trunk. check-in: 8b9c933c28 user: drh tags: trunk
20:56
Merge latest trunk. check-in: 02ee688a4d user: dmitry tags: symlinks
20:38
I think I fix a possible bug on platforms where 'char' has signed meaning, on the code about noting the 'rcvfrom' ipv4 address. Closed-Leaf check-in: 9ce6771c78 user: viriketo tags: ssl_peer_ip
20:33
Adding some ipv4-only code to get the ip where we took the content from for the https connections. The "rcvfrom" information was lost in the case of https connections.

I don't know how to make it work well for ipv6 too. check-in: daa6a0eb9b user: viriketo tags: ssl_peer_ip

20:23
Stop publishing x64 binaries for linux. x86 binaries are sufficient. check-in: bd04a48925 user: drh tags: trunk
20:21 Edit [6517b5c857fe389e|6517b5c857]: Add tag "release". artifact: cd706e0ff3 user: drh
20:21 Edit [6517b5c857fe389e|6517b5c857]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "version-1.19". artifact: ad3dd658be user: drh
18:25
Version 1.19. check-in: 6517b5c857 user: drh tags: trunk, release, version-1.19
17:45
Merging the unwanted two trunk leaves. check-in: a22c381757 user: viriketo tags: trunk
17:44
Fixing typo in the 'fossil configuration' command line help. check-in: cd8041b159 user: viriketo tags: trunk
17:04
Disable the use of <canvas> for rendering the graph. The canvas is busted in recent versions of Firefox. And canvas is mostly busted by design anyhow, since apparently it can not be taller than 32768 pixels, and Fossil graphs frequently need to be taller than that. check-in: 9eb4575295 user: drh tags: trunk
14:31
substantive improvement to sha1 speed (especially on x86) check-in: f2ede7da6d user: ron tags: trunk
12:49
Clean up a harmless compiler warning introduced by the previous check-in. check-in: f7f4a80ea0 user: drh tags: trunk
11:33
Make sure the perferred timezone format has been queried prior to running user SQL, since while running user SQL access to the CONFIG table is restricted. check-in: 7922e56655 user: drh tags: trunk
Previous month ↓