source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21568   15 years dmik kernel32: Disable logging exceptions in release builds through RAS …
(edit) @21567   15 years dmik kernel32: Implemented GetVolumePathName() API.
(edit) @21566   15 years dmik kernel32: Debug output of GetFullPathNameA() could crash the process.
(edit) @21564   15 years dmik kernel32: Implemented generating the high/low index values (using a …
(edit) @21563   15 years dmik iphlpapi: Fixed a crash when building the adapter/interface/address …
(edit) @21562   15 years abwillis Backup r21560
(edit) @21560   15 years abwillis Changes to get pe.exe and pec.exe to build with GCC, ticket #19 and …
(edit) @21556   15 years dmik user32: Fixed a crash during DnD when the dragged object was moved …
(edit) @21555   15 years dmik user32: Make GetQueueStatus() return actual message summary in high …
(edit) @21554   15 years dmik Fixed broken indentation.
(edit) @21553   15 years abwillis Add the "BroadcastSystemMessageA" function to User32.dll Ticket #27
(edit) @21552   15 years abwillis Ticket #25 WSALookupServiceBeginA and W stubs.
(edit) @21550   15 years dmik minivcrt: Use the own version of _fullpath() instead of the kLIBC one …
(edit) @21549   15 years dmik kernel32: Fixed debug output in GetFullPathName*.
(edit) @21544   15 years dmik user32: Fixed incorrect code page translation of window title text …
(edit) @21543   15 years dmik user32: Do not change the code page of the main PM thread as Odin may …
(edit) @21542   15 years dmik minivcrt: Fixed _fullpath() which could implicitly change the current …
(edit) @21538   15 years dmik odincrt: Small code cleanup.
(edit) @21537   15 years dmik kernel32: When checking for TZ, use RegOpenKey instead of RegCreateKey
(edit) @21536   15 years abwillis Ticket #21 add cleanall to makefile rules to prevent cleanall failing …
(edit) @21535   15 years dmik Deduce Windows Time Zone information from the TZ environment variable.
(edit) @21529   15 years dmik Fixed completely broken national (non-Latin1) character input in Odin. …
(edit) @21527   15 years dmik user32: Fixed: GetMessage/PeekMessage could fail if filter was specified.
(edit) @21525   15 years dmik kernel32: Fixed: GetFileInformation() would fail with …
(edit) @21524   15 years dmik Fixed: GetObjectType() on DC handles would return wrong values.
(edit) @21517   15 years dmik Removed generation of special EMX versions of libwrap* libraries …
(edit) @21516   15 years dmik Added --use-oldlib configure option that selects the old LIB tool for …
(edit) @21512   15 years dmik Aligned the STRRET definition and made it available through shlwapi.h …
(edit) @21509   15 years dmik Reverted r21470 as Win2000 better corresponds to the level of the …
(edit) @21506   15 years dmik minivcrt: Added a bunch of *wprintf() functions.
(edit) @21502   15 years dmik Added support for mouse wheel messages to mouse_event() and …
(edit) @21494   15 years dmik Fixed broken build after r21492 by sorting out a huuuuge wagon of …
(edit) @21489   15 years dmik Added TLS_OUT_OF_INDEXES.
(edit) @21483   15 years dmik ddraw: Don't define CINTERFACE twice.
(edit) @21481   15 years dmik iplog: No need in unistd.h (which conflicts with the LIBC one).
(edit) @21480   15 years dmik iphlpapi: Network interfaces whose names we didn't recognize should be …
(edit) @21479   15 years dmik Get rid of dd_obj_base.h which duplicates obj_base.h creating …
(edit) @21474   15 years dmik kernel32/SEH: Added support for setjmp()/longjmp() within the try …
(edit) @21473   15 years dmik kernel32: Do not attempt to dereference a certainly invalid pointer in …
(edit) @21472   15 years dmik kernel32: Allow FILE_MAP_READ access for PAGE_WRITECOPY mappings. …
(edit) @21470   15 years ydario Make WinXP the default system version.
(edit) @21469   15 years dmik Fixed: argv[argc] must be NULL.
(edit) @21464   15 years dmik Added argcA and argvA (valid only after WinMain() is entered) that …
(edit) @21463   15 years dmik Undo interpreting strings as ANSI for certain OSLib APIs modified in …
(edit) @21462   15 years dmik Fixed: CreateProcess could not start programs with national characters …
(edit) @21461   15 years dmik Fixed: Title bar in OS/2 look and feel mode displayed text with …
(edit) @21460   15 years ydario Cannot commit already committed memory, check status before calling …
(edit) @21459   15 years ydario Allow export by name of appearance control, so Flash can change look&feel.
(edit) @21457   15 years ydario In low mem situations, DosAllocMem() can fail while new() can still …
(edit) @21456   15 years dmik WinSock2: IPPROTO_IP option constants have different values than in …
(edit) @21455   15 years ydario Cannot commit already committed memory, check status before calling …
(edit) @21453   15 years dmik Moved Sid APIs from ntdll.h to winbase.h (for compatibility with …
(edit) @21450   15 years dmik advapi32: Export CryptSetKeyParam and CryptSetHashParam APIs.
(edit) @21447   15 years dmik Fixed ntdll build break by gcc4 by fixing …
(edit) @21446   15 years ydario Add two new exports for flash support.
(edit) @21445   15 years ydario LoadLibraryExA: return only for LX binaries, allow execution for PE …
(edit) @21441   15 years dmik advapi32: Use the "USER" environment variable for detecting the user …
(edit) @21439   15 years dmik minivcrt: Provide a _fullpath() reimplementation that returns char * …
(edit) @21438   15 years ydario Reverted partially previous commit, wrong files.
(edit) @21437   15 years ydario Restored old thread affinity mask, flash10 ticket:18.
(edit) @21436   15 years dmik Make sure minivcrt.lib is built by default.
(edit) @21435   15 years dmik kernel32: Return FALSE and set ERROR_CALL_NOT_IMPLEMENTED in …
(edit) @21434   15 years dmik Fixed: Starting executables with RegisterLxExe() would mistakenly …
(edit) @21431   15 years dmik SEH: A better implementation of r21427, doesn't need separate …
(edit) @21427   15 years dmik SEH: Save EXCEPTION_RECORD and CONTEXT on heap when jumping back from …
(edit) @21426   15 years dmik Attempted to make Odin work in LIBPATHSTRICT=T mode by replacing …
(edit) @21425   15 years dmik Added DosQueryModuleHandleStrict() that is able to find modules loaded …
(edit) @21424   15 years dmik Added wrappers for DosQueryModFromEIP and DosQuerySysState and added …
(edit) @21422   15 years dmik Attempted to fix broken rsaenh.dll functionality when built by VAC 3 …
(edit) @21420   15 years dmik winsock2.h: Added missing WSASend* and WSARecv* declarations.
(edit) @21417   15 years dmik winsock.h: Added WSATYPE_NOT_FOUND.
(edit) @21414   15 years dmik iphlpapi: Added support for multiple IPs and gateways per interface …
(edit) @21412   15 years dmik iphlpapi: Fix the byte order in the reported interface mask and report …
(edit) @21411   15 years dmik Expose the iphlpapi.dll interface at source level through …
(edit) @21408   15 years dmik LoadLibraryExA: Report the correct error code (mapped from OS/2 …
(edit) @21407   15 years dmik Removed accidentally committed garbage.
(edit) @21406   15 years dmik Added mapping of OS/2's ERROR_INIT_ROUTINE_FAILED to Win32's …
(edit) @21402   15 years dmik Added more wide character versions of RT functions to minivcrt.lib.
(edit) @21398   15 years dmik Build minivcrt.lib (accessible through minivcrt.h) that aims at …
(edit) @21395   15 years dmik Attempted to resurrect building of msvcrt.dll.
(edit) @21388   15 years dmik Make CreateFile() return HANDLE rather than HFILE to match the current …
(edit) @21386   15 years dmik Deleted several more generated directories.
(edit) @21385   15 years dmik Added ignore patterns and removed generated files from SVN control.
(edit) @21384   15 years dmik SEH: Added some info to Porting.txt and examples to Odin32API.
(edit) @21383   15 years dmik SEH: Don't call except blocks during exception stack unwind (for …
(edit) @21382   15 years dmik SEH: Fixed: Nested try/except statements would produce wrong …
(edit) @21381   15 years dmik Implemented compiler-level SEH (try/catch) support for GCC.
(edit) @21375   15 years dmik Change EOL style to CRLF for include files that are input to H2INC …
(edit) @21374   15 years vladest Handle index overrun can cause crash sometimes. Ticket #4
(edit) @21373   16 years vladest Added SCHANNEL api for security
(edit) @21372   16 years vladest Fixed notification parameter for parent
(edit) @21371   16 years vladest fixed build issue
(edit) @21370   16 years vladest Crash on some youtube movies fixed
(edit) @21369   16 years vladest Random function, required for security implemented
(edit) @21367   16 years vladest - Space character was not entered to lineedit. fixed - added mouse …
(edit) @21364   16 years vladest - Added SSP DLLs loader. Still under development. Do not use in …
(edit) @21363   16 years vladest - Added RSA security interface
(edit) @21362   16 years vladest ADVAPI32: - added cred.c, recuired for security interface - added …
(edit) @21361   16 years vladest KERNEL32: - Added some security related functions - removed extra …
(edit) @21359   16 years rlwalsh added #include <flashaudio.h>
Note: See TracRevisionLog for help on using the revision log.