gambas-source-code/gb.net/src
Benoît Minisini f3f10a4167 [DEVELOPMENT ENVIRONMENT]
* BUG: Notes (TODO:, FIXME:, NOTE:) can be used in comments beginning with
  two quotes.

[INTERPRETER]
* BUG: Fix possible recursion problems while freeing signal handlers.
* BUG: The output of a process is sometimes woke up ready to read whereas 
  there is nothing to read on it. Close the output immediately instead of 
  calling the callback again and again.
* BUG: Try to handle correctly errors raised during the Kill event of a
  background task. It does not work yet. :-(
* NEW: Task.Running is a new property that returns if a background task is
  running.

[GB.NET]
* NEW: Add Net.CannotAuthenticate error constant for gb.net.pop3.

[GB.NET.POP3]
* BUG: Big interface clean-up so that it matches other networking classes.
* NEW: Add a Pop3Client.Debug property. Not all "Debug" instructions have 
  been replaced yet.
* NEW: The default value of the Port property is zero now. It is 
  automatically converted to 110 or 995 according to the encryption method.
* NEW: Use the Net class for Pop3Client.Status instead of specific 
  constants.
* NEW: Rename the _PopMessage virtual class in _Pop3Client_Message to 
  follow the standard naming scheme that the wiki loves.


git-svn-id: svn://localhost/gambas/trunk@5101 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-30 22:13:25 +00:00
..
doc * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
CDnsClient.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CDnsClient.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CNet.c [DEVELOPMENT ENVIRONMENT] 2012-08-30 22:13:25 +00:00
CNet.h [DEVELOPMENT ENVIRONMENT] 2012-08-30 22:13:25 +00:00
CSerialPort.c [GB.NET] 2012-08-11 14:52:01 +00:00
CSerialPort.h [GB.NET] 2012-08-11 14:52:01 +00:00
CServerSocket.c [GB.NET] 2012-05-13 14:52:21 +00:00
CServerSocket.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CSocket.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CSocket.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CUdpSocket.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CUdpSocket.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.net.component [CONFIGURATION] 2010-02-10 01:58:50 +00:00
gb_network.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am [CONFIGURATION] 2012-05-04 16:45:14 +00:00
tools.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
tools.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00