TclUDP Redux

Timeline
Login

Timeline

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

50 most recent check-ins

2024-11-03
18:51
Makefile updates to install gzipped man page on FreeBSD Leaf check-in: 3162119fa5 user: bohagan tags: trunk
2024-11-02
17:40
Updated README file check-in: ea2b3252f2 user: bohagan tags: trunk
2024-11-01
22:06
Made makefile optimizations check-in: 4f11d1a605 user: bohagan tags: trunk
2024-10-26
22:44
Updated windows makefile to preserve manifest.uuid file if it already exists. Added checks for git repo. check-in: aeda471ec0 user: bohagan tags: trunk
2024-10-20
22:14
More TCL 9 updates check-in: 62ec70cbce user: bohagan tags: trunk
2024-09-28
19:58
Updated to latest tclconfig changes check-in: 2b6c9bba57 user: bohagan tags: trunk
2024-09-25
01:54
Fixed error in udpClose2 where shutdown returns -1 for an error, not the error code. Fix is to get errno and return that. Bug comes from AndroWish update imported from https://www.androwish.org/home/info/0bf95e657675d7d8. check-in: 0b51da0721 user: bohagan tags: trunk
2024-09-24
13:46
Use common name for return value variables. Fixed missed rename. check-in: 9d9868e5ab user: bohagan tags: trunk
2024-07-07
01:16
Moved variable declarations from switch cases to top of udpGetOption check-in: 9396d97bd3 user: bohagan tags: trunk
2024-07-06
23:40
Updated test scripts for TCL 9. Removed -encoding option from chan configure. Updated for changed error messages. check-in: bb4299bb2a user: bohagan tags: trunk
23:06
Fixed ErrorToObj and AppendWinCharsToObj to work on TCL 8.6 and 9.0. check-in: 69ab359937 user: bohagan tags: trunk
22:05
Cast unused args to void to remove compiler warnings. Renamed instanceData to clientData for consistency. Set error codes if not already set. check-in: a96e31385f user: bohagan tags: trunk
20:57
UNIX makefile updates and added support for gzipped man pages check-in: eb59cbec73 user: bohagan tags: trunk
20:04
Updated test cases to add UNIX constraints. Added ifdef for Windows function. check-in: 5bd6dc6089 user: bohagan tags: trunk
19:13
Changed to use Tcl_PkgRequireEx, only call if not using stubs. check-in: 6324f54ef2 user: bohagan tags: trunk
18:47
Added set more defaults for address init functions. check-in: 46f89fe7fd user: bohagan tags: trunk
18:21
Corrected not closing debug log file on exit. check-in: 21f7c9633f user: bohagan tags: trunk
17:57
Changed udpSetMulticastIFOption to use the empty set {} to reset to all interfaces check-in: da08d9a1dc user: bohagan tags: trunk
17:10
Updated documentation check-in: f7c61ed15c user: bohagan tags: trunk
2024-06-19
19:46
Added AppendWinCharsToObj to convert chars on Win32 platforms Source: https://core.tcl-lang.org/tcludp/info/77bee4eaca50eec3 check-in: 58f24594f1 user: bohagan tags: trunk
2024-06-09
04:39
Added ::udp::getnameinfo command to query names for IP address check-in: c432b94b38 user: bohagan tags: trunk
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: 25c0f2b03a user: bohagan tags: trunk
2024-06-02
19:13
Added get -family config option check-in: 4caa69d0ee user: bohagan tags: trunk
18:09
Reordered functions to put in logical order check-in: 1cab3ae4d1 user: bohagan tags: trunk
16:58
Added exit handlers to clean-up on thread and interp exit check-in: 889135c8ef user: bohagan tags: trunk
00:29
Added ::udp::getaddrinfo command to get address info for hostname. check-in: 787d00ff87 user: bohagan tags: trunk
2024-06-01
16:28
Corrected issue with arg parsing in open command check-in: 8bd8c941b0 user: bohagan tags: trunk
03:54
Refactored get and set option functions check-in: 4cfec77cd5 user: bohagan tags: trunk
2024-05-31
22:50
Event processing improvements from AndroWish See https://www.androwish.org/home/info/e5b0c5a60abf8147 check-in: dae56efb20 user: bohagan tags: trunk
19:53
Threading improvements from AndroWish https://www.androwish.org/home/info/b08ac7cac4554954 https://www.androwish.org/home/info/0bf95e657675d7d8 check-in: 1c0ad87172 user: bohagan tags: trunk
17:52
More improvements, memory leak fixes, etc. from AndroWish check-in: a2cfe9c7d9 user: bohagan tags: trunk
16:28
Made socket struct reference improvements Imported from AndroWish. See https://www.androwish.org/home/info/2d9c34d76dc31c34 check-in: b1b89be95e user: bohagan tags: trunk
2024-05-18
04:21
More changes to correct make clean and dist cases. Updated obsolete macro to check for open option. check-in: 0c84458943 user: bohagan tags: trunk
2024-05-17
22:28
Updated configure file check-in: 5d8ac4f610 user: bohagan tags: trunk
22:28
Added missing header file items and reordered for commonality check-in: ef44a34324 user: bohagan tags: trunk
17:29
Consolidated make dist items check-in: 476e864394 user: bohagan tags: trunk
2024-05-15
04:14
Added install doc files on Windows. Windows makefile clean ups, added missing items, etc. check-in: 3645d23271 user: bohagan tags: trunk
02:26
Updated pkgIndex file to only load script after package require check-in: cb120987fa user: bohagan tags: trunk
2024-05-13
04:58
Updated build files to install doc files, remove clean duplicates, and use TEA_ADD_CLEANFILES to set clean files. check-in: 1f8a0fab31 user: bohagan tags: trunk
2024-04-22
03:39
Updated build files on Unix and updated configure file. Fixed make install and make dist. check-in: b12f0c5bef user: bohagan tags: trunk
2024-04-15
00:48
Fixed *Uuid.h build issue on Windows. Only create manifest.uuid file if none present and git exists. check-in: 6391981d52 user: bohagan tags: trunk
2024-03-11
04:02
Updated TEA files to latest version check-in: 4fa40be8ad user: bohagan tags: trunk
03:49
Added TCL 9.0 build-info command including support for UUID files. Altered scripts from sample extension to put *Uuid.h in WIN_DIR not TMP_DIR. check-in: 1bbf7e9547 user: bohagan tags: trunk
2024-03-10
22:22
Updated fossil and git ignore files to add missing files check-in: 7418c7d3a8 user: bohagan tags: trunk
05:44
Windows makefile update to add all and clean targets. Also corrected include targets. check-in: a7e428cc6b user: bohagan tags: trunk
2024-03-03
03:21
Cleanup GCC compiler warnings check-in: afd417a587 user: bohagan tags: trunk
02:51
Removed obsolete files check-in: 4b5f095b9c user: bohagan tags: trunk
02:44
TCL 9.0 updates for Tcl_Size, remove old channel type, and Tcl_AppendResult. check-in: a5d2e53df4 user: bohagan tags: trunk
2024-02-25
03:16
Updated pkgIndex file for MacOS dynamic libraries check-in: d14d925171 user: bohagan tags: trunk
2024-02-12
04:49
Fixed test case errors check-in: 420992cecd user: bohagan tags: trunk