Commit graph

11 commits

Author SHA1 Message Date
Sam Therapy 4ae8471580
fix(errors): put exported errors in util
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
IMO it is better to centralize them

Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-06 20:46:04 +01:00
Sam Therapy 2db6ee3935
[SKIP CI] fix(main): Remove webasm restriction
https://www.arp242.net/wasm-cli.html
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-19 14:51:19 +02:00
Sam Therapy 81da49093d
refactor: Make all calls to options pointers (#132)
All checks were successful
continuous-integration/drone/push Build is passing
Instead of copying the opts struct every time it gets passed around, it should be created once and passed through reference.

This should reduce memory utilization, unfortunately I cannot test it since this program runs so fast pprof won't report anything useful.

I think I found all of them 🙂

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Reviewed-on: #132
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-13 12:49:36 +00:00
grumbulon 3a0a8f015a chore(Refactor) (#110)
All checks were successful
continuous-integration/drone/push Build is passing
refactor

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Reviewed-on: #110
Reviewed-by: Sam <sam@samtherapy.net>
2022-09-24 23:11:09 +00:00
Sam Therapy 9746ae0a6f feat: more API work
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #94
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-15 11:02:43 +00:00
Sam Therapy 6fa6b2d1f6 feat: Allow opt pseudosection to be printed (#91)
All checks were successful
continuous-integration/drone/push Build is passing
...when not using the standard print
(JSON/XML/YAML)

This should make making an API for this even easier :)

Reviewed-on: #91
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-10 18:41:25 +00:00
Sam Therapy c8282e8030 fix: make retries actually work properly (#88)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #88
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-09 12:59:49 +00:00
Sam Therapy 7edd983175 feat: add preliminary message tinkering (#79)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #79
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-05 00:05:06 +00:00
Sam Therapy 4cf19ebf78 Another "minor refactor" (#61)
All checks were successful
continuous-integration/drone/push Build is passing
I need to make fewer of these :)
Reviewed-on: #61
2022-08-11 07:25:36 +00:00
Sam Therapy 07728cffdb (feat)EDNS (#55)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #55
2022-08-04 01:09:49 +00:00
Sam Therapy 80648e08f6 (refactor) Draw the rest of the owl (#38)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #38
2022-07-26 00:32:31 +00:00