Michael Jumper
|
7bbc9b5ae5
|
Fixed closing of stream on transfer.
|
2010-09-23 09:54:17 +00:00 |
|
Michael Jumper
|
520d4cb789
|
Working pause/resume
|
2010-09-22 18:16:39 +00:00 |
|
Michael Jumper
|
b6e7e8038e
|
Added -lpthread for semaphore
|
2010-09-22 00:15:41 -07:00 |
|
Michael Jumper
|
df066bcfb8
|
Giving threadsafety in client registry with semaphore
|
2010-09-22 00:09:24 -07:00 |
|
Michael Jumper
|
0fdcfab825
|
Removed master Makefile
|
2010-09-21 18:23:22 -07:00 |
|
Michael Jumper
|
bf9a5d6cce
|
Fixed configure.in
|
2010-09-21 18:22:43 -07:00 |
|
Michael Jumper
|
d08c863e80
|
vnc_client automake
|
2010-09-21 18:12:42 -07:00 |
|
Michael Jumper
|
3c95912111
|
Removed unnecessary dependency on libpng, fixed header check and include
|
2010-09-21 17:59:08 -07:00 |
|
Michael Jumper
|
c159b2909c
|
Fixed include installation path
|
2010-09-21 17:45:40 -07:00 |
|
Michael Jumper
|
672cd5d3f9
|
Flag errors for missing libs, include from system dirs
|
2010-09-21 23:39:41 +00:00 |
|
Michael Jumper
|
3444d7b8e6
|
Copied changes to configure.in from libguac
|
2010-09-21 23:04:41 +00:00 |
|
Michael Jumper
|
7028ca9e3f
|
automake for guacd
|
2010-09-21 23:02:09 +00:00 |
|
Michael Jumper
|
95884b28fc
|
Added AUTHORS and COPYING content
|
2010-09-21 22:45:15 +00:00 |
|
Michael Jumper
|
653548be4a
|
Moved files to src/
|
2010-09-21 22:39:18 +00:00 |
|
Michael Jumper
|
a8615a00a0
|
Added automake files.
|
2010-09-21 22:28:26 +00:00 |
|
Michael Jumper
|
65fefd5357
|
Added include directory and warnings
|
2010-09-21 22:23:58 +00:00 |
|
Michael Jumper
|
c4ff32d6a4
|
Starting to use automake... mostly stubbed now
|
2010-09-21 22:16:19 +00:00 |
|
Michael Jumper
|
50355ab353
|
Hostname/port configuration options
|
2010-09-21 19:58:13 +00:00 |
|
Michael Jumper
|
81cb2d60a3
|
Temporary workaround to fix session issue - will be academic once handoff is implemented
|
2010-09-21 19:48:03 +00:00 |
|
Michael Jumper
|
15cc6278fa
|
Added improved logging, all handlers now return int, much more stable
|
2010-09-20 22:09:32 -07:00 |
|
Michael Jumper
|
c1e7f19feb
|
Merge branch 'zhangmaike/native-client' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into zhangmaike/native-client
|
2010-09-20 18:13:42 -07:00 |
|
Michael Jumper
|
79fabff39d
|
Remove -O2, check rfbInitClient return value, provide return value in client init
|
2010-09-20 18:13:32 -07:00 |
|
Michael Jumper
|
ba0aa94571
|
Need to zero out struct
|
2010-09-20 21:20:10 +00:00 |
|
Michael Jumper
|
72277b50aa
|
Fixed makefiles (CFLAGS)
|
2010-09-19 18:35:25 -07:00 |
|
Michael Jumper
|
f17a35aa7b
|
Restored -O2, now using syslog
|
2010-09-19 18:23:36 -07:00 |
|
Michael Jumper
|
f11fddaaa1
|
No session creation in InstructionStream, made connect syncronous to avoid current session race
|
2010-09-19 01:19:58 -07:00 |
|
Michael Jumper
|
e709beb144
|
Moved client registry into own separate UUID-tree datatype, added client registry struct, migrated dependencies
|
2010-09-18 23:56:48 -07:00 |
|
Michael Jumper
|
7cc239b940
|
Adding .swp to .gitignore
|
2010-09-18 23:22:41 -07:00 |
|
Michael Jumper
|
b72469e0da
|
Restored UUID, removed handoff (bad impl), added TODOs
|
2010-09-18 13:04:24 -07:00 |
|
Michael Jumper
|
26d1cba7cb
|
Threads
|
2010-09-18 12:39:57 -07:00 |
|
Michael Jumper
|
709911059e
|
Beginnings of threads instead of processes, pluggable client specified at command line
|
2010-09-18 11:58:16 -07:00 |
|
Michael Jumper
|
c7b44d9daf
|
Moved pluggable client load outside client spawn
|
2010-09-18 11:25:00 -07:00 |
|
Michael Jumper
|
49131fae1b
|
Handoff implemented ... but registry is not shared because we're using processes instead of threads, hence it doesn't work.
|
2010-09-18 02:11:51 -07:00 |
|
Michael Jumper
|
16d335aa19
|
Added client registry, added GUACIO transfer operation
|
2010-09-18 00:21:49 -07:00 |
|
Michael Jumper
|
96b94f60e9
|
Removed control servlets.
|
2010-09-17 23:31:49 -07:00 |
|
Michael Jumper
|
6f0d162953
|
.gitignore files
|
2010-09-17 23:31:13 -07:00 |
|
Michael Jumper
|
0fa7530fd5
|
disconnect instruction
|
2010-09-17 22:26:28 -07:00 |
|
Michael Jumper
|
60d78e22c7
|
Initial connect instruction support, connection UUIDs
|
2010-09-17 22:05:23 -07:00 |
|
Michael Jumper
|
0630e69668
|
Added file comment - necessary for Doxygen to pick up function definitions and typedefs
|
2010-09-16 21:25:45 -07:00 |
|
Michael Jumper
|
521f0c44b5
|
More function docs
|
2010-09-16 21:17:22 -07:00 |
|
Michael Jumper
|
6dca902d56
|
Handler documentation
|
2010-09-16 21:53:15 +00:00 |
|
Michael Jumper
|
a0e4da84ef
|
typedefs for handlers
|
2010-09-16 20:55:39 +00:00 |
|
Michael Jumper
|
747eb7ce32
|
Changed clean-doc target
|
2010-09-15 23:44:09 -07:00 |
|
Michael Jumper
|
1378234d04
|
Documentation - initial trial of doxygen within guac
|
2010-09-15 23:43:14 -07:00 |
|
Michael Jumper
|
2c0219c03b
|
Now using true inbound instruction stream ... no more event-specific servlets.
|
2010-09-15 01:18:00 -07:00 |
|
Michael Jumper
|
96fff8b3de
|
Merge branch 'zhangmaike/native-client' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into zhangmaike/native-client
|
2010-09-13 01:49:46 -07:00 |
|
Michael Jumper
|
5b85320637
|
Working pluggable protocols.
|
2010-09-13 01:48:53 -07:00 |
|
Michael Jumper
|
5b66e05f8d
|
Moved guac -> libguac, moving towards pluggable protocols.
|
2010-09-13 01:14:08 -07:00 |
|
Michael Jumper
|
69612b3f5d
|
Fixed malloc problem due to bad naming.
|
2010-09-12 14:53:47 -07:00 |
|
Michael Jumper
|
279266a67d
|
Using POST instead of GET + seq
|
2010-09-12 01:06:07 -07:00 |
|