|
|
|
@5702
|
[5702]
|
03/20/12 14:05:07 |
Marenz |
Don't return stack allocated variable, fixes #2076, thanks SiegeLord? |
|
|
|
@5700
|
[5700]
|
03/20/12 12:15:36 |
Marenz |
Not using package for import in socket, fixes #2105, thanks luca |
|
|
|
@5692
|
[5692]
|
01/26/12 10:15:32 |
Marenz |
replaced decl. with import, fixes #2104 thanks luca |
|
|
|
@5678
|
[5678]
|
09/14/11 08:31:50 |
Marenz |
* Fixes #2075 thanks to denis-shel |
|
|
|
@5662
|
[5662]
|
07/03/11 12:57:13 |
mwarning |
fixes #2060 :: Replacing internal string convert functions with … |
|
|
|
@5652
|
[5652]
|
05/09/11 11:08:40 |
Marenz |
Merged branch dmd-1.067 into trunk |
|
|
|
@5650
|
[5650]
|
04/25/11 14:03:10 |
mwarning |
use strlen declaration from tango.stdc.string |
|
|
|
@5620
|
[5620]
|
04/05/11 16:08:47 |
mwarning |
fixes #2041 :: HttpClient? doesn't use the query parameters in the original … |
|
|
|
@5618
|
[5618]
|
02/24/11 06:49:43 |
mwarning |
revert some 64bit changes from [5600] |
|
|
|
@5601
|
[5601]
|
11/15/10 12:53:22 |
mwarning |
refs #2014 :: Failing unittests |
|
|
|
@5600
|
[5600]
|
11/15/10 12:43:33 |
mwarning |
fixes #1968 :: reduce/fix 64bit compile warnings for 64bit |
|
|
|
@5595
|
[5595]
|
11/04/10 16:45:56 |
mwarning |
add missing return |
|
|
|
@5594
|
[5594]
|
11/02/10 08:15:11 |
mwarning |
fixes #2010 :: update intrinsics / GDC runtime support; lots of thanks to … |
|
|
|
@5567
|
[5567]
|
09/28/10 10:13:17 |
Marenz |
changed unittest to use the UnitTest? symbol |
|
|
|
@5565
|
[5565]
|
09/25/10 09:36:21 |
Marenz |
changed urls in unittest to example.com |
|
|
|
@5564
|
[5564]
|
09/24/10 14:02:18 |
Marenz |
applies #1995 (adding unittest for Uri) |
|
|
|
@5557
|
[5557]
|
09/15/10 10:39:07 |
mwarning |
fixes #1990 :: Missing documentation for tango.net.http.HttpClient?.Pump; … |
|
|
|
@5475
|
[5475]
|
05/30/10 13:07:53 |
mwarning |
fix #1926 :: D code block comments are used for non-D, thanks llucax and … |
|
|
|
@5460
|
[5460]
|
05/10/10 02:11:23 |
kris |
fixes #1915 :: A failure of IPv6 address resolution on FreeBSD
Kudos to … |
|
|
|
@5457
|
[5457]
|
05/10/10 01:44:19 |
kris |
reverted some ipv6 changes that don't compile on win32 |
|
|
|
@5442
|
[5442]
|
05/09/10 19:08:03 |
kris |
fixes #1902 :: toAddrString, toPortString and some improvements for … |
|
|
|
@5436
|
[5436]
|
04/24/10 08:01:02 |
larsivi |
Reapply patch from rawler, closes #1331 |
|
|
|
@5430
|
[5430]
|
04/10/10 16:51:39 |
kris |
fixed a typo |
|
|
|
@5426
|
[5426]
|
03/29/10 08:55:05 |
larsivi |
Make sure debug output is protected beyond a no arguments -debug, thanks … |
|
|
|
@5425
|
[5425]
|
03/29/10 08:12:23 |
larsivi |
version->debug (UnitTest?), Unittest -> UnitTest? ++ |
|
|
|
@5409
|
[5409]
|
03/20/10 16:26:11 |
kris |
fixes #1239 :: IPv6 support
Big thanks to Wazar |
|
|
|
@5387
|
[5387]
|
02/27/10 14:00:55 |
kris |
fixes #1869 :: Retrieve Berkeley Socket Error Status
(added a … |
|
|
|
@5386
|
[5386]
|
02/27/10 13:32:04 |
kris |
fixes #1652 :: tango.net.Socket's definition of timeval is wrong for … |
|
|
|
@5361
|
[5361]
|
02/09/10 23:55:36 |
kris |
post-release cleanup time - huzzah! |
|
|
|
@5348
|
[5348]
|
02/07/10 13:20:21 |
kris |
attempt to work around 1.056 compiler regression (fwd-ref bug) |
|
|
|
@5342
|
[5342]
|
02/02/10 01:08:00 |
kris |
fixed #5330 :: Changeset [5330] broke Tango
With thanks to doob |
|
|
|
@5330
|
[5330]
|
01/31/10 19:46:29 |
kris |
made Win32 HANDLE a void* rather than an int, in order to be 64bit … |
|
|
|
@5322
|
[5322]
|
01/28/10 15:51:13 |
kris |
fixes #1838 :: Should 'UnitText?' be 'UnitTest?' in Socket.d and … |
|
|
|
@5321
|
[5321]
|
01/28/10 15:50:47 |
kris |
fixes #1838 :: Should 'UnitText?' be 'UnitTest?' in Socket.d and … |
|
|
|
@5311
|
[5311]
|
01/24/10 04:13:54 |
kris |
added warning about module migration |
|
|
|
@5310
|
[5310]
|
01/24/10 03:12:33 |
kris |
updated to InputBuffer? |
|
|
|
@5294
|
[5294]
|
01/12/10 20:45:11 |
kris |
fixes #1819 :: HttpPost? response headers are broken
thanks to bobef |
|
|
|
@5293
|
[5293]
|
01/12/10 06:03:29 |
kris |
fixes #1452 :: Add UTF8 mode support in FTPConnection
kudos to domain |
|
|
|
@5283
|
[5283]
|
01/11/10 22:46:35 |
kris |
fixes #1776 :: With Tango Trunk not possible to implement … |
|
|
|
@5272
|
[5272]
|
12/22/09 16:54:49 |
larsivi |
Typo in example, thanks mwarning |
|
|
|
@5261
|
[5261]
|
12/11/09 01:59:07 |
kris |
added a deprecation comment. Thanks to StephenX for the heads' up |
|
|
|
@5248
|
[5248]
|
11/29/09 12:50:31 |
larsivi |
Change inout to ref, thanks Christian Kamm |
|
|
|
@5200
|
[5200]
|
11/22/09 00:41:47 |
kris |
fixes #1780 :: Address family not supported by protocol family
Huge … |
|
|
|
@5195
|
[5195]
|
11/21/09 00:40:24 |
kris |
default timeout is now -1, so fixed Socket.wait() to respect that |
|
|
|
@5183
|
[5183]
|
11/20/09 17:24:46 |
kris |
can't use "const" as an import name (using "consts" instead) |
|
|
|
@5142
|
[5142]
|
11/13/09 23:32:14 |
kris |
removed the assert since it broke bob |
|
|
|
@5141
|
[5141]
|
11/13/09 23:22:23 |
kris |
fixes #1715 :: unix domain sockets
Big thanks to vektorboson |
|
|
|
@5139
|
[5139]
|
11/13/09 21:37:00 |
kris |
fixes #1297 :: Plus character is not encoded in POST data
Big thanks to … |
|
|
|
@5138
|
[5138]
|
11/13/09 20:37:13 |
kris |
removed dead code |
|
|
|
@5133
|
[5133]
|
11/13/09 18:35:58 |
kris |
fixes #1300 :: Address.name & Address.nameLen is not accessible
thanks to … |
|
|
|
@5102
|
[5102]
|
11/09/09 18:59:16 |
larsivi |
Switching combine branch (structure changed, build changed, see … |
|
copied from branches/kris/combine/tango/net:
|
|
|
|
@5087
|
[5087]
|
11/09/09 03:30:23 |
kris |
fixes #1723 :: HttpClient? socket close on exceptions
thanks to … |