Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

fluffos

FluffOS
Collective - Host: opensource - https://opencollective.com/fluffos-579 - Website: https://www.fluffos.info - Code: https://github.com/fluffos/fluffos

Update and rename README to README.md

github.com/fluffos/fluffos - cbfa4504e8e0b649bfacdca2cf88c83cf2ad818e authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #48 from sunyc/master

Disable backtrace in CYGWIN build.

github.com/fluffos/fluffos - 32b0ad2c6527fa86db0e333256cc3367d5f900c2 authored almost 12 years ago by Yucong Sun <[email protected]>
Disable backtrace in CYGWIN build.

github.com/fluffos/fluffos - 96a240fdb648eb9f6fb6907fd74fd26b2753c6ca authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #47 from sunyc/master

Convert crasher log into real test cases.

github.com/fluffos/fluffos - cea5ce1e342b4fde01dacee803dc52308cb87cb5 authored almost 12 years ago by Yucong Sun <[email protected]>
Convert crasher log into real test cases.

github.com/fluffos/fluffos - 84d4b34027934f2c1b15e83d08e18b233899a228 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #46 from sunyc/master

Disable INLINE, since it broke old GCC.

github.com/fluffos/fluffos - 59cfa2d040ef0a7aa8979edc03f717760c577044 authored almost 12 years ago by Yucong Sun <[email protected]>
Disable INLINE, since it broke old GCC.

github.com/fluffos/fluffos - 9911d1f4b1f3e501d1adf5be905d59746c37e16f authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #45 from sunyc/master

Auto dump backtrace when driver crash.
Also warn on startup if RLIMIT_CORE is set to 0, no core...

github.com/fluffos/fluffos - 7e9f3f6c25fe98bdd91ace023a96dbed3b9982a2 authored almost 12 years ago by Yucong Sun <[email protected]>
Auto dump backtrace when driver crash.

github.com/fluffos/fluffos - 8096a44c6a0564ba54c060d7b3f5b8da7e82ff72 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #44 from sunyc/i10-define-linux

Revert to autodetect -flto support.

github.com/fluffos/fluffos - ec26d43ab8bee97369018cbbbfa49bf9482b5788 authored almost 12 years ago by Yucong Sun <[email protected]>
Update travis build configuration.

github.com/fluffos/fluffos - f2fe1bdcc5f0f5ba1793db67985122205bbc127b authored almost 12 years ago by Yucong Sun <[email protected]>
Revert to autodetect -flto support.

github.com/fluffos/fluffos - 756dbeff462f085562f5727da42a01d3051f2b83 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #41 from sunyc/i10-define-linux

Fix compiling problem under CYGWIN.

github.com/fluffos/fluffos - ed3f778ccfb8ca3e1b191ece162c4308eefbcb23 authored almost 12 years ago by Yucong Sun <[email protected]>
Fix compiling problem under CYGWIN.

github.com/fluffos/fluffos - 4621bc089f01885f4b4089ff4dbb74fcacd31af7 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #39 from sunyc/i10-define-linux

Add ins_pointer() to deal with potential size difference of LPC_INT and C pointer.

github.com/fluffos/fluffos - ef23d5f7754024c97e81bbb80026a991546efd78 authored almost 12 years ago by Yucong Sun <[email protected]>
Make 64bit LPC test default, print tests being run.

github.com/fluffos/fluffos - b7b47a1ee64d8ac8812e5d1e507a0bd32bf70236 authored almost 12 years ago by Yucong Sun <[email protected]>
Fix travis 32bit build/test.

github.com/fluffos/fluffos - 5c9474d7d927b524748838bd245453c388f118b8 authored almost 12 years ago by Yucong Sun <[email protected]>
Add ins_pointer() to deal with potential size difference of LPC_INT and C pointer.

This will allow 32bit driver supporting 64bit LPC runtime.

github.com/fluffos/fluffos - b08253f0b768c7b98deb5fd7a4cd440ec557a3e8 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #38 from sunyc/i10-define-linux

Replace all defined(linux) to defined(__linux__).
Adds COMPILER_FLAGS, allow auto 32bit build ...

github.com/fluffos/fluffos - 072689348d97bb53c5f59c77086821d931f5caed authored almost 12 years ago by Yucong Sun <[email protected]>
Adds COMPILER_FLAGS, allow auto 32bit build tests.

