Tcl UDP

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

39 check-ins that include changes to files matching 'tests/*'

2026-08-09
11:54
Merge trunk in combinded main/trunk branch. Please continue here leaf check-in: 0086a53338 user: jan.nijtmans tags: trunk, main
2026-07-21
02:30
Merge main branch into trunk closed check-in: 90daccd620 user: Brian tags: trunk
2026-07-20
00:16
Test case updates for BSD check-in: 5c083ddb6d user: bohagan tags: trunk
2026-07-19
07:00
Fixed errors on get/set -broadcast, set -mcastif, and get -ttl config options for Mac. Added get multicast interface config option. Added more test cases, Mac exceptions, etc. check-in: 5cd5dc04f3 user: bohagan tags: trunk
2026-07-15
02:43
Updated test suite to add more test cases, condition checks, etc. check-in: 195f6c75a3 user: bohagan tags: trunk
2026-07-14
00:57
Further optimized auto detect address type in Udp_GetNameInfo check-in: 9fc8334c7a user: bohagan tags: trunk
2026-07-12
19:58
Made set remote and get socket port optimizations. Added auto detect IP family to Udp_GetNameInfo. check-in: b24554c407 user: bohagan tags: trunk, main
2026-07-04
03:05
Merge main into trunk check-in: d1beba8ede user: bohagan tags: trunk
2026-06-07
00:11
Merge pull request #6 from JFLiebig/fix-tcl-config-detection-12727144239852952191 check-in: 66ab8c8de3 user: [email protected] tags: main, jfl
2025-09-05
09:37
Updated to latest TEA config files check-in: 500cad7958 user: bohagan tags: main, jfl
2024-12-18
02:03
Test case updates check-in: f0e0bde24c user: bohagan tags: main
2024-12-08
00:14
Fix tests udp-1.4 and TTL-* to pass on Windows. check-in: e8e2bcbead user: bohagan tags: main
2024-10-20
22:14
More TCL 9 updates check-in: 250bc68527 user: bohagan tags: main
2024-09-15
06:32
Port to Tcl 9 check-in: f8c3d67de2 user: apnadkarni tags: trunk
06:11
Remove -encoding binary from tests check-in: ea6d7e1b84 user: apnadkarni tags: tcl9-port
2024-07-06
23:40
Updated test scripts for TCL 9. Removed -encoding option from chan configure. Updated for changed error messages. check-in: 60eef3ef7a user: bohagan tags: main
20:04
Updated test cases to add UNIX constraints. Added ifdef for Windows function. check-in: 84b28c455f user: bohagan tags: main
2024-06-03
03:34
Refactored config get/set functions. Removed IPv4 only restriction for broadcast option. Refactored get and set option functions. Added config test cases. check-in: defc576a1d user: bohagan tags: main
2024-03-03
02:44
TCL 9.0 updates for Tcl_Size, remove old channel type, and Tcl_AppendResult. check-in: bf5343554c user: bohagan tags: main
2024-02-12
04:49
Fixed test case errors check-in: c7d54df79d user: bohagan tags: main
2022-12-28
21:01
Created main branch check-in: 7b73c9f5e9 user: bohagan tags: main
2014-08-29
15:01
Merging in updates from CVSHEAD check-in: 748bee8094 user: hypnotoad tags: trunk
14:58
Bringing in changes from the official CVS sources leaf check-in: ed109dff36 user: hypnotoad tags: ver_1_0_11, cvshead
2014-03-02
07:22
Solved bug; crash when assigning and ipv4 group to an ipv6 socket check-in: 229382a356 user: huubeikens tags: trunk, ver_10_0_9
2014-02-13
20:49
The following changes were made: - added IPV6 support - enhanced reuse option for use on all platforms - refactored get/set option functions - enhanced mcastadd/drop option to be able to specify network interface All changes were tested on Windows XP, Linux and macosx (maverick). Units tests were extended. Documentation was updated. check-in: 220bbfdfff user: huubeikens tags: trunk
2008-07-06
12:39
Applied patch #1828920 (marttj) to prevent a crash calling udp_peek with wrong args. check-in: f1c46f26b4 user: patthoyts tags: trunk
12:27
Applied patch #1838467 (marttj) to avoid a crash when exiting with an open mcast socket. check-in: 9e36062e25 user: patthoyts tags: trunk
11:59
Applied patch #1838459 to properly handle appending to a shared list object in -mcastadd. Added tests. check-in: 9c80e94c12 user: patthoyts tags: trunk
2008-07-05
20:41
Applied patch 1848365 to accept any boolean value for the -mcastloop option (plus tests). check-in: c5dc314f6a user: patthoyts tags: trunk
2007-03-30
21:22
Upgraded TEA to 3.6 and update the version to 1.0.9. Regenerated configure. Improved the error reporting by making use of strerror() if present. check-in: 3c1551e84a user: patthoyts tags: trunk
2006-07-11
11:37
Added some optional timing to the srv tests and made 6.2 slow (timesout on linux) check-in: 5d788fc830 user: patthoyts tags: trunk
2006-06-20
13:12
Add constraints for slow tests. check-in: 5604c71c67 user: patthoyts tags: trunk
11:01
Warning suppression and made sure it all works with 8.2 - 8.5 check-in: ab6c60252b user: patthoyts tags: trunk
10:34
Added new test file to run a child process as udp server. check-in: 10b912e116 user: patthoyts tags: trunk
2004-02-13
21:38
* generic/udp_tcl.c: An extensive interface rewrite. We now have just a udp command and the socket is controlled via the fconfigure command. This is now a much more similar to the tcl socket command. For backwards compatability, we define the old functions in terms of the new interface. * * * INTERFACE INCOMPATABILITY * * * check-in: 6bce1f41c1 user: patthoyts tags: trunk, dev-2
2003-03-12
00:21
Fixed udpGetHandle to perform as per specs. Added channel Get and SetOption procedure to support fconfigure. General layout changes to group related functions together. Bumped version pathlevel to 1.0.5 check-in: fb09b98d1a user: patthoyts tags: trunk
2003-03-04
02:05
Skip test for unix requiring root perms. check-in: c7cd9ac3f3 user: patthoyts tags: trunk
01:58
Added support for symbolic port names. check-in: 9dde332306 user: patthoyts tags: trunk
2003-03-03
06:05
The version provided by Pat Thoyts to fit into TEA format. -Xiaotao check-in: 714222c3a4 user: xiaotaow tags: trunk