summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:33:10 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:33:10 +0100
commitf4ded6a75809a84e330e7f3b66436bd2ea2c9974 (patch)
tree92880c33d016fcbf463766b59450e2a3eb9e8838 /AUTHORS
downloadliboauth-f4ded6a75809a84e330e7f3b66436bd2ea2c9974.tar.gz
Tarball conversion
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS36
1 files changed, 36 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..43ba124
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,36 @@
+Robin Gareus <robin@gareus.org> has written and is maintaining liboauth.
+
+The base64 code is used with permission from Jan-Henrik
+Haukeland <hauk@tildeslash.com>.
+
+escape_url() contains code from curl by Daniel Stenberg <daniel@haxx.se>
+
+cheers to Arjan <arjan@scherpenisse.net> for using and testing this code; and
+Ralph Meijer <ralphm@ik.nu> for fixing the debian package and quality control.
+
+Kudos to Marc Worrel - http://www.marcworrell.com/ - for an introduction
+to the OAuth API and helping to get this project alive. And last but not
+standing ovations to the http://oauth.net team who made it possible in i
+the first place.
+
+Marc Powell suggested minor changes and contributed patches to make this
+library more usable.
+
+Stephen Paul Weber <singpolyma@singpolyma.net> sent patches for the
+initial Debian package.
+
+Dave Gamble <davegamble@gmail.com> has jumped on board. Writing a lightweight
+c-api for soundcloud, he sent fixes for windows MSVC support and added the
+oauth_curl_post_data_with_callback() function.
+
+Emil A Eklund provided a patch for CURLOPT_TIMEOUT to avoid problems with
+HTTP timeouts.
+
+Many thanks to Diego Elio Pettenò who sent patches for the build-system and
+packages liboauth for Gentoo. Likewise Tom Parker for Debian, as well as
+Paul Wise who metorered Bilal Akhtar on debian-mentors. All of which provided
+valuable feedback.
+
+Last but not least, Jeff Squyres inspired the '-Wl,--as-needed' linker flags
+check.
+