sta
|
196a316141
|
Modified a few for EndPointManager.cs
|
2015-02-18 17:16:42 +09:00 |
|
sta
|
168c550370
|
Fix for issue #103, replaced the getEndPointListener (IPAddress, int, bool, HttpListener) method with the getEndPointListener (string, int, HttpListener, bool) method, to be same as the latest Mono
|
2015-02-17 17:32:31 +09:00 |
|
sta
|
d8df50efef
|
Added getEndPointListener (string, int, HttpListener, bool) method to the EndPointManager class
|
2015-02-16 16:41:58 +09:00 |
|
sta
|
78a3bdc1b7
|
Modified a bit for CloseStatusCode.cs, into the year 2015
|
2015-02-15 18:10:22 +09:00 |
|
sta
|
bd3eba02cf
|
Modified a bit for Opcode.cs, into the year 2015
|
2015-02-14 16:36:17 +09:00 |
|
sta
|
1cb5b3079d
|
Changed the access level of the Log property to the public
|
2015-02-13 16:02:26 +09:00 |
|
sta
|
d4e844dfcd
|
Added Log property to the HttpListenerWebSocketContext class
|
2015-02-12 16:54:38 +09:00 |
|
sta
|
e989e3e18f
|
Added Log property to the TcpListenerWebSocketContext class
|
2015-02-11 18:00:17 +09:00 |
|
sta
|
14c419fc17
|
Modified a bit for TcpListenerWebSocketContext.cs, into the year 2015
|
2015-02-10 18:10:06 +09:00 |
|
sta
|
01770d043d
|
Replaced the HttpListenerWebSocketContext (HttpListenerContext, string, Logger) constructor with the HttpListenerWebSocketContext (HttpListenerContext, string) constructor
|
2015-02-09 17:41:47 +09:00 |
|
sta
|
4bcd400635
|
Modified a bit for HttpListenerWebSocketContext.cs, into the year 2015
|
2015-02-08 15:19:02 +09:00 |
|
sta
|
9df983b9d5
|
Modified a bit for HttpListenerContext.cs, into the year 2015
|
2015-02-07 17:01:47 +09:00 |
|
sta
|
9c43fcb039
|
Modified a bit for the description of HttpListenerContext.cs
|
2015-02-06 17:33:03 +09:00 |
|
sta
|
828e117190
|
Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method
|
2015-02-05 17:31:33 +09:00 |
|
sta
|
a1da1a8ada
|
Added Log property to the HttpListener class
|
2015-02-04 17:32:34 +09:00 |
|
sta
|
382efaac6e
|
Modified a bit for the description of HttpListener.cs
|
2015-02-03 15:56:38 +09:00 |
|
sta
|
9e239e75d9
|
Modified a bit for HttpListener.cs, into the year 2015
|
2015-02-02 16:56:38 +09:00 |
|
sta
|
9568b0c603
|
Modified a bit for Ext.cs, into the year 2015
|
2015-02-01 16:10:11 +09:00 |
|
sta
|
766f2915f5
|
Modified a few for the description of Ext.cs
|
2015-01-31 16:49:20 +09:00 |
|
sta
|
bef64963be
|
Modified a bit for the CheckIfValidControlData method
|
2015-01-30 11:51:18 +09:00 |
|
sta
|
91adf42611
|
Removed the IsSendable methods
|
2015-01-29 15:50:13 +09:00 |
|
sta
|
5c64c3c90e
|
Modified the HttpServer class, fix for 'No Status Code' for the stop
|
2015-01-28 14:58:22 +09:00 |
|
sta
|
22c1e8e3ad
|
Modified a bit for HttpServer.cs, into the new year 2015
|
2015-01-28 14:13:56 +09:00 |
|
sta
|
7b050e07e2
|
Modified the WebSocketServer class, fix for 'No Status Code' for the stop
|
2015-01-27 16:14:04 +09:00 |
|
sta
|
5c0ccc09a5
|
Modified a bit for WebSocketServer.cs, into the new year 2015
|
2015-01-27 13:01:17 +09:00 |
|
sta
|
f072485b83
|
Modified the WebSocket class, fix for 'No Status Code' for the close
|
2015-01-26 17:34:02 +09:00 |
|
sta
|
1bb7775a7e
|
Added the CheckIfValidCloseParameters (CloseStatusCode, string) method
|
2015-01-25 17:51:09 +09:00 |
|
sta
|
2c8ca0a491
|
Added the CheckIfValidCloseParameters (ushort, string) method
|
2015-01-24 15:45:04 +09:00 |
|
sta
|
85d77399cc
|
Added the IsSendable (CloseStatusCode) method
|
2015-01-23 16:31:26 +09:00 |
|
sta
|
a74f109649
|
Added the IsNoStatusCode (CloseStatusCode) method
|
2015-01-22 16:18:50 +09:00 |
|
sta
|
fa936b1743
|
Added the IsSendable (ushort) method
|
2015-01-21 16:45:54 +09:00 |
|
sta
|
9a06b646d7
|
Added the IsNoStatusCode (ushort) method
|
2015-01-20 17:57:09 +09:00 |
|
sta
|
dc6250a0e3
|
Replaced the close method with the close2 method and renamed, fix for the close while connecting
|
2015-01-19 17:56:48 +09:00 |
|
sta
|
88a1bbb9f6
|
Added the close2 (CloseEventArgs, bool, bool) method, to replace the close (CloseEventArgs, bool, bool) method with this
|
2015-01-18 17:27:23 +09:00 |
|
sta
|
fe9ec9f29b
|
Refactored a bit for WebSocket.cs, into the new year 2015
|
2015-01-17 16:56:46 +09:00 |
|
sta
|
c588c2e0a6
|
Refactored a bit for EndPointListener.cs, modified description about the source of this code
|
2015-01-16 16:21:22 +09:00 |
|
sta
|
3307f472bb
|
Refactored a bit for EndPointListener.cs, replaced 'args' with 'e'
|
2015-01-15 14:34:14 +09:00 |
|
sta
|
75ac784100
|
Refactored a few for HttpConnection.cs
|
2015-01-14 13:47:55 +09:00 |
|
sta
|
4fbcd862f3
|
Refactored a few for HttpConnection.cs
|
2015-01-13 16:07:56 +09:00 |
|
sta
|
1692f87d07
|
Refactored a few for HttpConnection.cs
|
2015-01-12 14:07:12 +09:00 |
|
sta
|
0207575b99
|
Into the new year 2015
|
2015-01-11 14:07:55 +09:00 |
|
sta
|
2b84433b38
|
Refactored a few for HttpConnection.cs
|
2015-01-10 14:22:54 +09:00 |
|
sta
|
419f349738
|
Refactored a few for HttpConnection.cs
|
2015-01-09 16:35:14 +09:00 |
|
sta
|
9431f9473c
|
Refactored a few for EndPointListener.cs
|
2015-01-08 14:36:05 +09:00 |
|
sta
|
a26ecb8595
|
Refactored a few for EndPointListener.cs
|
2015-01-07 14:47:00 +09:00 |
|
sta
|
61f62f050f
|
Returned to the previous, this is for Unity
|
2015-01-06 15:39:29 +09:00 |
|
sta
|
6af171ddcb
|
Refactored a few for EndPointListener.cs
|
2015-01-05 16:37:14 +09:00 |
|
sta
|
2179b2eec1
|
Refactored a few for EndPointListener.cs
|
2015-01-04 14:47:30 +09:00 |
|
sta
|
e5df79514f
|
Refactored a few for EndPointListener.cs
|
2015-01-03 16:18:35 +09:00 |
|
sta
|
b73a95df8f
|
Refactored a few for EndPointListener.cs
|
2015-01-02 17:19:28 +09:00 |
|