Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-01-02
| ||
03:16 | Fix source dir path for installing docs when not building in source root Leaf check-in: aceac5beec user: bohagan tags: trunk | |
2024-12-18
| ||
02:03 | Test case updates check-in: 8ac12e5d6b user: bohagan tags: trunk | |
2024-12-17
| ||
01:23 | Corrected install pkgIndex.tcl file path check-in: 79c595f36f user: bohagan tags: trunk | |
2024-12-15
| ||
19:37 | Merge pull request #3 from apnadkarni/windows-test-fixes Windows test fixes for udp_conf and ttl check-in: 3b4b253ea2 user: noreply@github.com tags: trunk | |
19:35 | Merge branch 'master' into windows-test-fixes check-in: 9bc8685b83 user: noreply@github.com tags: trunk | |
2024-12-09
| ||
04:29 | Optimized make documentation on Windows check-in: 533e43bc5b user: bohagan tags: trunk | |
02:49 | Updated to latest autconf v2.72 for configure script check-in: d5c20bfaa9 user: bohagan tags: trunk | |
2024-12-08
| ||
19:26 | Added missed items to makefile cleanup list and added path back to manifest.uuid target check-in: 1bd1452766 user: bohagan tags: trunk | |
00:14 | Fix tests udp-1.4 and TTL-* to pass on Windows. check-in: b276a3277b user: bohagan tags: trunk | |
2024-12-07
| ||
23:43 | Updated README file to add more build info check-in: 4ba8e81ea6 user: bohagan tags: trunk | |
22:37 | Fix generation of git manifest uuid on Windows check-in: b814f5d7a6 user: bohagan tags: trunk | |
2024-12-03
| ||
02:27 | Changed index parameter in Tcl_GetIndexFromObj back to an int. Seems it can be any type of int. check-in: 35098f2b65 user: bohagan tags: trunk | |
2024-12-01
| ||
03:35 | Updated make documentation to add target for consolidated docs. Replaced mpexpand with dtplite. check-in: 143c8343df user: bohagan tags: trunk | |
2024-11-13
| ||
14:27 | Updated to latest TEA (tclconfig) files check-in: 7aafc4507e user: bohagan tags: trunk | |
2024-11-03
| ||
18:51 | Makefile updates to install gzipped man page on FreeBSD check-in: 3162119fa5 user: bohagan tags: trunk | |
16:48 | Fix tests udp-1.4 and TTL-* to pass on Windows. check-in: a64ab18370 user: apnmbx-wits@yahoo.com tags: trunk | |
11:47 | Fix generation of git manifest uuid check-in: 1c5e867825 user: apnmbx-wits@yahoo.com 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 | |