Commits
- Commit:
14728991efc684e1da5955f58ca7810cdafac378
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jun 22 13:55:26 2023 UTC
add missing #include "compat.h"
- Commit:
7bcbb606cd3fc34596f76643e2dd808c0dea09e6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 18:18:41 2022 UTC
iri: refactor parse_{query,fragment} into a single function
- Commit:
e681c648985bad74ff7037fd06d4c65ae580e696
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 18:13:06 2022 UTC
add some extra tests for the iri parser
- Commit:
e32788429f6cf0fd61336ed3eadccfc59f17dbbc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 18:10:15 2022 UTC
iri: copy portstr too
- Commit:
69942b73fa48871099028f5c6370c4493d3691cb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 17:51:28 2022 UTC
iri: make mergepath take a buffer and strings, not the iri pointers
- Commit:
d2d73a094eb58f7ecf091d401f4d33ca905e17cd
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 17:41:56 2022 UTC
iri: change remove_dot_segmens to take a buffer instead of an iri
- Commit:
6d0918263815f42917efe14158e8f1c21b1aae22
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 15:30:48 2022 UTC
iri: zero iri_flags before parsing
- Commit:
21fc67ae053c5b9471bbf16e990cfccdefa9c029
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 15:26:29 2022 UTC
iri: use a temp buffer for %enc in iri_setquery
- Commit:
9987c6fb4f2e1754d290359f08988d29304f9d19
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 14:49:33 2022 UTC
add some tests for iri_setquery
- Commit:
3f2ab305cab249cabbe914b0d8770b50688c5d4c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 14:44:44 2022 UTC
tests: tweak logging on iritest
- Commit:
a2785a57c07c946ec9269b0871f858fa863d4e6e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 14:44:09 2022 UTC
iri: implement iri_setquery
- Commit:
5cc70f14c1532e84bd763a1011f1e531007e34f9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 26 11:57:00 2022 UTC
s/check/resolve
- Commit:
4f147cdf76dda78f6e60c93ee92d136eca0e4817
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Sun Dec 25 18:58:28 2022 UTC
fix add_proxy path check
IH_PATH is almost always defined, check that the path is the empty
string.
- Commit:
870edfb9f7fcd981eb681c9c59072f82c9a6891f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Sun Dec 25 18:55:13 2022 UTC
iri: fix port parsing
- Commit:
a165601e7e2641edcf7b36be8ce9c03ab281fd99
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Sun Dec 25 18:49:56 2022 UTC
iri: support framents and enable fragments tests