Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user max occurring around 2013-04-04 15:00:49.
|
2014-03-11
| ||
| 17:34 | * Hide transient errors of the internal iterations of [socket -async] from the script level. * ... check-in: 5fafcb7857 user: max tags: bug-13d3af3ad5 | |
|
2014-03-10
| ||
| 18:11 | WaitForConnect may only call back to CreateClientSocket when the socket is writable or something. Wh... check-in: d2b5426431 user: max tags: bug-13d3af3ad5 | |
| 12:08 | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try more than one address. ... check-in: 06c4fda007 user: max tags: bug-13d3af3ad5 | |
|
2014-03-05
| ||
| 14:56 | • Edit [47ffd56cf89abbc8|47ffd56cf8]: Move to branch mistake. Add propagating "hidden". Mark "Closed". Edit check-in comment. Cancel background color. artifact: cb55bc4ea6 user: max | |
| 14:40 | Refactor the error handling logic around connect() check-in: a532187514 user: max tags: bug-13d3af3ad5 | |
| 13:12 | avoid warnings about uninitialized infoPtr in DEBUG check-in: 49c77f95c1 user: max tags: bug-13d3af3ad5 | |
| 13:09 | Print out the value of infoPtr in DEBUG, so that coexisting sockets can be distinguished in the outp... check-in: a3b9f7fdbd user: max tags: bug-13d3af3ad5 | |
| 09:16 | • Edit [9c695de236bef829|9c695de236]: Edit check-in comment. artifact: 8deefb7658 user: max | |
|
2014-03-04
| ||
| 18:54 | * Use watchEvents only for read/write/close events of [chan event], don't mix with internal use o... check-in: 9c695de236 user: max tags: bug-13d3af3ad5 | |
|
2014-02-28
| ||
| 11:28 | • Edit [09ba8482cc475158|09ba8482cc]: Edit check-in comment. artifact: b94c337f14 user: max | |
| 11:25 | • Edit [09ba8482cc475158|09ba8482cc]: Edit check-in comment. artifact: 3e3fbdcee1 user: max | |
| 11:05 | Make printf debugging switchable, because it affects 'make test' check-in: 84c3e283bc user: max tags: bug-13d3af3ad5 | |
| 10:47 | Broken intermediate state. Calling back to CreateClientSocket() from the event loop works, but the ... check-in: a1779bfd08 user: max tags: bug-13d3af3ad5 | |
|
2014-02-26
| ||
| 12:44 | Merge trunk check-in: 6cdbf73536 user: max tags: bug-13d3af3ad5 | |
|
2013-11-18
| ||
| 13:37 | merge trunk check-in: 797af34e34 user: max tags: bug-13d3af3ad5 | |
| 13:32 | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by other means than covering... check-in: c1c1d9ee69 user: max tags: trunk | |
| 12:35 | To prepare for completion of the [socket -async] implementation on Windows [13d3af3ad5]: * Move ... check-in: 09ba8482cc user: max tags: bug-13d3af3ad5 | |
|
2013-11-15
| ||
| 16:13 | Don't leak getaddrinfo() results check-in: a94b14f5b4 user: max tags: trunk | |
|
2013-11-12
| ||
| 15:50 | • Ticket [5425f2c082] Async socket connect may flag error and still connects status still Closed with 4 other changes artifact: 8cad74d1f3 user: max ... 1 similar event omitted. | |
| 13:12 | socket-14.6 only makes sense where both, IPv4 and IPv6 are supported. check-in: f644fb5a9f user: max tags: trunk | |
| 11:45 | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a pending [socket -async]. check-in: 80ca9fe746 user: max tags: trunk | |
|
2013-04-04
| ||
| 17:13 | • Edit [e47216d06d19dfdb|e47216d06d]: Edit check-in comment. artifact: 4f01fc6ed3 user: max | |
| 17:08 | Allow URLs that don't have a path, but a query, e.g. http://example.com?foo=bar and bump http to 2.... check-in: e47216d06d user: max tags: core-8-5-branch | |
| 15:00 | Bump http to 2.8.7 in the other dozen places as well. check-in: 30ee96e61d user: max tags: trunk | |
| 14:52 | Bump http to 2.8.7 check-in: 6021cc928a user: max tags: trunk | |
| 14:42 | Allow URLs that don't have a path, but a query query, e.g. http://example.com?foo=bar . check-in: a0172365d2 user: max tags: trunk | |
|
2012-11-26
| ||
| 17:40 | Factor out creation of the -sockname and -peername lists from TcpGetOptionProc() to TcpHostPortList(... check-in: d2d9d14de4 user: max tags: trunk | |
|
2012-09-26
| ||
| 21:21 | • Edit [3989ecbba9ea7e1a|3989ecbba9]: Edit check-in comment. artifact: 18430281a8 user: max | |
| 21:02 | Workaround for [socket -server foo -myaddr localhost 0] failure on OSX. check-in: 3989ecbba9 user: max tags: trunk | |
|
2012-08-09
| ||
| 14:36 | • Edit [aef7ffe46d66e1d2|aef7ffe46d]: Edit check-in comment. artifact: 699578ce09 user: max | |
| 14:35 | • Edit [aef7ffe46d66e1d2|aef7ffe46d]: Edit check-in comment. artifact: 299573289d user: max | |
| 14:34 | Complete multi-fd server socket channels on Windows [Bug #3545363]. check-in: aef7ffe46d user: max tags: trunk | |
| 14:26 | Fix http-3.29 for machines without IPv6 support. check-in: 5d478dc916 user: max tags: trunk | |
|
2012-07-19
| ||
| 10:54 | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6 connections. Fix conversion of host a... check-in: a1fbf5e763 user: max tags: bug-3545363 | |
|
2012-07-08
| ||
| 10:55 | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209] check-in: 1b9de38627 user: max tags: trunk | |
|
2012-06-26
| ||
| 08:05 | Use EAI_SYSTEM only if it exists. check-in: 3a19fabce0 user: max tags: trunk | |
|
2012-06-22
| ||
| 15:25 | Rework the error message generation of [socket], so that the error code of getaddrinfo is used inste... check-in: 31ae01e6f6 user: max tags: trunk | |
| 13:24 | • Edit [3f8b48b6b6761db0|3f8b48b6b6]: Edit check-in comment. artifact: d9f74df560 user: max | |
|
2012-03-19
| ||
| 16:51 | * Use the values returned by getaddrinfo() for all three arguments to socket() instead of only us... check-in: 74615f33dc user: max tags: trunk | |
|
2011-10-18
| ||
| 13:08 | Don't cache the system timezone when it was derived from TCL_TZ or TZ. check-in: 2b6aaefebf user: max tags: trunk | |
| 13:03 | Don't cache the system timezone when it was derived from TCL_TZ or TZ. check-in: 0cf2dfd2bf user: max tags: core-8-5-branch | |
|
2011-08-29
| ||
| 23:24 | Put back the check for server sockets (bug #3394732). check-in: 0722843420 user: max tags: trunk | |
|
2011-08-04
| ||
| 14:03 | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. check-in: 585e304a31 user: max tags: trunk | |
|
2011-07-28
| ||
| 15:51 | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. check-in: e8226eb7d0 user: max tags: trunk | |
|
2011-06-30
| ||
| 15:13 | Fix TCL_STACK_GROWS_UP for gcc 4.6 check-in: dda59f5593 user: max tags: core-8-5-branch | |
|
2011-06-28
| ||
| 15:43 | Rework constraint detection and add constraints that cater for the fact, that both address families ... check-in: 86730a63b2 user: max tags: trunk | |
| 14:47 | • Edit [8f2747dc54e887bf|8f2747dc54]: Mark "Closed". artifact: 043a8d3e0f user: max | |
| 14:43 | • Edit [2eb58b2d6766bbdd|2eb58b2d67]: Edit check-in comment. artifact: d68f95807b user: max | |
| 14:42 | replace socket-14.3 with a test that is more useful and less likely to randomly fail depending on th... check-in: 2eb58b2d67 user: max tags: trunk | |