Merge pull request #206 from cptspiff/remove-convutils
[vuplus_xbmc] / xbmc / cores / DllLoader / exports / emu_msvcrt.cpp
2012-03-26 Arne Morten KvarvingMerge pull request #206 from cptspiff/remove-convutils
2012-03-26 davillaMerge pull request #730 from davilla/nuke-leading-under...
2012-02-26 davillacosmetics, remove _P define, leading underscore for...
2011-09-14 unknownMerge remote-tracking branch 'upstream/master'
2011-08-17 Arne Morten KvarvingMerge pull request #273 from neoflex/webserver-remote...
2011-08-11 Jonathan MarshallMerge branch 'opportunisticCacheCheck' of git://github...
2011-08-04 Jonathan MarshallMerge remote branch 'jmarshall/dirtyregion_container_fix'
2011-08-01 spiffchanged: replace the one usage of strupr with a while...
2011-07-28 Jonathan MarshallMerge branch 'log_frame_times'
2011-07-28 jmarshallnzMerge pull request #306 from Dak0ta/master
2011-07-26 piehMerge pull request #271 from pieh/window_cleanup
2011-07-25 piehMerge pull request #263 from garbear/remember_location2
2011-07-25 MemphizMerge pull request #298 from Memphiz/mouseclickdontbreakss
2011-07-24 pieh[win32] fixed minor error caused by 9c8624993d8434667483
2011-07-24 jimfcarrollMerge pull request #289 from jimfcarroll/overflow-clock...
2011-07-24 Matthias KortstiegeMerge pull request #299 from Machine-Sanctum/master
2011-07-24 Joakim PlateMerge pull request #280 from CrHasher/libavfilter_integ...
2011-07-24 vdrfanfixed: add-ons not properly working with authenticated...
2011-07-03 Matthias KortstiegeMerge pull request #215 from dbrobins/scraper-return-fix
2011-06-27 piehMerge pull request #184 from pieh/python_editControl
2011-06-26 MontelleseMerge pull request #211 from Montellese/jsonrpc_actor_thumb
2011-06-23 jimfcarrollMerge pull request #209 from jimfcarroll/remove-circ...
2011-06-23 Jim CarrollRemoved redundant means of synchronization and collapse...
2011-06-23 Jim CarrollRemoved emu_* threading code which wasn't being used...
2011-06-08 Tobias ArrskogMerge pull request #111 from topfs2/profile_ra_fix
2011-05-29 Jonathan MarshallMerge branch 'single_query_playcounts'
2011-05-29 jmarshallnzMerge pull request #116 from IronTetsubo/master
2011-05-10 John RennieMerge branch 'jr-keyboard' of https://github.com/jhsren...
2011-05-04 montellesejsonrpc: fix (Audio|Video)Playlist.Add not showing...
2011-04-30 Arne Morten KvarvingMerge pull request #122 from AaronDnz/master.
2011-04-29 WiSo[WIN32] fixed: set proxy vars for all runtimes. Might...
2011-04-28 John RennieMerged pull request #120 from jhsrennie/master.
2011-04-26 Arne Morten KvarvingMerged pull request #113 from queeup/master.
2011-04-22 elupuschanged: added indirection for native io controls to...
2011-04-02 spiffMerge branch 'optinalinotify' of github:Fneufneu/xbmc
2011-03-26 spiffadded: Thread name to CThread.
2011-03-25 ametMerge branch 'xbox_cleanup' of github.com:amet/xbmc...
2011-03-22 Jonathan MarshallMerge branch 'container_foldername'
2011-03-22 Paul Menzelemu_msvcrt.cpp: include `mntent.h` independently of...
2011-03-19 spiffSupport for myth-0.23-fixes
2011-03-19 S. Davilla[osx/ios] fixed. resolve special://frameworks for all...
2011-03-19 unknownMerge branch 'master' of https://github.com/xbmc/xbmc
2011-03-16 Jonathan MarshallMerge branch 'addon_dep_checking'
2011-03-15 vdrfanadded: check whether the episodes directory contains...
2011-03-15 S. Davilla[ios] final merge
2011-03-15 S. Davillafixed, various compile fallout from ios merge
2011-03-15 ametcleanup of #ifdef _XBOX
2011-03-14 S. Davilla[osx/ios] more HAS_DVD_DRIVE exclusion
2011-03-08 Jonathan Marshallmerged: files_in_lib branch, removing the separate...
2011-03-07 S. DavillaMerge branch 'osx-new-buildsys2' of github.com/davilla...
2011-03-06 S. Davillafixed, pull/56 fixes
2011-03-05 S. Davilla[osx] changed, configure and makefiles to support new...
2011-02-22 WiSo[WIN32] fixed: we still use the wrapper for getenv...
2011-02-21 vdrfanfixed: use httpproxy env variables on all platforms
2011-01-27 PhaeodariaMerge branch 'master' of git@github.com:xbmc/xbmc
2011-01-24 theuniMerged cptspiff's code-reshuffle branch.
2011-01-23 Kyle HillMerge branch 'monkeyman'
2011-01-23 Kyle HillFixed various compilation warnings
2011-01-04 Lars Op den KampMerge remote branch 'upstream/master'
2011-01-04 spifffixed: memory leak. part of ticket #10929
2010-11-15 wiso[WIN32] missed a non translated path (thanks elupus)
2010-11-15 wiso[WIN32] use translated paths for PYTHONPATH
2010-09-05 elupuschanged: simplify emulated fgetc (used by ImageLib...
2010-08-14 wiso[WIN32] expand the dll_environ array and fill it with...
2010-08-14 wiso[WIN32] reverted r31908 as libdvdnav doesn't see env...
2010-07-30 taxigpschanged: clean up unnecessary variables
2010-07-29 jmarshallnzfixed: update_emu_environ both was ineffectual on win32...
2010-07-25 elupusfixed: python never reused pyo objects on windows due...
2010-07-23 spiff_fixed: r32092 broke platforms != win32
2010-07-23 taxigpsfixed: #9628 - can't load add-ons from non english...
2010-07-17 wiso[WIN32] unhook getenv, _putenv, __p__environ and _envir...
2010-07-13 wiso[WIN32] preliminary change to return %HOMEPATH% and...
2010-06-28 wiso[WIN32] remove python24.zlib and use a copy of python...
2010-05-29 CrystalPTFixed fsetpos64 wrapper for Windows & Apple
2010-05-28 althekilleradded: wrap fsetpos64. Heads up WiSo.
2010-05-28 davillafixed compiler warning, warning: 'dll__environ' initial...
2010-05-28 davilla[osx] 1) it's __APPLE__ not _APPLE and need to come...
2010-05-24 elupusfixed: _open_osfhandle must be wrapped, if calling...
2010-05-24 elupusfixed: don't log about fdopen when modes match
2010-05-23 elupuschanged: make sure we export our dll _environ variable...
2010-05-23 elupuschanged: no point in wrapping fscanf to the standard...
2010-05-16 wiso[WIN32] removed some log spam
2010-05-15 wisofixed: linux doesn't have _stat64i32 (second try) ...
2010-05-15 wiso[WIN32] added: some more exports to the dll loader...
2010-05-15 althekillerfixed: dll_opendir didn't like special://
2010-03-02 wiso[WIN32] fixed: writing to stderr/stdin/stdout via our...
2010-02-22 arnovamerged: Parts of Xbox's r28040 to fix potential problem...
2010-02-14 monkeyman_67156removed: spyce
2010-02-01 elupuschanged: drop namespace DIRECTORY and use XFILE for...
2010-01-16 charlydoes[WIN32] fixed: findfirst/next emu (fixes milkdrop presets).
2010-01-12 jmarshallnzfixed: win32 build. These functions may need a good...
2010-01-11 alcohecaadded: wrapped opendir(), readdir(), closedir() & rewin...
2010-01-08 spiff_cosmetics
2009-11-06 taxigpsfixed: mkdir make worng directory name, change to use...
2009-10-26 jmarshallnzadded: implementations of _findfirst64i32() and _findne...
2009-10-14 jmarshallnzfixed: sync win32 build with r23697.
2009-09-29 davilla[osx] bogus #if usage
2009-09-23 bobo1on1fixed: linux compile
2009-09-23 jmarshallnzreverted: The __stat64 to stat64 part of r23102 as...
2009-09-23 AlTheKillerstep 3/4: Move linuxport to trunk. How'd I get roped...