Tcl UDP

Timeline
Login

Timeline

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

50 check-ins occurring around 60bd166dc5c4308d.

2017-08-26
14:17
Added -D _WINSOCK_DEPRECATED_NO_WARNING. We still support XP so forced to use deprecated Win32 functions. check-in: 955941c555 user: apnadkarni tags: nmake-rules-update
13:50
SOCKET on 64-bit Windows is not a 32-bit int. Fix printfs accordingly. check-in: 908a32728e user: apnadkarni tags: nmake-rules-update
2017-08-15
16:02
Updated nmake files to reflect current Tcl builds and support VS 2017. Fixed calls to Win32 since Tcl now defines UNICODE check-in: 469565623d user: apnadkarni tags: nmake-rules-update
2016-06-21
23:55
Removed the local tracking of the tclconfig/ directory. One will now be populated from ../tclconfig for a fresh fossil checkout Updated the build system to tea 3.10 udp now populates a config.tcl file on ./configure. This file contains the same build information as is fed into the Makefile, but it is formated in a tcl friendly key/value list format check-in: 7c396e1a76 user: tne tags: practcl
15:56
Added a practcl descriptor. Updated to TEA 3.10 which permits disabling of USE_TCL_STUBS for static library builds check-in: 6398558240 user: tne tags: practcl
2015-10-15
22:24
Updated the shed descriptor check-in: d6385aa824 user: seandeelywoods tags: trunk
16:49
Update to the latest shed spec check-in: c0c10bb07b user: seandeelywoods tags: trunk
2015-09-26
02:53
Update SHED check-in: bf18406afe user: seandeelywoods tags: trunk
02:36
Added a SHED definition for the project check-in: 2435f33d7a user: seandeelywoods tags: trunk
2014-10-05
05:38
Update to the latest TEA Removed the PATH fed into Tclsh calls by the Makefile. Windows 7 puts parethesis in file names, and this sends Make into a tailspin as it tries to compute paths. Anywho, the tclsh should already know it's path check-in: 2716286bc9 user: tne tags: trunk
05:25
Nerfed the new interface adjustment code for Windows. check-in: 00716b4d04 user: tne tags: trunk
2014-09-08
15:58
Removed pkgIndex.tcl from cleanfiles check-in: 90b768a1b3 user: hypnotoad tags: trunk
2014-08-29
15:17
Merging in multicast IF hack check-in: 8afb0cd21c user: hypnotoad tags: trunk
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-08-22
16:02
Typo fix Leaf check-in: d62a2a4f64 user: hypnotoad tags: mcastif
15:43
Branch to test specifying the interface to use for multicast check-in: ef5c5c83f4 user: hypnotoad tags: mcastif
2014-08-21
14:32
Checking in patch submitted to sourceforge: https://sourceforge.net/p/tcludp/bugs/42 check-in: 1b24c4d641 user: hypnotoad tags: trunk
14:18
Tweak to feed dtplite into TCLSH rathe than make a bare call. Some systems do not have "tclsh" provided as a bare command check-in: e8ca879427 user: hypnotoad tags: trunk
2014-04-30
13:53
Updated to the latest TEA. pkgMkIndex.tcl is now built by configure check-in: 95c34925cf user: hypnotoad tags: trunk
2014-04-26
15:37
Fix for Windows platform builds check-in: 079a4b5a49 user: hypnotoad tags: trunk
2014-04-25
20:48
Updated the package version to match the stated package version check-in: 163ebf00e6 user: seandeelywoods tags: trunk
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-22
21:06
Clarified the keywords in the manual a bit. check-in: 85598020ca user: huubeikens tags: trunk
2014-02-14
07:35
Updated the changelog. check-in: 60bd166dc5 user: huubeikens tags: trunk
07:26
Updated the man doc. check-in: 05a7d13c00 user: huubeikens tags: trunk
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
2014-01-10
19:32
*** empty log message *** check-in: 06dddf7b46 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-04-11
00:06
Updated manual page. check-in: fb1cd1f6ab user: patthoyts tags: trunk
2007-04-10
23:49
Fixed dozy error on unix branch check-in: c0eb8e4d18 user: patthoyts tags: trunk
23:36
Use winsock2 so that mingw-gcc can get the correct values for multicast. check-in: 7f3b9d24cd user: patthoyts tags: trunk
12:25
* generic/udp_tcl.c: Applied patch 1693037 from Uwe Klein to enable setting the SO_REUSEADDR socket option when creating a new udp socket. Improved error reporting on Windows. check-in: 1a3e75af20 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
11:09
Added support for IP_MULTICAST_LOOP for kostix. check-in: 92858ed557 user: patthoyts tags: trunk
2007-01-31
13:23
Made the HP-UX patch more specific as if affected AIX builds (from Jeff Hobbs) check-in: b74a7f57a9 user: patthoyts tags: trunk
2007-01-21
13:12
Updated TEA and applied patch for HP-UX from tclguy check-in: 9ce923886c user: patthoyts tags: trunk
2006-07-11
12:37
Copied in tcl's TclSockGetPort which is a more efficient way to convert service names to port numbers as it checks for numbers first. check-in: 632dd83a9e user: patthoyts tags: trunk
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:15
Tagging for release 1.0.8 check-in: 8dcec326cd user: patthoyts tags: trunk, tcludp-1_0_8
13:12
Add constraints for slow tests. check-in: 5604c71c67 user: patthoyts tags: trunk
13:12
Stick to ckalloc/ckfree check-in: b1b157d2c1 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
2006-05-15
14:40
Fixup for MS wacky stdlib naming. check-in: b0961a66e3 user: patthoyts tags: trunk
14:35
Fixed up some error messages. check-in: dc64448023 user: patthoyts tags: trunk
14:27
Fixes to the last checkin for building on windows using msys check-in: 5d2c6e6c7e user: patthoyts tags: trunk