summaryrefslogtreecommitdiff
path: root/docs/examples/unixsocket.c
AgeCommit message (Collapse)Author
2024-08-04tidy-up: OS namesViktor Szakats
Use these words and casing more consistently across text, comments and one curl tool output: AIX, ALPN, ANSI, BSD, Cygwin, Darwin, FreeBSD, GitHub, HP-UX, Linux, macOS, MS-DOS, MSYS, MinGW, NTLM, POSIX, Solaris, UNIX, Unix, Unicode, WINE, WebDAV, Win32, winbind, WinIDN, Windows, Windows CE, Winsock. Mostly OS names and a few more. Also a couple of other minor text fixups. Closes #14360
2024-02-27examples: use present tense in commentsDaniel Stenberg
remove "will" and some other word fixes Closes #13003
2023-06-08examples/unixsocket.c: example using CURLOPT_UNIX_SOCKET_PATHDaniel Stenberg
and alternatively CURLOPT_ABSTRACT_UNIX_SOCKET Closes #11276