summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xrdp_wm: in multimon scenario, draw log window and login window onspeidy2016-05-122-5/+44
* Merge pull request #372 from proski/gcc5-warningsjsorg712016-05-114-36/+17
|\
| * Remove unused variables in get_display_num_from_display()Pavel Roskin2016-05-061-18/+0
| * Remove unused variable in devredir_cvt_from_unicode_len()Pavel Roskin2016-05-061-2/+1
| * Remove unused variables from dev_redir_proc_query_dir_response()Pavel Roskin2016-05-061-15/+5
| * Check XGetWindowProperty() return code in clipboard_event_property_notify()Pavel Roskin2016-05-061-0/+10
| * Return correct error code from process_server_paint_rect_shmem_ex()Pavel Roskin2016-05-061-1/+1
|/
* Merge pull request #370 from proski/typosItamar Reis Peixoto2016-05-0637-86/+85
|\
| * Remove extraneous color initializationPavel Roskin2016-05-051-1/+0
| * Use better symbols to protect include filesPavel Roskin2016-05-052-4/+4
| * Use uniform comments for GUIDsPavel Roskin2016-05-051-5/+5
| * Capitalize language and country namesPavel Roskin2016-05-051-8/+8
| * Typo fixesPavel Roskin2016-05-0433-68/+68
* | Merge pull request #332 from metalefty/freebsd/ipv6jsorg712016-05-051-40/+47
|\ \ | |/ |/|
| * common: no logic change, indent 2 -> 4Koichiro IWAO2016-02-231-39/+39
| * common: no logic change, fix alignment, whitespacesKoichiro IWAO2016-02-231-2/+2
| * common: add log for g_tcp_connectKoichiro IWAO2016-02-231-0/+7
* | Merge pull request #360 from proski/format-warningsjsorg712016-05-0321-111/+100
|\ \
| * | Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-237-36/+20
| * | Fix recently introduced warnings in session.cPavel Roskin2016-04-211-10/+10
| * | Fix warnings about unused variables and functionsPavel Roskin2016-04-216-7/+8
| * | Fix more format warningsPavel Roskin2016-04-216-37/+37
| * | Fix format warnings caused by g_writeln("")Pavel Roskin2016-04-213-21/+21
| * | Include config_ac.h from common/os_calls.h to enable all format warningsPavel Roskin2016-04-211-0/+4
* | | trans: set non blocking socket after acceptJay Sorg2016-04-271-1/+1
* | | Merge pull request #366 from proski/macos-semjsorg712016-04-262-11/+26
|\ \ \ | |/ / |/| |
| * | Add unnamed semaphore support on Mac OSPavel Roskin2016-04-232-11/+26
|/ /
* | X11rdp: Mesa link fixJay Sorg2016-04-211-0/+7
* | multimon fixJay Sorg2016-04-201-4/+0
* | X11rdp: merge multimon from Xorg driverJay Sorg2016-04-193-7/+197
* | Merge pull request #359 from metalefty/sesman/configurable-xserver-pathjsorg712016-04-183-11/+25
|\ \
| * | sesman: do not hardcode Xorg/X11rdp/Xvnc executablesKoichiro IWAO2016-04-072-7/+23
| * | sesman: brief xorg_params, no logic changeKoichiro IWAO2016-04-071-4/+2
* | | Merge pull request #361 from metalefty/do-not-attempt-to-trap-sigkilljsorg712016-04-172-15/+1
|\ \ \
| * | | Remove trailing whitespace, no logic changeKoichiro IWAO2016-04-111-1/+1
| * | | Do not attempt to trap SIGKILL part 2Koichiro IWAO2016-04-112-14/+0
|/ / /
* | | fix warningsJay Sorg2016-04-093-3/+23
* | | remove some warningsJay Sorg2016-04-092-6/+3
* | | remove some warningsJay Sorg2016-04-091-6/+6
|/ /
* | common: call recv/send before can_recv/can_sendJay Sorg2016-04-061-51/+45
* | common: fix warningsJay Sorg2016-04-021-3/+7
* | Merge pull request #353 from nerdknight/develjsorg712016-04-023-3/+3
|\ \
| * | Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-283-3/+3
|/ /
* | Merge pull request #341 from proski/sanity-checksjsorg712016-03-169-41/+536
|\ \
| * | Annotate printf-like functions if supported by the compilerPavel Roskin2016-03-033-5/+238
| * | Enable -Wall flag for compilers that support itPavel Roskin2016-03-035-2/+235
| * | Be more specific in error messages about PID file locationPavel Roskin2016-03-032-4/+4
| * | Check if rsakeys.ini exists on startup, exit if it's missingPavel Roskin2016-03-031-0/+8
| * | Move all sanity checks to a separate function xrdp_sanity_check()Pavel Roskin2016-03-031-30/+51
* | | Merge pull request #347 from metalefty/typoItamar Reis Peixoto2016-03-161-1/+1
|\ \ \