Skip to content

amplet2-0.10.6

Compare
Choose a tag to compare
@brendonj brendonj released this 14 Sep 02:12
· 169 commits to develop since this release

Changes:

  • amplet2: Replace function that waits for DNS responses with ub_wait().
  • amplet2: Replace 32bit IPv6 accessors with 16bit ones when comparing addresses as that is more portable.
  • amplet2: Remove unbound DNS context from global variable structure.
  • http: Pass a string to the lexer rather than piping data to yyin.
  • standalone tests: Call register function directly rather than using dlsym.

Bugfixes:

  • http: Don't call libcurl functions from within libcurl callbacks.