Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

root/trunk/tango/util


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5691 [5691] 11/10/11 11:03:21 dhasenan Oops. Fixing previous commit.
(edit) @5690 [5690] 11/10/11 11:00:25 dhasenan Applied Luca's logging buffer patch to allow user-allocated buffers in log …
(edit) @5689 [5689] 11/10/11 10:10:05 Marenz Fixes #2098, thanks to luca
(edit) @5683 [5683] 10/10/11 11:35:56 Marenz Fixed a Bug in AppendSyslog?: logger wasn't taking care of its dead …
(edit) @5680 [5680] 09/21/11 18:40:34 Marenz + Added AppendSyslog?, a file appender behaving like syslog
(edit) @5675 [5675] 08/03/11 16:14:22 dhasenan Fix #2066: allocate less when searching for a Logger. Thanks to Marenz …
(edit) @5674 [5674] 08/03/11 13:32:59 rawler Add some doc-notes to log.AppendFiles?.
(edit) @5664 [5664] 07/20/11 22:48:48 mwarning fixes #2064 :: Memory corruption; thanks denis-shel
(edit) @5661 [5661] 06/24/11 04:34:48 larsivi Simplifies API !Breaking change! closes #2058, thanks rawler
(edit) @5660 [5660] 06/23/11 15:50:35 larsivi Improve performance a lot in the Ciphers by reducing GC usage. Closes …
(edit) @5652 [5652] 05/09/11 11:08:40 Marenz Merged branch dmd-1.067 into trunk
(edit) @5618 [5618] 02/24/11 06:49:43 mwarning revert some 64bit changes from [5600]
(edit) @5600 [5600] 11/15/10 12:43:33 mwarning fixes #1968 :: reduce/fix 64bit compile warnings for 64bit
(edit) @5499 [5499] 07/16/10 20:05:27 mwarning fixes #1957 :: use single memmove declaration; thanks wm4
(edit) @5480 [5480] 06/16/10 01:40:48 kris fixes #1930 :: tango.util.container.more.Vector defect Big thanks to …
(edit) @5458 [5458] 05/10/10 01:57:01 kris partial changes from #875
(edit) @5455 [5455] 05/10/10 01:09:40 kris fixes #1860 :: Redundant declaration "private static char[6] spaces = ' …
(edit) @5452 [5452] 05/10/10 00:56:10 kris fixed some errors
(edit) @5450 [5450] 05/10/10 00:44:06 kris fixes #1873 :: I implemented a UUID module that I'd like to include in …
(edit) @5446 [5446] 05/09/10 21:31:25 kris fixes #1892 :: Logger: different log levels for different appenders kudos …
(edit) @5433 [5433] 04/15/10 01:58:15 kris fixes #1904 :: Minor typo in tango.util.encode.Base64.d kudos to gc1
(edit) @5432 [5432] 04/15/10 01:55:05 kris fixes #1904 :: Minor typo in tango.util.encode.Base64.d kudos to gc1
(edit) @5431 [5431] 04/15/10 01:51:46 kris fixes #1903 :: Objects are garbage collected despite being referenced from …
(edit) @5428 [5428] 03/29/10 16:13:16 larsivi Some doc formatting fixes, thanks aziz
(edit) @5425 [5425] 03/29/10 08:12:23 larsivi version->debug (UnitTest?), Unittest -> UnitTest? ++
(edit) @5421 [5421] 03/23/10 02:19:11 kris added support for retaining the key hash-value (via a -version=HashCache?
(edit) @5420 [5420] 03/21/10 21:22:30 kris renamed to fit in with peers
(edit) @5419 [5419] 03/21/10 21:21:52 kris renamed to fit in with peers
(edit) @5418 [5418] 03/21/10 15:29:02 kris turns out to be legitimate to get a null pointer in collect(T*[])
(edit) @5417 [5417] 03/21/10 14:54:46 kris fixes #1886 :: Adding Base32 and Hex to tango.util.encode Big thanks to …
(edit) @5416 [5416] 03/21/10 14:15:40 kris made the default allocator faster, and hid the implementation from the …
(edit) @5415 [5415] 03/21/10 01:52:44 kris removed wayward main()
(edit) @5414 [5414] 03/21/10 01:44:56 kris fixed the unittests for testing onMove()
(edit) @5413 [5413] 03/21/10 01:20:54 kris fixes #1885 :: Heap invariant not preserved with removeAt kudos to …
(edit) @5408 [5408] 03/20/10 15:02:27 kris fixes #1881 :: Tiger implementation has wrong endianness, and incorrect …
(edit) @5407 [5407] 03/20/10 13:52:41 kris cleaned up some documentation
(edit) @5404 [5404] 03/20/10 13:50:23 kris moved Daniels zip wrappers to their permanent home
(edit) @5400 [5400] 03/08/10 16:29:21 larsivi Fix lineendings + eol-style property
(edit) @5399 [5399] 03/07/10 18:51:16 kris initial (tentative) commit of ciphers
(edit) @5388 [5388] 02/27/10 16:03:56 kris now returns 'this' instead of void
(edit) @5381 [5381] 02/20/10 17:45:57 kris had to adjust the low-level API to support a custom comparison routine. …
(edit) @5362 [5362] 02/10/10 11:24:39 fawzi fixing module name to match path
(edit) @5361 [5361] 02/09/10 23:55:36 kris post-release cleanup time - huzzah!
(edit) @5346 [5346] 02/03/10 01:35:55 kris renamed to be less pretentious
(edit) @5344 [5344] 02/02/10 21:18:56 DRK Closes #1842. Thanks doob. Didn't use provided patch because it could do …
(edit) @5305 [5305] 01/20/10 03:42:05 kris fixed issue with push() ... returning a value is just wrong, so …
(edit) @5295 [5295] 01/12/10 22:00:19 kris fixes #431 :: min() and max() don't really belong in math.Math The …
(edit) @5286 [5286] 01/11/10 23:07:10 kris fixes #1821 :: Add Whirlpool digest Kudos to Kai
(edit) @5275 [5275] 12/26/09 13:38:04 larsivi Change D_Ddoc to TangoDoc? to not interfere with user code generating docs, …
(edit) @5259 [5259] 12/05/09 02:51:51 kris added a comment
(edit) @5258 [5258] 12/05/09 02:49:40 kris added an eol option to the ctor. kudos to aalm
(edit) @5257 [5257] 12/02/09 17:46:39 kris ... in order to rename in this way
(edit) @5256 [5256] 12/02/09 17:45:54 kris have to remove …
(edit) @5255 [5255] 12/02/09 00:25:42 kris test
(edit) @5251 [5251] 12/01/09 13:30:16 kris fixes #1514 :: Log hierarchy: parent level overwrites children Thanks to …
(edit) @5248 [5248] 11/29/09 12:50:31 larsivi Change inout to ref, thanks Christian Kamm
(edit) @5220 [5220] 11/23/09 06:14:10 DRK Reverted fix for #1174.
(edit) @5219 [5219] 11/23/09 05:43:39 DRK Added tango.util.Func with toDg. Closes #1174.
(edit) @5213 [5213] 11/22/09 21:36:58 kris redirection to Log module, with partial compatibility (good for most uses)
(edit) @5212 [5212] 11/22/09 21:35:53 kris simple API is also known as Log.formatln()
(edit) @5202 [5202] 11/22/09 16:04:25 kris closes #1391 :: interface IConduit.Truncate (though not a full …
(edit) @5194 [5194] 11/20/09 20:54:20 kris updated to point at permanent home
(edit) @5193 [5193] 11/20/09 20:51:44 kris moved to permanent home
(edit) @5132 [5132] 11/13/09 18:04:45 kris fixes #1731 :: create a module to enable a 'default' logger instance Also …
(edit) @5131 [5131] 11/13/09 17:02:48 kris fixes #1575 :: Problems with CircularList?.d reverse iterator thanks to …
(copy) @5102 [5102] 11/09/09 18:59:16 larsivi Switching combine branch (structure changed, build changed, see …
copied from branches/kris/combine/tango/util:
(edit) @5090 [5090] 11/09/09 04:07:06 kris fixes #1514 :: Log hierarchy: parent level overwrites child thanks to …
Note: See TracRevisionLog for help on using the revision log.