summary refs log tree commit diff
path: root/url.c
AgeCommit message (Expand)Author
2018-09-02Use PascalCase for constantsCurtis McEnroe
2018-08-12Fix /open ranges by passing all URLs to open(1)Curtis McEnroe
2018-08-10Become multi-channelCurtis McEnroe
2018-08-10Move process spawning onto the event loopCurtis McEnroe
2018-08-09Add URL detection, listing and openingCurtis McEnroe