]> git.sur5r.net Git - bacula/bacula/history - bacula/src/win32/compat/compat.cpp
Tweak Win32 mount point code
[bacula/bacula] / bacula / src / win32 / compat / compat.cpp
2008-03-22 Kern SibbaldTweak Win32 mount point code
2008-03-19 Kern SibbaldMassive commit of all fixes and back ports to create...
2007-06-24 Kern Sibbaldkes Implement Windows reparse points -- similar to...
2007-06-21 Kern Sibbaldkes Don't print clock skew message in FD if less than...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-04 Kern SibbaldCheck for orphan memory + minor format tweaks
2007-05-04 Kern SibbaldFree an unreleased buffer in compat code
2007-05-02 Kern Sibbaldkes Correct handle problem in new win32_ftruncate...
2007-01-12 Kern SibbaldUpdate copyrights + Do not release source pointers...
2006-12-01 Robert NelsonFix path issues.
2006-11-27 Kern Sibbaldkes More copyright changes.
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-11-05 Robert NelsonFixed problems with encryption when combined with compr...
2006-11-01 Robert NelsonIgnore UTF-8 marker at the start of .conf files.
2006-10-24 Robert NelsonChange daemons and utilities so that if -c is omitted...
2006-10-06 Robert NelsonFix bug # 688.
2006-09-26 Robert NelsonEliminate dependency on man2html.
2006-09-25 Kern Sibbaldkes Update src/win32/dll/bacula.def for change in...
2006-09-25 Robert NelsonFixed the routine that handles executing external progr...
2006-08-05 Robert NelsonA better fix for the WIN32_VSS bug that Kern discovered.
2006-08-03 Kern Sibbaldkes Remove previous changes to compat.cpp as they...
2006-08-03 Kern Sibbaldkes Attempt to fix problems with the msg_queue crashin...
2006-07-27 Robert NelsonComplete port to Windows
2006-07-03 Robert NelsonFix header file includes.
2006-06-30 Robert NelsonMerge in all the low-risk changes from the Windows...
2006-05-23 Thorsten Engel- add stringlength cache to improve comparison in Win32...
2006-05-18 Thorsten Engel- improved code style of last commit ;-)
2006-05-17 Thorsten Engel- reduce page faults by reusing zlib buffers during...
2006-05-05 Kern Sibbald- Correct EOF with no \n lex.c problem.
2006-05-02 Kern Sibbald- Simplify Win32 Makefile
2006-04-29 Kern SibbaldFix problem of accents with new Win32 code.
2006-04-29 Kern Sibbald- Integrate Howard's VSS patch. Tweak it a bit. VSS now
2006-04-28 Kern Sibbald- Start implementing Christopher's St.Bernard code.
2006-04-25 Kern Sibbald- Integrate the majority of the Mingw cross-tools submi...
2006-04-24 Thorsten Engel- buffer bug (found by Christopher Hull)
2006-04-22 Kern SibbaldIntegrate most of the MinGW changes -- more to do.
2006-04-16 Kern SibbaldAdd mingw files and changes
2006-03-27 Thorsten Engelbugfix for c:/ or c:\\ (didn't work correctly on win32...
2006-02-28 Thorsten Engeltake out 260char limit for win NT/XP, etc. paths can...
2005-11-12 Kern Sibbald- Implement autochanger drives protocol so that Dir...
2005-08-27 Nicolas BoichatAdd compatibility with Microsoft Visual C++ 2005 Expres...
2005-08-05 Thorsten Engeladded unlink functionality for readonly files
2005-07-23 Kern Sibbald- Complete (almost) documentation of 1.38.
2005-07-22 Kern Sibbald- Correct compiler complaints in wx-console and tray...
2005-07-22 Kern Sibbald- Add check for df path for dvd_freespace
2005-06-20 Thorsten Engeladded VSS toggling by enable_vss
2005-05-24 Thorsten Engelimproved vss support (goal: only 1 binary, still proble...
2005-05-17 Thorsten Engelsmall bugfix for VSS-support (only relevant if WIN32_VS...
2005-05-17 Thorsten Engelrewrote Win32 unicode support to use poolmemory instead...
2005-05-12 Thorsten Engelrewrote to use ReadConsole/WriteConsole instead of...
2005-05-10 Kern SibbaldCorrect a minor build problem with wx-console.
2005-05-10 Thorsten Engel-- load cwprintf and cgetws dynamically via winapi
2005-05-07 Thorsten Engelcygwin_conv with length check, enable correct unlink...
2005-05-03 Kern SibbaldOne more compat.cpp fix
2005-05-03 Kern SibbaldFix create_file.c Win32 problem pointed out by
2005-05-03 Kern SibbaldMove winapi.h/c from findlib to lib for inclusion in...
2005-05-02 Thorsten EngelUTF-8 support for win32 finished
2005-04-26 Kern Sibbald- Implement restore of a single directory.
2005-04-26 Kern SibbaldUpdate projects
2005-04-20 Kern SibbaldDoc updates + fix Win32 build
2005-02-17 Kern SibbaldMinor doc tweaks
2005-02-16 Kern SibbaldMake another attempt at fixing the ClientRunXXX return...
2004-12-30 Kern Sibbald- Enhance CDROM boot to include some documentation...
2004-10-13 Kern Sibbald- Add a kludge to detect bad date/times, which cause...
2004-10-04 Kern Sibbald- Fix backspace to first character in conio.c
2004-08-13 Kern SibbaldApply Martin's patch to compat.cpp inet_ntoa
2004-08-12 Kern SibbaldMisc -- see techlog
2004-07-28 Kern SibbaldImplement berrno for bpipes and run_program
2004-07-27 Kern SibbaldFirst cut berrno unified Unix/Win32 errno handling
2004-07-09 Kern SibbaldFix st_ctime on Win32 + fix status dir scheduled jobs...
2004-06-27 Kern SibbaldMore minor Win32 fixes
2004-06-25 Nicolas BoichatFix MinGW compiler bug.
2004-06-20 Kern SibbaldMisc updates
2004-06-18 Christopher S. Hullhave close() call closesocket if _close() returns error
2004-06-09 Christopher S. Hullalways have CreateChildProcess execute process command...
2004-05-30 Christopher S. Hullfix problems with executing batchfiles and commands...
2004-05-30 Kern SibbaldFix hourly scheduling problem
2004-05-08 Nicolas BoichatRemoved MessageBox in syslog.
2004-04-27 Kern SibbaldFix win32 wx-console stdout crash
2004-04-22 Kern SibbaldRemove Win32 file open on G:
2004-04-21 Nicolas BoichatAdded support for wx-console-VC++ (HAVE_WXCONSOLE)...
2004-04-19 Nicolas BoichatAdded compatibility for MinGW.
2004-04-17 Nicolas Boichatmingw support.
2004-04-10 Kern SibbaldUpdate version
2004-02-24 Kern SibbaldFix Win32 binary read problem
2004-02-24 Christopher S. Hullfix debug message for utime
2004-02-24 Christopher S. Hulladd __STDC__=1 for all windows includes and fixup resul...
2004-02-24 Kern SibbaldAdd binary mode to open
2004-02-23 Christopher S. Hullmodify open/close/read/write to use windows posix emula...
2004-02-23 Kern SibbaldUpdate projects + attempt to fix state file on Win32
2004-02-22 Christopher S. Hulladd utime() compatibility function
2004-02-22 Christopher S. Hullalso fix gettimeofday which used the same conversion...
2004-02-22 Kern SibbaldFix compat.cpp times
2004-02-21 Kern SibbaldFix result return in compat readdir_r
2004-02-18 Christopher S. Hulladd const to char* args to open_bipe and d_msg prototyp...
2004-02-10 Christopher S. Hulladd working win32 open_bpipe, close_?pipe
2004-02-10 Kern SibbaldAdd win32 directory