History of src/descendants.c of 42c2a18e736b0cc7
Not logged in

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

History of file src/descendants.c at check-in 42c2a18e736b0cc7

2013-04-23
08:40
Add --limit as alias to --count in "fossil timeline" for consistancy with other commands. Add many short options, like "-a" for "--all" and "-c" for "--closed" (The JSON part already had those) file: [d9dad7249f] check-in: [8b17c2360a] user: jan.nijtmans branch: trunk, size: 15296
2013-01-15
02:29
Fix compiler warnings. file: [1563c0dfde] check-in: [b3bac1158b] user: drh branch: trunk, size: 15297
2013-01-14
12:52
Change the output format for the "fossil leaves" command and add the --bybranch command-line option which is useful for looking for forks. file: [823b874248] check-in: [f76d912f1d] user: drh branch: trunk, size: 15303
2012-11-20
13:42
Only suppress bad hyperlinks for check-in comments and tickets. Continue to show the broken hyperlinks on wiki pages. file: [d3256df963] check-in: [26ac392308] user: drh branch: trunk, size: 14363
2012-11-15
15:14
Add the uf= query parameter to timeline. The timeline shows only those checkins that contain the file identified. file: [a8f8a0ad2d] check-in: [eb3cc76d50] user: drh branch: trunk, size: 14364
2012-11-04
12:59
Fix typos. file: [cc05b20228] check-in: [45065c5c28] user: dmitry branch: spelling, size: 12733
2012-10-11
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. file: [d87fdc2904] check-in: [773c6c5f2c] user: drh branch: branch-1.19, size: 12379
2012-10-10
20:03
Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. file: [c387f2c6e2] check-in: [9ba8a393fc] user: drh branch: trunk, size: 12733
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [a4da1dbcde] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 11633
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [db6df16425] check-in: [0328d68181] user: drh branch: sqlite4, size: 11639
2012-06-12
11:20
Change the "pqueue_" prefix on methods of the priority queue object to be "pqueuex_" to avoid conflicts with OpenSSL. file: [3d30d73f69] check-in: [81162c716c] user: drh branch: trunk, size: 11634
2012-02-10
22:53
Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. file: [318dc9af36] check-in: [674bc27891] user: mistachkin branch: sslLinkingFix, size: 11628
2011-11-03
17:31
Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. file: [685633650b] check-in: [841772c858] user: drh branch: trunk, size: 11624
2011-10-18
19:45
Should fix ticket [f0f9aff371f2]. Until now, the annotate_cmd was taking the last (or any?) checkin that had the artifact to be annotated, totally unrelated to what version is checked out. I made annotate_cmd respect the checkout, and annotate only from the past until the checked out version. This makes the command slower, but at least does what I'd like it to do. Maybe someone else can come up with a faster or simpler implementation. I changed the compute_direct_ancestors code so I could call it twice in a single run. file: [7ca05fd71e] check-in: [c7c4279f13] user: viriketo branch: annotatecmd_fix, size: 11624
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. file: [b15c5ee45a] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 11582
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. file: [b4c22f5e1e] check-in: [3fbf8caa87] user: martin.weber branch: msw-docco, size: 11579
2011-09-13
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) file: [f3dddf5663] check-in: [a336ff53d2] user: martin.weber branch: msw-docco, size: 11349
00:40
Add support for the -R option on several command-line subcommands. file: [3dfa98c1e5] check-in: [4fe2214116] user: drh branch: trunk, size: 11254
2011-08-19
23:27
Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. file: [d05ff92998] check-in: [b14ab41ff8] user: venkat branch: venks-emacs, size: 11238
2011-06-07
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. file: [7b5983f632] check-in: [621be70494] user: drh branch: trunk, size: 11232
2011-06-01
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. file: [db3876b79a] check-in: [2a013f0228] user: drh branch: trunk, size: 10205
2011-05-27
06:48
Add makefile to ensure no DLLs are used for the MinGW build (zlib was installed as both a static and a dynamic library) Extensions and minor textual revisions to the online help for several commands file: [4410bdd3a9] check-in: [6469b814ab] user: Arjen Markus branch: arjen-doc-updates, size: 10333
2011-05-12
01:08
Performance improvement by caching prepared statements when computing ancestors and descendents of a check-in. file: [325e4277b1] check-in: [dcc68b46b2] user: drh branch: trunk, size: 10193
2011-03-10
17:39
Add the ability to compute common ancestors to the path object. Still using the pivot object for merges, however. file: [ef0949e861] check-in: [cfec72248e] user: drh branch: path-refactor, size: 9901
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. file: [69df36fbfa] check-in: [b6e66cdd08] user: drh branch: experimental, size: 9883
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. file: [004242870b] check-in: [69f43fc077] user: drh branch: experimental, size: 10186
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. file: [727d58ed20] check-in: [13165785e1] user: drh branch: trunk, size: 9978
2011-01-26
15:37
Make the definition of "leaf" on the "leaves" page more precise. file: [9547e82899] check-in: [752895d916] user: drh branch: trunk, size: 9972
2010-12-16
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. file: [d19dd64e7b] check-in: [daeb10f65f] user: drh branch: trunk, size: 9953
2010-10-10
13:38
added cross references for help file: [d7f99e0a14] check-in: [c3bf3c0c63] user: wolfgang branch: wolfgangHelpCmd, size: 10072
2010-10-09
15:34
link the command line help to the gui pages, where appropriate file: [fc52409382] check-in: [a5cd79272f] user: wolfgang branch: wolfgangHelpCmd, size: 10056
2010-09-13
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. file: [85d428fec9] check-in: [4cc0ebef9a] user: drh branch: wolfgangFormat2CSS, size: 9957
2010-09-10
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE file: [5142e0bc8f] check-in: [d1305d0a7a] user: wolfgang branch: wolfgangFormat2CSS, size: 9945
2010-09-08
20:25
css for hyperlinks disabled file: [cccab26ea0] check-in: [0e394b8fa2] user: wolfgang branch: wolfgangFormat2CSS, size: 9932
2010-09-05
10:59
sidebox via css file: [c0b18e04fa] check-in: [ff3b6b323b] user: Ratte branch: stv-skinning, size: 9842
2010-05-16
19:08
Change from GPL to the Simplified BSD License. file: [33c1fb1517] check-in: [c06edd231f] user: drh branch: clear-title, size: 9845
2009-08-27
15:00
Performance improvements on the compute_leavs() routine. There is opportunity for further improvement in this area. file: [21679d5ff4] check-in: [6953ca813c] user: drh branch: trunk, size: 10121
2009-08-14
14:00
Improvements to the way the update target is computed when saying "fossil update" without specifying what to update to. Avoid the "bad object id: 0" error. file: [b32d794817] check-in: [7847b418bb] user: drh branch: trunk, size: 9629
2009-01-29
03:04
Add the "hyperlinks are disabled" warning to the taglist page. Disable hyperlinks on the leaves page when hyperlinks are suppose to be disabled. file: [fabaf35b08] check-in: [472f9411ee] user: drh branch: trunk, size: 9170
2009-01-24
00:11
Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. file: [9007c3f73b] check-in: [83ac468aae] user: drh branch: trunk, size: 9143
2009-01-22
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. file: [8b62b08925] check-in: [42c2a18e73] user: drh branch: trunk, size: 9189
01:53
Define a "leaf" as a check-in with no children in the same branch. The is_a_leaf() function does some complicated SQL to figure this out. file: [c48bc9acc2] check-in: [faf09dc7ae] user: drh branch: trunk, size: 9565
01:10
Improved messages in the "tags and properties" section of the vinfo page. Distinguish between a merge between forks and a merge between branches. A merge from forks, closes the fork, but not a merge from a branch. file: [cba21fd744] check-in: [042a08b564] user: drh branch: trunk, size: 10701
2009-01-21
18:59
Add timeline links on the leaves page. Also on the leaves page, do not show Merge labels on check-ins. The second part is the fix for ticket [d6bb26f436d8299f95d63f45fa51c92acdc91c5a]. file: [20b63066bd] check-in: [2fa4df1e47] user: drh branch: trunk, size: 8905
13:50
Fix a bug in the "leaves" page when the repository is empty. Begin adding support for the ability to erase tags. file: [97b96f70b0] check-in: [432d4391b9] user: drh branch: trunk, size: 8609
01:23
Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. file: [4af89fd5e9] check-in: [580d6ad8c7] user: drh branch: trunk, size: 8582
2009-01-20
22:21
Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. file: [6edb8b041e] check-in: [b7f32a71ab] user: drh branch: trunk, size: 8576
16:51
Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. file: [a19ebf91b9] check-in: [b6e22e62cf] user: drh branch: trunk, size: 8115
2008-10-24
13:27
Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. file: [a11699aaf4] check-in: [e8c4f69c50] user: drh branch: trunk, size: 5221
2008-05-14
02:03
Added: Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. file: [c213fbef9a] check-in: [6458f020fc] user: drh branch: trunk, size: 5170