summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Use ephemeral ports in mcast_ipv*_recv.phptNikita Popov2020-11-302-31/+34
* sockets: Fix variable/macro name collision on AIXCalvin Buckley2020-11-251-2/+3
* Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-126-18/+9
* Fix double free when socket_accept failsNikita Popov2020-11-112-1/+12
* Update ext/sockets parameter namesNikita Popov2020-10-069-84/+75
* Promote notice to ValueError for invalid hint keyGeorge Peter Banyard2020-09-282-14/+15
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-203-16/+16
* Run tidyNikita Popov2020-09-1843-93/+93
* Display types in stubs more uniformlyMáté Kocsis2020-09-162-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Fix Windows build for shared ext/socketsChristoph M. Becker2020-09-082-4/+17
* add socket_ce and socket_import_file_descriptor in public APIRemi Collet2020-09-081-6/+4
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-072-6/+6
* Merge branch 'PHP-7.4'Nikita Popov2020-08-262-4/+4
|\
| * Avoid socket path clash in testNikita Popov2020-08-262-4/+4
* | Don't check specific message in socket_shutdown.phptNikita Popov2020-08-101-1/+1
* | Only test one error in socket_strerror() testNikita Popov2020-08-101-142/+10
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0942-0/+42
* | Add more argument types to stubsMáté Kocsis2020-08-072-1/+2
* | Normalize error message capitalizationNikita Popov2020-08-052-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-052-8/+22
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-052-8/+22
| |\
| | * Fix memory leak on socket_sendmsg() / socket_recvmsg() errorNikita Popov2020-08-052-8/+22
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-5/+5
|\ \ \ | |/ /
| * | Unset ai_canonname field in dumpNikita Popov2020-08-051-5/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-052-1/+8
|\ \ \ | |/ /
| * | Set AI_CANONNAME flag in socket_addrinfo testNikita Popov2020-08-051-1/+4
| * | Add ipv6 skipif to testNikita Popov2020-08-051-2/+6
* | | Fix Socket related tests on WindowsMáté Kocsis2020-08-043-21/+22
* | | Fix Windows buildChristoph M. Becker2020-08-041-2/+2
* | | Convert resources to objects in ext/socketsMáté Kocsis2020-08-0335-530/+617
* | | Fix #79923: fix socket_set_option_bindtodevice testSantiago M. Mola2020-08-034-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-031-11/+13
|\ \ \ | |/ /
| * | Fix bug #79924Nikita Popov2020-08-031-11/+13
* | | Remove proto comments from C filesMax Semenik2020-07-061-74/+37
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-022-41/+42
|\ \ \ | |/ /
| * | Handle SO_ options only at SOL_SOCKET levelNikita Popov2020-07-021-40/+41
| * | Allow different error message for errno 58Nikita Popov2020-07-021-1/+1
| * | Suppress deprecation warning in sockets.cNikita Popov2020-06-121-0/+8
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-282-2/+2
|\ \ \ | |/ /
| * | Use automatic port assignment in socket_import/export testNikita Popov2020-05-282-2/+2
* | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-1/+1
* | | Fix error message in ext/socketGeorge Peter Banyard2020-04-221-1/+1
* | | Promote warnings to Errors in sockets's extension.George Peter Banyard2020-04-2119-187/+205
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-11/+13
|\ \ \ | |/ /
| * | Don't rand() in testNikita Popov2020-04-201-8/+10
* | | Fix [-Wjump-misses-init] in sockets extensionGeorge Peter Banyard2020-04-181-4/+4
* | | Improve socket cmsg space handling.Guillaume Charifi2020-04-141-5/+11
* | | Use UNKNOWN default for socket_connect()Nikita Popov2020-04-142-3/+7