aboutsummaryrefslogtreecommitdiff
path: root/src/unixdgram.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(unix): Pass correct path length for abstract sockets (#430)Kim Alvefur2024-05-241-29/+30
|
* style: Use C-style comment syntax throughout (#309)Caleb Maclennan2022-03-181-1/+1
| | | Co-authored-by: Denise Cullassnekuff <19711487+BlackCutpoint@users.noreply.github.com>
* unixdgram: pragma visibilityE. Westbrook2019-03-101-5/+2
|
* unixdgram.c: use LUASOCKET_PRIVATEE. Westbrook2019-02-251-3/+6
|
* Use SUN_LEN macroE. Westbrook2019-02-191-2/+8
|
* src/unixdgram.c: allow connect() and bind() on freebsd without dummy char, ↵E. Westbrook2019-02-191-15/+6
| | | | and simplify calculations
* Fix issue #196Diego Nehab2017-03-201-0/+1
|
* rename unix.tcp to unix.stream, unix.udp to unix.dgramenginix2016-12-251-0/+407