|
|
|
@4110
|
[4110]
|
11/22/08 04:53:36 |
kris |
added opSlice() and reserve().
Also adjusted fill(src) and read(dst) to … |
|
|
|
@3838
|
[3838]
|
08/03/08 13:47:38 |
kris |
fixes #1188 :: "Token is too large to fit within buffer" while using … |
|
|
|
@3598
|
[3598]
|
06/10/08 19:49:50 |
kris |
added compress() method to control buffer compression behaviour |
|
|
|
@3544
|
[3544]
|
06/03/08 15:47:50 |
kris |
Merged GrowBuffer? module into Buffer module |
|
|
|
@3471
|
[3471]
|
04/27/08 18:37:11 |
kris |
added an InputStream?.load() convenience method, to load the entire stream … |
|
|
|
@3079
|
[3079]
|
01/08/08 21:23:53 |
sean |
Changed type of 'count' from uint to auto, per Kris' request. |
|
|
|
@3077
|
[3077]
|
01/08/08 18:22:13 |
sean |
Changed type of 'count' value from int to uint. |
|
|
|
@2913
|
[2913]
|
11/23/07 15:39:03 |
kris |
the big toString change |
|
|
|
@2795
|
[2795]
|
11/07/07 02:57:35 |
kris |
fixed some comments |
|
|
|
@2789
|
[2789]
|
11/07/07 01:36:18 |
kris |
changed default values of Buffer.share(size) to be uint.max instead of 0 |
|
|
|
@2786
|
[2786]
|
11/07/07 01:15:25 |
kris |
Buffer.share() now has an optional size argument |
|
|
|
@2755
|
[2755]
|
11/03/07 16:09:10 |
kris |
Added share() function to Buffer, and updated stream dependencies |
|
|
|
@2751
|
[2751]
|
11/03/07 04:02:17 |
kris |
moved the convert() template into Buffer instead |
|
|
|
@2748
|
[2748]
|
11/03/07 03:34:12 |
kris |
drain() now requires an OutputStream?, and copy(InputStream?) can populate a … |
|
|
|
@2727
|
[2727]
|
10/27/07 19:39:42 |
kris |
fixed doc error |
|
|
|
@2726
|
[2726]
|
10/27/07 19:32:09 |
kris |
updated doc |
|
|
|
@2722
|
[2722]
|
10/27/07 18:01:34 |
kris |
* Moved ISelectable from IConduit to Conduit instead (where it should have … |
|
|
|
@2702
|
[2702]
|
10/23/07 01:44:57 |
kris |
doc changes regarding Stdout now being a true OutputStream? (dereferencing … |
|
|
|
@2701
|
[2701]
|
10/23/07 01:39:03 |
kris |
* added override for Stream methods
* added missing model declarations |
|
|
|
@2700
|
[2700]
|
10/23/07 01:33:37 |
kris |
relocated Stream interfaces to the module tail, and reshaped conduit() … |
|
|
|
@2667
|
[2667]
|
10/21/07 20:10:16 |
kris |
* close() has now made it into the Stream API, and should be intercepted … |
|
|
|
@2664
|
[2664]
|
10/20/07 03:55:55 |
kris |
fill() now doesn't read zero-length arrays |
|
|
|
@2635
|
[2635]
|
10/07/07 15:13:28 |
kris |
typo … |
|
|
|
@2634
|
[2634]
|
10/07/07 15:12:48 |
kris |
deprecated Buffer.conduit() ... use input() and/or output() instead and … |
|
|
|
@2610
|
[2610]
|
10/03/07 03:50:04 |
kris |
getting ready to deprecate buffer.conduit in favor of buffer.input and … |
|
|
|
@2585
|
[2585]
|
09/29/07 04:18:13 |
kris |
fixes [651] and avoids a potential stall on a slow-responding InputStream? |
|
|
|
@2542
|
[2542]
|
09/03/07 00:53:41 |
kris |
removed 'close' from Buffer, and renamed MappedBuffer?.close to be 'detach' … |
|
|
|
@2525
|
[2525]
|
08/30/07 01:46:35 |
kris |
disconnect() renamed to detach() |
|
|
|
@2499
|
[2499]
|
08/20/07 02:30:37 |
kris |
whoops; adjustments for override on close() |
|
|
|
@2498
|
[2498]
|
08/20/07 02:28:36 |
kris |
renamed dispose() to be close() instead |
|
|
|
@2497
|
[2497]
|
08/20/07 00:58:37 |
kris |
changes for the commit/dispose/close issue:
- conduit.close() now renamed … |
|
|
|
@2490
|
[2490]
|
08/17/07 12:19:02 |
kris |
- exposed conduit read & write again, since there's really no harm in … |
|
|
|
@2486
|
[2486]
|
08/15/07 01:43:21 |
kris |
- added opCall aliases for stream read() & write()
- removed underscores … |
|
|
|
@2473
|
[2473]
|
07/31/07 15:29:45 |
kris |
updated to check for "out of bounds error" in boundary conditions, … |
|
|
|
@2472
|
[2472]
|
07/31/07 15:18:25 |
kris |
updated per #550, enabling flush to operate with buffers sans conduit |
|
|
|
@2435
|
[2435]
|
07/10/07 00:52:45 |
kris |
made Buffer fully compliant with stream filters |
|
|
|
@2322
|
[2322]
|
06/18/07 16:22:25 |
kris |
- separated flush() into flush/clear
- added Win32 flush support to … |
|
|
|
@2295
|
[2295]
|
06/11/07 03:27:22 |
kris |
found an unbalanced if/else |
|
|
|
@2288
|
[2288]
|
06/07/07 02:19:11 |
kris |
altered a couple of error msgs |
|
|
|
@2280
|
[2280]
|
06/04/07 21:30:09 |
kris |
third set of changes for IO adjustments: added Stream support to Reader, … |
|
|
|
@2273
|
[2273]
|
06/02/07 14:19:25 |
kris |
fixed bug #498: incorrect return value from tango.io.Buffer.read()
Thanks … |
|
|
|
@2266
|
[2266]
|
06/02/07 02:51:50 |
kris |
fixed a bogus change to flush() |
|
|
|
@2256
|
[2256]
|
06/01/07 22:10:00 |
kris |
second round of change for the IO adjustments:
- OutputStream?.copy() now … |
|
|
|
@2253
|
[2253]
|
05/30/07 00:56:38 |
kris |
shuffled InputStream? and OutputStream? methods around, and added means to … |
|
|
|
@2252
|
[2252]
|
05/29/07 18:33:06 |
kris |
first batch of IO changes to support InputStream? and OutputStream?:
- when … |
|
|
|
@2182
|
[2182]
|
05/09/07 17:11:49 |
kris |
file() does not expect a minimum of 32 bytes anymore, so we'll need to … |
|
|
|
@2178
|
[2178]
|
05/09/07 14:30:41 |
kris |
removed test harness, and retained leading fill() to limit buffer flushes … |
|
|
|
@2177
|
[2177]
|
05/09/07 14:00:13 |
kris |
test for #456 |
|
|
|
@2136
|
[2136]
|
05/02/07 21:40:58 |
kris |
updated doc |
|
|
|
@2134
|
[2134]
|
05/02/07 21:35:30 |
kris |
assert() does not retain side-effects like it used to, so -release started … |
|
|
|
@2122
|
[2122]
|
04/30/07 13:40:34 |
kris |
coalesced variations of fill(), flush() and drain() |
|
|
|
@2065
|
[2065]
|
04/16/07 17:00:37 |
kris |
flush() removed from buffer.copy(), per ticket #405 |
|
|
|
@2029
|
[2029]
|
04/11/07 23:09:13 |
kris |
- removed makeRoom() from the IBuffer interface, as part of a … |
|
|
|
@2025
|
[2025]
|
04/11/07 20:23:36 |
kris |
- renamed Buffer.fill(dst) to be buffer.read(dst)
- fixed potential buffer … |
|
|
|
@2018
|
[2018]
|
04/10/07 21:30:47 |
kris |
doc change |
|
|
|
@2017
|
[2017]
|
04/10/07 19:17:14 |
kris |
reverted the transfer() method and added a copy() method instead, since … |
|
|
|
@1984
|
[1984]
|
04/03/07 19:07:33 |
kris |
added Buffer.transfer(dst) as a convenience method to siphon content from … |
|
|
|
@1464
|
[1464]
|
01/28/07 02:23:21 |
kris |
updated to new exceptions |
|
|
|
@1342
|
[1342]
|
01/18/07 17:33:20 |
kris |
renamed some of the Buffer methods to be less "Java-like" |
|
|
|
@1315
|
[1315]
|
01/15/07 15:42:05 |
kris |
finally cleaned up buffer.get() to be buffer.slice() |
|
|
|
@1211
|
[1211]
|
01/08/07 15:23:20 |
kris |
- Introduced Protocol to reader/writer framework, and updated various … |
|
|
|
@1074
|
[1074]
|
12/09/06 20:11:55 |
keinfarbton |
ftp does now depend on the tango impl of phobos. Added explicit … |
|
|
|
@1052
|
[1052]
|
12/06/06 20:35:58 |
kris |
Update to the Reader/Writer mechanisms.
- Removed the configurable … |
|
|
|
@1014
|
[1014]
|
11/26/06 00:52:13 |
kris |
Replaced doc references to Mango with Tango |
|
|
|
@767
|
[767]
|
08/18/06 21:30:39 |
kris |
Updates for change from toString() to toUtf8() |
|
|
|
@757
|
[757]
|
08/18/06 00:46:49 |
kris |
typo's |
|
|
|
@744
|
[744]
|
08/14/06 22:38:25 |
kris |
-- |
|
|
|
@720
|
[720]
|
08/07/06 23:40:49 |
kris |
renamed Buffer.toString() to be Buffer.slice() instead. This should help … |
|
|
|
@718
|
[718]
|
08/07/06 13:30:11 |
BCS |
fixed grammar errors to the ddoc comments |
|
|
|
@705
|
[705]
|
08/02/06 20:06:30 |
kris |
removed TextFileConduit? & TextSocketConduit?, along with supporting code in … |
|
|
|
@686
|
[686]
|
07/28/06 01:07:06 |
kris |
reverted changeset 684, since most of the changes made therein would break … |
|
|
|
@684
|
[684]
|
07/27/06 16:28:59 |
jpelcis |
Added "override" where appropriate to all of tango.io but … |
|
|
|
@673
|
[673]
|
07/25/06 14:01:22 |
kris |
added a couple of asserts |
|
|
|
@504
|
[504]
|
07/01/06 22:45:32 |
kris |
fixed some old examples |
|
|
|
@454
|
[454]
|
06/28/06 19:13:56 |
jcomellas |
* Corrected line endings to make them acceptable to Subversion with the
… |
|
|
|
@437
|
[437]
|
06/27/06 17:33:37 |
jcomellas |
Set the 'eol-style' property to 'native' for all the text files in the … |
|
|
|
@413
|
[413]
|
06/25/06 21:37:17 |
kris |
moved some aliases around |
|
|
|
@408
|
[408]
|
06/25/06 15:26:20 |
kris |
some internal renaming, plus consistency fixed |
|
|
|
@399
|
[399]
|
06/24/06 23:19:46 |
kris |
- cleanup up the overlap between Console & Buffer
- changed a couple of … |
|
|
|
@381
|
[381]
|
06/22/06 17:39:28 |
kris |
- removed an old arg from the Format ctor
- updated Format & Buffer to … |
|
|
|
@373
|
[373]
|
06/20/06 19:21:03 |
kris |
removed IWritable from both FilePath? and Uri classes. Seemed a bit … |
|
|
|
@238
|
[238]
|
06/16/06 01:54:19 |
kris |
fixed bug related to ctor change from the other day |
|
|
|
@223
|
[223]
|
06/15/06 00:05:57 |
kris |
added css control for <hr/> |
|
|
|
@213
|
[213]
|
06/14/06 20:33:16 |
kris |
changed the license tag to be dynamic (via DDoc) |
|
|
|
@176
|
[176]
|
06/13/06 02:43:00 |
kris |
-- |
|
|
|
@175
|
[175]
|
06/13/06 02:31:41 |
kris |
Changed ctor with array argument to be inverted from prior behavior. Note … |
|
|
|
@148
|
[148]
|
06/09/06 21:27:48 |
kris |
fixed my broken stuff from last night :/ |
|
|
|
@143
|
[143]
|
06/09/06 17:24:25 |
kris |
-- |
|
|
|
@131
|
[131]
|
06/08/06 16:17:56 |
kris |
changed the headers to be compatible with Tango |
|
|
|
@7
|
[7]
|
05/29/06 20:49:20 |
kris |
-- |