Don't use #pragma once for pch files. Fixes build.
[reactos.git] / reactos / base / services / eventlog /
2010-02-20 Eric KohlMake EventLog and Spooler services report their status...
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-17 Eric KohlImplement ElfrRegisterEventSourceA.
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-02 Colin Finck[General]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-21 Michael MartinLogfWriteData: Add missing LeaveCriticalSection before...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-07 Aleksey Bragin- Sync WIDL and ole32 with Wine-1.1.23, w/o syncing...
2009-08-07 Stefan GinsbergMove variable initialization to top of scope.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-08 Michael Martin- ElfrReportEventW: Silence debugging thats no longer...
2009-05-30 Michael Martin- eventlog.h: Add LIST_ENTRY to EVENTSOURCE structure...
2009-05-22 Michael Martin- Implement internal function LogfDeleteOffsetInformation.
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-20 Michael Martin- eventlog.h: Add CurrentRecord to EventSource struct...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-01 Timo KreuzerSync to trunk r38500
2008-12-24 Michael Martin- Update structs and flags to correct names based on...
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-07 Dmitry GorbachevPut inline functions into header files.
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (8/11).
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-30 Stefan Ginsberg- Kill off more STDCALL
2008-11-21 Michael Martin- Added EventSource structure for keeping track of...
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-10 Michael Martin- PRPC_UNICODE_STRING is the same as PUNICODE_STRING...
2008-10-31 Eric KohlEVENTLOG:
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-28 Eric KohlCast returned handle values correctly.
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-05-18 Hervé PoussineauAdd stub implementation for ElfrOpenELW()
2008-05-18 Hervé PoussineauMake eventlog RPC interface more compatible with MS...
2008-05-08 Hervé PoussineauFix some various unicode problems
2008-05-08 Hervé PoussineauFix some .rbuild file problems
2008-02-26 Christoph von Wittichfix some format strings
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-20 Aleksey Bragin- Make deregistering of the event source return STATUS_...
2008-01-18 Hervé PoussineauUse new interface names
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-31 Hervé PoussineauPartially implement ElfrReportEventW
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-08-14 Hervé PoussineauStart the RPC server in eventlog service
2007-06-29 Magnus Olsenpart 5 of xx
2007-06-29 Magnus Olsenpart 1 of xx
2007-06-29 Magnus Olsenpart 1 of xx
2007-05-03 Dmitry Gorbachev- Fix a bug in "close all log files" code.
2007-03-30 Dmitry GorbachevFix a bug.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-01-05 Christoph von Wittich* fixed some warnings
2006-12-09 Johannes Anderwald- various msvc fixes
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-18 Saveliy TretiakovAdd missing return value checks. Finally fix bug #1526
2006-07-01 Saveliy TretiakovReduce code dublication
2006-06-30 Magnus OlsenSmall clean up
2006-06-30 Saveliy TretiakovAlex Ionescu said that check for Expanded==NULL must...
2006-06-30 Saveliy TretiakovSilence debug messages.
2006-06-30 Saveliy TretiakovRead configuration from registry
2006-06-29 Saveliy TretiakovFix thread synchronization, use critical sections.
2006-03-16 Saveliy TretiakovTemporary disable rpc in eventlog to avoid build breakage.
2006-03-04 Saveliy TretiakovDon't create files when booting from CD
2006-02-18 Art YerkesChange remaining .xml build files to .rbuild and fixup...
2006-02-17 Maarten Bosma3.) Move services into base