Commit Graph

35 Commits

Author SHA1 Message Date
Vincent Richard
c241f071d2 Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutputStream' when input contains invalid sequences. 2005-10-20 16:56:04 +00:00
Vincent Richard
3ec0f17ade Added service::setTimeoutHandlerFactory(). 2005-10-04 18:49:59 +00:00
Vincent Richard
09d9e11439 Added service::setSocketFactory(). 2005-10-04 18:34:25 +00:00
Vincent Richard
e7ca1d2465 Reduced waiting time. 2005-10-03 12:26:27 +00:00
Vincent Richard
887930fac8 Too much CPU time used when waiting for data to be received. 2005-10-02 18:17:56 +00:00
Vincent Richard
cbd1110a4b Updated FSF address. 2005-09-17 10:10:29 +00:00
Vincent Richard
344d96539d Non-blocking socket input/output. 2005-09-14 22:03:56 +00:00
Vincent Richard
658fcc26b5 Error handling in posixSocket::send(). 2005-08-24 20:47:13 +00:00
Vincent Richard
28bafee944 Renamed 'vmime::messaging' to 'vmime::net'. 2005-08-23 19:11:19 +00:00
Vincent Richard
681297e10b Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
Vincent Richard
b3ddee2ea7 Free memory for args. 2005-05-25 19:20:59 +00:00
Vincent Richard
258cb13281 Oops... missing ')'. 2005-05-14 16:39:33 +00:00
Vincent Richard
4781f7ce1c Replaced getpid() with GetCurrentProcessId() on Windows. 2005-05-14 15:57:06 +00:00
Vincent Richard
ae4240026e Added 'childProcess'. 2005-04-30 08:19:56 +00:00
Vincent Richard
49fee23e26 Fixed getLocaleCharset() in Windows platform handler, when MLang is not present. 2005-04-18 19:55:58 +00:00
Vincent Richard
6057891e93 Fixed warning. 2005-04-09 08:42:09 +00:00
Stefan Uhrig
0b37c6d09c Modified isValidPathComponent() to accept drives as first component. 2005-03-28 17:16:46 +00:00
Vincent Richard
1673ecc41e Fixed isValidPathComponent() to detect invalid chars or reserved names. 2005-03-28 09:47:34 +00:00
Stefan Uhrig
48397a91cf Added windows platform handlers. 2005-03-27 18:26:25 +00:00
Vincent Richard
b3af751a92 Updated VMime website URL. 2005-03-18 21:33:11 +00:00
Vincent Richard
2ca56a209f Fixed compilation problems on Solaris 9. 2005-03-16 17:13:08 +00:00
Vincent Richard
81b11364ed Removed extra '::' before numeric constants. 2005-02-05 09:30:57 +00:00
Vincent Richard
3b97064d40 Added diagnostic error string for 'exceptions::connection_error' + fixed a bug in 'posixSocket::connect()' when specifying an IP address. 2005-01-04 22:03:16 +00:00
Vincent Richard
51c199723c Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
Vincent Richard
fc1c6b08d1 Converted all C-style casts to C++-style casts + added unit test for utility::md5. 2005-01-01 11:32:23 +00:00
Vincent Richard
8b8cf2b543 Renamed files in POSIX platform handler. 2004-12-26 23:22:07 +00:00
Vincent Richard
4ce991d3b1 Moved all header files to 'vmime/' directory. 2004-12-26 20:23:29 +00:00
Vincent Richard
263b6aa00f Removed relative paths from #include's. 2004-12-26 09:35:13 +00:00
Vincent Richard
92ba748556 Missing #include for close() function. 2004-12-23 10:51:44 +00:00
Vincent Richard
228ce7f0aa Fixed open() flags when writing to file. 2004-12-21 12:36:18 +00:00
Vincent Richard
64addbf0b5 Changed permissions when creating file/directory. 2004-12-20 09:28:04 +00:00
Vincent Richard
510979b5ef Fixed bugs in scanFolder() and fileIterator. 2004-12-19 00:05:44 +00:00
Vincent Richard
835cb4a8ed Added #ifdefs's to fix bugs when compiling without messaging or file-system support. 2004-12-18 11:06:05 +00:00
Vincent Richard
f31b224aa0 Added #ifdefs's to fix bugs when compiling without messaging or file-system support. 2004-12-18 10:48:36 +00:00
Vincent Richard
460cae786a Default platform handlers (currently only POSIX). 2004-12-18 01:57:39 +00:00