about summary refs log tree commit diff stats
path: root/html/http-client.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-1/+1
| | | | | | | | | We're going to lean back into the experiment of commit 4179 back in Jan. If we delete memory it's up to us to ensure no pointers into it survive. Since deep-copy depends on our refcounting infrastructure, it's gone as well. So we're going to have to start watching out for pointers shared over channels.
* 4239Kartik Agaram2018-05-081-5/+5
|
* 4200Kartik K. Agaram2018-01-271-5/+5
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-20/+19
|
* 4165Kartik K. Agaram2017-12-271-1/+1
|
* 4161Kartik K. Agaram2017-12-151-4/+4
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-18/+25
|
* 4003Kartik K. Agaram2017-09-231-2/+2
|
* 3951Kartik K. Agaram2017-06-241-1/+1
|
* 3901Kartik K. Agaram2017-06-091-1/+1
|
* 3867Kartik K. Agaram2017-05-191-5/+6
|
* 3837Kartik K. Agaram2017-04-191-1/+1
|
* 3831Kartik K. Agaram2017-04-181-1/+1
| | | | Fix CI.
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-2/+2
|
* 3829Kartik K. Agaram2017-04-181-2/+2
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-8/+9
|
* 3725Kartik K. Agaram2016-12-271-1/+1
| | | | | | More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere.
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-3/+3
|
* 3710Kartik K. Agaram2016-12-261-21/+21
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-24/+48
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3604Kartik K. Agaram2016-10-271-3/+0
|
* 3569Kartik K. Agaram2016-10-231-8/+8
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3567Kartik K. Agaram2016-10-231-1/+1
|
* 3543Kartik K. Agaram2016-10-221-3/+3
|
* 3525Kartik K. Agaram2016-10-201-3/+3
|
* 3524Kartik K. Agaram2016-10-201-0/+60