summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-13Fix if EPOLLIN and EPOLLOUT come togetherEugen Wissner
2017-01-12MmapPool: (p[] is null) != (p[].ptr is null)Eugen Wissner
2017-01-12Remove default parameter value from Protocol.disconnectedEugen Wissner
2017-01-12Loop.maxEvents is const, not inout constEugen Wissner
2017-01-12async: Switch to the internal use of the vector instead of built-in arraysEugen Wissner
2017-01-12Use only one queue for the async eventsEugen Wissner
2017-01-11Queue: Leave only enqueue/dequeue/empty/opApplyv0.1.4Eugen Wissner
2017-01-10Vector constructors for initializing from a vectorEugen Wissner
2017-01-09Vector: remove core.stdc.string importEugen Wissner
2017-01-09Accept only ranges for slicing assignmentEugen Wissner
2017-01-09Fix reallocating the vectorEugen Wissner
2017-01-07Fix DdocEugen Wissner
2017-01-07Add downloads buttonv0.1.3Eugen Wissner
2017-01-07Fix #3Eugen Wissner
2017-01-06MmapPool: add expand and empty methods.Eugen Wissner
2017-01-06Fix block size calculationEugen Wissner
2017-01-05MmapPool: Merge blocks on deallocation if possibleEugen Wissner
2017-01-05Don't throw in the allocator, return nullEugen Wissner
2017-01-05Remove static constructor from the MmapPoolEugen Wissner
2017-01-04Fix Vector.remove not destroying from the end copied elementsEugen Wissner
2017-01-03Implement Vector.removeEugen Wissner
2017-01-03Fix template condition for Vector.insertBackEugen Wissner
2017-01-02Add opEquals for all combinations of vector rangesEugen Wissner
2017-01-02Vector: allow insert multiple items in insertBackEugen Wissner
2017-01-02Vector: Use opEquals if defined to compare itemsEugen Wissner
2017-01-01Fix constness of Vector range, optimizingEugen Wissner
2016-12-28Fix build with 2.071.2Eugen Wissner
2016-12-25Fix socket build on Windowsv0.1.2Eugen Wissner
2016-12-25Don't allocate watcher queue on the heapEugen Wissner
2016-12-24Fix FreeBSD buildEugen Wissner
2016-12-22Fix #1Eugen Wissner
2016-12-22Rename module traits into enumsEugen Wissner
2016-12-22Fix issue going out of the range with back()Eugen Wissner
2016-12-22Fix compatibility issue with dmd 2.071Eugen Wissner
2016-12-22Add support for pow for big integersEugen Wissner
2016-12-22Move random.d into math submoduleEugen Wissner
2016-12-19Add scalar type template parameter for buffersEugen Wissner
2016-12-19Add length and opCmp to the QueueEugen Wissner
2016-12-18Add capacity capabilities to the vectorEugen Wissner
2016-12-15Implement insertion into the vectorEugen Wissner
2016-12-13Use auto ref for templated overloaded functionsEugen Wissner
2016-12-13Fix dispose for structsEugen Wissner
2016-12-13Use resizeArray instead of expand/shrinkArrayEugen Wissner
2016-12-13Replace class Queue with the struct QueueEugen Wissner
2016-12-13Remove unused buffer interfaceEugen Wissner
2016-12-11Array support for refCounted factory functionEugen Wissner
2016-12-08Fix subtraction of numbers with different signsEugen Wissner
2016-12-08Add license infoEugen Wissner
2016-12-08Add travis to READMEEugen Wissner
2016-12-08Add travisEugen Wissner