Marc-André Moreau
|
cea8c08328
|
ifreerdp: fix iOS/OSX platform detection
|
2013-12-03 15:19:58 -05:00 |
|
Marc-André Moreau
|
d9e1c0abaa
|
libfreerdp-codec: add more planar unit tests
|
2013-11-29 02:16:16 -05:00 |
|
Benoît LeBlanc
|
6e581daebb
|
Removed compilation warning
|
2013-11-18 11:34:24 -05:00 |
|
Marc-André Moreau
|
b0b8b6aa9e
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-11-12 12:59:41 -05:00 |
|
Armin Novak
|
25e7682e02
|
Added <MessagePipe_Clear> and argument for custom handlers to
<MessagePipe_New>.
|
2013-11-12 15:10:08 +01:00 |
|
Marc-André Moreau
|
fb23f08388
|
libfreerdp-client: fix possible infinite loop with .rdp file parsing containing freerdp options
|
2013-11-10 13:29:20 -05:00 |
|
Marc-André Moreau
|
4898868e9d
|
libwinpr-path: extend custom portability functions
|
2013-11-09 23:38:22 -05:00 |
|
Marc-André Moreau
|
7fa5ab7ced
|
Merge branch 'master' of github.com:mrthebunny/FreeRDP
|
2013-11-07 13:58:33 -05:00 |
|
Marc-André Moreau
|
8cbb7f42da
|
libwinpr-library: add GetModuleFileName implementation for Linux
|
2013-11-07 13:57:05 -05:00 |
|
Benoît LeBlanc
|
dfd39b6d0a
|
Fixed macro declaration
|
2013-11-07 13:55:06 -05:00 |
|
Benoît LeBlanc
|
c4dea17af3
|
added _scprintf macro to winpr because snprintf does not count characters on Windows.
Modified write_rdp_file_ macros for windows compatibility
|
2013-11-07 13:44:18 -05:00 |
|
Marc-André Moreau
|
cc301348df
|
libwinpr-crt: added SecureZeroMemory
|
2013-11-01 18:32:36 -04:00 |
|
Marc-André Moreau
|
8a64934c7b
|
libwinpr-io: start device file implementation
|
2013-10-31 11:02:25 -04:00 |
|
Marc-André Moreau
|
7e58dfd22b
|
winpr: fix wlog function prototypes
|
2013-10-28 18:21:14 -04:00 |
|
Marc-André Moreau
|
deff2217b8
|
Merge pull request #14 from MartinHaimberger/VOIDFix
WINPR Void Fix
|
2013-10-24 11:04:36 -07:00 |
|
Marc-André Moreau
|
fb4ac3b5dd
|
Merge pull request #13 from MartinHaimberger/EnvMerge
added merge function for environmentblocks
|
2013-10-24 11:04:09 -07:00 |
|
Martin Haimberger
|
b2ca632f79
|
WINPR Void Fix
c++ only allows only void to define empty parameter list
typedef defines a new type therfore its not valid in c++
|
2013-10-24 06:39:09 -07:00 |
|
Martin Haimberger
|
8479462b5e
|
changed the interface of SetEnvironmentVariableEBA
|
2013-10-23 03:43:06 -07:00 |
|
Martin Haimberger
|
97ef519a54
|
added Set/GetEnvironmentVariableEBA
did some bugfixing within the MergeEnvironmentVariable
added Tests
|
2013-10-23 02:27:31 -07:00 |
|
Marc-André Moreau
|
9c536cfe01
|
libwinpr-wtsapi: fix build after changes to libwinpr-nt
|
2013-10-22 21:43:59 -04:00 |
|
Marc-André Moreau
|
ebc096f2b2
|
libwinpr-nt: fix conflict for NtCreateFile on Windows
|
2013-10-22 21:38:16 -04:00 |
|
Marc-André Moreau
|
490f18a7aa
|
channels/rdpdr: don't use deprecated LIST util, use ListDictionary for faster lookups
|
2013-10-17 16:30:36 -04:00 |
|
Bernhard Miklautz
|
7c61b16da5
|
ListDictionary: added Remove_Head function
ListDictionary_Remove_Head removed the first object from the dictionary
and returns it's value.
|
2013-10-15 16:15:44 +02:00 |
|
Bernhard Miklautz
|
95bed71dbc
|
ListDictionary: support for wObject added
|
2013-10-15 15:51:53 +02:00 |
|
Bernhard Miklautz
|
86e53aed9a
|
ListDictionary_Remove: return value if removed
Update tests accordingly.
|
2013-10-15 15:49:57 +02:00 |
|
Marc-André Moreau
|
7dd95b9587
|
libwinpr-crypto: improve Schannel unit test
|
2013-10-11 04:01:07 -04:00 |
|
Marc-André Moreau
|
90b90ad496
|
libwinpr-utils: improve quality of data for reconstructed IP headers
|
2013-10-09 15:11:56 -04:00 |
|
Marc-André Moreau
|
a3f0f4c8dc
|
libfreerdp-core: started logging packets to pcap file
|
2013-10-08 23:43:57 -04:00 |
|
Marc-André Moreau
|
684db03578
|
libwinpr-utils: start implement wlog packet appender
|
2013-10-08 23:18:59 -04:00 |
|
Marc-André Moreau
|
c96207fd69
|
Merge pull request #10 from MartinHaimberger/fixLogWarnings
fixed warining fo not constant log format string
|
2013-10-08 15:54:32 -07:00 |
|
Marc-André Moreau
|
85e6729854
|
Merge pull request #9 from hardening/awakecoding
Fix function prototype
|
2013-10-08 15:54:21 -07:00 |
|
Marc-André Moreau
|
353816e050
|
Merge pull request #6 from MartinHaimberger/loglevel
Loglevel
|
2013-10-08 15:53:54 -07:00 |
|
Martin Haimberger
|
7d35c1adaf
|
fixed warining fo not constant log format string
|
2013-10-07 02:20:01 -07:00 |
|
Hardening
|
c37c86601d
|
Fix function prototype
This patch fixes the prototypes with warnings enabled.
|
2013-10-04 23:07:31 +02:00 |
|
Martin Haimberger
|
5e073f5f17
|
loglevel filtering fix
|
2013-10-03 06:32:12 -07:00 |
|
Martin Haimberger
|
02487da987
|
added c++ declaration in wlog
|
2013-10-03 05:07:37 -07:00 |
|
Marc-André Moreau
|
aaeb4ea0b2
|
libwinpr-utils: add wlog support for image and binary data
|
2013-10-02 15:41:46 -04:00 |
|
Marc-André Moreau
|
0569de167d
|
libwinpr-utils: further split wlog framework into more source files, add some thread safety for write operations
|
2013-10-02 13:38:21 -04:00 |
|
Marc-André Moreau
|
3fb2724536
|
libwinpr-utils: fix default WLog behaviour
|
2013-10-01 20:45:20 -04:00 |
|
Marc-André Moreau
|
2684b829d0
|
libwinpr-utils: add simple parent/child hierarchy
|
2013-10-01 18:19:50 -04:00 |
|
Marc-André Moreau
|
0b29f72cc4
|
libwinpr-utils: added default file output path for wlog
|
2013-10-01 16:50:47 -04:00 |
|
Marc-André Moreau
|
a374525e6a
|
libwinpr-utils: split wlog framework
|
2013-10-01 16:08:26 -04:00 |
|
Marc-André Moreau
|
f4e98f29ec
|
libwinpr-pipe: add server-side named pipe waiting
|
2013-09-25 19:13:39 -04:00 |
|
Marc-André Moreau
|
7ec19ac0f2
|
libwinpr-thread: fix build on Windows
|
2013-09-25 15:47:18 -04:00 |
|
Marc-André Moreau
|
4a77f12b32
|
libwinpr-security: expand stubs
|
2013-09-24 00:07:48 -04:00 |
|
Marc-André Moreau
|
0506bd1ac6
|
libwinpr-security: initial stub module
|
2013-09-23 22:39:28 -04:00 |
|
Marc-André Moreau
|
3d2754e8ed
|
libwinpr-environment: implement required functions for CreateProcess
|
2013-09-23 14:44:59 -04:00 |
|
Marc-André Moreau
|
56672023db
|
libwinpr-thread: start implementing CommandLineToArgv
|
2013-09-21 17:16:49 -04:00 |
|
Marc-André Moreau
|
e841e6068b
|
winpr: fix inclusion of winternl.h
|
2013-09-20 14:39:31 -04:00 |
|
Marc-André Moreau
|
b9a3ff3c85
|
winpr: fix build on Linux
|
2013-09-19 15:47:54 -04:00 |
|