Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Hoa Project
Hoa is a modular, extensible and structured set of PHP libraries.
Collective -
Host: opensource -
https://opencollective.com/hoaproject
- Code: https://github.com/hoaproject
Set up a real stream bucket. Add the stream context into stream behavior. Correct a little bug: bad method call when manage the stream buffer.
github.com/hoaproject/Stream - 26aaab0f00764313663f17e5e65bda855a447119 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 26aaab0f00764313663f17e5e65bda855a447119 authored over 15 years ago by hywan <devnull@localhost>
Split the IO interface into two new interfaces: In and Out.
github.com/hoaproject/Stream - 57c99137eb93069f8c2c08e6847174d4c54f320d authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 57c99137eb93069f8c2c08e6847174d4c54f320d authored over 15 years ago by hywan <devnull@localhost>
Add four constants: OVERWRITE and DO_NOT_OVERWRITE, to manage if a file already exists, and MAKE_DIRECTORY and DO_NOT_MAKE_DIRECTORY, to manage if a directory does not exist. Correct API documentation and complete some methods prototypes. Move the truncate() method into another interface. Finally, the umask() method is now static.
github.com/hoaproject/Stream - e32b11a35807fb1051d63d9033c0e16653f32461 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - e32b11a35807fb1051d63d9033c0e16653f32461 authored over 15 years ago by hywan <devnull@localhost>
Rename some methods to be in compliance with the Hoa coding and naming standards, and two methods: clearStatisticCache() and clearAllStatisticCaches() to manage the cache of stat() calls.
github.com/hoaproject/Stream - 8bc7dfe379de7d874425e94e2c0856b61de4f792 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 8bc7dfe379de7d874425e94e2c0856b61de4f792 authored over 15 years ago by hywan <devnull@localhost>
Correct a bad PHP constant name: SEEK_CUR instead of SEEK_CURRENT.
github.com/hoaproject/Stream - 3b5bf59571c5bf73f8f0f09d552f03b881e533ee authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 3b5bf59571c5bf73f8f0f09d552f03b881e533ee authored over 15 years ago by hywan <devnull@localhost>
Remove the first argument of the flush() method.
github.com/hoaproject/Stream - f5ab8ff0f059b086ca52c71ca4a464bedb50e18b authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - f5ab8ff0f059b086ca52c71ca4a464bedb50e18b authored over 15 years ago by hywan <devnull@localhost>
The wrapper argument can be null when calling a previously declared instance of a context (more logical). Add the contextExists() method. And set the visibility of getContext() method from protected to public.
github.com/hoaproject/Stream - 02cd6f557827fe291776ef903f360da52ff44eda authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 02cd6f557827fe291776ef903f360da52ff44eda authored over 15 years ago by hywan <devnull@localhost>
Complete the API documentation.
github.com/hoaproject/Socket - 6436cd1e85d2f4e5d5ded09c56ba28e3a88051d7 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 6436cd1e85d2f4e5d5ded09c56ba28e3a88051d7 authored over 15 years ago by hywan <devnull@localhost>
Better flags support, and automatically accept data (easier for user, no hack is necessary).
github.com/hoaproject/Socket - f223cc90be4ff004e0f3381a6a1c02408327bafc authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - f223cc90be4ff004e0f3381a6a1c02408327bafc authored over 15 years ago by hywan <devnull@localhost>
The write() method is now faster.
github.com/hoaproject/Socket - b72ca11e56da823bd7e069ae2ce6399dd4bb308e authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - b72ca11e56da823bd7e069ae2ce6399dd4bb308e authored over 15 years ago by hywan <devnull@localhost>
Add the setStreamTimeout(), setStreamBlocking(), setStreamBuffer() and disableStreamBuffer() methods.
github.com/hoaproject/Stream - 955435b7ca12806b6575d17f9c4c368f25fab867 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 955435b7ca12806b6575d17f9c4c368f25fab867 authored over 15 years ago by hywan <devnull@localhost>
Make some arrangements: edit API documentations and fit the code.
github.com/hoaproject/Stream - 5ebfa789fef34dcf600269661c3324c4a0b31bef authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 5ebfa789fef34dcf600269661c3324c4a0b31bef authored over 15 years ago by hywan <devnull@localhost>
Make some arrangements: edit API documentations and fit the code.
github.com/hoaproject/Socket - ab1f509c9c549b0069da17db1c96dc42df1e9919 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - ab1f509c9c549b0069da17db1c96dc42df1e9919 authored over 15 years ago by hywan <devnull@localhost>
Link the connection layer with the new IO stream interface.
github.com/hoaproject/Socket - 6791895e971924efb09b1d88c93a924bc6f1a4cb authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 6791895e971924efb09b1d88c93a924bc6f1a4cb authored over 15 years ago by hywan <devnull@localhost>
Correct a “parser error”, i.e. PHP does not support “const native function” …
github.com/hoaproject/Socket - 95a3c528a0390f8eddbf96139d745845b10987eb authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 95a3c528a0390f8eddbf96139d745845b10987eb authored over 15 years ago by hywan <devnull@localhost>
Fix some bugs, parse errors, make corrections according to previous revisions etc.
github.com/hoaproject/Socket - e3cf67ae31f34800422f99d3a73c1d50d77e7465 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - e3cf67ae31f34800422f99d3a73c1d50d77e7465 authored over 15 years ago by hywan <devnull@localhost>
Edit the API documentation.
github.com/hoaproject/Stream - 4f42edee03ce0c56e435c66d7763df0dcecffb40 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 4f42edee03ce0c56e435c66d7763df0dcecffb40 authored over 15 years ago by hywan <devnull@localhost>
Tidy up some methods (it was a draft as well …).
github.com/hoaproject/Stream - 85c1e7e504b5211fa206dd6c8590e3c74ed73f8f authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 85c1e7e504b5211fa206dd6c8590e3c74ed73f8f authored over 15 years ago by hywan <devnull@localhost>
Move the super-connection (abstract class).
github.com/hoaproject/Socket - f91fadfdb4ba82380b1c262cb9ffa62f42ccd8e0 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - f91fadfdb4ba82380b1c262cb9ffa62f42ccd8e0 authored over 15 years ago by hywan <devnull@localhost>
Again …
github.com/hoaproject/Socket - b14b0ea4c15a3f61eca811cce79955981c58fcde authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - b14b0ea4c15a3f61eca811cce79955981c58fcde authored over 15 years ago by hywan <devnull@localhost>
If we want to flush, it must be on a Hoa_Stream_Io stream at least.
github.com/hoaproject/Stream - 938a441599d6aa08c7ca2ca6573ee731c0fa3534 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 938a441599d6aa08c7ca2ca6573ee731c0fa3534 authored over 15 years ago by hywan <devnull@localhost>
Add the IO interfaces.
github.com/hoaproject/Stream - d65b35fe0569185585e783db51c84f5ad2cdd7d5 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - d65b35fe0569185585e783db51c84f5ad2cdd7d5 authored over 15 years ago by hywan <devnull@localhost>
Update the Hoa_Socket package.
github.com/hoaproject/Socket - 8ec5d88f378edec921407cdf9d23bd369271f9ea authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 8ec5d88f378edec921407cdf9d23bd369271f9ea authored over 15 years ago by hywan <devnull@localhost>
Write the stream register.
github.com/hoaproject/Stream - fc448b26bc8aa9ec60213ec7318a40d931be91af authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - fc448b26bc8aa9ec60213ec7318a40d931be91af authored over 15 years ago by hywan <devnull@localhost>
Update the Hoa_Stream package.
github.com/hoaproject/Stream - c6eaa95b42b9e0d69cfff36699141c51f682a5f8 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - c6eaa95b42b9e0d69cfff36699141c51f682a5f8 authored over 15 years ago by hywan <devnull@localhost>
Reorganize the stream, socket and file packages.
github.com/hoaproject/Socket - eb953542cd4c80f4bd6a707f5f58dc93a20f6258 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - eb953542cd4c80f4bd6a707f5f58dc93a20f6258 authored over 15 years ago by hywan <devnull@localhost>
Reorganize the stream, socket and file packages.
github.com/hoaproject/Socket - 135edd57de1c27c1b9fc60c9e5377a5c9dd6b366 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 135edd57de1c27c1b9fc60c9e5377a5c9dd6b366 authored over 15 years ago by hywan <devnull@localhost>
Reorganize the stream, socket and file packages.
github.com/hoaproject/Stream - b7325bc2bb5b77846a1bc105f4413e01b6cedb21 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - b7325bc2bb5b77846a1bc105f4413e01b6cedb21 authored over 15 years ago by hywan <devnull@localhost>
Reorganize the stream, socket and file packages.
github.com/hoaproject/Socket - a1b3a748920ae74e447717422e10aef84be7e26b authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - a1b3a748920ae74e447717422e10aef84be7e26b authored over 15 years ago by hywan <devnull@localhost>
Reorganize the stream, socket and file packages.
github.com/hoaproject/Stream - b3dc924cf91c160de03170ad3e176d573e2b5b54 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - b3dc924cf91c160de03170ad3e176d573e2b5b54 authored over 15 years ago by hywan <devnull@localhost>
Reorganize the stream, socket and file packages.
github.com/hoaproject/Socket - 28011fe8f471a03bd5f3f40842311fde68f7488d authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 28011fe8f471a03bd5f3f40842311fde68f7488d authored over 15 years ago by hywan <devnull@localhost>
Oops, bad exception inheritance …, and correct API documentation.
github.com/hoaproject/Session - 5bffe4e0169cc0042d5bf282a35087b2e0e6ce19 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Session - 5bffe4e0169cc0042d5bf282a35087b2e0e6ce19 authored over 15 years ago by hywan <devnull@localhost>
Oops, a parse error …
github.com/hoaproject/Stream - b3717ed6835f93445d278e01a642ed49f53c61a4 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - b3717ed6835f93445d278e01a642ed49f53c61a4 authored over 15 years ago by hywan <devnull@localhost>
Create a simple stream wrapper.
github.com/hoaproject/Stream - c7224c74e7f3965c7c163b94a3a8f337c53a4607 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - c7224c74e7f3965c7c163b94a3a8f337c53a4607 authored over 15 years ago by hywan <devnull@localhost>
Add the Hoa_Stream_Socket interface (usefull for the future) and adapt the Hoa_Stream_Socket_Internet class in consequence.
github.com/hoaproject/Socket - dbee7a4126189bd9f21d9cf756f36d9c4407ae90 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - dbee7a4126189bd9f21d9cf756f36d9c4407ae90 authored over 15 years ago by hywan <devnull@localhost>
Optimize the eob() method.
github.com/hoaproject/Stream - 6e7c38b7e32e8bdab26b81184e09d568a0567dc9 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 6e7c38b7e32e8bdab26b81184e09d568a0567dc9 authored over 15 years ago by hywan <devnull@localhost>
First step for the Socket sub-package.
github.com/hoaproject/Stream - 44227da1a77c437163394e2707f1360927ad3837 authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 44227da1a77c437163394e2707f1360927ad3837 authored over 15 years ago by hywan <devnull@localhost>
First step for the Socket sub-package.
github.com/hoaproject/Socket - ed4baeeed40647e4b1587d5f1cf6fc62e42444ae authored over 15 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - ed4baeeed40647e4b1587d5f1cf6fc62e42444ae authored over 15 years ago by hywan <devnull@localhost>
Oops, bad method call (bad yank/paste I mean :-p) …
github.com/hoaproject/Stream - c1848b31178fc75ad3d25949dce685000130d702 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - c1848b31178fc75ad3d25949dce685000130d702 authored almost 16 years ago by hywan <devnull@localhost>
Add the notification layer.
github.com/hoaproject/Stream - f9bf27fad574557567f08413f1eb00ca2dca4a51 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - f9bf27fad574557567f08413f1eb00ca2dca4a51 authored almost 16 years ago by hywan <devnull@localhost>
Add the context layer.
github.com/hoaproject/Stream - 761acb5183742d79d8fd314e2589e971fd340be7 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 761acb5183742d79d8fd314e2589e971fd340be7 authored almost 16 years ago by hywan <devnull@localhost>
Correct an API documentation typo.
github.com/hoaproject/Stream - baedb1bc2cf60b0ab578f8f4e49922ae7bfddfd5 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - baedb1bc2cf60b0ab578f8f4e49922ae7bfddfd5 authored almost 16 years ago by hywan <devnull@localhost>
Add an attempt to find the number of columns and rows of term on Unix platform (because all Unix don't export the $COLUMNS and $LINES variables). Use the stty command.
github.com/hoaproject/Console - 9351a075ef81bfe597216aa8a7f055971758ec79 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Console - 9351a075ef81bfe597216aa8a7f055971758ec79 authored almost 16 years ago by hywan <devnull@localhost>
Correct a bug with TTY term' style. One bug stays but I don't know how to fix it …
github.com/hoaproject/Console - 324e9ffac287cb768097c08aac4c7920a19abce7 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Console - 324e9ffac287cb768097c08aac4c7920a19abce7 authored almost 16 years ago by hywan <devnull@localhost>
If an empty string is given as an option, it returns the text.
github.com/hoaproject/Console - c984cfdd674c1b8a3ceb7cc250b04b1fc156e312 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Console - c984cfdd674c1b8a3ceb7cc250b04b1fc156e312 authored almost 16 years ago by hywan <devnull@localhost>
Change a != to !==. It should be a strict comparison here.
github.com/hoaproject/Stream - 752a3b8f99fec5ecc52adf1c402a2bb4a8888f2c authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 752a3b8f99fec5ecc52adf1c402a2bb4a8888f2c authored almost 16 years ago by hywan <devnull@localhost>
Correct a code typo.
github.com/hoaproject/Stream - 7582ee7a6d2d33a69f53c9e053505871d072ed83 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 7582ee7a6d2d33a69f53c9e053505871d072ed83 authored almost 16 years ago by hywan <devnull@localhost>
Write the wrapper layer.
github.com/hoaproject/Stream - 4bf11130a2c13ef8feae38ab8da7481c6db7d042 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 4bf11130a2c13ef8feae38ab8da7481c6db7d042 authored almost 16 years ago by hywan <devnull@localhost>
Correct some API typos.
github.com/hoaproject/Stream - 523f34f127234a299407eaeb6526b70751da9e59 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 523f34f127234a299407eaeb6526b70751da9e59 authored almost 16 years ago by hywan <devnull@localhost>
First step for Hoa_Stream.
github.com/hoaproject/Stream - c7929f100d04722ebb658ef593f7f6965de9b297 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - c7929f100d04722ebb658ef593f7f6965de9b297 authored almost 16 years ago by hywan <devnull@localhost>
Add the aggregate visitor.
github.com/hoaproject/Visitor - f1ea1826240d79d48ed9f4bdc18e72c76dec46a5 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - f1ea1826240d79d48ed9f4bdc18e72c76dec46a5 authored almost 16 years ago by hywan <devnull@localhost>
Correct a bug and variables confusing in the visit() method, and add the visitEntry() method to solve the problem with inheritance and overloading of accept() in aggregates visitors elements.
github.com/hoaproject/Visitor - 8b6ebb63302fcce8b03dff577db599e03ce7984c authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - 8b6ebb63302fcce8b03dff577db599e03ce7984c authored almost 16 years ago by hywan <devnull@localhost>
Add a registry of visitors (read the API documentation of class to learn more about).
github.com/hoaproject/Visitor - bcb5c3fade9c49ca1179a1334aa33bba42e857fb authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - bcb5c3fade9c49ca1179a1334aa33bba42e857fb authored almost 16 years ago by hywan <devnull@localhost>
Add the &$handle parameters to visit() and accept() method, to carry data through visits.
github.com/hoaproject/Visitor - d0de6319bc04e62d4600b27ea8921457ee456e03 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - d0de6319bc04e62d4600b27ea8921457ee456e03 authored almost 16 years ago by hywan <devnull@localhost>
More strict visit() method : add the Hoa_Visitor_Element filter.
github.com/hoaproject/Visitor - 3efcda1753c416582ce92110a50a6e36150529df authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - 3efcda1753c416582ce92110a50a6e36150529df authored almost 16 years ago by hywan <devnull@localhost>
Add the package Hoa_Visitor.
github.com/hoaproject/Visitor - 0584a7daf93764cb7e83a8a0ad5244645f81d97e authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - 0584a7daf93764cb7e83a8a0ad5244645f81d97e authored almost 16 years ago by hywan <devnull@localhost>
Mania : formatting spaces.
github.com/hoaproject/Graph - d0e5eb6be4c854678450391e5e5673afac131a35 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Graph - d0e5eb6be4c854678450391e5e5673afac131a35 authored almost 16 years ago by hywan <devnull@localhost>
More intuitive behavior for the toJson() method.
github.com/hoaproject/Json - ce1593d02ba025e36e026dcde88b4b6547a4ab25 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Json - ce1593d02ba025e36e026dcde88b4b6547a4ab25 authored almost 16 years ago by hywan <devnull@localhost>
Change a returned default value in hasError() method, and change a test in consequence.
github.com/hoaproject/Json - b9a8ca9707742555603cf2bc549b010a261bc239 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Json - b9a8ca9707742555603cf2bc549b010a261bc239 authored almost 16 years ago by hywan <devnull@localhost>
Add the new Hoa_Json package.
github.com/hoaproject/Json - a11b39afdc5bce5bc09134f61edac4082fc965e2 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Json - a11b39afdc5bce5bc09134f61edac4082fc965e2 authored almost 16 years ago by hywan <devnull@localhost>
Formatting API documentation.
github.com/hoaproject/Iterator - 0a178a6f5a8d04f611b6569cf1586395b4f47533 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Iterator - 0a178a6f5a8d04f611b6569cf1586395b4f47533 authored almost 16 years ago by hywan <devnull@localhost>
Mania : formatting spaces.
github.com/hoaproject/Console - fd1b54e20903f845be0cb44430482b8143cfb367 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Console - fd1b54e20903f845be0cb44430482b8143cfb367 authored almost 16 years ago by hywan <devnull@localhost>
Mania : formatting spaces.
github.com/hoaproject/Acl - 968cf63e1f5a4c4fb79ec7929aa196bada7e06c1 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Acl - 968cf63e1f5a4c4fb79ec7929aa196bada7e06c1 authored almost 16 years ago by hywan <devnull@localhost>
Mania : formatting space.
github.com/hoaproject/Cache - 16f0b8e280f515d43ba3c68d64f9ec37d1e76603 authored almost 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Cache - 16f0b8e280f515d43ba3c68d64f9ec37d1e76603 authored almost 16 years ago by hywan <devnull@localhost>
Mania : missing spaces.
github.com/hoaproject/Locale - 7606800042a5310ef937259430dae2c8a4d058c3 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Locale - 7606800042a5310ef937259430dae2c8a4d058c3 authored about 16 years ago by hywan <devnull@localhost>
Mania is back …
github.com/hoaproject/Session - 69082dcac131c41f7d395aff2a7801682f717827 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Session - 69082dcac131c41f7d395aff2a7801682f717827 authored about 16 years ago by hywan <devnull@localhost>
Ameliorate routers to build paths (very usefull for the view layer), edit the API documentation, some update of codes …
github.com/hoaproject/View - 951e0eb23653f9dbbbcd73c5b5d05d721701f33c authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/View - 951e0eb23653f9dbbbcd73c5b5d05d721701f33c authored about 16 years ago by hywan <devnull@localhost>
Remake the API documentation.
github.com/hoaproject/View - aaa9dcdd2bc51d057b3b066cbe90851dc8e8b47f authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/View - aaa9dcdd2bc51d057b3b066cbe90851dc8e8b47f authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Prototype - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Prototype - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/File - d3415c0cb05480d33a8f62d8267a2ad82e0c1d5c authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/File - d3415c0cb05480d33a8f62d8267a2ad82e0c1d5c authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Json - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Json - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Tree - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Tree - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Console - 6969cd7805ce2df79cd7bd55d3dcde0a47a57151 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Console - 6969cd7805ce2df79cd7bd55d3dcde0a47a57151 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Mime - 578d890014617b44b9613a76156806522fe25c8b authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Mime - 578d890014617b44b9613a76156806522fe25c8b authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Iterator - 3b9f2bd5c28ea247571a08af2ad0ffde9dede208 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Iterator - 3b9f2bd5c28ea247571a08af2ad0ffde9dede208 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Xml - c0197d1b1646c167cde5e03a0a0091f8328430fd authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Xml - c0197d1b1646c167cde5e03a0a0091f8328430fd authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Realdom - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Realdom - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Graph - 7dc42d52bdf3677b74c9efd322110a86aef160d5 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Graph - 7dc42d52bdf3677b74c9efd322110a86aef160d5 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Ustring - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Ustring - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Visitor - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Visitor - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Dns - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Dns - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Dispatcher - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Dispatcher - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Translate - 706157851fcc30a84b08c69a10dac3742dd7bf57 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Translate - 706157851fcc30a84b08c69a10dac3742dd7bf57 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Socket - 81cb04197633ddf918987008bceb77dc2e325e77 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Socket - 81cb04197633ddf918987008bceb77dc2e325e77 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Stringbuffer - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stringbuffer - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Xmlrpc - 14531743caac01dcd7183a7d41eac43a67e3765a authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Xmlrpc - 14531743caac01dcd7183a7d41eac43a67e3765a authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Session - d3ac456dabe8a2f113bc6f64d853684140e91d80 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Session - d3ac456dabe8a2f113bc6f64d853684140e91d80 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Regex - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Regex - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Locale - 1adeaada5f67505cff8b02b03df8d8e6352a274d authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Locale - 1adeaada5f67505cff8b02b03df8d8e6352a274d authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Fastcgi - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Fastcgi - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/View - 85de89dfc41274f6e596a34a991997c2c5108b37 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/View - 85de89dfc41274f6e596a34a991997c2c5108b37 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Compiler - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Compiler - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/String - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/String - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Acl - ee71030f5bed3fe835831de82d98bdc141921121 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Acl - ee71030f5bed3fe835831de82d98bdc141921121 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Memory - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Memory - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Stream - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Stream - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/- - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/- - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Zombie - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Zombie - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Xyl - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Xyl - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
New repository layout (again).
github.com/hoaproject/Websocket - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>
github.com/hoaproject/Websocket - 087f4c466aba9aee909dfe79bb126fc44f0ba494 authored about 16 years ago by hywan <devnull@localhost>