summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth-oauth-curl.c
AgeCommit message (Expand)Author
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-04-03oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-19Fix compiler warning for commit 434dbf69.Thomas Munro
2025-03-19oauth: Fix postcondition for set_timer on macOSThomas Munro
2025-03-01Work around OAuth/EVFILT_TIMER quirk on NetBSD.Thomas Munro
2025-02-24oauth: Rename macro to avoid collisions on WindowsDaniel Gustafsson
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson