You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/04/20 15:52:26 UTC

[1/2] incubator-guacamole-server git commit: GUACAMOLE-268: Use 64-bit unsigned integers to represent file size internally (identical to RDPDR).

Repository: incubator-guacamole-server
Updated Branches:
  refs/heads/master 37fe3548d -> d3fa5e7fb


GUACAMOLE-268: Use 64-bit unsigned integers to represent file size internally (identical to RDPDR).


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/22887480
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/22887480
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/22887480

Branch: refs/heads/master
Commit: 228874804efcdefc78ae109a4f6ad7cdb4985283
Parents: 37fe354
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Apr 17 11:52:07 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Apr 17 11:52:07 2017 -0700

----------------------------------------------------------------------
 src/protocols/rdp/rdp_fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/22887480/src/protocols/rdp/rdp_fs.h
----------------------------------------------------------------------
diff --git a/src/protocols/rdp/rdp_fs.h b/src/protocols/rdp/rdp_fs.h
index abdda10..9168efb 100644
--- a/src/protocols/rdp/rdp_fs.h
+++ b/src/protocols/rdp/rdp_fs.h
@@ -229,7 +229,7 @@ typedef struct guac_rdp_fs_file {
     /**
      * The size of this file, in bytes.
      */
-    int size;
+    uint64_t size;
 
     /**
      * The time this file was created, as a Windows timestamp.


[2/2] incubator-guacamole-server git commit: GUACAMOLE-268: Merge RDP file size fix.

Posted by jm...@apache.org.
GUACAMOLE-268: Merge RDP file size fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/d3fa5e7f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/d3fa5e7f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/d3fa5e7f

Branch: refs/heads/master
Commit: d3fa5e7fbd0c22bf5e8ca119249bab88f7d5b582
Parents: 2ac1f14 2288748
Author: James Muehlner <ja...@guac-dev.org>
Authored: Thu Apr 20 08:49:20 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Thu Apr 20 08:49:20 2017 -0700

----------------------------------------------------------------------
 src/protocols/rdp/rdp_fs.h  | 2 +-
 src/protocols/vnc/display.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------