Tcl UDP

Timeline
Login

Timeline

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

35 check-ins that include changes to files matching 'win/*'

2021-10-29
12:56
Pulling changes from trunk Leaf check-in: 65fbbcf473 user: SeanWoods tags: practcl
2017-12-26
14:27
Store HTML docs in repo since generation at install time mandates availability of mpexpand check-in: d9c46224c6 user: apnadkarni tags: trunk
2017-12-23
10:22
Update to V1.1 of nmake rules check-in: 032223d40a user: apnadkarni tags: trunk
2017-12-14
11:45
Do not generate / install documentation. This is as per hypnotoad's commit on the closed trunk which commented out that code, presumably because it requires doctools to be installed. check-in: d4b9c796de user: apnadkarni tags: trunk
11:40
Merge vc-reform: new nmake build system check-in: 662e3bac62 user: apnadkarni tags: trunk
11:34
Latest version of nmake reform from Tcl Closed-Leaf check-in: 41602b0e71 user: apnadkarni tags: vc-reform
2017-11-28
14:53
Pulling changes from trunk check-in: 97b3bd3fc7 user: seandeelywoods tags: practcl
2017-10-26
15:13
Purged old comments check-in: 9ce8fa7778 user: apnadkarni tags: vc-reform
2017-10-16
13:17
Updated to latest Tcl rules check-in: b01a44a88a user: apnadkarni tags: vc-reform
2017-10-08
16:05
Get rid of tcludp.rc and use the default rc template instead check-in: b43da5b57b user: apnadkarni tags: vc-reform
2017-09-30
13:37
First cut at building with new rules.vc check-in: 4442f2b1bb user: apnadkarni tags: vc-reform
2017-09-16
12:25
Enable optimizations for nmake builds check-in: 50e2268a77 user: apnadkarni tags: trunk
2017-09-07
16:04
Pulling the cuteness of building documentation on the fly during install. It's a dumpster fire on Windows. Closed-Leaf check-in: efc581a60a user: tne tags: trunk
2017-08-28
20:07
Pulling change from trunk check-in: b990a0bdd3 user: seandeelywoods tags: practcl
14:16
Merged nmake build changes check-in: bf7683880f user: apnadkarni tags: trunk
2017-08-26
17:14
Fixed nmake scripts for install-docs and install-libraries. check-in: dbe8e1b6d7 user: apnadkarni tags: nmake-rules-update
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
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
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-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
2007-04-10
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
2005-11-27
21:31
* generic/udp_tcl.c: bug #1240127 - handle possible missing IP_TTL * generic/udp_tcl.c: bug #1358181 - fix for NetBSD 2.0 * aclocal.m4: bug #1358189 - better method for finding dtplite * win/makefile.vc: Increment version to 1.0.8 * configure.in: * configure: regenerated check-in: 051eb33088 user: patthoyts tags: trunk
2005-05-19
23:38
Fix msvc build for TEA 3.1 upgrade check-in: f14647a08c user: patthoyts tags: trunk
15:41
* generic/udp_tcl.c: fconfigure options were returning lists of lists. Fixed. check-in: 96eded6228 user: patthoyts tags: trunk
2005-05-17
14:54
* win/rules.vc: Applied patch 1092432 by westrick85 to handle paths with spaces better. check-in: 632b759647 user: patthoyts tags: trunk
2005-04-27
08:11
* demos/bug1158628.tcl: Demo file for this bug. * generic/udp_tcl.c: Applied a fix for bug #1158628 from Reinhard Max which avoids hanging Tcl while exiting with open channels. * configure.in: Moved version to 1.0.7 * win/makefile.vc: check-in: bdf478ba00 user: patthoyts tags: trunk
2004-11-22
23:48
* win/makefile.vc: Improved the win build system. * demos/*: Added a few sample applications, demos of broadcast, multicast and normal operation. * tools/mpexpand.tcl: Added app for generating documentation. check-in: 6e3344f429 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
2004-02-09
12:03
Added the standard windows nmake makefiles from the sampleextension project. check-in: d042babfc3 user: patthoyts tags: trunk
12:02
* Makefile.in: Fixed to build in directories other than the top of the source tree. * generic/udp_tcl.c: Applied the patch from bug #810572 which fixes a memory leak in udp_open - from D. Richard Hipp? * generic/udp_tcl.h: Fix for missing define WIN32 sometimes. * win/makefile.vc: Added the standard windows nmake makefiles * win/nmakehlp.c: from the sampleextension project. * win/rules.vc: Visual Studio project updated as a Makefile * win/tcludp.dsp: project. check-in: db454d7387 user: patthoyts tags: trunk
2003-06-13
20:19
Fixed line endings and updated the version info. check-in: 4e4d66d5e7 user: patthoyts tags: trunk
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-03
06:05
The version provided by Pat Thoyts to fit into TEA format. -Xiaotao check-in: 714222c3a4 user: xiaotaow tags: trunk