Timeline
09/30/17:
- 11:59 Changeset in xpra [16998] by
- more release notes
- 11:55 Changeset in xpra [16997] by
- r16979 + r16981 for older branches: CUDA9 support
- 10:55 Changeset in xpra [16996] by
- #56: * allow desktop windows to be resized without restrictions (when …
09/29/17:
- 18:51 Changeset in xpra [16995] by
- #56: don't add the same resolution twice
- 18:49 Changeset in xpra [16994] by
- #56 add resolutions to Xvfb using XRRCreateMode, XRRAddOutputMode and …
- 13:58 Changeset in xpra [16993] by
- ugly workaround to get the window handle on win32 with GTK3
- 13:42 Changeset in xpra [16992] by
- py3k string fix..
- 13:27 Changeset in xpra [16991] by
- opengl was a boolean, if the value is meant to be true, use the new …
- 13:25 Changeset in xpra [16990] by
- cx_freeze doesn't load the library zip file, don't try to add OpenGL to it
- 13:19 Changeset in xpra [16989] by
- python3 compatibility
- 13:19 Changeset in xpra [16988] by
- fix warning logging
- 13:06 Changeset in xpra [16987] by
- #1528 typo (doh)
- 12:33 Changeset in xpra [16986] by
- only use gtk-x11 on x11..
- 12:33 Changeset in xpra [16985] by
- py3k string nonsense
- 12:21 Changeset in xpra [16984] by
- load cuda kernels relative to app dir (not default), so platforms can …
- 11:49 Changeset in xpra [16983] by
- cx_Freeze 5 workaround for numpy
- 11:40 Changeset in xpra [16982] by
- nvenc and nvfbc also require numpy
- 11:36 Changeset in xpra [16981] by
- newer builds of pycuda seem to require curand dll, find it and ship it …
- 10:20 Changeset in xpra [16980] by
- name the python3 builds differently
- 08:06 Changeset in xpra [16979] by
- build with cuda 9 by default
- 07:19 Changeset in xpra [16978] by
- python3 should have a recent enough version of cx_Freeze to not need …
- 06:40 Changeset in xpra [16977] by
- fix typo in default assignment
- 06:35 Building/MSWindows edited by
- (diff)
09/28/17:
- 10:51 Changeset in xpra [16976] by
- use the same utility function hexstr everywhere
- 10:46 Changeset in xpra [16975] by
- fix py3k compat
- 10:46 Changeset in xpra [16974] by
- update unittest to match new non-xor salt hashing
- 08:34 Changeset in xpra [16973] by
- python3 doesn't like underscores in namedtuple definitions.. PITA
- 08:09 Changeset in xpra [16972] by
- remove empty section
- 08:05 Changeset in xpra [16971] by
- the build file can now (almost) be used with python3
- 08:02 Changeset in xpra [16970] by
- #1568: win32 + py3k fixes: * ctypes imports * pretty string of print …
09/27/17:
- 10:53 Changeset in xpra [16969] by
- #639: add env vars to control min/max mtu values, add utility function …
09/24/17:
- 09:20 Changeset in xpra [16968] by
- unused import
- 09:14 Changeset in xpra [16967] by
- add new salt hashing functions (same digests as hmac auth) and …
- 07:47 Changeset in xpra [16966] by
- make sure we never allow the same computed salt to be re-used: keep a …
- 07:44 Changeset in xpra [16965] by
- re-use the same method for calculating the response salt and ensure we …
09/23/17:
- 12:11 Changeset in xpra [16964] by
- #1569: fix wgl context: we must re-use the same context instance for …
- 11:35 Changeset in xpra [16963] by
- ctypes definitions should use ctypes types
- 09:25 Changeset in xpra [16962] by
- Cython 0.27
09/22/17:
- 20:07 Changeset in xpra [16961] by
- #1569: GetPixelFormat? might be useful
- 20:06 Changeset in xpra [16960] by
- #1569: doh: hwnd is called handle..
- 19:23 Changeset in xpra [16959] by
- #1569: expose pixel format attributes
- 19:23 Changeset in xpra [16958] by
- missed from r16951: the GLXContext class needs to be able to access …
- 18:43 Changeset in xpra [16957] by
- #1569: make sure we tell GLX to stop using the context when we're …
- 18:30 Changeset in xpra [16956] by
- #1569: initialize flag, check SetPixelFormat? return value, add debug …
- 17:54 Changeset in xpra [16955] by
- #1569: win32 WGL version of the generic platform opengl shim
- 17:49 Ticket #1595 (Uncaught exceptions in HTML5 Client) closed by
- fixed: Okay I'm still definitely unable to reproduce the hard crash or the …
- 17:48 Ticket #1653 (simulate_console_user.py automated test failing) closed by
- fixed: That works much better. Closing.
- 17:09 Changeset in xpra [16954] by
- fix string repr: this class is now generic X11, not tied to gtk at all
- 10:55 Changeset in xpra [16953] by
- #1569 avoid warning: "opengl" is no longer a boolean
- 10:51 Changeset in xpra [16952] by
- #1569 if all the opengl backends we try have failed, just log warning …
- 10:45 Changeset in xpra [16951] by
- #1569 minor improvements and fixes: * make platform gl_context module …
- 07:24 Changeset in xpra [16950] by
- prevent code blocks from having scrollbars because of horizontal margins
- 07:12 Changeset in xpra [16949] by
- oops: missed from r16948: opengl option is now a string
- 07:08 Changeset in xpra [16948] by
- #1569 native opengl support via GLX, available with GTK3: * opengl …
- 06:35 Changeset in xpra [16947] by
- switch shortcuts to using "Control+Shift" on Linux since gnome-shell …
09/21/17:
- 18:18 Changeset in xpra [16946] by
- whenever we call gl function, we must have a valid gl context!
- 12:21 Changeset in xpra [16945] by
- skip running tests when doing client-only builds (we would need to …
- 12:01 Changeset in xpra [16944] by
- poll for socket data so we can decide what to do with the socket …
- 11:47 Changeset in xpra [16943] by
- oops: match refactoring
- 10:41 Changeset in xpra [16942] by
- #1645: if we're running the xpra command from a tty, ask for the …
- 10:26 Changeset in xpra [16941] by
- #1645: validate the challenge packet before prompting for the password
- 10:14 Changeset in xpra [16940] by
- #1645: use getpass for command line mode
- 05:41 Changeset in xpra [16939] by
- #1653 use relative import
- 05:25 Ticket #1645 (Authorization Prompts) closed by
- fixed: Commands like "xpra info", "xpra version", etc are command line …
09/20/17:
- 19:56 Ticket #1653 (simulate_console_user.py automated test failing) created by
- As mentioned before one of the console tests is failing with a bash …
- 15:11 Ticket #1652 (black screen) created by
- When I try attaching all I get is a black screen. My client is on …
- 08:39 Changeset in xpra [16938] by
- fix debug logging message (cut&paste gone wrong!)
- 08:38 Changeset in xpra [16937] by
- backends are no longer expose and would just confuse things
- 08:17 Changeset in xpra [16936] by
- match gl refactoring
- 07:37 Ticket #1544 (cryptography 1.9+ support) closed by
- fixed: Packaging seems to be fixed with the latest versions: * r16934 bumps …
- 07:37 Changeset in xpra [16935] by
- #1544: latest cffi + cryptography no longer breaks packaging
- 07:24 Changeset in xpra [16934] by
- #1544: cffi 1.11 seems to be compatible with cryptography 2.0+
- 06:53 Changeset in xpra [16933] by
- doh: ignore signal argument
- 06:45 Changeset in xpra [16932] by
- doh: don't call enable_focus_workaround or we will never cancel it!
- 05:54 Changeset in xpra [16931] by
- python 2.7.14 is out
- 05:36 Changeset in xpra [16930] by
- fix rpm building: python3 now has clipboard support, add the module
- 05:12 Changeset in xpra [16929] by
- on Ubuntu the SSL socket timeout message is reported in "code" not …
09/19/17:
- 22:29 Ticket #1650 (HTML5 client (OSX) connection.html page 'Advanced options' no longer ...) closed by
- invalid: Well, that was peculiar. Double checked with 10.10.5 OSX, and it …
- 18:58 Changeset in xpra [16928] by
- #1569: * gtkgl_check has moved * handle memoryview wrapping of 'bytes' …
- 16:34 Changeset in xpra [16927] by
- * move stub gl_show to GLWindowBackingBase, deals with measuring fps * …
- 15:34 Changeset in xpra [16926] by
- * rename GLContextManager to GtkGLExtContext since it is tied to this …
- 15:16 Changeset in xpra [16925] by
- move all the code that deals with self.glconfig to gtlgk subclass
- 14:49 Changeset in xpra [16924] by
- import fixes and cleanups
- 14:34 Ticket #1651 (very high latency on LAN) created by
- OS: Debian testing (Future Buster) xpra version client + server : Xpra …
- 14:22 Changeset in xpra [16923] by
- we require pyopengl version 3.1, no need for this ugly workaround anymore
- 14:17 Changeset in xpra [16922] by
- * we don't support Ubuntu versions older than 16.04 in this branch, so …
- 14:02 Changeset in xpra [16921] by
- * split out the generic opengl parts from gl_check * move gtk common …
- 13:12 Changeset in xpra [16920] by
- split plain opengl backing code from gtk code so we can more easily …
- 11:25 Changeset in xpra [16919] by
- remove dependency on gtk from the paint_colors map, replace it with …
- 11:07 Changeset in xpra [16918] by
- add more release notes
- 11:07 Changeset in xpra [16917] by
- strip out the GTKWindowBacking class so we can more easily subclass …
- 10:43 Changeset in xpra [16916] by
- split spinner data and code so we can use the data in non-gtk code
- 10:08 Changeset in xpra [16915] by
- * simplify WindowBackingBase? constructor: idle_add is now just a …
- 08:46 Changeset in xpra [16914] by
- add padding to packets containing the challenge response to make it …
- 08:39 Changeset in xpra [16913] by
- only complain about the password file if one was specified!
- 08:33 Changeset in xpra [16912] by
- better warning message layout
- 00:37 Ticket #1650 (HTML5 client (OSX) connection.html page 'Advanced options' no longer ...) created by
- 2.2 r16911 fedora 25 server. Sending html5 client to connect via the …
- 00:26 Ticket #1237 (mismatch between encoder and image) reopened by
- Was just testing with a 2.2 r16911 fedora 25 server and a 2.2. r16869 …
- 00:17 Ticket #1649 (Seeing 'ERROR: Pipeline doesn't want to pause.' message (and sound ...) created by
- Launching a 2.2 r16911 fedora 25 server (xterm and firefox …
09/18/17:
- 17:47 Ticket #1648 (Debian Sid python2.7 breaks xpra) closed by
- invalid: There are no sid packages supported here, this is a Debian downstream bug.
- 17:43 Ticket #1648 (Debian Sid python2.7 breaks xpra) created by
- Hello Debian Sid has updated python2.7 and broken a lot of python …
- 15:28 Changeset in xpra [16911] by
- r16909 for older branches: use the correct appname in dbus notifications
- 15:13 Ticket #1647 (Forwarding original app name in notifications) closed by
- fixed: Try r16910. ie: you can change the string using […] We can't use …
- 15:12 Changeset in xpra [16910] by
- #1647: make the appname string shown configurable via env var
- 14:54 Changeset in xpra [16909] by
- #1647: use the appname provided
- 13:49 Ticket #1647 (Forwarding original app name in notifications) created by
- Please consider supporting forwarding original notification app name …
- 12:56 Changeset in xpra [16908] by
- #1645 add focus workaround to password dialog (using ugly platform …
- 09:22 Ticket #1646 (ssh client integration via paramiko) created by
- Rather than calling putty plink or ssh, we could rely on …
- 09:17 Changeset in xpra [16907] by
- #1645: show password prompt dialog when the server requires …
- 08:33 Changeset in xpra [16906] by
- * log all authentication failures at warning level (those are not …
- 08:29 Changeset in xpra [16905] by
- remove dead code
- 05:56 Changeset in xpra [16904] by
- add ipv6 debug logging
09/17/17:
- 19:04 Ticket #1645 (Authorization Prompts) created by
- When attempting to connect to a secured XPRA server, especially …
- 17:09 Ticket #1249 (Xephyr has geometry issues) closed by
- invalid: Tried again on centos7 and Fedora and the Xephyr window is no longer …
- 16:41 Changeset in xpra [16903] by
- fix the mess made by patch, again
- 16:38 Changeset in xpra [16902] by
- only use the "auto" magic disconnection on Xnest and Xephyr windows if …
- 16:29 Changeset in xpra [16901] by
- add latest fixes to the release notes
- 16:17 Ticket #1061 (wait for sound to be played before sending sound) closed by
- duplicate: Already implemented in the gstreamer layer using "cutter": #1617.
- 16:10 Versions/PendingFixes edited by
- (diff)
- 16:10 Changeset in xpra [16900] by
- r16882 for v2.1.x branch: always choose the strongest digest first
- 16:08 Changeset in xpra [16899] by
- r16893 + r16895 + r16896 + r16897: mdns and ipv6 platform fixes
- 16:03 Changeset in xpra [16898] by
- r16891 for older branches: typo prevents pretty debug strings
- 16:01 Ticket #1345 (mdns support for ipv6) closed by
- fixed: * r16893 fixes the avahi publisher when using ipv6 addresses * r16895 …
- 15:59 Ticket #1644 (zeroconf mdns publisher backend) created by
- See #1345. https://github.com/jstasiak/python-zeroconf looks a lot …
- 15:53 Changeset in xpra [16897] by
- #1345: convert string interface number into an interface number on win32
- 15:32 Changeset in xpra [16896] by
- handle ipv6 notation for interface in host string
- 15:26 Changeset in xpra [16895] by
- if we don't find the interface index (None value), don't call …
- 15:12 Changeset in xpra [16894] by
- pretty log output for sockets setup code
- 15:12 Changeset in xpra [16893] by
- #1345: add ".local" to the hostname if there is no domain
- 13:04 Ticket #1589 (GTK3 clipboard support) closed by
- fixed: Done in r16892 with one important caveat: we can't update the …
- 13:01 Changeset in xpra [16892] by
- #1589 GTK3 clipboard: * build new gdk_atoms cython glue module for …
- 12:36 Changeset in xpra [16891] by
- fix magic method name
- 07:19 Changeset in xpra [16890] by
- avoid deep recursion: if painting synchronously, just let do_paint …
- 06:52 Ticket #797 (Profile xpra and capture tests for regression) closed by
- fixed: Hopefully maxmylyn can follow up in a different ticket.
09/16/17:
- 19:32 Versions/PendingFixes edited by
- (diff)
- 19:27 Changeset in xpra [16889] by
- small part of r16888 for older branches: make sure challenge is logged …
- 19:26 Changeset in xpra [16888] by
- * fix authentication refactoring: rename get_hexdigest to gendigest to …
- 19:00 Changeset in xpra [16887] by
- fix missing import
- 18:32 Changeset in xpra [16886] by
- use warning level for authentication failures, those aren't errors
- 18:30 Changeset in xpra [16885] by
- use the same log level for message header and pam error details
- 18:16 Changeset in xpra [16884] by
- detect SSL read and write timeouts and then retry
- 18:15 Changeset in xpra [16883] by
- implement more correct idle_add, timeout_add and source_remove …
- 17:55 Changeset in xpra [16882] by
- * when we choose a digest to force the client to send the real hello, …
- 17:05 Changeset in xpra [16881] by
- make print_pdf return the jobid
- 12:26 Changeset in xpra [16880] by
- remove debug wrongly commited
- 11:24 Changeset in xpra [16879] by
- add latest fix to the release notes
- 11:16 Changeset in xpra [16878] by
- r16875 for older branches: require / recommend mesa-dri-drivers so …
- 11:11 Changeset in xpra [16877] by
- r16876 for older branches: remove redundant icon cache code
- 11:09 Changeset in xpra [16876] by
- update_icon takes care of setting the "current_icon" cache, so this is …
- 11:09 Changeset in xpra [16875] by
- recommend mesa-dri-drivers so that opengl works out of the box with …
- 09:34 Changeset in xpra [16874] by
- add latest fixes to the release notes, bump version in v1.0.x branch
- 07:15 Changeset in xpra [16873] by
- misplaced conditional (patch made a mess.. again)
- 07:09 Changeset in xpra [16872] by
- r16871 for older branches: make it easier to disable firewall scripts
- 06:56 Changeset in xpra [16871] by
- make it easier to disable the firewall scripts
- 06:43 Ticket #1643 (application taskbar icons changed to defaults) closed by
- fixed: Bug confirmed, was caused by the window reinit code used in r10573 for …
- 06:40 Changeset in xpra [16870] by
- r16866 + r16868 + r16869 for older branches: make sure the window …
- 06:30 Changeset in xpra [16869] by
- #1643 make sure we always update the icon cached copy, no matter where …
- 06:11 Changeset in xpra [16868] by
- #1643 make sure we preserve the icon data when re-creating the window …
- 05:57 Changeset in xpra [16867] by
- ignore win32 cython generated object files
- 05:39 Changeset in xpra [16866] by
- #1643 re-initialize window icons whenever we re-create the windows …
09/15/17:
- 17:33 Ticket #1643 (application taskbar icons changed to defaults) created by
- I am running the 2.1 client on Windows 10 and the 1.0.6 server on …
- 16:09 Ticket #1641 (X clients on other hosts can't connect to xpra's Xorg instance) closed by
- invalid: Figured it out. By default Xorg is started with "-nolisten tcp". Why?
- 15:13 Ticket #1642 (xpra-controlled windows won't give up focus) created by
- I am running the Xpra 2.1 client on Windows 10. Sometimes, after I …
- 15:07 Ticket #1641 (X clients on other hosts can't connect to xpra's Xorg instance) created by
- I've run "xhosts +" and I still can't connect to xpra X server from …
- 12:50 Changeset in xpra [16865] by
- start populating the release notes
- 12:49 Versions/PendingFixes edited by
- (diff)
- 12:49 Changeset in xpra [16864] by
- r16615 for older branches: nvidia volta support
- 12:48 Changeset in xpra [16863] by
- r16846 for older branches: fix packaging of opus decoder on win32
- 12:47 Changeset in xpra [16862] by
- r16849 for older branches: fix spurious error messages when sound …
- 12:46 Changeset in xpra [16861] by
- r16858 for older branches: fix xpra stop on win32 servers, wait for …
- 12:18 Changeset in xpra [16860] by
- missed from r16841: dbus policy
- 10:58 Changeset in xpra [16859] by
- don't log a warning if we ignore a new connection during shutdown
- 10:47 Versions/PendingFixes edited by
- (diff)
- 10:46 Changeset in xpra [16858] by
- the server should eventually go away, so also wait if the socket is in …
- 10:35 Changeset in xpra [16857] by
- fix typo in auth refactoring: don't use plural form
- 10:31 Changeset in xpra [16856] by
- fix named-pipe connections following 'untilConcludes' change
- 10:30 Changeset in xpra [16855] by
- fix error message text
- 10:22 Changeset in xpra [16854] by
- fix command line launch of session browser tool: main now requries an …
- 10:18 Changeset in xpra [16853] by
- move session_type to core class since even proxy servers need to define it
- 09:45 Changeset in xpra [16852] by
- #1334: enhance session browser GUI so it doesn't necessarily require …
- 09:20 Changeset in xpra [16851] by
- move session-type to a server attribute and expose if via xpra info
- 06:50 Changeset in xpra [16850] by
- don't show the launcher if the user double-clicked on Xpra_Audio.exe
- 06:42 Versions/PendingFixes edited by
- (diff)
- 06:41 Changeset in xpra [16849] by
- avoid using a stdout wrapper for subprocesses so we don't get errors …
- 06:34 Changeset in xpra [16848] by
- * skip complaining if we get errors after closing, * make it possible …
- 06:09 Changeset in xpra [16847] by
- #1617 wavenc cannot be used with cutter
09/14/17:
- 17:56 Versions/PendingFixes edited by
- (diff)
- 17:54 Changeset in xpra [16846] by
- opus decoding requries libgstopusparse.dll
- 16:52 Changeset in xpra [16845] by
- #1617: make it possible to debug the cutter element specifically with …
- 16:47 Changeset in xpra [16844] by
- typo: auth info is now stored in "auth_classes" dict
- 16:33 Changeset in xpra [16843] by
- fixes for "install" command issues: * symlink not copied as a symlink …
- 12:44 Changeset in xpra [16842] by
- ffmpeg 3.3.4
- 09:23 Ticket #1640 (dbus server for the system wide proxy server) closed by
- fixed: Done in r16841. The system-wide proxy server only exposes a "GetInfo?" …
- 09:22 Changeset in xpra [16841] by
- #1640 add a dbus server to the system wide proxy server * packaging * …
- 07:41 Changeset in xpra [16840] by
- lz4 1.8.0
09/13/17:
- 13:12 Changeset in xpra [16839] by
- make sure we convert password to bytes early too
- 13:11 Changeset in xpra [16838] by
- we must convert to bytes before being able to call ljust
- 13:09 Changeset in xpra [16837] by
- typo: space prevents line continuation
- 08:16 Ticket #1640 (dbus server for the system wide proxy server) created by
- Mostly ready following some simple cleanup refactoring. Problem is... …
09/12/17:
- 20:05 Changeset in xpra [16836] by
- #1620: allow plain TCP sockets to be "upgraded" to RFB if we don't …
- 19:23 Changeset in xpra [16835] by
- fix handling of "*" host for mdns records: those also need to be …
- 19:05 Changeset in xpra [16834] by
- we may have to create the mmap dir if it doesn't exist now that we use …
- 16:19 Ticket #1634 (msys2 update breaks faac) closed by
- fixed: Solved the easy way: […] This dll will get replaced with a …
- 15:12 Changeset in xpra [16833] by
- none of the muxers play well with cutter - no matter what codec we use
- 15:07 Changeset in xpra [16832] by
- #1617: * cutter with opus+muxer fails, so blacklist that * opus alone …
- 14:51 Changeset in xpra [16831] by
- we are sending the timestamps in all supported versions, and turning …
- 14:50 Changeset in xpra [16830] by
- #1617: fix opus with cutter: we just needed an "audioresample" element!
- 13:16 Changeset in xpra [16829] by
- adjust the volume just before sending it out to the sound card and not …
- 12:52 Changeset in xpra [16828] by
- * force enable env var: convert "+" to "_" so it looks like an env …
- 12:00 Ticket #1639 (UnboundLocalError: local variable 'cleanups' referenced before assignment) closed by
- fixed: Thanks for reporting this, fixed in r16827. (updated packages on the …
- 12:00 Changeset in xpra [16827] by
- #1639 fix UnboundLocalError? of local variable cleanups (was only …
- 11:51 Ticket #1639 (UnboundLocalError: local variable 'cleanups' referenced before assignment) created by
- […]
09/11/17:
- 23:44 Ticket #1638 (Sound sync regression) created by
- After testing #1637 and #1595 I've noticed that the sound sync is …
- 22:21 Ticket #1637 (Scroll paint bug in HTML5 Client) created by
- I'm running a trunk r16825 Fedora 25 server and connecting using …
- 18:39 Ticket #1426 (scrolling improvements) closed by
- fixed: > I can't reproduce it via the Python client, but it's still …
- 18:35 Ticket #1426 (scrolling improvements) reopened by
- Woops look like this one slipped through the cracks. I can't …
- 18:19 Changeset in xpra [16826] by
- #1105: re-enable systemd-run on Fedora 26
- 15:25 Changeset in xpra [16825] by
- #540 detect interface speed on linux using ethtool ioctl, expose it to …
- 12:44 Changeset in xpra [16824] by
- #1581: expose "Network Information API" from browser as source …
- 06:43 Changeset in xpra [16823] by
- this code has been unmaintained and unchanged for years, no need to …
- 06:30 Changeset in xpra [16822] by
- * support "--bind-XXX=*:[port]" syntax, use IPv6 is the kernel …
09/10/17:
- 13:37 Changeset in xpra [16821] by
- r16820 for v2.1.x branch: fix ssl upgrades of sockets we received from …
- 13:33 Ticket #1636 (socket activation prevents ssl wrapping) closed by
- fixed: r16820 fixes both issues (backport to v2.1.x in r16821): * add …
- 13:31 Changeset in xpra [16820] by
- #1636 * enable ssl since we specify the ssl cert * re-wrap the tcp …
- 13:06 Ticket #1636 (socket activation prevents ssl wrapping) created by
- First problem is that despite having …
- 12:54 Versions/PendingFixes edited by
- (diff)
- 12:44 Changeset in xpra [16819] by
- r16814 + r16815 for v2.1.x branch: disable socket activation for …
- 12:39 Changeset in xpra [16818] by
- r16792 for older branches: fix macos shadow servers (non-integer …
- 12:38 Changeset in xpra [16817] by
- r16810 for older branches: skip spurious key events for numlock on macos
- 12:37 Changeset in xpra [16816] by
- r16813 for older v2.x branches: tell Debian to start socket …
- 10:06 Versions/PendingFixes edited by
- (diff)
- 10:04 Changeset in xpra [16815] by
- #1521 only disable socket activation on Ubuntu 16.04, other distros …
- 09:56 Versions/PendingFixes edited by
- (diff)
- 09:24 Changeset in xpra [16814] by
- #1521 compatibility with Ubuntu 16.04: * don't use socket activation, …
- 07:49 Versions/PendingFixes edited by
- (diff)
- 07:22 Changeset in xpra [16813] by
- #1521: try to tell debian not to start the service, just the socket …
09/09/17:
- 10:58 Versions/PendingFixes edited by
- (diff)
- 10:41 Changeset in xpra [16812] by
- #1609 * more tolerant parsing of key definitions - try harder to find …
- 10:40 Changeset in xpra [16811] by
- (related to #1609) fix compute_client_modifier_keycodes so that the …
- 08:11 Changeset in xpra [16810] by
- #1609: don't forward individual key events for numlock - which are …
- 07:13 Changeset in xpra [16809] by
- #1609: cleaner modifier re-assignment, map both Alt and Meta to Control
09/08/17:
- 19:19 Changeset in xpra [16808] by
- we have to switch to blocking sockets before we wrap it, because on …
- 18:49 Changeset in xpra [16807] by
- r16806 for v2.1.x branch: typo in error path
- 18:49 Changeset in xpra [16806] by
- fix typo
- 11:39 Ticket #1461 (html5 clipboard) closed by
- worksforme: Not heard back, closing.
- 11:38 Ticket #1426 (scrolling improvements) closed by
- worksforme: Not heard back, closing.
- 11:38 Ticket #1370 (Improved timestamps on AV packets) closed by
- worksforme: Not heard back, closing.
- 11:38 Ticket #1491 (2.1 html5 updates: more complete implementation of client protocol) closed by
- worksforme: Not heard back, closing.
- 11:37 Ticket #1556 (Xpra beta - font artifacts, resize artifacts) closed by
- worksforme: Not heard back. Closing.
- 11:36 Ticket #1512 (No menu bar in Ubuntu (again?)) closed by
- worksforme: Not heard back, closing.
- 11:15 Ticket #1617 (detect silence and avoid sending empty packets) closed by
- fixed: I've tried everything I could think of (re-ordering the pipeline, …
- 11:05 Changeset in xpra [16805] by
- #1617 wavpackenc and avenc_aac also have problems with cutter
- 10:47 Changeset in xpra [16804] by
- #1617 * vorbis cannot use cutter * make mp3 the default since it can
- 10:33 Changeset in xpra [16803] by
- xxhash 0.6.3
- 10:28 Changeset in xpra [16802] by
- fixup r16755: socket paths may start with a slash!
- 08:11 Changeset in xpra [16801] by
- whitespace + add debug logging
- 08:11 Changeset in xpra [16800] by
- * if the server has already exited, don't bother running the stop …
- 07:57 Ticket #1635 (insecure umask 0000 on ubuntu server) created by
- xterm started on the remote server (via winswitch) runs with umask …
- 07:39 Changeset in xpra [16799] by
- set the "input_devices" attributes during init_virtual_devices() and …
- 07:17 Changeset in xpra [16798] by
- now only one nvenc codec, remove useless code and log more info
- 07:03 Changeset in xpra [16797] by
- * check xvfb process state again, in particular check before saving …
09/07/17:
- 13:33 Ticket #1634 (msys2 update breaks faac) created by
- The gstreamer plugin probing code pops up an alert dialog: […] …
- 13:11 Changeset in xpra [16796] by
- #1633: prevent deadlocks by allowing 2 items in the write queue
- 13:10 Ticket #1633 (protocol queue deadlock on close) created by
- Was easily triggered with the RFB adaptor (#1620) and an ultravnc …
- 11:00 Changeset in xpra [16795] by
- x11 servers expect a typedict here
- 10:46 Versions/PendingFixes edited by
- (diff)
- 10:41 Changeset in xpra [16794] by
- #1620: rfb requires restriding and macos uses the generic image …
- 10:40 Changeset in xpra [16793] by
- better warning message format
- 10:27 Changeset in xpra [16792] by
- the CGRect coordinates are floats, we have to convert them to ints to …
- 10:17 Changeset in xpra [16791] by
- no X11 bits on macos... (again)
- 10:14 Changeset in xpra [16790] by
- no X11 bits on macos
- 10:12 Changeset in xpra [16789] by
- #1620: use the standard keyboard_config mechanism for matching key …
- 09:52 Changeset in xpra [16788] by
- #1620: fix win32 server support for pointer events, must have a …
- 09:07 Changeset in xpra [16787] by
- all win32 shadow server sockets can hit WSAEWOULDBLOCK
- 09:05 Changeset in xpra [16786] by
- #1620: shadow servers need to be told to start the refresh timer
- 07:02 Changeset in xpra [16785] by
- #1620: try to parse the keysym if we don't find a matching "standard" …
09/06/17:
- 21:59 Ticket #1620 (rfb server support) closed by
- fixed: Noted and closing.
- 21:57 Ticket #1622 (Chrome/Chromium: Moving cursor away from the right click menu causes ...) closed by
- worksforme: Somehow I'm not surprised that this on Google. To quote Sergey {{{It's …
- 16:43 Ticket #1632 (rfb improvements: encodings, etc) created by
- The RFB adapter (#1620) is useful for testing, but it is far from …
- 16:38 Changeset in xpra [16784] by
- #1620: * fix screen update delay: we must call acknowledge_changes() * …
09/03/17:
- 10:06 Ticket #1628 (How to clear all sessions after server reboot?) closed by
- worksforme: Cannot reproduce: my centos7 VM takes a little while longer to start …
- 09:55 Ticket #1621 (ssh start on centos7 server) closed by
- worksforme: I am unable to reproduce the problem, so closing. The selinux policy …
- 09:43 Changeset in xpra [16783] by
- missed from r16777: update the udev rule to use the program
- 09:42 Changeset in xpra [16782] by
- use more random characters
- 07:10 Changeset in xpra [16781] by
- put mmap file in xpra runtime dir if it exits (better than /tmp)
09/02/17:
- 18:48 Changeset in xpra [16780] by
- oops: missed from r16777
- 18:46 Changeset in xpra [16779] by
- add latest fix to the release notes
- 18:42 Changeset in xpra [16778] by
- r16776 for older branches: failures to start pulseaudio should never …
- 18:36 Ticket #1631 (uinput device permissions) closed by
- fixed: Done in r16777: * we hijack the "version" attribute of the uinput …
- 18:29 Changeset in xpra [16777] by
- #1631: use a hackish udev program to set the correct permissions on …
- 15:49 Changeset in xpra [16776] by
- failures to start pulseaudio should never be fatal!
- 11:40 Ticket #1631 (uinput device permissions) created by
- Follow up from #1611. We want to be able to continue to use uinput …
- 10:13 Changeset in xpra [16775] by
- #1611: the first event always goes MIA, so synthesize a dummy one
- 05:55 Changeset in xpra [16774] by
- fix some pydev unused argument warnings
- 05:53 Changeset in xpra [16773] by
- fix some pydev unused argument warnings
- 05:53 Changeset in xpra [16772] by
- * properly rate limit the clipboard progress packets * cancel the …
09/01/17:
- 11:05 Changeset in xpra [16771] by
- silence some pydev unused argument warnings
- 10:59 Changeset in xpra [16770] by
- fix error message (referenced old var name)
- 10:32 ClientRendering/OpenGL edited by
- (diff)
- 10:30 Changeset in xpra [16769] by
- add latest fixes to the release notes
- 10:24 Changeset in xpra [16768] by
- add latest fix to the release notes
- 10:22 Changeset in xpra [16767] by
- r16766 for v2.1.x branch: ensure that we don't let unprivileged users …
- 10:15 ClientRendering/OpenGL edited by
- (diff)
- 10:05 Changeset in xpra [16766] by
- add option to ensure that we don't let unprivileged users bind to …
- 10:01 Changeset in xpra [16765] by
- add missing auth options
- 07:17 Changeset in xpra [16764] by
- don't require the proxy instance user to be part of the xpra group …
- 06:53 Changeset in xpra [16763] by
- r16426 for older branches: we have to overwrite to install new …
- 06:50 Changeset in xpra [16762] by
- r16219 for older branches: use offset value to handle backings that …
- 06:44 Changeset in xpra [16761] by
- r16209 for older branches: add Shift+F11 shortcut to go fullscreen
08/31/17:
- 17:59 Changeset in xpra [16760] by
- version bump + update the release notes
- 17:38 Versions/PendingFixes edited by
- (diff)
- 17:38 Changeset in xpra [16759] by
- r16744 for older branches: allow longer server startup timeout
- 17:37 Changeset in xpra [16758] by
- r16747 + r16749 + r16750 for older branches: html5 server fixes
- 17:33 Ticket #1625 (Clipboard doesn't work on 1.0.7) closed by
- fixed: The backport was incomplete and broke things, r16757 fixes that.
- 17:22 Changeset in xpra [16757] by
- #1625: fixup clipboard sanitization patch, only drop clipboard …
- 17:15 Changeset in xpra [16756] by
- make sure we always return a boolean
- 17:02 Changeset in xpra [16755] by
- * support ":" as well as ":" and "/" for protocol strings * move …
- 16:21 Changeset in xpra [16754] by
- * ws sockets can be upgraded as long ssl mode is not disabled * add …
- 14:31 Versions/PendingFixes edited by
- (diff)
- 14:23 Changeset in xpra [16753] by
- oops: the split ssl wrap functions have not been merged yet!
- 14:15 Changeset in xpra [16752] by
- log full websocket connection failure details at debug level
- 14:15 Changeset in xpra [16751] by
- doh: fix dict name
- 14:13 Changeset in xpra [16750] by
- plain HTTP response to a websocket upgrade request can trigger an …
- 14:00 Changeset in xpra [16749] by
- some tests fail if we don't have the html5 client installed: we need …
- 13:48 Changeset in xpra [16748] by
- there are now more bind options (bind-ws and bind-wss) that require …
- 13:47 Changeset in xpra [16747] by
- make sure we never end up with an empty None path which could cause an …
- 13:24 Changeset in xpra [16746] by
- #1504: * better handling of invalid protocol for port: try to respond …
- 10:01 Changeset in xpra [16745] by
- we can't use a namedtuple here: the websockify code may modify the …
- 07:39 Versions/PendingFixes edited by
- (diff)
- 07:38 Changeset in xpra [16744] by
- raise the timeout: servers can take a little while to startup, …
- 07:32 Ticket #1630 (Failed to create socket and run html server) closed by
- invalid: The error is right there in your log output: […] The version of …
- 07:00 Changeset in xpra [16743] by
- update printer forwarding code to use the new auth dict storage
- 03:32 Ticket #1630 (Failed to create socket and run html server) created by
- […]
Note: See TracTimeline
for information about the timeline view.