| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-30 | Integer storage optimizationv0.4.0 | Eugen Wissner | |
| 2017-04-25 | Make Integer representation little endian | Eugen Wissner | |
| 2017-04-16 | Make RefCounted work with dynamic arrays | Eugen Wissner | |
| 2017-04-16 | Add internal finalize method for finalizing an object without deallocating | Eugen Wissner | |
| 2017-04-13 | Add support for dmd 2.074.0, remove 2.070.2 | Eugen Wissner | |
| 2017-04-07 | Remove opApply from containers | Eugen Wissner | |
| opApply requires additional overloads for the const containers (with a const delegate). If using a templated opApply foreach cannot infer the types for the variables. foreach with one argument still works (opIndex() is used), for more complex cases slicing should be used. | |||
| 2017-04-07 | Make SList range public | Eugen Wissner | |
| 2017-04-04 | Fix Vector.insertAfter/Before an empty range | Eugen Wissner | |
| 2017-04-04 | Fix network.inet release build | Eugen Wissner | |
| 2017-04-03 | Swap toHostOrder template parameters | Eugen Wissner | |
| 2017-04-02 | Make NetworkOrder work with 8-byte integers | Eugen Wissner | |
| 2017-04-02 | Add tanya.network.inet.toHostOrder | Eugen Wissner | |
| The function reverts NetworkOrder. | |||
| 2017-04-02 | Add tanya.network.inet.NetworkOrder | Eugen Wissner | |
| NetworkOrder converts an integral type into a bidirectional range with big-endian byte order. | |||
| 2017-04-01 | Add tanya.network package file | Eugen Wissner | |
| 2017-03-29 | Update latest supported compilerv0.3.0 | Eugen Wissner | |
| 2017-03-29 | Fix SList documentation for insertFront and insertBefore | Eugen Wissner | |
| 2017-03-29 | Move bitvector to another branch till it is finished | Eugen Wissner | |
| 2017-03-29 | Add SList.opAssign | Eugen Wissner | |
| 2017-03-28 | Implement opAssign for the Vector | Eugen Wissner | |
| 2017-03-24 | Merge branch 'master' of github.com:caraus-ecms/tanya | Eugen Wissner | |
| 2017-03-24 | Add insertBefore and remove to SList | Eugen Wissner | |
| 2017-03-23 | math.mp: Fix initialization issues after resizing | Eugen Wissner | |
| 2017-03-22 | Remove Init template parameter from memory.resize() | Eugen Wissner | |
| 2017-03-21 | Merge math.mp.Integer changes from the crypto branch | Eugen Wissner | |
| 2017-03-19 | Remove makeArray import | Eugen Wissner | |
| 2017-03-19 | Remove resizeArray alias | Eugen Wissner | |
| 2017-03-18 | Add Mallocator as an alternative allocator | Eugen Wissner | |
| 2017-03-09 | Add SList constructors | Eugen Wissner | |
| 2017-03-08 | Fix element order inserted from a range into list | Eugen Wissner | |
| 2017-03-02 | Move BitVector from the crypto branch | Eugen Wissner | |
| 2017-03-01 | SList.insertFront for ranges | Eugen Wissner | |
| 2017-02-20 | Improve Vector module and reserve documentation | Eugen Wissner | |
| 2017-02-18 | Add documentation linkv0.2.0 | Eugen Wissner | |
| 2017-02-18 | Implement IOCPTransport.close and isClosing | Eugen Wissner | |
| 2017-02-12 | Add DuplexTransport.close for the selector transport | Eugen Wissner | |
| 2017-02-11 | Move all IOWatcher members to the transports | Eugen Wissner | |
| 2017-02-10 | Adjust kqueue build | Eugen Wissner | |
| 2017-02-10 | Remove StreamTransport interface | Eugen Wissner | |
| Implement DuplexTransport and SocketTransport separately. | |||
| 2017-02-10 | Make event loop implementations final | Eugen Wissner | |
| 2017-02-10 | Move the bug tracker to Redmine | Eugen Wissner | |
| 2017-02-09 | Fix Kqueue buil with the new watcher-transport | Eugen Wissner | |
| 2017-02-09 | Inherit IOCPTransport from IOWatcher | Eugen Wissner | |
| 2017-02-09 | Let Transport extend IOWatcher | Eugen Wissner | |
| 2017-02-09 | Pass client socket directly to the IOWatcher | Eugen Wissner | |
| 2017-02-08 | Implement protocol property for IOCPTransport | Eugen Wissner | |
| 2017-02-08 | Add protocol property to the transport | Eugen Wissner | |
| Transport should be protocol aware because it should be possible to switch the protocol if the operation is supported, for example for upgrading HTTP to web sockets or HTTP 1.1 to HTTP/2. | |||
| 2017-02-04 | Rename async.loop.Loop.done_ to done | Eugen Wissner | |
| Since there is no property with a conflicting name. | |||
| 2017-02-03 | Move DefaultAllocator mixin to tanya.memory | Eugen Wissner | |
| Since it depends on defaultAllocator property defined in the module. | |||
| 2017-01-25 | SList: Add length and opEquals | Eugen Wissner | |
| 2017-01-25 | Add support for dmd 2.070.2 | Eugen Wissner | |