github.com/fluffos/fluffos - 86cd1bb0abf0b13dc16228758f4483a6613f29bf authored almost 12 years ago by Yucong Sun <[email protected]>
Replace all defined(linux) to defined(__linux__).

Compile with --std=c99 no longer defines linux, this caused some
old macro to fail.

github.com/fluffos/fluffos - 090c358ac4466588a37c42b1b802d6c04a230b32 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #28 from sunyc/i9-warnings

Removed all GNU make addons, for better cross platform compatibility.

github.com/fluffos/fluffos - 249c3cbd7d5327d7814655068cb48cfc3357a69f authored almost 12 years ago by Yucong Sun <[email protected]>
Removed all GNU make addons, for better cross platform compatibility.

Also reorganized makefile layout.

github.com/fluffos/fluffos - ef81a66170e53ecf6d86d0df69475d2d26d81b45 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #27 from Voltara/fixup_text_files

Text file relocation and permissions cleanup.

github.com/fluffos/fluffos - a1b08036fd9fc1cdae063b7d2ea818ce07869539 authored almost 12 years ago by Yucong Sun <[email protected]>
Text file location and permissions cleanup

* Moved text files from repository root back into src/, replacing the moved
files with symlink...

github.com/fluffos/fluffos - 991fdcdd287b0432c1d47405e2b1dca333eb1b45 authored almost 12 years ago by Voltara <[email protected]>
Merge pull request #26 from sunyc/i9-warnings

Fix-up automated build and test.

Remove use of ar, ranlib and sed. Unbreak DEBUG_MALLOC & CHE...

github.com/fluffos/fluffos - 9f89181ab2ae84c3c61c3348e23e0549aea10b48 authored almost 12 years ago by Yucong Sun <[email protected]>
Fixup build process.

Remove use of AR. Remove use of sed.

github.com/fluffos/fluffos - 7973f010853642a73c12519caa1133e40d568bca authored almost 12 years ago by Yucong Sun <[email protected]>
Unbreak DEBUG_MALLOC & CHECK_MEMORY, now everything is accounted for.

github.com/fluffos/fluffos - 79fc887f75fc0267f5788b316b94d820934b0a8d authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #25 from sunyc/i9-warnings

Enable Travis CI to automate test/build for each commit.

github.com/fluffos/fluffos - edfdd68d1050ad8326ec29ca8b78686fba15084e authored almost 12 years ago by Yucong Sun <[email protected]>
Enable Travis CI to automate test/build for each commit.

github.com/fluffos/fluffos - b5d4b05c3859851447607f944ac7e4c59e6aa385 authored almost 12 years ago by Yucong Sun <[email protected]>
Update README

github.com/fluffos/fluffos - 57e41c2108dbccf39036e85c85ce8fb86f063b36 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #24 from sunyc/i9-warnings

Fixup various previous broken commit.

github.com/fluffos/fluffos - cdda6dfc24da2cca5f59c879421df29426be94b0 authored almost 12 years ago by Yucong Sun <[email protected]>
Fixup various previous broken commit.

github.com/fluffos/fluffos - 0ca3e81485fbb8acae815e5e1a8b4bfed46b26b6 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #23 from sunyc/i9-warnings

Adding "make test" that automatically runs test.

github.com/fluffos/fluffos - 925b7a01c234c836c9f13d301247a20558e32c32 authored almost 12 years ago by Yucong Sun <[email protected]>
Adding "make test" that automatically runs test.

Also cleanup useless files in testsuite.

github.com/fluffos/fluffos - dc31777da3e2fabd60be1ed6f34ba8c7b1e0edb9 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #22 from sunyc/i9-warnings

Various warnings fixes. And reorganize the old documents.

github.com/fluffos/fluffos - de4d5184c917eda60a6d7846904d0c65a1a47351 authored almost 12 years ago by Yucong Sun <[email protected]>
Move all documents out of src. Update README.

github.com/fluffos/fluffos - 2fa28152a1d5af0fa15099b26919db5b376e24e9 authored almost 12 years ago by Yucong Sun <[email protected]>
Update README for FluffOS distribution.

github.com/fluffos/fluffos - 2ed2e3154de20c37a501f33017c8b4425cef621c authored almost 12 years ago by Yucong Sun <[email protected]>
Fix compile warnings.

github.com/fluffos/fluffos - 59bb0da81a60826ce51c59da0b76669e606a0e0e authored almost 12 years ago by Yucong Sun <[email protected]>
Fix compile warning, and use LPC_INT instead.

