Skip to content

Tags: joinmassive/SPCDNS

Tags

v2.0.9-win

Toggle v2.0.9-win's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from magicinternet/export-all-functions

Added export attribute to all the functions

v2.0.8-win

Toggle v2.0.8-win's commit message
Fixed platform

v2.0.7-win

Toggle v2.0.7-win's commit message
Pretiffy CMakeLists.txt

v2.0.6-win

Toggle v2.0.6-win's commit message
Pretiffy CMakeLists.txt

v2.0.5

Toggle v2.0.5's commit message
Bug fix---it's always the rockspecs that get me

I can never seem to get the rockspecs down pat the first time a major change
is required.  Never!  I'm getting this love/hate relationship with
rockspecs.

v2.0.4

Toggle v2.0.4's commit message
Bug fix---Github deprecated git: URIs, so the rockspec is out of date

Sigh.  The inexorable march of so called "progress".

v2.0.3

Toggle v2.0.3's commit message
Bug fix---fix invalid read of memory

Alper Akcan (https://github.com/alperakan) found the following bug with the
following data:

\x01\x85\x01\x00\x00\x02\x00\x00\x00\x00\x00\x00\x04\x74\x73\x6b\x62\x06\x66\x64\x74\x78\x72\x77\x00\x00\x01\x00\x01\x04\x6c\x78\x68\x78

There are three reasons I didn't just pull his request directly from github:

1) When I did that the repository on my end (which *is* the master
repository, *not* the github one) got into a state where I could no longer
push to github;

2) I needed to update the Makefile and rockspec to reflect the new version.
Yes, I could have probably done this as a separate patch, but I would rather
keep try to keep things as minimal as possible.

3) His commit message didn't follow the format I use.

v2.0.2

Toggle v2.0.2's commit message
Bug fix---fix support for Windows/mingw

There was a typo on the Windows include file.  It's "winsock2.h", not
"windock2.h".  Sigh.

v2.0.1

Toggle v2.0.1's commit message
Bug fix---add support for Windows/mingw

Thanks to Alper Akcan for reporting this issue and sending the patch.  I
didn't accept the patch as is as it included much white space patches I
didn't want, and what I did want didn't match the coding style I use.  But
the patch that was required was small enough to add by hand.

There was also more changes required for a 2.0.1 release, like updating the
Makefile and Lua rockspec.

v2.0.0

Toggle v2.0.0's commit message
The "Encode All The RRs!" Version