[runtime] Use a guint64 for device/inode instead of dev_t/ino_t since ino_t is define...
[mono.git] / mono / io-layer / handles-private.h
2015-01-12 Zoltan Varga[runtime] Use a guint64 for device/inode instead of...
2014-06-19 Alex Rønne PetersenMerge pull request #1109 from adbre/iss358
2014-06-11 Alex Rønne PetersenMerge pull request #890 from xoofx/master
2014-05-27 Sebastien PouliotMerge pull request #1057 from lextm/master
2014-04-25 Alex Rønne PetersenMerge pull request #916 from akoeplinger/fix-gac-test
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-06 Michael HutchinsonMerge pull request #915 from knocte/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Zoltan Varga[runtime] Remove the usage of pthread_cleanup_push...
2013-12-03 Marek SafarMerge pull request #823 from DavidKarlas/master
2013-11-12 Marek SafarMerge pull request #799 from kebby/master
2013-10-21 Alex Rønne PetersenMerge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne PetersenMerge pull request #260 from pcc/topmost
2013-10-21 Alex Rønne PetersenMerge pull request #587 from madewokherd/gdipdllmap
2013-08-16 Rodrigo KumperaMerge pull request #725 from knocte/threadpool_init
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-25 Marek SafarMerge pull request #648 from DavidKarlas/defaultDependc...
2013-05-24 Zoltan VargaMerge some Nacl/ARM changes from https://github.com...
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-28 Zoltan VargaFix the build.
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-14 Zoltan VargaFix a crash in io-layer if an invalid handle is passed...
2011-03-22 Rolf Bjarne Kvinge[io-layer] Make the special_wait functions take an...
2011-03-16 Rolf Bjarne KvingeRevert "[io-layer] Handle process waits when SHM is...
2011-03-16 Gonzalo Paniagua... [io-layer] Make my previous patch signal safe.
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Zoltan VargaStore information about file shares in a hash table...
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-01-26 Rodrigo Kumpera2009-01-26 Rodrigo Kumpera <rkumpera@novell.com>
2009-01-14 Zoltan Varga2009-01-14 Zoltan Varga <vargaz@gmail.com>
2009-01-13 Zoltan Varga2009-01-13 Zoltan Varga <vargaz@gmail.com>
2009-01-13 Geoff Norton2009-01-13 Geoff Norton <gnorton@novell.com>
2009-01-09 Zoltan Varga2009-01-09 Zoltan Varga <vargaz@gmail.com>
2008-06-03 Noam Lampertsvn path=/trunk/mcs/; revision=104772
2008-04-24 Zoltan Varga2008-04-23 Zoltan Varga <vargaz@gmail.com>
2007-07-26 Dick Porter2007-07-26 Dick Porter <dick@ximian.com>
2007-07-13 Paolo MolaroFri Jul 13 12:46:15 CEST 2007 Paolo Molaro <lupus@ximia...
2007-06-13 Dick Porter2007-06-13 Dick Porter <dick@ximian.com>
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-22 Atsushi Enocopying the latest Sys.Web.Services from trunk.
2006-11-13 Raja R HarinathFix problems with overlong directory names: phase #1
2006-11-07 Atsushi Enomerge r67228-r67235, r67237, r67251 and r67256-67259...
2006-11-01 Atsushi Enoupdating to the latest module.
2006-10-24 Jonathan Pryor * Makefile: Don't build make-map.exe.
2006-10-10 Zoltan Varga2006-10-09 Zoltan Varga <vargaz@gmail.com>
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
next