|
|
@58952
|
9 years |
vboxsync |
build fix
|
|
|
@58949
|
9 years |
vboxsync |
Runtime: when reporting the OS version, explicitly distinguish between …
|
|
|
@58826
|
9 years |
vboxsync |
rtFileRecalcAndValidateFlags: Correct windows access mask assertion.
|
|
|
@58825
|
9 years |
vboxsync |
RTFileOpen: fix for r104213
|
|
|
@58769
|
9 years |
vboxsync |
RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
|
|
|
@58768
|
9 years |
vboxsync |
RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
|
|
|
@58767
|
9 years |
vboxsync |
revered r104210, got unfinished asm.h changes mixed into it.
|
|
|
@58766
|
9 years |
vboxsync |
RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
|
|
|
@58440
|
9 years |
vboxsync |
Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
|
|
|
@58389
|
9 years |
vboxsync |
IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
|
|
|
@58322
|
9 years |
vboxsync |
localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
|
|
|
@58320
|
9 years |
vboxsync |
localipc-posix.cpp: OS/2 build fix.
|
|
|
@58319
|
9 years |
vboxsync |
localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
|
|
|
@58318
|
9 years |
vboxsync |
localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
|
|
|
@58305
|
9 years |
vboxsync |
RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
|
|
|
@58303
|
9 years |
vboxsync |
RTTestCreateChild: Added new method for creating a test instance in a …
|
|
|
@58302
|
9 years |
vboxsync |
localipc-posix.cpp: rtSocketListen should be done when creating the …
|
|
|
@58301
|
9 years |
vboxsync |
RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
|
|
|
@58300
|
9 years |
vboxsync |
RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
|
|
|
@58299
|
9 years |
vboxsync |
localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
|
|
|
@58298
|
9 years |
vboxsync |
localipc-win.cpp: Fixes, improvments and cleanups. Highlights:
- Added …
|
|
|
@58297
|
9 years |
vboxsync |
RTLocalIpc: Added flag to the server and connection creation functions …
|
|
|
@58295
|
9 years |
vboxsync |
iprt: Added RTLocalIpcSessionReadNB on posix systems.
|
|
|
@58294
|
9 years |
vboxsync |
localipc-posix.cpp: Adjust cMillies on interrupt in …
|
|
|
@58293
|
9 years |
vboxsync |
localipc.h: Correct read/write parameter names.
|
|
|
@58292
|
9 years |
vboxsync |
localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
|
|
|
@58290
|
9 years |
vboxsync |
RTLocalIpc fixes.
|
|
|
@58288
|
9 years |
vboxsync |
localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
|
|
|
@58282
|
9 years |
vboxsync |
localipc-posix.cpp: Partly debugged code.
|
|
|
@58171
|
9 years |
vboxsync |
doxygen: fixes.
|
|
|
@58169
|
9 years |
vboxsync |
Runtime: fixed another XML version check
|
|
|
@58168
|
9 years |
vboxsync |
Runtime: fixed XML version check
|
|
|
@58155
|
9 years |
vboxsync |
check the index first
|
|
|
@58135
|
9 years |
vboxsync |
Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
|
|
|
@57978
|
9 years |
vboxsync |
IPRT: Doxygen warning fixes (last ones, hopefully).
|
|
|
@57974
|
9 years |
vboxsync |
IPRT: Some more doxygen fixes.
|
|
|
@57970
|
9 years |
vboxsync |
Runtime: fixed parameters for RTUdpCreateClientSocket
|
|
|
@57958
|
9 years |
vboxsync |
Runtime/udp: use default connect.
|
|
|
@57957
|
9 years |
vboxsync |
Runtime: Allow specifying the default destination address on the UDP …
|
|
|
@57955
|
9 years |
vboxsync |
IPRT: Add RTUdpCreateClientSocket.
|
|
|
@57944
|
9 years |
vboxsync |
iprt: More doxygen corrections.
|
|
|
@57928
|
9 years |
vboxsync |
nits.
|
|
|
@57926
|
9 years |
vboxsync |
IPRT: Doxygen clenaups (mostly).
|
|
|
@57919
|
9 years |
vboxsync |
direnum-r3-nt.cpp: Don't try FileIdBothDirectoryInformation on W2K and …
|
|
|
@57918
|
9 years |
vboxsync |
process-posix.cpp: build fix.
|
|
|
@57916
|
9 years |
vboxsync |
IPRT: More windows process creation hacking and cleaning up. Cleaned …
|
|
|
@57906
|
9 years |
vboxsync |
RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
|
|
|
@57905
|
9 years |
vboxsync |
IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
|
|
|
@57872
|
9 years |
vboxsync |
process-creation-posix.cpp: solaris build fix.
|
|
|
@57871
|
9 years |
vboxsync |
process-creation-posix.cpp: darwin build fix.
|
|
|
@57869
|
9 years |
vboxsync |
process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
|
|
|
@57865
|
9 years |
vboxsync |
IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
|
|
|
@57864
|
9 years |
vboxsync |
IPRT: Hacks for building IPRT testcases that can run on NT4.
|
|
|
@57845
|
9 years |
vboxsync |
RTProcCreateEx/win: uninitialized rc fix and made the …
|
|
|
@57843
|
9 years |
vboxsync |
RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
|
|
|
@57835
|
9 years |
vboxsync |
RTProc,RTEnv: First pass over the windows process creation code, …
|
|
|
@57824
|
9 years |
vboxsync |
IPRT/process-win.cpp: Also clone the handed-in environment block.
|
|
|
@57820
|
9 years |
vboxsync |
IPRT/process-win.cpp: User profile environment handling, take 2: …
|
|
|
@57799
|
9 years |
vboxsync |
IPRT/process: Introduced flag RTPROC_FLAGS_OVERWRITE_WITH_PROFILE …
|
|
|
@57758
|
9 years |
vboxsync |
IPRT/process-win.cpp: Overwrite existing env vars if …
|
|
|
@57753
|
9 years |
vboxsync |
IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
|
|
|
@57656
|
9 years |
vboxsync |
IPRT/process-win.cpp: Don't unset env variables from parent in …
|
|
|
@57646
|
9 years |
vboxsync |
IPRT/pipe: build fix
|
|
|
@57643
|
9 years |
vboxsync |
IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
|
|
|
@57636
|
9 years |
vboxsync |
RTPipeFromNative/win: Handle full duplex pipes without asserting and …
|
|
|
@57634
|
9 years |
vboxsync |
fileio-win.cpp: W10 return ERROR_INVALID_FUNCTION in RTFileQueryInfo …
|
|
|
@57622
|
9 years |
vboxsync |
duh2
|
|
|
@57621
|
9 years |
vboxsync |
duh
|
|
|
@57620
|
9 years |
vboxsync |
fileio-win.cpp: Condensed the console I/O handle workaround code in …
|
|
|
@57613
|
9 years |
vboxsync |
IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
|
|
|
@57603
|
9 years |
vboxsync |
IPRT/fileio-win.cpp: Follow-up fix to r102458: Use the undocumented …
|
|
|
@57598
|
9 years |
vboxsync |
Typo.
|
|
|
@57597
|
9 years |
vboxsync |
IPRT/fileio-win.cpp: Fixed support for RTFileQueryInfo() in …
|
|
|
@57582
|
9 years |
vboxsync |
build fix
|
|
|
@57580
|
9 years |
vboxsync |
IPRT: Implemented RTCrStoreCreateSnapshotById for darwin.
|
|
|
@57572
|
9 years |
vboxsync |
IPRT: Started on accessing system certificate stores to get SSL roots …
|
|
|
@57476
|
9 years |
vboxsync |
space.
|
|
|
@57434
|
9 years |
vboxsync |
build fix
|
|
|
@57432
|
9 years |
vboxsync |
iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
|
|
|
@57405
|
9 years |
vboxsync |
build fix
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57157
|
9 years |
vboxsync |
Runtime/win: Windows 10
|
|
|
@57049
|
9 years |
vboxsync |
direnum-r3-nt.cpp: Just use 64KB buffers with remote directories, …
|
|
|
@57020
|
9 years |
vboxsync |
direnum-r3-nt.cpp: Workaround for windows CIFS servers with …
|
|
|
@57004
|
9 years |
vboxsync |
iprt,*: Marked all format strings in the C part of IPRT and fixed the …
|
|
|
@56978
|
9 years |
vboxsync |
Runtime: Formatting fixes, time.cpp being the most significant.
|
|
|
@56747
|
9 years |
vboxsync |
Fix two small memory leaks found by Parfait
|
|
|
@56335
|
10 years |
vboxsync |
*.def,*.sed,*.m,*.mm: whitespace and svn properties
|
|
|
@56313
|
10 years |
vboxsync |
whitespace
|
|
|
@56309
|
10 years |
vboxsync |
RTLdrLoad[Ex]/NT: Reimplemented backend with proper unicode conversion …
|
|
|
@56290
|
10 years |
vboxsync |
IPRT: Updated (C) year.
|
|
|
@56279
|
10 years |
vboxsync |
va_end(), warning
|
|
|
@56222
|
10 years |
vboxsync |
warnings
|
|
|
@56004
|
10 years |
vboxsync |
warning
|
|
|
@55980
|
10 years |
vboxsync |
iprt/log.h,++: Added extended logger instance getters that also checks …
|
|
|
@55794
|
10 years |
vboxsync |
Runtime: Replaced .rc file.
|
|
|
@55784
|
10 years |
vboxsync |
Restored lost ProductVersion.
|
|
|
@55782
|
10 years |
vboxsync |
Added an empty macro as a place holder for any additional strings we …
|
|
|
@55781
|
10 years |
vboxsync |
Clean up RC files, adding more version.h defines for common values.
|
|
|
@55772
|
10 years |
vboxsync |
Two more RC defines.
|
|
|