aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* literal IPv6 addresses in the domain portion were NOT skipping the leading [epoch2020-07-041-0/+1
* urilaunch now execs uristart so as to not leave around an extra process just ...epoch2020-06-221-1/+1
* basic READMEepoch2020-06-011-0/+21
* added a script I am using for resolving URNs into URLs to start. this script ...epoch2020-06-011-0/+25
* added query_param script. fixed a really dumb bug in uriescapeepoch2020-06-013-1/+4
* Merge branch 'master' of ssh://thebackupbox.net:65432/~/uritoolsepoch2020-05-011-1/+1
|\
| * urigetline now ignores blank and commented out linesepoch2020-04-291-1/+1
* | changed up how it tries to grep port and protol info out of /etc/services a bitepoch2020-05-011-2/+2
|/
* more of the breaking-change. code to get the line moved to external program s...epoch2020-04-205-42/+47
* uristart.conf-breaking changes by using urimatch instead of matching only on ...epoch2020-04-201-1/+23
* made the getsrv only base its port on the last part of a multi-scheme scheme ...epoch2020-04-191-1/+1
* Merge branch 'master' of /var/git/uritoolsepoch2020-04-163-0/+24
|\
| * added the "choose" script as copy_start_nevermind uses itepoch2020-04-062-0/+8
| * forgot to add copy_start_nevermind to the install targetepoch2020-04-061-0/+1
| * dunno why I never included this script in this repoepoch2020-04-061-0/+15
* | made getsrv use host instead of dig by default.epoch2020-04-162-5/+5
|/
* fixed urititle. forgot quotes around a semicolon and forgot a space between a...epoch2020-02-061-2/+2
* forgot to put urititle into the install target in the makefileepoch2020-02-051-0/+1
* added urititle because I use this script on multiple computersepoch2020-02-051-0/+37
* commented out stuff that went to stderr in getsrvepoch2020-01-301-3/+3
* added getsrv to Makefile target "install"epoch2020-01-301-0/+1
* Merge branch 'master' of ssh://github.com/kkabrams/uritoolsepoch2020-01-271-30/+29
|\
| * it actually works now and is no longer hideousepoch2020-01-251-30/+29
* | added blank lines between output for each URI that way recutils can parse it ...epoch2020-01-271-0/+3
|/
* put search into the makefileepoch2020-01-211-0/+1
* added a little script that can be used to launch search URIs easilyepoch2020-01-211-0/+2
* I fucked up the simple check of whether $1 was --check or notepoch2020-01-211-3/+3
* noticed I was using the deadname for uricut in uriprintf. changed it.epoch2020-01-211-1/+1
* added ability to --check what uristart would do, then noticed I wasn't clippi...epoch2020-01-211-3/+14
* forgot +x on urilaunchepoch2020-01-211-0/+0
* last commit was an in-progress I failed to notice. it should work now.epoch2020-01-211-2/+2
* fixed uriunescape possibly missing an escaped character that landed on a boun...epoch2020-01-211-6/+28
* fixed some signedness warnings and inconsistenciesepoch2020-01-212-5/+5
* Merge branch 'master' of https://github.com/kkabrams/uritoolsepoch2020-01-214-42/+54
|\
| * added whitespace, deleted some commented out code, added comments to make the...epoch2020-01-211-51/+44
| * got rid of "fuck" in an error message. and added a comment to partially expla...epoch2020-01-211-1/+2
| * made uristart log $2 along with the uri so you can have tags or a "referer" i...epoch2019-11-171-1/+8
| * changed urilaunch to use bash because I like <() and I wanted to include defa...epoch2019-11-171-2/+2
| * added urilaunch to Makefileepoch2019-11-021-0/+1
| * commented out weird derp+merp scheme code. added urilaunch which is meant to ...epoch2019-11-022-18/+28
* | small change that fixed uriescape I think. spaces were decoding into %00epoch2020-01-211-2/+2
|/
* added ability for uriunescape to read from stdin if there are no argumentsepoch2019-06-161-4/+14
* removed a unneeded memmove from uriunescape and a trailing spaceepoch2019-06-161-2/+1
* removed a few headers that weren't neededepoch2019-06-052-3/+0
* found a much bigger uristart from a while ago. re-added and fixed it up to wo...epoch2019-04-221-4/+49
* created script "getsrv" to get a single weighted host and port from SRV recordsepoch2019-04-221-0/+36
* added urijoin to gitignoreepoch2019-04-221-0/+1
* rewrote urijoin.cepoch2019-04-221-0/+36
* urlprintf got an extra sanity checkepoch2019-04-221-2/+6
* only printing parts of the url that are actually defined nowepoch2019-04-221-8/+8