Timeline
05/12/12:
- 11:17 Ticket #125 (Explicitly declare change_encoding_speed function) closed by
- fixed
- 10:24 Ticket #125 (Explicitly declare change_encoding_speed function) created by
- While compiling, this warning is emitted: xpra/x264/codec.c:1623:3: …
05/11/12:
- 05:12 Changeset in xpra [843] by
- record mmap bytes sent, reduce tests to most used encodings (remove …
- 05:11 Changeset in xpra [842] by
- try to ensure we only run the exit cleanups once
05/10/12:
- 20:33 Changeset in xpra [841] by
- vnc's regions/s was in the wrong column..
- 20:12 Changeset in xpra [840] by
- run longer and run all the tests (oops was running just gtkperf), also …
- 17:54 Changeset in xpra [839] by
- fix gtkperf command line and force test code to use a better name for it
- 17:46 Changeset in xpra [838] by
- make tcp socket re-usable too
- 17:02 Changeset in xpra [837] by
- report xpra and vnc versions (both client and server), platform. Also …
- 16:32 Changeset in xpra [836] by
- report fps for vnc using tcbench
- 15:19 Changeset in xpra [835] by
- new release info, update build files
- 15:14 Changeset in xpra [834] by
- in readonly mode, when the keymap changes, we parse it so shortcuts …
- 11:28 Changeset in xpra [833] by
- normalize packet counters to use bytes per second for values
- 10:19 Changeset in xpra [832] by
- allow C to stop a whole series of test and still print the results of …
- 10:15 Changeset in xpra [831] by
- stop processes with terminate() first before trying to kill() them, …
- 03:02 Changeset in xpra [830] by
- subprocess.Popen's shell=True breaks if command is a list rather than …
05/09/12:
- 18:04 Changeset in xpra [829] by
- add gtkperf test, record cpu usage normalized to 100% (not per cpu), …
- 17:42 Changeset in xpra [828] by
- prettify the dbus forwarder setup message
- 17:17 Changeset in xpra [827] by
- adds enable-ping option so we can report client and server latency via …
- 14:40 Changeset in xpra [826] by
- record the command being tested as a column of data and kill *all* …
- 14:38 Changeset in xpra [825] by
- if we don't decode a "draw" packet, return a zero decode_time and …
- 12:37 Changeset in xpra [824] by
- try harder to stop xpra and its vfb at the end of tests, also fix rss …
- 12:28 Changeset in xpra [823] by
- fix memleak! free image memory after use!
- 11:54 Changeset in xpra [822] by
- don't disable compression with mmap: it's cheap, and we still send …
- 11:51 Changeset in xpra [821] by
- restore ability to set maximum number of events/pixels per time-unit …
- 11:19 Changeset in xpra [820] by
- ensure we clear old values from damage_cancelled, saves memory
- 11:12 Changeset in xpra [819] by
- ensure we always cleanup video encoders, and that we do so with …
- 07:37 Changeset in xpra [818] by
- fix potential leak of mmap area, we need to always ack the data: send …
- 07:15 Changeset in xpra [817] by
- per-window encoding control: keep encoding value per batch config and …
- 06:49 Changeset in xpra [816] by
- fairer bandwidth distribution between windows: account for each window …
- 06:44 Changeset in xpra [815] by
- bug: another use of the global encoding var where we should be using …
- 03:52 Changeset in xpra [814] by
- require auth checks to access "info_request"
- 03:51 Changeset in xpra [813] by
- make all xpra commands return a non-zero return code in case of error
- 03:32 Changeset in xpra [812] by
- return non-zero exit code if glib client does not work as expected, …
05/08/12:
- 18:20 Changeset in xpra [811] by
- move batch delay calculations to its own method and use less greedy …
- 16:50 Changeset in xpra [810] by
- compress rgb24 data by using a wrapper to mark it as compressable, …
- 14:57 Changeset in xpra [809] by
- record damage packet sizes in a fifo so we can figure out how many …
- 12:16 Changeset in xpra [808] by
- convert rss value from page_size to MB
- 11:34 Changeset in xpra [807] by
- properly limit the number of tests and packetcount values need …
- 11:27 Changeset in xpra [806] by
- the time value to start from is latest_start_time, window_start_time …
- 11:01 Changeset in xpra [805] by
- solaris build files
- 10:42 Changeset in xpra [804] by
- count (and report) protocol packets as well as tcp chunks we write: …
- 10:31 Changeset in xpra [803] by
- record (and also report via "xpra info") the input and output packet …
- 04:58 Changeset in xpra [802] by
- try to run fewer tests (get some results faster)
- 04:49 Changeset in xpra [801] by
- add support for bandwidth shaping via trickle, check for missing …
- 04:43 Changeset in xpra [800] by
- whitespace and logging cleanup
- 04:27 Changeset in xpra [799] by
- report on some client statistics (if available)
- 04:26 Changeset in xpra [798] by
- don't calculate value again
- 00:45 Changeset in xpra [797] by
- adds "xpra info" to get statistics from the server
- 00:42 Changeset in xpra [796] by
- more user-friendly error message for dbus notification failures
05/07/12:
- 15:03 Changeset in xpra [795] by
- record cpu info and xorg version
- 14:24 Changeset in xpra [794] by
- start (and stop) the server before each run to try to make sure it is …
- 11:30 Changeset in xpra [793] by
- correctly report command that is missing
- 10:34 Changeset in xpra [792] by
- also test Xvnc/vncviewer
05/06/12:
- 15:41 Changeset in xpra [791] by
- simple test script for measuring bandwidth and cpu usage, testing all …
- 15:29 Changeset in xpra [790] by
- if running in readonly more, don't bother doing any keyboard detection …
- 15:16 Changeset in xpra [789] by
- if the packet is just one byte, we could trigger an error in trying to …
05/04/12:
- 13:27 Changeset in xpra [788] by
- naughty use of the "_encoding" global variable where we had the …
- 13:23 Ticket #121 (jpegquality should not be stored in protocol.py!) closed by
- fixed: clean fix in r787
- 13:23 Changeset in xpra [787] by
- #121: instead of storing "jpegquality" as an attribute somewhere, …
- 13:12 Ticket #124 (no new xpra sessions via winswitch) created by
- On the server: xpra connection to xvfb seems to try IPv6, IPv4 and …
- 13:08 Changeset in xpra [786] by
- with the old codepath (old clients) we need to ensure _compressor is …
- 12:46 Ticket #120 (xpra is not working with AFS) closed by
-
fixed: fixed in r785: we now honour the
--socket-dir
option with ssh … - 12:46 Ticket #123 (provide an /etc/xpra/defaults.conf configuration file where ...) created by
-
would be especially useful for things like "
--socket-dir
" (see … - 12:41 Changeset in xpra [785] by
- #120 since we allow the user to specify where to place the sockets …
- 11:09 Ticket #116 (Xpra doesn't start on CentOS 5) closed by
- fixed: works for me - closing
- 10:46 Ticket #122 (drop compatibility for versions without the "raw_packets" feature (pre ...) created by
- Follow up from #68, this will allow us to simplify the code greatly: * …
- 10:38 Ticket #68 (improve performance of network code: bencoder is too slow) closed by
- fixed: "raw_packets" feature merged in r784: * we send binary data without …
- 10:37 Changeset in xpra [784] by
- #68: raw packets feature, with version bump. When we have large …
- 10:30 Ticket #121 (jpegquality should not be stored in protocol.py!) created by
- Why is it there? It has nothing to do with the network layer... I …
05/03/12:
- 09:42 Changeset in xpra [783] by
- reduce redundant logging in draw hot path
05/01/12:
- 16:05 Changeset in xpra [782] by
- remove old compatibility code: we no longer support packets without a …
- 12:31 Changeset in xpra [781] by
- when a window disappears, ensure we delete any data-structures that …
- 12:10 Changeset in xpra [780] by
- client now sends back to the server how fast it is decoding pixels, …
- 11:25 Changeset in xpra [779] by
- missed in r778
- 04:59 Ticket #118 (xpra server dies overnight) closed by
- fixed: Fixed in r778: there was a race in the network protocol threading …
- 04:57 Changeset in xpra [778] by
- #118: fix race in protocol threading code which could cause protocols …
04/30/12:
04/28/12:
- 21:24 Changeset in xpra [777] by
- x264lib: add missing prototype for change_encoding_speed
- 13:59 Ticket #120 (xpra is not working with AFS) created by
-
Hi,
i found out that xpra is not working on
AFS
. As long as i …
04/27/12:
- 17:31 Ticket #119 (IPv6 addresses misparsed by xpra) closed by
-
fixed: Fixed
IPv6
support in r776, use the following syntax: […] for … - 17:29 Changeset in xpra [776] by
- IPv6 support
- 15:03 Ticket #119 (IPv6 addresses misparsed by xpra) created by
- […] xpra reports version as v0.0.6, will upgrade why cython builds …
- 13:45 Ticket #118 (xpra server dies overnight) created by
- I've been running xpra 0.2.0 on Ubuntu (11.10 for the server, 11.04 …
04/26/12:
- 20:53 Ticket #117 (Ctrl key is ignored in xterm or konsole) created by
- Hi All, when i do. […] with xpra attach i can see konsole(xterm) …
- 17:39 Changeset in xpra [775] by
- do-build installs everything in ./install, so don't mislead users\!
- 12:34 Changeset in xpra [774] by
- kde bug looks like it is fixed in trunk!
- 12:29 Changeset in xpra [773] by
- ensure all our windows will not be grabbed by kde/oxygen: set the …
- 10:39 Ticket #93 (xpra via ssh X11 forwarding from OSX client crashes when system bell used) closed by
- fixed: fixed in r772
- 10:38 Changeset in xpra [772] by
- #93: if we get an X11 error trying to use the system_bell, fallback to …
- 09:34 Changeset in xpra [771] by
- tag 0.1 and 0.2
- 09:17 Changeset in xpra [770] by
- drop compatibility for versions older than 0.1
04/25/12:
- 07:55 Changeset in xpra [769] by
- centos5 needs python-ctypes (new dep)
04/24/12:
- 10:09 Changeset in xpra [768] by
- re-order el5 after static_video_libs so we don't lose python-uuid!
- 10:05 Changeset in xpra [767] by
- compat for python 2.4
- 09:42 Ticket #116 (Xpra doesn't start on CentOS 5) created by
- Hello, […] This is with Python 2.4.3.
- 07:26 Changeset in xpra [766] by
- generate the sha/md5 sums whilst we're here
- 06:22 Changeset in xpra [765] by
- disable ssh on win32
- 05:49 Changeset in xpra [764] by
- we must specify the directory where the file goes, not the filename!
04/23/12:
- 20:36 Ticket #114 (Can't "xpra stop" on CentOS 6) closed by
- fixed: applied in r763
- 20:36 Changeset in xpra [763] by
- fix #114
- 18:52 Ticket #115 (Bail out when password file is not present) closed by
- wontfix: hmmm, I don't know about CWD changing to '/' - it sort of rings a bell.
- 16:45 Ticket #115 (Bail out when password file is not present) created by
- Hello, when Xpra is passed an incorrect password file when starting a …
- 12:02 Changeset in xpra [762] by
- dpkg-source wants a to use 'patch -p1', so change everything to make …
- 11:52 Changeset in xpra [761] by
- add patch headers - trying to make dpkg-source happy, sure takes a lot …
- 11:21 Changeset in xpra [760] by
- try harder to fail cleanly when the socket/X11 server already exists - …
- 10:49 Ticket #113 (CentOS 6 package depends on libvpx and libx264) closed by
- fixed: Confirmed fixed.
- 09:49 Changeset in xpra [759] by
- when we build static vpx/x264, don't require any libs
- 09:20 Ticket #114 (Can't "xpra stop" on CentOS 6) created by
- […]
- 09:17 Ticket #113 (CentOS 6 package depends on libvpx and libx264) created by
- Hello, RPM claims that …
- 07:55 Changeset in xpra [758] by
- launcher: remove some useless debug output and add useful debug …
04/22/12:
- 16:16 Changeset in xpra [757] by
- also always include the icon
- 16:14 Changeset in xpra [756] by
- re-do patches with new offsets
- 16:11 Changeset in xpra [755] by
- ensure we include the desktop file via MANIFEST and fix typo in it
- 12:35 Changeset in xpra [754] by
- re-doh!
- 12:27 Changeset in xpra [753] by
- doh
- 12:24 Changeset in xpra [752] by
- add launcher and its icon to packages (rpms and debs)
04/21/12:
- 15:56 Changeset in xpra [751] by
- launcher: add (untested) .desktop
- 15:56 Changeset in xpra [750] by
- xpra launcher manpage isn't (C) Smith
- 14:08 Changeset in xpra [749] by
- use %{nil} magic for opensuse
- 13:44 Changeset in xpra [748] by
- re-do all the patches with the new offsets - so rpmbuild *should* work …
- 13:41 Changeset in xpra [747] by
- add gap so applying patches doesn't make another patch fail
- 13:37 Changeset in xpra [746] by
- doh!
- 13:25 Changeset in xpra [745] by
- only add ffmpeg to PATH when we use it
- 12:44 Changeset in xpra [744] by
- updated patches with new offsets so rpmbuild does not moan
- 10:42 Changeset in xpra [743] by
- launcher: added manpage
04/20/12:
- 10:39 Milestone 0.2 completed
- Key items for this milestone: * x264 and vpx video encoding, see …
- 08:21 Changeset in xpra [742] by
- update build files with new xpra_launcher, update release notes, …
- 07:29 Changeset in xpra [741] by
- don't print errors early in initialization code, this polutes "xpra …
04/19/12:
- 11:05 Changeset in xpra [740] by
- if we don't find an icon file, log an error, but don't try to load …
- 11:01 Changeset in xpra [739] by
- report all the missing keysyms in one log line
- 08:30 Changeset in xpra [738] by
- add "-nolisten tcp" option to Xdummy example
- 08:20 Ticket #17 (allow a chain of SSH hosts) closed by
- wontfix: thought about it some more, I don't think that this belongs in xpra …
- 08:17 Ticket #112 (build vpx on win32) closed by
- fixed: r735 + r736 + r737 fixes it all
- 08:16 Changeset in xpra [737] by
- fix win32 build: ensure we place the codec.pyd in xpra/vpx before …
- 07:42 Changeset in xpra [736] by
- vpxlib: modify source code so that Microsoft Visual Studio accepts it.
- 07:27 Changeset in xpra [735] by
- vpx: change headers to match x264lib and enable building on win32
- 07:14 Ticket #112 (build vpx on win32) created by
- r734 adds the hooks to specify the right paths, but now it fails with …
- 07:10 Changeset in xpra [734] by
- try to build vpx on win32
04/18/12:
- 20:13 Changeset in xpra [733] by
- disable increase_encoding_speed/decrease_encoding_speed for the 0.2 release
- 13:59 Ticket #111 (Keep ssh tunnel alive) created by
- SSH through a NAT will often stop working after some idle time. The …
- 13:47 Ticket #105 (Make xpra_launcher available on other platforms) closed by
- fixed: The GUI was improved and made available to Unix platforms.
- 09:19 Changeset in xpra [732] by
- allow us to disable vpx and/or x264 using command line arguments: …
- 07:30 Ticket #94 (h264 frame encoding) closed by
- fixed: this is enough for the 0.2 release, the remaining issues are in #110
- 07:30 Ticket #110 (x264 and vpx improvements) created by
- #94 added x264 and vpx to trunk for the 0.2.x release. This ticket …
- 06:44 Changeset in xpra [731] by
- simplify!
04/17/12:
- 13:05 Changeset in xpra [730] by
- naugthy tabs vs spaces!
- 12:52 Changeset in xpra [729] by
- show what the data means in the header line
- 12:51 Changeset in xpra [728] by
- when keys is run from the command line, make it dump the gtk keymap
04/16/12:
- 19:28 Changeset in xpra [727] by
- whitespace
- 19:28 Changeset in xpra [726] by
- never mix tabs and spaces!
- 11:11 Changeset in xpra [725] by
- cosmetic logging consistency change
- 09:37 Ticket #109 (keyboard problems with dead keys and dvorak layout) created by
- Hello, I'm using dvorak-fr keyboard layout, which uses a "dead" key …
- 07:56 Changeset in xpra [724] by
- launcher: build and install xpra_launcher on Unix as well as on win32
04/13/12:
- 15:38 Changeset in xpra [723] by
- win32: add xpra logo to installer + display GPL license screen (not …
- 15:37 Changeset in xpra [722] by
- win32: add xpra.bmp to be used in the setup wizard
- 14:42 Changeset in xpra [721] by
- x264lib: change_encoding_speed must be hidden on win32
- 14:28 Changeset in xpra [720] by
- x264: hook up encoder-speed adjustement This works by measuring the …
- 14:28 Changeset in xpra [719] by
- xpra/vpx: don't log messages mentionning vpx when we're using x264
- 14:28 Changeset in xpra [718] by
- x264lib: add hooks to change the encoding preset to increase encoding …
- 14:15 Ticket #108 (Some german keys: "?" and "ß" mismatched) created by
- What steps will reproduce the problem? 1. Start xev in xpra 2. Press …
04/12/12:
- 17:51 Ticket #107 (resizing a maximized window yield strange results) created by
- Hello, when trying to resize a maximized window, the actual window on …
- 17:40 Changeset in xpra [717] by
- launcher: HACK add a 40 seconds wait in the main thread so that we …
- 17:38 Changeset in xpra [716] by
- x264lib: don't copy test file and x264lib.dll in win32 package are …
- 17:37 Changeset in xpra [715] by
- win32: associate .xpra to xpra session launcher
- 17:36 Changeset in xpra [714] by
- x264lib: move testlib.c to strict C89 for MS VC compatibility
- 17:35 Changeset in xpra [713] by
- x264lib: rebuild for win32 without the mod16-width bug
- 16:31 Changeset in xpra [712] by
- x264lib: update testlib.c
- 13:39 Changeset in xpra [711] by
- launcher: fix password field
- 13:29 Changeset in xpra [710] by
- xpra launcher: add password entry box
- 13:28 Changeset in xpra [709] by
- xpra launcher: add ability to read the session password in the file
- 13:28 Changeset in xpra [708] by
- xpra launcher: complete overhaul of the launcher: - add encoding …
Note: See TracTimeline
for information about the timeline view.