| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'master' of https://github.com/kkabrams/uritools | epoch | 2020-01-21 | 4 | -42/+54 |
|\ |
|
| * | added whitespace, deleted some commented out code, added comments to make the... | epoch | 2020-01-21 | 1 | -51/+44 |
| * | got rid of "fuck" in an error message. and added a comment to partially expla... | epoch | 2020-01-21 | 1 | -1/+2 |
| * | made uristart log $2 along with the uri so you can have tags or a "referer" i... | epoch | 2019-11-17 | 1 | -1/+8 |
| * | changed urilaunch to use bash because I like <() and I wanted to include defa... | epoch | 2019-11-17 | 1 | -2/+2 |
| * | added urilaunch to Makefile | epoch | 2019-11-02 | 1 | -0/+1 |
| * | commented out weird derp+merp scheme code. added urilaunch which is meant to ... | epoch | 2019-11-02 | 2 | -18/+28 |
* | | small change that fixed uriescape I think. spaces were decoding into %00 | epoch | 2020-01-21 | 1 | -2/+2 |
|/ |
|
* | added ability for uriunescape to read from stdin if there are no arguments | epoch | 2019-06-16 | 1 | -4/+14 |
* | removed a unneeded memmove from uriunescape and a trailing space | epoch | 2019-06-16 | 1 | -2/+1 |
* | removed a few headers that weren't needed | epoch | 2019-06-05 | 2 | -3/+0 |
* | found a much bigger uristart from a while ago. re-added and fixed it up to wo... | epoch | 2019-04-22 | 1 | -4/+49 |
* | created script "getsrv" to get a single weighted host and port from SRV records | epoch | 2019-04-22 | 1 | -0/+36 |
* | added urijoin to gitignore | epoch | 2019-04-22 | 1 | -0/+1 |
* | rewrote urijoin.c | epoch | 2019-04-22 | 1 | -0/+36 |
* | urlprintf got an extra sanity check | epoch | 2019-04-22 | 1 | -2/+6 |
* | only printing parts of the url that are actually defined now | epoch | 2019-04-22 | 1 | -8/+8 |
* | wrote linefromuri to join a uri struct back into a string for urijoin tool | epoch | 2019-04-22 | 1 | -0/+50 |
* | rewrote urijoin so a salvaged bigger uristart would work again | epoch | 2019-04-22 | 1 | -1/+4 |
* | added a free before a return. thx npa. | epoch | 2019-04-20 | 1 | -0/+1 |
* | put _XOPEN_SOURCE only in the file it is actually needed. fixed parse bug whe... | epoch | 2019-04-20 | 2 | -4/+7 |
* | forgot example config for uristart | epoch | 2019-04-20 | 1 | -0/+8 |
* | rebased on an old copy of this repo. renamed everything. rewrote the uri pars... | epoch | 2019-04-20 | 13 | -362/+328 |
* | forgot to add urlescape to Makefile | epochqwert | 2018-10-15 | 1 | -1/+7 |
* | added urlescape and urlunescape | epochqwert | 2018-10-15 | 3 | -0/+106 |
* | fixed a use of a variable where it might have not been defined and made a dec... | epochqwert | 2018-08-06 | 1 | -4/+23 |
* | added a hack to only ignore the first // when separating at the domain/path s... | epochqwert | 2018-04-30 | 1 | -3/+8 |
* | made the Makefile use /usr/local as prefix because I'm lazy | epochqwert | 2018-04-15 | 1 | -1/+1 |
* | added some more examples to start.conf.example | epochqwert | 2018-04-12 | 1 | -3/+8 |
* | better format string cutting in printfurl and start now single-quote escapes ... | epochqwert | 2018-04-12 | 2 | -2/+2 |
* | fixed printfurl to choke on stuff less often. | epochqwert | 2018-04-11 | 1 | -4/+4 |
* | added another line to the example config to show how to make it handle URLs w... | epochqwert | 2018-04-10 | 1 | -0/+1 |
* | changed last line in start to run the pipeline in the current shell instead o... | epochqwert | 2018-04-10 | 1 | -1/+1 |
* | added printfurl and start tools and ignore file. and example config. | epoch | 2018-04-06 | 4 | -0/+13 |
* | added new tools and removed old. commented out prefix to preventing overridin... | epoch | 2018-04-06 | 1 | -8/+6 |
* | added whole URL ability to cuturl | epoch | 2018-04-06 | 1 | -3/+9 |
* | moved url functions into url.h | epochqwert | 2017-08-20 | 2 | -151/+142 |
* | fixed up Makefile | epochqwert | 2017-08-20 | 1 | -3/+8 |
* | actually tested stuff and figured out that the first rule is the default one.... | epochqwert | 2016-10-11 | 1 | -3/+4 |
* | added a couple #includes to get rid of warnings | epochqwert | 2016-10-11 | 1 | -0/+2 |
* | added matching of missing portions of the URL | epochqwert | 2016-10-11 | 1 | -12/+28 |
* | changed the makefile to actually do sane stuff instead of rebuild every time. | epochqwert | 2016-10-11 | 1 | -3/+4 |
* | fuck if I know. I'm tired. moved the magic stuff to url.c. | epochqwert | 2016-05-28 | 5 | -14/+37 |
* | forgot to remove 'D: ' from a printf I was using for debugging. | epochqwert | 2015-12-30 | 1 | -1/+1 |
* | enabled magic by default in cuturl. | epochqwert | 2015-12-30 | 3 | -19/+22 |
* | added D flag to matchurl and added an ifdef to cuturl | epochqwert | 2015-11-11 | 3 | -4/+13 |
* | Forgot Makefile. | epochqwert | 2015-08-22 | 1 | -0/+15 |
* | initial commit. | epochqwert | 2015-08-22 | 4 | -0/+378 |