-
Notifications
You must be signed in to change notification settings - Fork 21
/
AUTHORS
36 lines (25 loc) · 1.42 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Robin Gareus <[email protected]> has written and is maintaining liboauth.
The base64 code is used with permission from Jan-Henrik
Haukeland <[email protected]>.
escape_url() contains code from curl by Daniel Stenberg <[email protected]>
cheers to Arjan <[email protected]> for using and testing this code; and
Ralph Meijer <[email protected]> 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 <[email protected]> sent patches for the
initial Debian package.
Dave Gamble <[email protected]> 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.