summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* xwindowURI now lives in xtools repoepoch2022-02-241-1/+2
|
* forgot to dep on sqescepoch2022-02-171-1/+1
|
* copy_start_nevermind got a "split" option. added rfc-search to install ↵epoch2022-02-171-0/+1
| | | | target. wikipedia-specific uristart.conf got another line
* removed the share/urn stuff. that lives in a repo named "data". uri title ↵epoch2022-01-211-1/+0
| | | | now checks for data files. urititle does a unshorten attempt first.
* Makefile got some new things added to the install and build requirementsepoch2021-11-141-1/+3
|
* added a program to convert a string with single-quotes into a shell-escaped ↵epoch2021-10-251-0/+2
| | | | version because writing that same sed regex over and over was a pain in the ass. also added a ssh handler. read before use. put them in Makefile
* Makefile was missing a -D in the install target for a dir that might have ↵epoch2021-09-191-1/+1
| | | | not existed
* new tool to filter URI GET paramsepoch2021-09-191-0/+2
|
* install the share files nowepoch2021-04-291-0/+1
|
* added QR code option to copy_start_nevermind.sh, Makefile now includes ↵epoch2021-04-291-0/+1
| | | | urnresolve.
* added urn start to Makefile and use my own rfc site over gopher for ↵epoch2020-12-231-0/+1
| | | | urn:ietf:rfc resolution now
* shorten's install noew doesn't bother with chmod, unless you have a ↵epoch2020-12-221-2/+1
| | | | "shorten" group.
* wtf, why did I use LDFLAGS for libs?epoch2020-11-161-1/+1
|
* merge conflict resolvedepoch2020-11-151-1/+7
|\
| * added a shorten program that I use in except for making shortened links on ↵epoch2020-11-161-1/+7
| | | | | | | | epo.k.vu
* | added unshorten.sh which attempts to unshorten shortened URLs. and ↵epoch2020-11-151-0/+2
|/ | | | data_handler... no comment.
* added query_param script. fixed a really dumb bug in uriescapeepoch2020-06-011-0/+1
|
* more of the breaking-change. code to get the line moved to external program ↵epoch2020-04-201-12/+13
| | | | so it can be rewritten easier. copy_start_nevermind.sh uses it now. cleaned up Makefile styling.
* added the "choose" script as copy_start_nevermind uses itepoch2020-04-061-0/+1
|
* forgot to add copy_start_nevermind to the install targetepoch2020-04-061-0/+1
|
* forgot to put urititle into the install target in the makefileepoch2020-02-051-0/+1
|
* added getsrv to Makefile target "install"epoch2020-01-301-0/+1
|
* put search into the makefileepoch2020-01-211-0/+1
|
* added urilaunch to Makefileepoch2019-11-021-0/+1
|
* rewrote urijoin so a salvaged bigger uristart would work againepoch2019-04-221-1/+4
|
* rebased on an old copy of this repo. renamed everything. rewrote the uri ↵epoch2019-04-201-16/+18
| | | | parser. added uricmp. wew.
* forgot to add urlescape to Makefileepochqwert2018-10-151-1/+7
|
* made the Makefile use /usr/local as prefix because I'm lazyepochqwert2018-04-151-1/+1
|
* added new tools and removed old. commented out prefix to preventing ↵epoch2018-04-061-8/+6
| | | | overriding env var
* fixed up Makefileepochqwert2017-08-201-3/+8
|
* actually tested stuff and figured out that the first rule is the default ↵epochqwert2016-10-111-3/+4
| | | | one. oki doki.
* 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-281-1/+1
|
* enabled magic by default in cuturl.epochqwert2015-12-301-2/+2
| | | | | | made cuturl print empty string instead of trying to print nulls. matchurl was matching multiple times for things it shouldn't have and not cleaing out the url struct. Makefile now uses -Wall
* Forgot Makefile.epochqwert2015-08-221-0/+15