github.com/fluffos/fluffos - f0421db2e49f2a04a728cb5856aca0060b48ef2b authored almost 12 years ago by Yucong Sun <[email protected]>
Add missing gcmalloc.c

github.com/fluffos/fluffos - d9e7009f4c72d4496931f0f89cbf51012916dfd9 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #21 from sunyc/i8-EFUN-LIMIT

Update build script. Enable 65535 efuns.

github.com/fluffos/fluffos - 87d85d49273ab2b08233785cc25ecd70422b13c3 authored almost 12 years ago by Yucong Sun <[email protected]>
Change icode to call EFUN, to support more efuns.

Now LPC support 65535 eoperators + efuns. eoperator is still
limited to 256. (currently is 121)

github.com/fluffos/fluffos - 45f7cfdb38ba2e8421a958b32901f6a729b9fc70 authored almost 12 years ago by Yucong Sun <[email protected]>
Fixup develop / debug build.

github.com/fluffos/fluffos - 82265f801fd9db9e6db99ef07028615312c39af6 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #17 from Voltara/issue16-break_immediate_call_out_loops

Protection against infinite call_out("xx", 0) loops.

github.com/fluffos/fluffos - e1241b53ccbb42b2f26cfd766996fb8fb2fd6806 authored almost 12 years ago by Yucong Sun <[email protected]>
Added protection against immediate call_out loops

