You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pavel Roskin
a452d8d36a
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
...
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and
includes. AM_CFLAGS is for flags affecting the compiler, such as debug
and optimization settings.
INCLUDES is an obsolete name. Users can pass INCLUDES and break
compilation. AM_CPPFLAGS is more explicit that the flags come from
Automake and should not be overridden.
9 years ago
..
Makefile.am
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
9 years ago
arch.h
common: some minor changes to arch.h
10 years ago
crc16.h
misc fixes for Xorg and compile
11 years ago
defines.h
common: small fix for 32 bit color
11 years ago
fifo.c
common: no logic change, remove spaces
10 years ago
fifo.h
common: no logic change, remove spaces
10 years ago
file.c
Run through codespell
9 years ago
file.h
common: no logic change, update comments
11 years ago
file_loc.h
move some hard code paths to defines in header
10 years ago
list.c
common: no logic change, update comments
11 years ago
list.h
common: indent, not logic change
10 years ago
list16.c
common: fix for list16_insert_item
10 years ago
list16.h
reduce the memory needed for crc16 bitmap cache lists
11 years ago
log.c
common: set log file fd to close on exec
9 years ago
log.h
common: indent, not logic change
10 years ago
os_calls.c
Run through codespell
9 years ago
os_calls.h
common: change wait objs to use 'pipe' and remove per process temp directories in /tmp/.xrdp/
9 years ago
parse.h
work on main loop changes
10 years ago
rail.h
common: no logic change, update comments
11 years ago
ssl_calls.c
rename g_tcp_can_recv to g_sck_can_recv
9 years ago
ssl_calls.h
common: move tls calls to ssl_calls
10 years ago
thread_calls.c
common: no logic change, update comments
11 years ago
thread_calls.h
common: no logic change, update comments
11 years ago
trans.c
common: check for term in force send and recv
9 years ago
trans.h
add timeout to trans_get_wait_objs_rw
9 years ago
xrdp_client_info.h
add frame acks and h264 codec mode basics
10 years ago
xrdp_constants.h
add frame acks and h264 codec mode basics
10 years ago
xrdp_rail.h
common: indent, not logic change
10 years ago