summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added a free before a return. thx npa.epoch2019-04-201-0/+1
* put _XOPEN_SOURCE only in the file it is actually needed. fixed parse bug whe...epoch2019-04-202-4/+7
* forgot example config for uristartepoch2019-04-201-0/+8
* rebased on an old copy of this repo. renamed everything. rewrote the uri pars...epoch2019-04-2013-362/+328
* forgot to add urlescape to Makefileepochqwert2018-10-151-1/+7
* added urlescape and urlunescapeepochqwert2018-10-153-0/+106
* fixed a use of a variable where it might have not been defined and made a dec...epochqwert2018-08-061-4/+23
* added a hack to only ignore the first // when separating at the domain/path s...epochqwert2018-04-301-3/+8
* made the Makefile use /usr/local as prefix because I'm lazyepochqwert2018-04-151-1/+1
* added some more examples to start.conf.exampleepochqwert2018-04-121-3/+8
* better format string cutting in printfurl and start now single-quote escapes ...epochqwert2018-04-122-2/+2
* fixed printfurl to choke on stuff less often.epochqwert2018-04-111-4/+4
* added another line to the example config to show how to make it handle URLs w...epochqwert2018-04-101-0/+1
* changed last line in start to run the pipeline in the current shell instead o...epochqwert2018-04-101-1/+1
* added printfurl and start tools and ignore file. and example config.epoch2018-04-064-0/+13
* added new tools and removed old. commented out prefix to preventing overridin...epoch2018-04-061-8/+6
* added whole URL ability to cuturlepoch2018-04-061-3/+9
* moved url functions into url.hepochqwert2017-08-202-151/+142
* fixed up Makefileepochqwert2017-08-201-3/+8
* actually tested stuff and figured out that the first rule is the default one....epochqwert2016-10-111-3/+4
* added a couple #includes to get rid of warningsepochqwert2016-10-111-0/+2
* added matching of missing portions of the URLepochqwert2016-10-111-12/+28
* changed the makefile to actually do sane stuff instead of rebuild every time.epochqwert2016-10-111-3/+4
* fuck if I know. I'm tired. moved the magic stuff to url.c.epochqwert2016-05-285-14/+37
* forgot to remove 'D: ' from a printf I was using for debugging.epochqwert2015-12-301-1/+1
* enabled magic by default in cuturl.epochqwert2015-12-303-19/+22
* added D flag to matchurl and added an ifdef to cuturlepochqwert2015-11-113-4/+13
* Forgot Makefile.epochqwert2015-08-221-0/+15
* initial commit.epochqwert2015-08-224-0/+378