ObjFW  Check-in [d2f5000bb1]

Overview
Comment:Merge support for UNIX sockets
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d2f5000bb1be5236c5e48dc6932a71f335145380cd2b82236e226185a9dee257
User & Date: js on 2021-10-24 22:29:50
Other Links: manifest | tags
Context
2021-10-24
22:36
OFSocketAddressMakeUNIX: Better length calculation check-in: ba552986b4 user: js tags: trunk
22:29
Merge support for UNIX sockets check-in: d2f5000bb1 user: js tags: trunk
22:21
OFUNIXStreamSocketTests: Fix test description Closed-Leaf check-in: 4416be270e user: js tags: unix-sockets
11:15
OFScryptTests: Disable 3rd vector on AmigaOS/m68k check-in: 051b264d4a user: js tags: trunk
Changes

Modified configure.ac from [fc81b7df1d] to [6fe2736e44].    [diff]

Modified extra.mk.in from [40ab3148ac] to [07cebcd27b].    [diff]

Modified src/Makefile from [47315f910b] to [bcf342d5bf].    [diff]

Modified src/OFDatagramSocket.m from [a53bf3d04b] to [dbfe918d5b].    [diff]

Modified src/OFSocket.h from [2b4aae9d25] to [65bba562bd].    [diff]

Modified src/OFSocket.m from [941bbd3cbe] to [626dd6d6ed].    [diff]

Modified src/OFStreamSocket.m from [5b9cb9181f] to [79180ccd72].    [diff]

Modified src/OFTCPSocket.h from [9ae8ba1677] to [7942720881].    [diff]

Added src/OFUNIXDatagramSocket.h version [e445b19690].

Added src/OFUNIXDatagramSocket.m version [b4a4c54b03].

Added src/OFUNIXStreamSocket.h version [75f2f4081c].

Added src/OFUNIXStreamSocket.m version [14bddbd499].

Modified src/ObjFW.h from [59913cb5c3] to [d5ffd2bc28].    [diff]

Modified src/exceptions/OFBindFailedException.h from [fa6db74dc4] to [8271ed1427].    [diff]

Modified src/exceptions/OFBindFailedException.m from [5d40ea5e4f] to [a976d8cd94].    [diff]

Modified src/exceptions/OFConnectionFailedException.h from [0eaf506d9d] to [c3153f2e58].    [diff]

Modified src/exceptions/OFConnectionFailedException.m from [847ad9798b] to [06fae122e8].    [diff]

Modified src/objfw-defs.h.in from [dc6785c3be] to [a0cd235af2].    [diff]

Modified tests/Makefile from [c0f76538e2] to [e55f50a669].    [diff]

Modified tests/OFSPXSocketTests.m from [1c45b38ca1] to [ebf8aedc8d].    [diff]

Modified tests/OFSPXStreamSocketTests.m from [0326ef9bb8] to [72b39a0862].    [diff]

Added tests/OFUNIXDatagramSocketTests.m version [3efedf5cad].

Added tests/OFUNIXStreamSocketTests.m version [2f83890f67].

Modified tests/TestsAppDelegate.h from [36680e2682] to [2604a9aa38].    [diff]

Modified tests/TestsAppDelegate.m from [1130ab2e6c] to [bd24271038].    [diff]