index
:
ctimeline
master
Web frontend for timelines written in C
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctimeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctimeline: free fields of struct ctimeline_branch_list in the appropriate func
Joursoir
2021-05-21
1
-0
/
+5
*
ctimeline: handle all context infos; split branch and config context
Joursoir
2021-05-19
1
-1
/
+23
*
ctimeline: change (char *) to (string *) for context information
Joursoir
2021-05-19
1
-4
/
+8
*
ctimeline: open config file in function
Joursoir
2021-05-19
1
-4
/
+9
*
xstring: make string assignment using string_(n)alloc
Joursoir
2021-05-19
1
-4
/
+4
*
ctimeline: use sub-module 'ui-common', remove handling command-line arguments
Joursoir
2021-05-17
1
-48
/
+10
*
move code that generate html to sub-module 'ui-common'
Joursoir
2021-05-15
1
-30
/
+0
*
ctimeline: move version and config file constants to header
Joursoir
2021-05-14
1
-2
/
+0
*
ctimeline: add context and its init
Joursoir
2021-05-14
1
-49
/
+48
*
remove \t; add handle argument '-i, --stdin'; print full html file => works a...
Joursoir
2021-05-09
1
-33
/
+48
*
add sort by age, refactor store of branch; remove 'branch.position', add 'bra...
Joursoir
2021-04-28
1
-40
/
+59
*
add main logic
Joursoir
2021-04-26
1
-0
/
+205