about summary refs log tree commit diff stats
path: root/html/092socket.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-15/+15
| | | | | | | | | 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-34/+34
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-79/+78
|
* 4165Kartik K. Agaram2017-12-271-5/+5
|
* 4164Kartik K. Agaram2017-12-271-3/+3
|
* 4161Kartik K. Agaram2017-12-151-6/+6
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-9/+9
|
* 4122Kartik K. Agaram2017-11-151-3/+3
|
* 4003Kartik K. Agaram2017-09-231-3/+3
|
* 3990Kartik K. Agaram2017-09-031-1/+1
|
* 3934Kartik K. Agaram2017-06-201-4/+4
|
* 3927Kartik K. Agaram2017-06-191-3/+3
|
* 3901Kartik K. Agaram2017-06-091-3/+3
|
* 3837Kartik K. Agaram2017-04-191-3/+3
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-14/+14
|
* 3829Kartik K. Agaram2017-04-181-4/+4
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-48/+49
|
* 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-31/+31
|
* 3710Kartik K. Agaram2016-12-261-177/+177
| | | | | 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-180/+204
| | | | | | 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.
* 3705 - switch to tested file-system primitivesKartik K. Agaram2016-12-111-1/+1
|
* 3667Kartik K. Agaram2016-11-111-1/+1
|
* 3604Kartik K. Agaram2016-10-271-18/+20
|
* 3578Kartik K. Agaram2016-10-231-134/+78
|
* 3569Kartik K. Agaram2016-10-231-65/+65
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3567Kartik K. Agaram2016-10-231-1/+34
|
* 3562Kartik K. Agaram2016-10-221-125/+105
| | | | Fix CI. Revert accidentally-added files.
* 3561Kartik K. Agaram2016-10-221-105/+125
|
* 3543Kartik K. Agaram2016-10-221-2/+2
|
* 3524Kartik K. Agaram2016-10-201-4/+85
|
* 3491Kartik K. Agaram2016-10-091-0/+155
Update the html, proving that commit 3490 worked. The only changes are from other recent commits.