Timeline
02/18/14:
- 11:58 Changeset in xpra [5499] by
- support special value "none" to not load any video encoders or csc modules
- 11:21 Changeset in xpra [5498] by
- #465: better (much more readable) solution than r4963: let the image …
- 09:31 Changeset in xpra [5497] by
- #520: keep track of when the video encoders were last used, and free …
- 07:26 Changeset in xpra [5496] by
- #520: record CUDA devices that are failing to create NVENC encoding …
- 07:22 Changeset in xpra [5495] by
- sort sockets by path name so the order is predictable
- 07:02 Changeset in xpra [5494] by
- #520 start lowering score much later (which means we have to rely more …
- 06:43 Changeset in xpra [5493] by
- missed from r5488
- 06:42 Changeset in xpra [5492] by
- * move picture (non video) encoding code to "picture_encode" * re-use …
- 04:34 Ticket #522 (H.264 over slow link may be unusable with some apps) created by
- Recently I tried 0.11.3 over (slow) WAN connection and there was a …
- 04:25 Changeset in xpra [5491] by
- ensure we always init before calling the driver functions
- 03:44 Ticket #521 (broken tray icons) created by
- Noticed with 0.11.3: application's tray icons are corrupted -- they …
- 03:40 Ticket #520 (CUDA and NVENC load balancing) created by
- Related to #504 and #466. When we have multiple cards and/or multiple …
- 02:37 Changeset in xpra [5490] by
- include "multi-processors" in debug logging
02/17/14:
- 15:07 BadContent edited by
- (diff)
- 13:04 Changeset in xpra [5489] by
- log more device attributes (in debug mode)
- 10:45 Changeset in xpra [5488] by
- better CUDA device assignment: move common code between csc_nvcuda and …
- 10:41 Changeset in xpra [5487] by
- * allow up to 3 proxy video contexts: as per docstring, we need room …
- 10:40 Changeset in xpra [5486] by
- round to nearest
- 10:39 Changeset in xpra [5485] by
- oops: we already have the value, and it is no longer an AtomicInteger?!
- 06:12 Changeset in xpra [5484] by
- remove lots of logging duplication: the new xpra/log module guarantees …
02/16/14:
- 14:50 Changeset in xpra [5483] by
- #504 delegated encoding mode improvements: * use factory method so we …
- 14:19 Changeset in xpra [5482] by
- remove unused var
- 14:18 Changeset in xpra [5481] by
- try to make it easier to read the errors in the log
- 07:24 Changeset in xpra [5480] by
- remove unused var
- 06:44 Changeset in xpra [5479] by
- lost windows contains window ids, not video encoders!
02/15/14:
- 12:02 Ticket #458 (Client area resize occasionally out of step with window resize) closed by
- worksforme: Not heard back, closing.
- 11:48 Changeset in xpra [5478] by
- better proxy encoding logging
- 09:21 Changeset in xpra [5477] by
- nvenc v2 is not supported any more (support code has already been removed)
- 07:58 Changeset in xpra [5476] by
- add "mouse" logger for server pointer events
- 07:04 Changeset in xpra [5475] by
- more helpful window logging: include window id and full method signature
- 03:39 Ticket #517 (nvenc memory leak) closed by
- fixed: Fixed in r5473, backport in r5474. Will follow up in #466. Another …
- 03:37 Changeset in xpra [5474] by
- r5473 for v0.11.x branch: fix nvenc GPU memory leak
- 03:32 Changeset in xpra [5473] by
- #517: do encoder cleanup from encoding thread (reverts r4708)
- 03:31 Changeset in xpra [5472] by
- * docstring * don't do anything if stop is called more than once
- 03:30 Changeset in xpra [5471] by
- try harder to stop worker thread when we exit normally
02/14/14:
- 15:52 Changeset in xpra [5470] by
- #517 * create a new driver context each time through the loop * use …
- 15:36 Changeset in xpra [5469] by
- * test for nvenc memory leak * switch to logger so we can turn it off …
- 15:35 Changeset in xpra [5468] by
- export the functions to python callers, needed for some tests
- 15:20 BadContent edited by
- (diff)
- 14:18 Changeset in xpra [5467] by
- oops, forgot to rename "nvenc" in ALL_CODECS
- 11:19 Changeset in xpra [5466] by
- remove huge bottleneck in logger: shortcut asap when debug is not …
- 11:02 Profiling edited by
- (diff)
- 10:56 Changeset in xpra [5465] by
- prevent math error when there are no events
- 09:59 Changeset in xpra [5464] by
- encoding fixes: use actual region size when deciding which lossless …
- 09:34 Changeset in xpra [5463] by
- man page updates with "--XYZ" as well as existing "--no-XYZ"
- 09:10 Changeset in xpra [5462] by
- since we have the ability to disable things in the global or per-user …
- 07:55 Changeset in xpra [5461] by
- logging tweaks
- 07:46 Changeset in xpra [5460] by
- use actual data size when deciding to use mmap or not (not large …
- 07:33 Ticket #139 (forward input grabs to the client) closed by
- fixed: It's worse than I thought... Running a well behaved application in …
- 07:32 Ticket #519 (google chrome drop down windows are missing attributes) created by
- split from #139: we now handle grabs correctly and simulate pressing …
- 07:26 Changeset in xpra [5459] by
- oops
- 07:20 Changeset in xpra [5458] by
- log window xids
- 07:19 Changeset in xpra [5457] by
- better grab logging
- 06:46 Changeset in xpra [5456] by
- console events aren't the same as wm events
- 06:46 Changeset in xpra [5455] by
- improve focus logging messages
- 06:13 Changeset in xpra [5454] by
- also update patch in debian dir..
- 06:08 Debugging edited by
- (diff)
- 05:58 Changeset in xpra [5453] by
- update patch context
- 05:52 Encodings/nvenc edited by
- (diff)
- 03:53 Changeset in xpra [5452] by
- use keyboard logging category for keyboard stuff
- 03:36 Encodings/nvenc edited by
- (diff)
- 03:32 Ticket #515 (xpra crashes on launch - "from xpra.client.tray_base import TrayBase … ...) closed by
- fixed: Applied to 0.11.x branch in r5450. Closing.
- 03:06 Changeset in xpra [5451] by
- updated 0.11.3 release notes
- 03:02 Changeset in xpra [5450] by
- r5435 for v0.11.x branch: fix server only builds (--without-client)
- 02:59 Changeset in xpra [5449] by
- r5416 for v0.11.x branch: honour mdns flag!
- 02:57 Changeset in xpra [5448] by
- if xpra was installed --without-sound, then don't bother showing the …
- 02:43 Changeset in xpra [5447] by
- add doc hint for future reference
- 02:41 Changeset in xpra [5446] by
- r5373 for v0.11.x branch: robustify the socket probing code
- 01:00 Changeset in xpra [5445] by
- fix xpra dmg link
02/13/14:
- 22:35 Ticket #518 (Opening links in background tab in Chrome causes the window to become ...) created by
- Using the "window snap" function in Windows 7 {{{Windows Key + Arrow …
- 14:44 Changeset in xpra [5444] by
- #469 add focus debugging loggers to both client and server
- 12:33 Changeset in xpra [5443] by
- make it easier to tweak how often each region refreshes
- 12:20 Ticket #517 (nvenc memory leak) created by
- Video sub regions are a little bit unpredictable and often end up …
- 12:08 Changeset in xpra [5442] by
- deal with input images that have a large rowstride: XShm video sub …
- 12:04 BadContent edited by
- (diff)
- 11:36 Changeset in xpra [5441] by
- * add event time to damage events queue * fix merged region detection …
- 11:35 Changeset in xpra [5440] by
- * make guidstr a cdef function accessing fields directly rather than …
- 11:10 Changeset in xpra [5439] by
- log codec loading in debug mode too
- 11:10 Changeset in xpra [5438] by
- make it consistent: call it "nvenc" everywhere
- 08:09 Changeset in xpra [5437] by
- #410 video sub region work: * add utility functions to region * …
- 07:43 Changeset in xpra [5436] by
- prevent our loggers from re-using the same underlying python logger …
02/12/14:
- 19:21 Ticket #370 (nvenc hardware accelerated encoding) closed by
- fixed: Tested and working with fedora 20 server. Started with this command …
- 19:18 Ticket #422 (opencl acceleration for csc and/or encoding) closed by
- fixed: Works well with both AMD and Nvidia
- 19:17 Ticket #384 (cuda csc) closed by
- fixed: Works good for me closing the ticket for now.
- 17:27 Usage edited by
- (diff)
- 17:25 BadContent edited by
- (diff)
- 13:21 Usage edited by
- goes with bug report 516 (diff)
- 11:37 Ticket #516 (Give an example, don't just suggest in usage) created by
- In the usage section of the wiki, under "access without ssh" you say …
- 11:25 BadContent edited by
- more thieves added (diff)
- 01:20 Changeset in xpra [5435] by
- #515: move the "is_unity" check to a place that can safely be imported …
- 00:50 Ticket #515 (xpra crashes on launch - "from xpra.client.tray_base import TrayBase … ...) created by
- On the xpra.org homepage, the "Get started with Xpra" section says: …
02/11/14:
- 14:36 Changeset in xpra [5434] by
- problem was not in regions vs sets, problem was in region merging …
- 14:26 Changeset in xpra [5433] by
- fix strange regression caused by r5432: looks like regions and sets …
- 14:23 BadContent edited by
- (diff)
- 14:13 Changeset in xpra [5432] by
- * add ability to force batching (good for testing) * remove duplicated …
- 14:11 Changeset in xpra [5431] by
- #410 support video subregions in proxy encoder
- 14:10 Changeset in xpra [5430] by
- #410 support code for server implementation * add region methods * add …
- 14:09 Changeset in xpra [5429] by
- #410 support video regions client side: video data that is not …
02/10/14:
- 13:48 Changeset in xpra [5428] by
- add nice repr string
- 13:48 Changeset in xpra [5427] by
- log the client window's xid rather than the gdk wrapper: more …
- 12:29 Changeset in xpra [5426] by
- prevent None dereference: copy before use
- 08:29 Changeset in xpra [5425] by
- restore region merging, but better: only use merged region if it ends …
- 08:17 Encodings/nvenc edited by
- (diff)
- 08:15 CSC/OpenCL edited by
- (diff)
- 08:15 CSC/NVCUDA edited by
- (diff)
- 08:12 Changeset in xpra [5424] by
- remove XPRA_ENCODER_TYPE and XPRA_CSC_TYPE now that we have command …
- 07:49 Changeset in xpra [5423] by
- rename some vars to make it easier to implement subregion video …
- 07:47 Changeset in xpra [5422] by
- simplify small region handling: * don't try to use a union of regions, …
- 05:52 Changeset in xpra [5421] by
- more auto-refresh improvements: * remove unused arguments to …
- 05:36 Changeset in xpra [5420] by
- mmap tweaks: really prefer large updates
- 05:35 Changeset in xpra [5419] by
- autorefresh cleanups and improvements: * use dedicated logger * do …
- 04:13 Changeset in xpra [5418] by
- move to common since there is no server-specific code in it
- 04:05 Changeset in xpra [5417] by
- add more magic methods so we can use AtomicInteger? as an int more …
- 03:57 Clipboard edited by
- (diff)
- 03:54 Clipboard edited by
- (diff)
- 00:59 Changeset in xpra [5416] by
- honour mdns flag from global config
02/09/14:
- 13:38 Changeset in xpra [5415] by
- try to avoid calling schedule_auto_refresh via idle_add if we can
- 12:08 Changeset in xpra [5414] by
- #410 example application with 3 regions going at different speeds - …
- 11:54 Ticket #514 (evaluate TCP_NODELAY) created by
- From [http://www.unixguide.net/network/socketfaq/2.16.shtml How do I …
- 11:49 BadContent edited by
- (diff)
- 11:16 Changeset in xpra [5413] by
- test app for grabs
- 05:32 Changeset in xpra [5412] by
- restore check for non-defined modifier keycodes
- 04:58 Changeset in xpra [5411] by
- avoid error if we don't have a keyboard helper
- 04:47 Changeset in xpra [5410] by
- remove hardcoded value: use the keyname we specified!
- 04:39 Changeset in xpra [5409] by
- #139 add ability to ungrab via "xpra control"
- 04:38 Changeset in xpra [5408] by
- #139 force ungrab when the window is destroyed: not sure this is …
- 02:45 BadContent edited by
- (diff)
02/08/14:
- 15:43 Changeset in xpra [5407] by
- #139: keep track of the window which is meant to have the grab, if we …
- 15:41 Changeset in xpra [5406] by
- split event stuff to its own class so we can call it from other places …
- 15:39 Changeset in xpra [5405] by
- more user friendly message?
- 15:39 Changeset in xpra [5404] by
- python allows us to do multiple inheritance, which also means we can …
- 14:44 Changeset in xpra [5403] by
- add keyboard logger
- 11:21 Changeset in xpra [5402] by
- add focus log category
- 08:53 Changeset in xpra [5401] by
- undo grab code not meant to be committed in r5400
- 08:39 Changeset in xpra [5400] by
- we may not know about all the cursor names the server has, and that's fine
- 08:37 Ticket #513 (some mouse cursors are missing and/or large) created by
- With Xpra 0.11.2 I noticed strange behaviour of mouse cursors. For …
- 08:10 Changeset in xpra [5399] by
- add "pointer" to logging categories
- 08:09 Changeset in xpra [5398] by
- re-add timestamps
- 08:09 Changeset in xpra [5397] by
- allow us to exclude certain event types with "-" prefix
- 07:53 Changeset in xpra [5396] by
- revert r5176 since grabs from #139 should take care of this
- 06:42 Changeset in xpra [5395] by
- minor cython cleanups
- 06:34 Changeset in xpra [5394] by
- never too late to discover formatting specifiers..
- 06:30 Changeset in xpra [5393] by
- doh - does not compile!
- 06:09 Changeset in xpra [5392] by
- logging tweaks, remove early binding for python "object" type (harmful!)
- 05:48 Debugging edited by
- (diff)
- 05:47 Logging edited by
- (diff)
- 05:41 Logging created by
- 05:40 WikiStart edited by
- (diff)
- 04:24 Changeset in xpra [5391] by
- use "stats" logging category
- 04:24 Changeset in xpra [5390] by
- xshm has its own logging already, this is redundant
- 04:24 Changeset in xpra [5389] by
- use "stats" category for video pipeline score logging
- 04:23 Changeset in xpra [5388] by
- support disabling of logging category with syntax "-d -CATEGORY"
- 03:36 Changeset in xpra [5387] by
- more critical path optimizations: * use cdef for all internal cython …
- 02:54 Changeset in xpra [5386] by
- remove more non-essential logging from critical path
- 02:45 Changeset in xpra [5385] by
- remove debug logging from hot path unless env var enables it - this …
- 02:32 Debugging edited by
- (diff)
- 02:28 Changeset in xpra [5384] by
- process help before mode
- 02:25 Debugging edited by
- (diff)
- 02:01 Encodings/nvenc edited by
- latest sdk is no longer beta (diff)
02/07/14:
- 16:02 Changeset in xpra [5383] by
- #411 more logging cleanups
- 15:29 Changeset in xpra [5382] by
- #411 replace more environment variables with generic loggers
- 14:59 Changeset in xpra [5381] by
- #411 more logging improvements: * remove all the duplicated logging …
- 14:15 Changeset in xpra [5380] by
- shorten debug string by removing redundant info
- 12:36 Changeset in xpra [5379] by
- #411 re-work the logging: * each logger can have multiple categories * …
02/06/14:
- 20:29 Ticket #512 (calling 'xpra stop' seems to mess up linux environment) created by
- OS: arch linux, using dwm as the windows manager version: …
- 15:33 Changeset in xpra [5378] by
- also adjust setup cost: gpu is more expensive to setup, cpu is "cheap" …
- 15:27 Changeset in xpra [5377] by
- ensure that the GPU/CPU costs we use for rating this codec reflect the …
- 15:13 Encodings/nvenc edited by
- (diff)
- 15:12 Encodings/x264 edited by
- (diff)
- 15:10 Encodings/nvenc edited by
- (diff)
- 15:07 CSC edited by
- (diff)
- 15:05 Changeset in xpra [5376] by
- * allow the user to override which video encoders and csc modules get …
- 09:13 Changeset in xpra [5375] by
- add a named local unix domain socket to proxy servers, with only 3 …
- 09:12 Changeset in xpra [5374] by
- doing it just once makes more sense
- 08:02 Changeset in xpra [5373] by
- robustify the socket probing code: don't blow up if we find a socket …
- 06:57 Changeset in xpra [5372] by
- fix opencl dep
- 05:41 Changeset in xpra [5371] by
- add opencl to suggests with an explanation note
- 05:07 Changeset in xpra [5370] by
- add cwd to sys path so we can more easily run tests that import other tests
- 05:04 Changeset in xpra [5369] by
- make it easier to run tests on win32: * create a Python_execfile.exe …
- 04:03 Changeset in xpra [5368] by
- add unfullscreen button
02/05/14:
- 15:18 Changeset in xpra [5367] by
- oops: wrong namespace for LogicError?
- 13:27 Changeset in xpra [5366] by
- when we unmap a window, tell the server if this is because it is iconified
- 12:19 Changeset in xpra [5365] by
- remove debug
- 12:03 Changeset in xpra [5364] by
- tell the server iconified windows are unmapped!
- 09:03 Changeset in xpra [5363] by
- if we get a LogicError? during encoding, try again at least once to …
- 08:37 Changeset in xpra [5362] by
- #495 check for xpra processes before install / uninstall
- 07:57 Changeset in xpra [5361] by
- prepare 0.11.3 release
- 07:55 Changeset in xpra [5360] by
- r5313 + r5314 for v0.11.x branch: blacklist vmware GL driver
- 07:54 Changeset in xpra [5359] by
- r5355 for v0.11.x branch: fix non-gdk / old-gdk fallback code
- 07:52 Changeset in xpra [5358] by
- ensure all command requests run from the UI thread
- 06:47 Changeset in xpra [5357] by
- split loop init from bus init (so we can have a system bus too)
- 06:45 Changeset in xpra [5356] by
- grr: whitespace
- 06:40 Changeset in xpra [5355] by
- fix non-gdk / old-gdk fallback code
02/04/14:
- 16:43 Ticket #511 (AMD hardware accelerated h264 encoding: VCE Video Codec Engine) created by
- [http://www.phoronix.com/scan.php?page=news_item&px=MTU5MTc AMD …
- 16:37 Ticket #418 (more aggressive speed tuning when bandwidth is available) closed by
- fixed: A number of changes have been made to try to keep the encoder more …
- 16:34 Ticket #356 (ensight with win32 client has drop down focus problems) closed by
- fixed: Looks like #139, which is fixed. I don't want/care/have ensight, so …
- 14:47 Changeset in xpra [5354] by
- ignore large packets containing window icons
- 14:10 Changeset in xpra [5353] by
- prevent missing cursor name from spamming the log: just log it once
- 11:32 TicketSpam edited by
- (diff)
- 11:30 BadContent edited by
- (diff)
- 11:29 BadContent edited by
- (diff)
- 11:20 Changeset in xpra [5352] by
- reduce logging
- 11:19 Changeset in xpra [5351] by
- remove info logging of sigchld processing
- 11:18 Changeset in xpra [5350] by
- make logging more consistent
- 09:35 Changeset in xpra [5349] by
- let the authenticator specify the username: usually it will be the …
- 09:31 Changeset in xpra [5348] by
- try to reduce latency by using an encoding thread (regular servers …
- 09:20 Changeset in xpra [5347] by
- rename variable to make it clearer what it does
- 08:14 Changeset in xpra [5346] by
- #139: handle pointer grabs: * new "pointer.grabs" capability for both …
- 03:58 Authentication edited by
- (diff)
- 03:57 Authentication edited by
- (diff)
- 03:56 Changeset in xpra [5345] by
- * add reject auth * simplify fail auth: bail out sooner * update …
- 03:49 Authentication edited by
- (diff)
- 03:49 Authentication edited by
- (diff)
- 03:46 ProxyServer edited by
- (diff)
- 03:42 Changeset in xpra [5344] by
- add "none" authenticator so we can run the proxy server without …
02/03/14:
- 16:04 Ticket #336 (floating menu + keyboard focus - input grabs) closed by
- duplicate: Working patch in #139, please follow up there. (the "secondary …
- 14:17 Changeset in xpra [5343] by
- * stubs for input grab events * better logging of event routing
- 13:09 Changeset in xpra [5342] by
- remove bits we don't need
- 12:46 Changeset in xpra [5341] by
- add "ms_per_frame" info to both x264 and nvenc (tells us how long the …
- 11:29 Changeset in xpra [5340] by
- missed bits from r5339: use the number of soft-expired regions as a …
- 11:22 Changeset in xpra [5339] by
- much better handling of jitter using a "soft timer": allow up to 5 …
- 07:31 Changeset in xpra [5338] by
- add debug for preset selection
- 07:24 Changeset in xpra [5337] by
- add fps counter
- 07:21 Changeset in xpra [5336] by
- always favour fast encoders
- 05:14 WikiStart edited by
- (diff)
- 05:04 WikiStart edited by
- (diff)
- 05:00 Screenshots edited by
- (diff)
- 04:40 Screenshots edited by
- (diff)
- 04:31 Screenshots edited by
- (diff)
- 04:31 Screenshots edited by
- (diff)
- 04:17 Screenshots edited by
- (diff)
- 04:05 Screenshots edited by
- (diff)
- 04:03 About edited by
- (diff)
- 04:03 Screenshots created by
- 04:02 WikiStart edited by
- (diff)
- 03:25 Changeset in xpra [5335] by
- cleanup + ensure we symlink the library: do it in install instead of …
02/02/14:
- 06:35 Ticket #510 (video stream pass-through) created by
- Similar to #509 and related to #410: we could register a dummy …
- 06:23 Ticket #509 (grab video using a video adapter rather than getting rgb pixels from pixmap) created by
- Video players will try accelerated adapters first (xvideo, etc) then …
02/01/14:
- 16:19 Changeset in xpra [5334] by
- #496: workaround for the case where the new client's resolution is the …
- 15:16 Changeset in xpra [5333] by
- add missing log argument
- 15:10 Changeset in xpra [5332] by
- ignore more event types
- 15:00 FakeXinerama edited by
- (diff)
- 14:58 Changeset in xpra [5331] by
- make logging of display/screen sizes consistent: log the same details …
- 14:36 Changeset in xpra [5330] by
- ensure we force set randr when fakexinerama is present (makes the …
- 13:48 FakeXinerama edited by
- (diff)
- 13:43 FakeXinerama edited by
- (diff)
- 13:41 Changeset in xpra [5329] by
- add fakexinerama as dependency since we have RPMs for it now
- 13:40 FakeXinerama edited by
- (diff)
- 13:36 FakeXinerama edited by
- (diff)
- 13:35 Changeset in xpra [5328] by
- point to new wiki page
- 13:34 FakeXinerama edited by
- (diff)
- 12:53 FakeXinerama edited by
- (diff)
- 12:49 FakeXinerama edited by
- (diff)
- 12:45 FakeXinerama created by
- 12:27 Xdummy edited by
- (diff)
- 12:26 WikiStart edited by
- (diff)
- 09:16 Changeset in xpra [5327] by
- specfile for building fake xinerama RPMs
- 08:08 Ticket #508 (MS Windows taskbar integration) created by
- Windows 7 onwards support customization of the taskbar entry for our …
- 04:19 Changeset in xpra [5326] by
- * check if the configuration file has been modified, and if so, reload …
- 03:43 Changeset in xpra [5325] by
- try to honour LD_LIBRARY_PATH, still adding hard-coded /usr/lib[64] …
- 03:26 Changeset in xpra [5324] by
- re-use the (renamed) "prettify_plug_name" for comments in the …
01/31/14:
- 10:38 Changeset in xpra [5323] by
- #496: use fakeXinerama library to get applications to maximize on a …
- 08:24 Changeset in xpra [5322] by
- oops: "default_encoding_options" has been removed!
- 04:17 Changeset in xpra [5321] by
- #461: add new control commands and improve error/help messages: we can …
- 03:17 Changeset in xpra [5320] by
- if we have a video encoder already, make it more likely we'll use it
01/30/14:
- 13:31 Changeset in xpra [5319] by
- move mdns option near network bits, not in the middle of …
- 13:24 Changeset in xpra [5318] by
- ensure we expose and use the correct quality and speed
- 13:09 Changeset in xpra [5317] by
- better info string for csc modules
- 12:47 Changeset in xpra [5316] by
- * move control commands support code to ServerCore? so we can implement …
- 04:44 Ticket #488 (virtualbox gl transparency crash with Fedora 19 x86 guest) closed by
- fixed: Damn, I get this unhelpful GDB backtrace on Fedora 20: […] And …
- 04:39 Changeset in xpra [5315] by
- make gl probing errors more visible
- 04:37 Changeset in xpra [5314] by
- typo!
- 04:34 Changeset in xpra [5313] by
- #488: blacklist vmware GL driver
- 04:09 Changeset in xpra [5312] by
- catch authentication errors and disconnect potential client cleanly …
- 03:38 Changeset in xpra [5311] by
- better property logging
- 00:42 Changeset in xpra [5310] by
- use correct Cython version in release notes
01/29/14:
- 16:00 Changeset in xpra [5309] by
- honour quality and speed settings passthrough
- 16:00 Changeset in xpra [5308] by
- better check for equivallent quality setting: allow 4 percentage …
- 15:53 Changeset in xpra [5307] by
- make a deep copy of the video helper if we are going to change the …
- 15:27 Changeset in xpra [5306] by
- much more readable codec spec debug string
- 14:48 Changeset in xpra [5305] by
- try to prevent issues with SIGCHLD
- 14:20 Changeset in xpra [5304] by
- don't call reap from signal handler, use idle_add to run it in the …
- 13:52 Changeset in xpra [5303] by
- #483 this whole filter modifier code seems bogus: * it only ever did …
- 13:33 Changeset in xpra [5302] by
- show which username we failed to authenticate in exception, don't use …
- 12:11 Changeset in xpra [5301] by
- add more (currently unused) proxy info to "info-response"
- 11:56 Changeset in xpra [5300] by
- pass the actual encoder client options!
- 11:43 Changeset in xpra [5299] by
- * shortcut for small windows * if speed is high, allow more non-video …
- 11:31 Changeset in xpra [5298] by
- simplify "best encoding" decision
- 09:52 CSC/Performance edited by
- (diff)
- 05:16 Changeset in xpra [5297] by
- prepare for 0.11.2 release
- 05:15 Changeset in xpra [5296] by
- typo
- 05:11 Changeset in xpra [5295] by
- r5290 for v0.11.x branch: fix help page tokens
- 05:10 Ticket #506 (xpra v0.11.0 fails to start on CentOS 6 with threads_init error) closed by
-
fixed: Backport in r5294 tested on
CentOS
6.5, will be included in xpra … - 05:09 Changeset in xpra [5294] by
- r5292 for v0.11.x branch: fix for old glib versions
- 05:08 Changeset in xpra [5293] by
- avoid deprecation warning seen on CentOS 6.x: use …
- 01:41 Changeset in xpra [5292] by
- #506 fix for old glib versions
- 01:39 Ticket #503 (compile problem cython 0.20 on archlinux) closed by
- fixed: Yes, applied in r5291, thanks. (this one broke all versions of Cython …
- 01:38 Changeset in xpra [5291] by
- #503 add missing comma
- 01:30 Ticket #507 (OSX clipboard fails in latest builds) created by
- As of 0.11 r4998 the osx clipboard works as expected, by r5144 …
01/28/14:
- 21:58 CSC/Performance edited by
- (diff)
- 20:17 CSC/Performance edited by
- (diff)
- 20:00 Ticket #503 (compile problem cython 0.20 on archlinux) reopened by
- Seems to be another one […]
- 19:51 CSC/Performance edited by
- (diff)
- 19:51 CSC/Performance edited by
- (diff)
- 19:33 CSC/Performance edited by
- (diff)
- 19:33 CSC/Performance edited by
- (diff)
- 18:15 CSC/Performance edited by
- (diff)
- 18:03 Ticket #506 (xpra v0.11.0 fails to start on CentOS 6 with threads_init error) created by
- After upgrading, xpra failed to start. I had to downgrade from v0.11.0 …
- 12:44 Changeset in xpra [5290] by
- fix help page tokens
- 11:54 Ticket #505 (fix bottleneck with applications like gtkperf) created by
-
The problem with
gtkperf
is that it creates thousands of … - 09:45 Changeset in xpra [5289] by
- add proxy encoder to build
- 06:50 Changeset in xpra [5288] by
- split proxy server from proxy instances
- 06:49 Changeset in xpra [5287] by
- remove support for threading: always use separate process
- 06:29 Changeset in xpra [5286] by
- #504: delegated encoding: * add boost score to codec_spec so we can …
- 06:19 Changeset in xpra [5285] by
- bump buffer size for better ssh performance
- 03:43 Changeset in xpra [5284] by
- upload BGRX as BGRA and RGBX as RGBA: we may send pixels as 32-bit …
- 03:39 Changeset in xpra [5283] by
- * remove duplicated constant * fix row_length check
01/27/14:
- 09:46 Changeset in xpra [5282] by
- fix gtkperf with vglrun: wrap in bash
- 09:12 Changeset in xpra [5281] by
- * add ability to test various speed settings for specific encodings * …
- 09:00 Ticket #502 (efficient network receive buffer management when receiving large chunks) closed by
- fixed: As can be seen on those newly added performance charts: …
- 08:57 Changeset in xpra [5280] by
- add comments
- 08:53 Changeset in xpra [5279] by
- show effect of proposed protocol changes
- 08:34 Changeset in xpra [5278] by
- show the effect of no-rgb-compression on framerate and bandwidth …
- 08:33 Changeset in xpra [5277] by
- show the effect of no-rgb-compression on framerate and bandwidth
- 07:45 Changeset in xpra [5276] by
- * allow read buffer size to be configured using env var * bump default …
01/26/14:
- 07:05 Changeset in xpra [5275] by
- undo most of 5272: * we already have speed for controlling …
- 06:27 Changeset in xpra [5274] by
- expose shadow attribute so we can ignore the usual limit for delta …
- 03:08 Ticket #503 (compile problem cython 0.20 on archlinux) closed by
- fixed: Backported in r5273 (will be included in 0.11.2), tested on Ubuntu …
- 03:05 Changeset in xpra [5273] by
- 5271 for v0.11.x branch: remove redundant test which causes Cython …
01/25/14:
- 13:03 Changeset in xpra [5272] by
- pass compression level to window source so we honour it and avoid …
01/24/14:
- 17:18 Ticket #504 (delegated encoding mode) created by
- Building on #370 and #426: we want to be able to do the encoding on …
- 16:13 Changeset in xpra [5271] by
- #503: remove redundant test which causes Cython 0.20 to barf
- 16:08 Ticket #503 (compile problem cython 0.20 on archlinux) created by
- archlinux 64 xpra-winswitch 0.11.1-1 => xpra-winswitch dependencies: …
- 15:20 Changeset in xpra [5270] by
- include packet sizes in log: before and after compression
- 15:13 Ticket #502 (efficient network receive buffer management when receiving large chunks) created by
- At the moment, we have a read_buffer which is a string and we append …
- 14:06 Changeset in xpra [5269] by
- * remove debug * fix typo * move payload size check to the only place …
- 13:28 Ticket #501 (Support SHAPE extension) created by
-
xeyes
andxclock
use this extension to have … - 13:18 Changeset in xpra [5268] by
- * raise limit for non-video pixels (use lossless encodings more before …
- 12:06 Clients edited by
- (diff)
- 12:05 ClientPortingGuide edited by
- (diff)
- 12:04 ClientPortingGuide created by
- 11:51 WikiStart edited by
- (diff)
- 11:16 Changeset in xpra [5267] by
- fix Cython 0.20 warning
- 08:16 Changeset in xpra [5266] by
- v0.11.1 release notes
- 08:13 Changeset in xpra [5265] by
- r5260 for v0.11.x branch: typo
- 08:12 Changeset in xpra [5264] by
- r5245 for v0.11.x branch: fix shadowing
- 08:12 Changeset in xpra [5263] by
- r5262 for v0.11.x branch: completely disable RGBA pixel format for OSX …
- 07:37 Changeset in xpra [5262] by
- #500: completely disable RGBA pixel format for OSX and win32
- 07:27 Changeset in xpra [5261] by
- better code: * use a texture pixel format that matches how we paint …
- 06:51 Changeset in xpra [5260] by
- typo
- 06:33 Changeset in xpra [5259] by
- add missing constant
- 05:28 Changeset in xpra [5258] by
- oops
01/23/14:
- 12:34 Changeset in xpra [5257] by
- remove unused constant
- 12:34 Changeset in xpra [5256] by
- faster swscale csc (for all target colourspaces except XRGB - which …
- 10:23 Changeset in xpra [5255] by
- example showing that read_only image as input must not be read-only!?
- 09:18 CSC/Performance edited by
- (diff)
- 09:17 CSC/Performance edited by
- (diff)
- 09:16 CSC/Performance edited by
- added i3 results (diff)
- 09:01 CSC/NVCUDA edited by
- (diff)
- 09:01 CSC/OpenCL edited by
- (diff)
01/22/14:
- 20:37 Ticket #500 (small tooltip windows have transparency issues) created by
- Some websites have a small pop-up that will display information, such …
- 17:25 Changeset in xpra [5254] by
- log csc module info on start of test
- 17:23 Changeset in xpra [5253] by
- include vpx build config in info
- 17:20 Changeset in xpra [5252] by
- add more information on each codec, which can be seen with: * codec …
- 15:20 Changeset in xpra [5251] by
- allow a little bit of headroom when calculating backlog: the target …
- 14:52 Changeset in xpra [5250] by
- fix crash introduced by r5247: we must get the cursor size data from …
- 14:38 Changeset in xpra [5249] by
- report on average fps
- 14:28 Changeset in xpra [5248] by
- normalize the default batch delay to be per megapixel so new windows …
- 13:30 Changeset in xpra [5247] by
- better cursor support: * server exposes max_size (as well as …
- 12:39 Changeset in xpra [5246] by
- add exit-with-client option and use it automatically when remote shadowing
- 12:20 Changeset in xpra [5245] by
- fix shadowing: shadow windows do not have an "override-redirect" …
- 11:51 Changeset in xpra [5244] by
- don't flush more damage data when the connection looks dead: abort it …
- 11:36 Changeset in xpra [5243] by
- move receive aliases to protocol layer so packets are processed …
- 10:20 Changeset in xpra [5242] by
- add link to news
- 10:07 About edited by
- (diff)
- 10:06 WikiStart edited by
- (diff)
- 10:06 News created by
- 09:57 About edited by
- (diff)
- 09:03 About edited by
- (diff)
- 09:00 Enhancements edited by
- (diff)
- 08:57 Enhancements edited by
- (diff)
- 08:55 Enhancements edited by
- (diff)
- 08:42 Changeset in xpra [5241] by
- version bump for beta 0.12.0 build
- 08:35 Changeset in xpra [5240] by
- version bump for beta 0.11.1 build
- 08:18 Changeset in xpra [5239] by
- r5236 for v0.11.x branch: restore compatibility with older servers
- 08:15 CSC/Performance edited by
- (diff)
- 08:03 CSC/Performance edited by
- (diff)
- 08:02 CSC/Performance edited by
- (diff)
- 08:00 CSC/Performance edited by
- (diff)
- 06:56 Changeset in xpra [5238] by
- replace labels with proper version numbers
- 06:55 Source edited by
- (diff)
- 06:54 Changeset in xpra [5237] by
- new source graphs
- 06:25 Source edited by
- (diff)
- 06:08 Source edited by
- added v0.11.x (diff)
01/21/14:
- 11:04 Ticket #499 (old servers error out with 0.11.x clients) closed by
- fixed: r5236 restores compatibility with old servers, backport for v0.11.x …
- 11:03 Changeset in xpra [5236] by
- #499: restore compatibility with older servers
- 10:58 Ticket #499 (old servers error out with 0.11.x clients) created by
- The problem comes from the newer bencoders, which do not send …
- 08:14 Changeset in xpra [5235] by
- drop support for nvenc version 2
- 05:26 Changeset in xpra [5234] by
- tag v0.11.x branch
01/20/14:
- 11:41 Milestone 0.11 completed
- Targets: * hardware assisted encoding / decoding / csc: #370, #350, …
- 10:53 ProxyServer edited by
- (diff)
- 10:35 Changeset in xpra [5233] by
- 0.11.0 release - add final notes
- 10:30 Ticket #498 (typo in xpra's man page) closed by
- fixed: Applied yesterday as I saw the old ML post: r5126. Thanks.
- 10:29 Ticket #498 (typo in xpra's man page) created by
- look for 'as well as well'
- 06:31 Changeset in xpra [5232] by
- ensure gtk.main_level is called from the main thread
- 06:16 Changeset in xpra [5231] by
- fix thread tracing: we must import protocol (via main) only after we …
- 05:41 Changeset in xpra [5230] by
- reduce cost of checking the pipeline since we call this everytime we …
- 05:00 Changeset in xpra [5229] by
- * newer SDKs require that we use the "library" functionality and not …
- 04:57 Changeset in xpra [5228] by
- always recalculate from worker thread!
- 04:53 Changeset in xpra [5227] by
- try to lessen the latency cost of recalculate_delays by yielding …
- 04:45 Changeset in xpra [5226] by
- minor updates: * filter all hello methods * typedict (new type) * …
- 03:12 BadContent edited by
- (diff)
01/19/14:
- 15:10 Changeset in xpra [5225] by
- unroll simple function
- 09:03 Changeset in xpra [5224] by
- comments and cleanup
- 08:58 Changeset in xpra [5223] by
- keyboard helper may be None
- 08:38 Changeset in xpra [5222] by
- comments and cleanup
- 08:18 PacketEncoding edited by
- (diff)
- 08:16 Changeset in xpra [5221] by
- add bencode cython vs python stats
- 08:13 Changeset in xpra [5220] by
- give us the ability to toggle off the cython bencoder via env var …
- 08:01 PacketEncoding edited by
- (diff)
- 07:56 Changeset in xpra [5219] by
- add text and cleanup
- 07:36 Changeset in xpra [5218] by
- new stats: lz4 vs zlib
- 04:09 PacketEncoding edited by
- (diff)
- 04:07 PacketEncoding edited by
- (diff)
- 04:06 Changeset in xpra [5217] by
- warnings, whitespace, etc
- 04:02 PacketEncoding edited by
- (diff)
- 02:16 CSC/NVCUDA edited by
- (diff)
- 02:12 CSC/OpenCL edited by
- (diff)
- 02:09 CSC/OpenCL edited by
- (diff)
- 01:54 Changeset in xpra [5216] by
- remove repeated words
Note: See TracTimeline
for information about the timeline view.