Merge remote branch 'upstream/master'
[mono.git] / mcs / class / System / System.Net.Sockets / Socket_2_1.cs
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Gonzalo Paniagua... Socket is not connected after error
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Michael HutchinsonSocket.Dispose is public in 4.0.
2010-12-13 Gonzalo Paniagua... Don't throw in EndReceive/EndSend + out error
2010-11-24 Gonzalo Paniagua... [Sockets] Support Remote/LocalEndPoint for AF_UNIX
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-10-15 Marek SafarClean up few more warnings
2010-10-12 Gonzalo Paniagua... Handle special case when disposing a socket.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-02 Gonzalo Paniagua... The EndPoint cannot be null
2010-10-02 Gonzalo Paniagua... Handle error in BeginAcceptReceive
2010-10-02 Gonzalo Paniagua... Schedule the user callback from unmanaged code
2010-09-30 Gonzalo Paniagua... Invoke the callback in separate threads
2010-09-29 Sebastien PouliotFix buffer checks on Socket.[Receive|Send]Async
2010-09-29 Sebastien PouliotFix "4762b18c: Fix the moonlight build"
2010-09-28 Sebastien PouliotFix Socket.RemoteEndPoint after ConnectAsync on Moonlight
2010-09-27 Jb EvainFix the moonlight build
2010-09-27 Gonzalo Paniagua... Set LastOperation properly
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
2010-09-25 Gonzalo Paniagua... Added support for ArraySegment
2010-09-25 Gonzalo Paniagua... Made the moonlight profile happy.
2010-09-25 Gonzalo Paniagua... Move async IO code to Socket_2_1
2010-09-25 Gonzalo Paniagua... Rework SocketAsyncEventArgs internals
2010-09-23 Sebastien PouliotAdd some missing validations to Socket
2010-09-22 Gonzalo Paniagua... LocalEndPoint works now for non-blocking connects
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-10 Jb EvainFix the moonlight build
2010-09-09 Gonzalo Paniagua... UDP sockets allow connections to Any
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-03-26 Marek SafarNew test.
2010-03-19 Sebastien PouliotIn System.Timers:
2010-03-16 Marek SafarNew tests.
2010-03-16 Jb Evainuse MOONLIGHT symbol
2009-11-10 Marek SafarNew tests.
2009-11-10 Gonzalo Paniagua... 2009-11-10 Gonzalo Paniagua Javier <gonzalo@novell...
2009-11-04 Gonzalo Paniagua... 2009-11-03 Gonzalo Paniagua Javier <gonzalo@novell...
2009-10-14 Geoff Nortonfix MONOTOUCH on trunk
2009-09-28 Gonzalo Paniagua... fix
2009-09-27 Gonzalo Paniagua... 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell...
2009-09-27 Sebastien Pouliot2009-09-27 Sebastien Pouliot <sebastien@ximian.com>
2009-09-23 Sebastien Pouliot2009-09-23 Sebastien Pouliot <sebastien@ximian.com>
2009-09-01 Geoff NortonRevert "2009-08-20 Geoff Norton <gnorton@novell.com>"
2009-08-25 Marek SafarRequires gmcs
2009-08-20 Geoff Norton2009-08-20 Geoff Norton <gnorton@novell.com>
2009-08-02 Jb Evainuse a 2.0 network stack for MONOTOUCH
2009-07-14 Sebastien Pouliot2009-07-14 Sebastien Pouliot <sebastien@ximian.com>
2009-07-13 Michael Barker2009-07-11 Michael Barker <mike@middlesoft.co.uk>
2009-06-28 Gert Driesen* SocketTest.cs: Added tests for argument checks, and...
2009-05-27 Marek SafarNew tests, updates
2009-05-26 Atsushi Eno2009-05-26 Atsushi Enomoto <atsushi@ximian.com>
2009-05-22 Sebastien Pouliot2009-05-22 Sebastien Pouliot <sebastien@ximian.com>
2009-05-19 Miguel de Icaza2009-05-18 Miguel de Icaza <miguel@novell.com>
2009-05-15 Sebastien Pouliot2009-05-14 Sebastien Pouliot <sebastien@ximian.com>
2009-04-22 Sebastien Pouliot2009-04-22 Sebastien Pouliot <sebastien@ximian.com>
2009-04-09 Sebastien PouliotIn System.Net.Sockets: