platform/upstream/freerdp.git
2011-10-04 Vic Leexfreerdp: fix fullscreen toggling to avoid memory leaks.
2011-10-04 Vic Leexfreerdp: add missing include nsc.h
2011-10-04 Vic Leelibfreerdp-core: fix an trivial mistake in reading...
2011-10-04 Vic Leeinclude: fix libfreerdp-codec header installation.
2011-10-03 Marc-André... xfreerdp: initialize NSCodec context if NSCodec is...
2011-10-03 Marc-André... libfreerdp-core: move bitmap decompression out of the...
2011-10-03 Marc-André... libfreerdp-codec: NSCodec code style cleanup
2011-10-03 Marc-André... libfreerdp-codec: merge with libfreerdp-nsc
2011-10-03 Marc-André... libfreerdp-nsc: merging
2011-10-03 Marc-André... libfreerdp-codec: merge with libfreerdp-rfx
2011-10-03 Marc-André... Merge pull request #125 from jiten19/master
2011-10-02 qubitfinished codec and push with bugs
2011-10-02 qubitnscodec in hw and sw gdi
2011-10-02 qubitNSCODEC library
2011-10-02 qubitnscodec capability set
2011-09-30 Marc-André... xfreerdp-server: improve RemoteFX pcap replay timing
2011-09-30 Marc-André... libfreerdp-gdi: replace gdi_copy_mem by memmove
2011-09-30 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-09-30 Marc-André... xfreerdp: fix 32bpp cursors
2011-09-29 Marc-André... Merge pull request #124 from mfleisz/master
2011-09-29 Martin Fleiszlibfreerdp-gdi: fixed half-mirrored rfx tiles when...
2011-09-29 Marc-André... libfreerdp-core: added authenticate callback
2011-09-29 Marc-André... xfreerdp: fix missing signal.h include
2011-09-29 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-09-29 Marc-André... xfreerdp: initial cursor support
2011-09-28 Marc-André... Merge pull request #123 from shlevy/signal-handling
2011-09-28 Shea Levysignal.h: We still need api.h on WIN32
2011-09-28 Shea LevyMake freerdp_handle_signals return an int, return ...
2011-09-28 Shea LevyDon't block SIGCONT
2011-09-28 Shea LevyHandle the stopping signals, explicitly unblock the...
2011-09-28 Shea Levypassphrase: Use the global values the signal handler...
2011-09-28 Shea Levyxfreerdp: Handle signals on start
2011-09-28 Shea Levyfreerdp_handle_signals: Handle all POSIX-specified...
2011-09-28 Shea Levyfreerdp_handle_signals: Reset the terminal for a fatal...
2011-09-28 Shea LevyActually wait for the child process to stop
2011-09-28 Shea LevyAdd test to check that handle_signals resets the terminal
2011-09-28 Shea LevyMissing includes in signal.h
2011-09-28 Shea LevyMerge remote-tracking branch 'upstream/master' into...
2011-09-28 Shea LevyCompile signal.c
2011-09-28 Shea LevyAdd a stub for freerdp_handle_signals
2011-09-28 Shea LevyAdd a header for signal handling
2011-09-27 Marc-André... xfreerdp: fix color conversion in 16-bit X11 environment
2011-09-27 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-09-27 Marc-André... libfreerdp-utils: fix home path detection for certstore...
2011-09-27 Jay SorgMerge branch 'master' of github.com:FreeRDP/FreeRDP
2011-09-27 Jay Sorgcode cleanup
2011-09-27 Marc-André... xfreerdp: improve error tolerance in xf_GetWorkArea
2011-09-27 Marc-André... libfreerdp-utils: avoid relying on HOME environment...
2011-09-27 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-09-25 Marc-André... xfreerdp: fix usage of invalid structure pointer in...
2011-09-25 Marc-André... wfreerdp: start Win32 GDI implementation, fix certstore
2011-09-25 Marc-André... wfreerdp: fix tcp non-blocking read
2011-09-25 Marc-André... wfreerdp: fix mutex handling
2011-09-25 Otavio SalvadorMerge pull request #122 from shlevy/readpassphrase
2011-09-25 Vic Leerdpsnd/pulse: add latency control.
2011-09-25 Vic Leerdpsnd/alsa: better buffer size against requested latency.
2011-09-25 Vic Leelibfreerdp-utils/memory: add a pointer check in xstrdup.
2011-09-25 Vic Leerdpsnd: add manual latency control for ALSA.
2011-09-24 Shea Levypassphrase_read: Set errno to ENOSYS and return on...
2011-09-24 Shea LevyMerge remote-tracking branch 'upstream/master' into...
2011-09-24 Shea Levyxfreerdp: Read passwords using passphrase_read if none...
2011-09-24 Shea Levypassphrase_read: Don't include a null terminator in...
2011-09-24 Shea Levypassphrase_read: Read from stdin if tty can't be opened
2011-09-24 Shea LevyAdd test to check that passphrase_read reads from stdin...
2011-09-24 Shea Levypassphrase_read: Write to stderr if tty can't be opened
2011-09-24 Shea LevyAdd test to check that passphrase_read prompts to stder...
2011-09-24 Shea Levypassphrase_read: Echo newlines during read
2011-09-24 Shea LevyAdd test to check that passphrase_read turns on ECHONL
2011-09-24 Shea Levypassphrase_read: Factor out error handling
2011-09-24 Shea Levypassphrase_read: Reset terminal to original attributes...
2011-09-24 Shea LevyAdd test to check that passphrase_read resets the termi...
2011-09-24 Shea Levypassphrase_read: Turn off ECHO on the terminal
2011-09-24 Shea LevyFix assert in passphrase_read_turns_off_echo_during_read
2011-09-24 Shea Levypassphrase_read: Overwrite possible references to passp...
2011-09-24 Shea LevyRemove chance of undefined behavior corner case
2011-09-24 Shea Levypassphrase_read: set errno and return NULL when possibl...
2011-09-24 Shea LevyAdd test to check that passphrase_read turns off ECHO
2011-09-24 Jay Sorgcoding style
2011-09-24 Shea Levypassphrase_read: Set buf_iter to NULL so nothing passph...
2011-09-24 Shea Levypassphrase_read: Read from the controlling tty
2011-09-24 Jay Sorgmove non settings security items out of settings
2011-09-24 Shea LevyUse pipes to pass the string we need to verify to the...
2011-09-24 Shea LevyAdd test to check that passphrase_read reads from the...
2011-09-24 Shea Levypassphrase_read: Wrie the prompt to the controlling tty
2011-09-24 Shea Levypassphrase_read_propmts_to_tty: open the slave device...
2011-09-24 Shea LevyWrite (currently failing) test to check that freerdp_pa...
2011-09-24 Marc-André... libfreerdp-core: fix segmentation fault in update_reset...
2011-09-23 Shea LevyRemove the flags argument to passphrase_read
2011-09-23 Shea LevyInclude stdlib.h in passphrase for size_t and NULL
2011-09-23 Shea LevyBuild passphrase.c as part of libfreerdp-utils
2011-09-23 Shea LevyFollow apparent asterisk placement convention
2011-09-23 Shea LevyAdd CUnit test stub for passphrase_read
2011-09-23 Shea LevyAdd stub for the passphrase utility
2011-09-23 Shea LevyAdd header for forthcoming passphrase utility
2011-09-23 Marc-André... cmake: fix build options for wfreerdp
2011-09-23 Marc-André... wfreerdp: fix compilation on windows
2011-09-23 Marc-André... xfreerdp: fix RemoteApp after addition of cliprdr
2011-09-23 Marc-André... Merge pull request #120 from llyzs/cliprdr
2011-09-23 Vic Leecliprdr: integrate with xfreerdp.
2011-09-23 Marc-André... xfreerdp: initial RemoteApp support with --gdi hw ...
next