Fixed eval cost error detection within call_out() (changed
max_eval_error to outoftime, because ...

github.com/fluffos/fluffos - 375a5e425536991984c670bf2ce0b2eaa622497f authored almost 12 years ago by Voltara <[email protected]>
Merge pull request #14 from Voltara/issue13-package_crypto_multiple_issues

Crypto package multiple fixes and enhancements.

github.com/fluffos/fluffos - 1dfbf2c16dacfa704ec50766f032750823731573 authored almost 12 years ago by Yucong Sun <[email protected]>
Crypto package multiple fixes and enhancements

* Fixed build issue with newer openssl where support for hash
functions such as MD2 can be con...

github.com/fluffos/fluffos - a20901a94826a279528b51dd1e80ae3bf1459dd4 authored almost 12 years ago by Voltara <[email protected]>
Merge pull request #12 from sunyc/i7-make-test

Fix-up two mistake in detection of OSX system, as well as LPC_FLOAT/LPC_INT change.

github.com/fluffos/fluffos - caceaebfe248804a05a5fd11fcddc614da5d647c authored almost 12 years ago by Yucong Sun <[email protected]>
Fixup LPC_INT, LPC_FLOAT change.

github.com/fluffos/fluffos - 72f6dd153247ca4dc7088a848b083bae60753dbb authored almost 12 years ago by Yucong Sun <[email protected]>
Properly detect OSX system.

github.com/fluffos/fluffos - ffb4474916b0b6237859738ffe84716feb4eeead authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #11 from sunyc/i5-LPC_INT

create LPC_INT, LPC_FLOAT in lpc.h

github.com/fluffos/fluffos - 7779866e97ef5783194647597c03a54d7f5fcb71 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #10 from sunyc/i7-clang-osx

I7 clang osx

github.com/fluffos/fluffos - a107de2b9f5979c3f91caee912dac4a9429283d6 authored almost 12 years ago by Yucong Sun <[email protected]>
Use clang by default on OSX.

github.com/fluffos/fluffos - 42880852a44c45c042af4741c90beba3c9f29f9b authored almost 12 years ago by Yucong Sun <[email protected]>
Remove old build craft in build.FluffOS.

github.com/fluffos/fluffos - ec89a4efa56882ad6d37565c909cb281859b078e authored almost 12 years ago by Yucong Sun <[email protected]>
Fix old craft in packages/debug.c

remove INT_32 macro, no one will be using.

github.com/fluffos/fluffos - d745a8f425ee339b9409ca236da342fe22fbfe6a authored almost 12 years ago by Yucong Sun <[email protected]>
create LPC_INT, LPC_FLOAT in lpc.h.

Change all reference in the source code to use two new types.

github.com/fluffos/fluffos - db45d985193befcb55718e0f189a79976ec6e731 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: unbreak DEBUGMALLOC.

It correctly launch and checks testsuite now.

github.com/fluffos/fluffos - 78aa20ea1f6beb6a6804d369ab2b3fdfe0b9a42b authored almost 12 years ago by Yucong Sun <[email protected]>
Merge branch 'master' into next-2.27

github.com/fluffos/fluffos - 4160b38be2ca7a7d992a2c4a014b445e4a9140ee authored almost 12 years ago by Yucong Sun <[email protected]>
Release 2.26.1

testlib stuff is actually in there
tiny fix to error messages (missing breaks)
actually contains...

github.com/fluffos/fluffos - 5b1972a4fcf9ed8b5b31f0459b310f5415514c59 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #7 from sunyc/i3-testsuite

testsuite update

github.com/fluffos/fluffos - 00d8361f7d4fc258ecd1211222e7dc706e913a05 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: add test for save_object(int).

github.com/fluffos/fluffos - a05208b6386ae24e4be35b874c0e8a8bd7e43451 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: Fix "speed" command in testsuite.

And update motd to show two new commands.

github.com/fluffos/fluffos - 5c1b00ef1f1cf0595e959576c975191e90bcc799 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: add command "crasher" for auto crash testing

github.com/fluffos/fluffos - 1a22b4ddec323831fc097226273c5d1416384257 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: Improve logging for tests in testsuite.

github.com/fluffos/fluffos - d8787eab1f328d8cf699319827775df3fce0e730 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: Update testsuite config to correctly launch.

github.com/fluffos/fluffos - adae106c06817e846d223a4df62b54af5d2b0c21 authored almost 12 years ago by Yucong Sun <[email protected]>
Test: LPC int/float correctness verification.

It will pass as long as it is stored as C 64-bit int & double,
as well as parser correctly parse...

github.com/fluffos/fluffos - eb6a1531e108896862c1db1c9a80a7c4a449d957 authored almost 12 years ago by Yucong Sun <[email protected]>
Add LPC MIN_INT, MAX_FLOAT, MIN_FLOAT predefines.

github.com/fluffos/fluffos - 0dd0ee7641ec2ec3edec1df7a13f407ea1d76f3c authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #6 from Voltara/issue2-eval_cost_posix_timer-rebased_single_commit

Added POSIX_TIMERS alternative for eval timer

github.com/fluffos/fluffos - 5c623144139708388c80336dfc3fe80a3a6868c4 authored almost 12 years ago by Yucong Sun <[email protected]>
Added POSIX_TIMERS alternative for eval timer

Added timer_settime/timer_gettime alternative implementation
for eval_cost. This fixes the issu...

github.com/fluffos/fluffos - 5941caca9c6da7ad6812620f07fa5d748db769f4 authored almost 12 years ago by Voltara <[email protected]>
Merge pull request #3 from sunyc/issue2-untrack-local-file

Untrack local generated files.

github.com/fluffos/fluffos - 425d9611569746e6e718980dc9de016b3253ec34 authored almost 12 years ago by Yucong Sun <[email protected]>
Merge pull request #1 from sunyc/issue1-ipv6-compile

IPV6 compile fix on unbuntu.

github.com/fluffos/fluffos - 88117cf2533c908b86f3cc6a2e6b8f65e8a9d1ea authored almost 12 years ago by Yucong Sun <[email protected]>
Untrack local generated files.

github.com/fluffos/fluffos - 2ad48448c301f302794d7f2dc32f886538b54a5b authored almost 12 years ago by Yucong Sun <[email protected]>
IPV6 compile fix on unbuntu.

github.com/fluffos/fluffos - 1a0be8f81b60ce354fce4f56768009b8f7b9bc93 authored almost 12 years ago by Yucong Sun <[email protected]>
Fluffos 2.26

Compile warning fixes ([email protected])
add_action moved objects fix ([email protected])
Proper...

github.com/fluffos/fluffos - c843fe0b7175a21ec166c4178cad9b6d00e884b0 authored almost 12 years ago by Yucong Sun <[email protected]>
fluffos-2.24

github.com/fluffos/fluffos - 9a39897a43ffd13dc059b93c8664aa2a6d91b561 authored over 12 years ago by Dread Quixadhal <[email protected]>
fluffos-2.23

github.com/fluffos/fluffos - 45806bbdd0ee634335021613ae0931a1da9facc4 authored over 13 years ago by Dread Quixadhal <[email protected]>
fluffos-2.22

github.com/fluffos/fluffos - 87f158ebeb344f7fcb0e4ca8a4b202bbb271b384 authored almost 14 years ago by Dread Quixadhal <[email protected]>
fluffos-2.21

github.com/fluffos/fluffos - 8492b5b2a7b91d3ec3368216f1b8c5c5b266d22d authored about 14 years ago by Dread Quixadhal <[email protected]>
fluffos-2.20

github.com/fluffos/fluffos - 48e19dae7699be83f00dfc3aa6332f9b5cbd7586 authored over 14 years ago by Dread Quixadhal <[email protected]>
fluffos-2.19

github.com/fluffos/fluffos - b502ea631fb7876db3de257882a2a84c27fba106 authored almost 15 years ago by Dread Quixadhal <[email protected]>
fluffos-2.18

github.com/fluffos/fluffos - 063af5013c90a8d6e7be3a33a2409e02bb5f0acf authored about 15 years ago by Dread Quixadhal <[email protected]>
fluffos-2.17

github.com/fluffos/fluffos - 7d6a1c70bf8fe586c2018d2dc146d0a1f520b4b5 authored over 15 years ago by Dread Quixadhal <[email protected]>
fluffos-2.16

github.com/fluffos/fluffos - 1273d973ec27a44d59234e1ceb958295e0f36da0 authored over 15 years ago by Dread Quixadhal <[email protected]>
fluffos-2.15

github.com/fluffos/fluffos - 692da90bfe642e32eb8a1535fe1b67ab482f8133 authored almost 16 years ago by Dread Quixadhal <[email protected]>
fluffos-2.13

github.com/fluffos/fluffos - 059e92dbb220e37487df3456a671e913a4b062ae authored over 16 years ago by Dread Quixadhal <[email protected]>
fluffos-2.12

github.com/fluffos/fluffos - 45edfbf7e83f85a8eafde06c10501039280683dc authored over 16 years ago by Dread Quixadhal <[email protected]>
fluffos-2.11

github.com/fluffos/fluffos - 04db2357cb3fb057f582aac3a6d713716e6f806b authored almost 17 years ago by Dread Quixadhal <[email protected]>
fluffos-2.10

github.com/fluffos/fluffos - 5745d6c5d26f7f271ef4dd72c8401ef297a75eea authored almost 17 years ago by Dread Quixadhal <[email protected]>
fluffos-2.09

github.com/fluffos/fluffos - 8a0cf04b546efb5cf4396509e8d95df6081325f5 authored almost 17 years ago by Dread Quixadhal <[email protected]>
fluffos-2.08

github.com/fluffos/fluffos - 7cacd3fc28ce2794c8f7dfebc2c826d48068b183 authored over 17 years ago by Dread Quixadhal <[email protected]>
fluffos-2.07

github.com/fluffos/fluffos - 603d7a88748d290947f90ecff62935e37055b85a authored over 17 years ago by Dread Quixadhal <[email protected]>
fluffos-2.06

github.com/fluffos/fluffos - 8ae71071689a25bc2b325a2a114eb73127e60f9b authored over 17 years ago by Dread Quixadhal <[email protected]>
fluffos-1.40

github.com/fluffos/fluffos - 88fbe694814475e0d8753dc073de791ece06d414 authored about 18 years ago by Dread Quixadhal <[email protected]>
fluffos-1.39

github.com/fluffos/fluffos - 04e275a5a7c610a70663caa6d2c41028128c6e44 authored about 18 years ago by Dread Quixadhal <[email protected]>
fluffos-1.38

github.com/fluffos/fluffos - 204a410378a956e38495649e03fce2df90bfb8e0 authored about 18 years ago by Dread Quixadhal <[email protected]>
fluffos-1.37

github.com/fluffos/fluffos - aa5f16e48cc5450326a94b0f764b4bcfea305b22 authored about 18 years ago by Dread Quixadhal <[email protected]>
fluffos-1.36

github.com/fluffos/fluffos - 7c8ad6b0d024197ca3472224cbbabb6194c3203c authored over 18 years ago by Dread Quixadhal <[email protected]>
fluffos-1.35

github.com/fluffos/fluffos - e0c735c6f6952e1c55554db2a98d7cbea0cbc87b authored over 18 years ago by Dread Quixadhal <[email protected]>
fluffos-1.34

github.com/fluffos/fluffos - 1a3c97e955cec3d9dea3ae06a08e2065a04ea2f3 authored over 18 years ago by Dread Quixadhal <[email protected]>