Migration from openssl-1.0.2 to openssl-1.1.1
[platform/upstream/liboauth.git] / AUTHORS
1 Robin Gareus <robin@gareus.org> has written and is maintaining liboauth.
2
3 The base64 code is used with permission from Jan-Henrik 
4 Haukeland <hauk@tildeslash.com>.
5
6 escape_url() contains code from curl by Daniel Stenberg <daniel@haxx.se>
7
8 cheers to Arjan <arjan@scherpenisse.net> for using and testing this code; and 
9 Ralph Meijer <ralphm@ik.nu> for fixing the debian package and quality control.
10
11 Kudos to Marc Worrel - http://www.marcworrell.com/ - for an introduction
12 to the OAuth API and helping to get this project alive. And last but not 
13 standing ovations to the http://oauth.net team who made it possible in i
14 the first place.
15
16 Marc Powell suggested minor changes and contributed patches to make this 
17 library more usable.
18
19 Stephen Paul Weber <singpolyma@singpolyma.net> sent patches for the 
20 initial Debian package.
21
22 Dave Gamble <davegamble@gmail.com> has jumped on board. Writing a lightweight
23 c-api for soundcloud, he sent fixes for windows MSVC support and added the
24 oauth_curl_post_data_with_callback() function.
25
26 Emil A Eklund provided a patch for CURLOPT_TIMEOUT to avoid problems with 
27 HTTP timeouts.
28
29 Many thanks to Diego Elio Pettenò who sent patches for the build-system and
30 packages liboauth for Gentoo. Likewise Tom Parker for Debian, as well as 
31 Paul Wise who metorered Bilal Akhtar on debian-mentors. All of which provided
32 valuable feedback.
33
34 Last but not least, Jeff Squyres inspired the '-Wl,--as-needed' linker flags
35 check.
36