summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-12econproxy: Move iov from struct ep into rfb_initBenjamin Franzke1-6/+6
Its the only place where it is used.
2013-03-12econpacket: Add copyrightBenjamin Franzke2-0/+34
2013-03-12Use perror where possibleBenjamin Franzke2-8/+5
2013-03-12econproxy: Remove unneded errno.h and assert.h includesBenjamin Franzke1-2/+0
2013-03-12econfind: Remove debug codeBenjamin Franzke1-4/+1
2013-03-12econfind: Put clientinfo parsing into subfunctionBenjamin Franzke1-15/+20
2013-03-12econfind: close socketsBenjamin Franzke1-1/+3
2013-03-12util: Set SO_BROADCAST for udp eonnect sockets by defaultBenjamin Franzke2-36/+8
So that we can use it for econfind, and do not have the repeat all the code.
2013-03-12econfind: Add an error message for setockoptBenjamin Franzke1-4/+6
2013-03-12econserv: Remove duplicate tcp_fd socketBenjamin Franzke1-12/+1
2013-03-12econserv: Socket for tcp_fd has to be sock_streamBenjamin Franzke1-1/+1
2013-03-12Add econfind which searches a beamer given a broadcast addressBenjamin Franzke3-2/+111
2013-03-12util: Log to stderrBenjamin Franzke1-2/+2
2013-03-12util: bind/connect: log which protocol is usedBenjamin Franzke1-2/+4
2013-03-12util: Fix error string if connection failedBenjamin Franzke1-1/+1
2013-03-12econserv: Use epkt_init at least to init iovBenjamin Franzke1-25/+1
2013-03-12econserv: Use at least the econ_packet structureBenjamin Franzke1-49/+47
2013-03-12Move econ packet handling into seperate c-fileBenjamin Franzke4-137/+172
2013-03-11econproxy: Support connecting to a vnc serverBenjamin Franzke1-11/+37
So that we do not require that the server supports reverse connection.
2013-03-11launch_x11vnc: Add hint how to start in listen modeBenjamin Franzke1-0/+3
2013-03-11launch_x11vnc: Do not use config fileBenjamin Franzke1-1/+1
2013-03-11launch_x11vnc: Need to explictly disable auth for reverse connectionBenjamin Franzke1-0/+1
2013-03-11econproxy: Use union instead of cast for ssize_t vs size_tBenjamin Franzke1-7/+5
2013-03-11launch_x11vnc: Do not specify the clip, but force a geometryBenjamin Franzke1-1/+5
2013-03-11econproxy: Default to raw encoding againBenjamin Franzke1-1/+1
2013-03-11econproxy: Try RRE encoding (doesnt work..)Benjamin Franzke1-4/+23
2013-03-11econproxy: Try to send Zlib data (also not supported :[)Benjamin Franzke1-6/+7
2013-03-11Add ZRLE encoding which doesnt seem to be supportedBenjamin Franzke1-4/+24
..but lets test it further, maybe its just an implementation fault.
2013-03-11econproxy: Thight reader needs to pass a offset to loop_readBenjamin Franzke1-5/+6
2013-03-11econproxy: turn of sleepingBenjamin Franzke1-1/+1
We rather need a timer, so that we can try to synchronize to a static rate.
2013-03-11econproxy: debugging: print encodingBenjamin Franzke1-0/+1
2013-03-11Add -Wextra and use gnu99Benjamin Franzke4-9/+13
2013-03-11econserv: Eliminate c++ style commentsBenjamin Franzke1-2/+6
2013-03-11econproxy: Use ssize_t for read resultsBenjamin Franzke1-1/+1
Since size_t is unsigned, so checking for < 0 wont work.
2013-03-11econproxy: Use free_iov on error in framebuffer updateBenjamin Franzke1-12/+6
2013-03-11econproxy: Add econ_ prefix to send/read_packetBenjamin Franzke1-16/+16
To make clear its related to the beamer-side protocol.
2013-03-11econproxy: Move econ initialization into own functionBenjamin Franzke1-17/+26
2013-03-11econrpoxy: Move rfb initialization into own functionBenjamin Franzke1-51/+69
2013-03-11econproxy: First try on proxying tight [Not Working]Benjamin Franzke1-5/+49
2013-03-11econproxy: add some debugging outputBenjamin Franzke1-1/+4
2013-03-11econproxy: Put request & update into loop - Image is updated now! :)Benjamin Franzke1-17/+15
2013-03-11econproxy: No need to save first frame as ppm anymoreBenjamin Franzke1-21/+0
Was just for debugging purposes..
2013-03-11econproxy: datasize and nrects should be in network order for econBenjamin Franzke1-1/+3
2013-03-11econproxy: Add function to retreive a framebuffer updateBenjamin Franzke1-66/+96
It has to cope with multiple rects etc..
2013-03-10wipBenjamin Franzke1-8/+81
2013-03-10Disable quirks for windows-complianceBenjamin Franzke1-0/+2
2013-03-10econproxy: Move update request into own functionBenjamin Franzke1-10/+19
To be reusable..
2013-03-10Add GPL3 copyrightBenjamin Franzke4-1/+68
2013-03-10Makefile: Add a common rule for both client and serverBenjamin Franzke1-4/+1
2013-03-10Makefile: Add some cflagsBenjamin Franzke1-2/+4