Commits
Commit:
eae77727b91ee9f0c2dc02efb013093b6dadd387
Date:
Wed Jan 5 15:34:48 2022
UTC
unroll recursion
Commit:
39b13ff711838acc339b6d915caabdc63e9b81fb
Date:
Wed Jan 5 15:30:37 2022
UTC
decrement the length in hist_clear_forward
Commit:
bf935370ba5b03432f48ab4d05d6dc74416a85a6
Date:
Wed Jan 5 15:29:53 2022
UTC
plug history memory leak
when freeing a tab we have to release also its history.
Commit:
1040cc7fd1cf748a26766e65b2a2fde17e27310d
Date:
Sun Jan 2 22:29:15 2022
UTC
implement persistent tab history
The session file is now overloaded with the history info, that means
that upon startup telescope can repopulate each tab history!
The price to pay is that one can't start an old telescope with a new
session file, otherwise will get a lot of fancy '<' and '>' tabs...
Commit:
fcd99a0d4765b480ed9fa260b253770a85313a1e
Date:
Fri Nov 5 17:15:59 2021
UTC
switch to our new struct download for the downloads
Commit:
32ac17a4ea1ad4c2f9e8c8d78dd5738958883291
Date:
Thu Aug 12 09:09:52 2021
UTC
replace TAILQ_EMPTY/INSERT_HEAD/TAIL dance with a single TAILQ_INSERT_TAIL
Now that all the queues are correctly initialised, there's no need for
that dance.
Commit:
786e6deb98e5c4050020215a479330250ed9736e
Date:
Wed Jul 21 14:35:24 2021
UTC
always include compat.h first
Commit:
2051e6535ed850f2676a2ef1353b58943369eee8
Date:
Sat Mar 13 21:47:25 2021
UTC
first draft of history system is here
Omar Polo