2025-03-09 07:37:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
xscope: update to 1.4.5.
Support for using inet_ntop() was originally added to support IPv6, and
only used for IPv6 addresses. Two decades later, this interface is
ubiquitous and OS'es have starting marking the old interfaces as deprecated,
so this release changes to use the modern interface whenever we can now.
(Note that code included from xtrans will only use the modern interfaces
when IPv6 is disabled if building against xtrans 1.6.0 or later.)
Alan Coopersmith (5):
Remove ifdefs checking for ultrix & hpux
Use closefrom() if available
InitializeFD: only define "i" if we're going to use it
if inet_ntop() is available, use it for IPv4 addresses as well
xscope 1.4.5
|
2023-06-04 07:16:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
This release fixes some minor bugs and adds support for decoding the
DAMAGE extension.
Alan Coopersmith (9):
scope.h: remove second include of fd.h
gitlab CI: stop requiring Signed-off-by in commits
gitlab CI: build with both --enable-xtrans & --disable-xtrans
fd.h: fix build when not building with xtrans
DataFromClient: Avoid segfault if FlushFD() closed the connection
PrintField: Don't over-indent when verbose < 3
Add support for DAMAGE extension versions 1.0 & 1.1
Remove "All rights reserved" from Oracle copyright notices
xscope 1.4.4
|
2022-07-11 21:42:19 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
xscope: update to 1.4.3.
Alan Coopersmith (1):
xscope 1.4.3
Matthieu Herrb (1):
On OpenBSD SO_PEERCRED uses struct sockpeercred
Thomas Klausner (7):
Remove/comment out unused variables.
Match format strings with arguments.
ifdef out unused static functions
Use correct argument type for ctype(3) functions.
Increase buffer length to avoid truncation.
Add casts to fix signedness change warnings.
Mark MainLoop as _X_NORETURN.
|
2021-12-07 08:24:41 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
xscope: update to 1.4.2.
Alan Coopersmith (8):
Fix up documentation of NAS command line flags
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add support for process ID and names on Solarish systems
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
xscope 1.4.2
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Peter Wu (1):
Add support for process ID and names
Stéphane Aulery (1):
Improve help and manpage.
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2017-09-06 11:03:07 by Thomas Klausner | Files touched by this commit (86) |
Log message:
Follow some redirects.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-06-07 08:54:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.1:
This version corrects several bugs which caused xscope to incorrectly
decode some protocol replies or events, and fixes a build issue on Solaris.
|
2012-12-02 14:13:59 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 1.4:
xscope 1.4 adds new features and decoding support.
- RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4
- Atoms recorded from InternAtom & GetAtomName to use for display in
other requests referencing the atoms
- Property requests now also show these property types in a more natural
format instead of as just lists of bytes:
UTF8_STRING, atoms, cardinals, integers, and windows
- new -I command line flag to enter interactive mode immediately at startup
- experimental support for reading a previously recorded file.
If you run "xscope -r -v0 > xscope.raw", then you can later run
"xscope -f xscope.raw" to decode the data.
|