about summary refs log tree commit diff
path: root/url.c (follow)
Commit message (Expand)AuthorAge
* Make copyright headers consistentJune McEnroe2019-07-27
* Use const char *argv[] signaturesJune McEnroe2018-10-28
* Add more URL schemesJune McEnroe2018-10-22
* Add urlOpenMatchJune McEnroe2018-09-11
* Add /man commandJune McEnroe2018-09-10
* Fix reverse iteration in urlOpenJune McEnroe2018-09-08
* Move event loop to event.cJune McEnroe2018-09-06
* Use PascalCase for constantsJune McEnroe2018-09-02
* Fix /open ranges by passing all URLs to open(1)June McEnroe2018-08-12
* Become multi-channelJune McEnroe2018-08-10
* Move process spawning onto the event loopJune McEnroe2018-08-10
* Add URL detection, listing and openingJune McEnroe2018-08-09