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

Replace STATIC_INLINE with static, remove INLINE.

Also removed SUPPRESS_COMPILER_INLINES which is useless.

github.com/fluffos/fluffos - 61a8fce1fddc65b93c5058a5687892369b99291d authored over 11 years ago by Yucong Sun <[email protected]>
Remove the defunct nmake makefile.

Building on windows will be supported later.

github.com/fluffos/fluffos - dedb6483f1f05e51610e6514c2d6c950870953c9 authored over 11 years ago by Yucong Sun <[email protected]>
Remove defunct support for hpux and OLD_ULTRIX.

github.com/fluffos/fluffos - dd15ead11a82aa810e50eed7febb12ac70237d73 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #88 from sunyc/master

More fixes from alpha3 feedback

github.com/fluffos/fluffos - 9f773bfa3eae79699302fb6b21140d1bd0113fe6 authored over 11 years ago by TheFallenTree <[email protected]>
Make shadow tests reentrant.

github.com/fluffos/fluffos - 6d263ac1bf5befbdec5da9563b4b96503ce2fbe2 authored over 11 years ago by Yucong Sun <[email protected]>
Make test run 3 times.

github.com/fluffos/fluffos - df855dca398a28bfd35d0ff0eac2f4d9200d7ecf authored over 11 years ago by Yucong Sun <[email protected]>
Fix two flaky efun test.

github.com/fluffos/fluffos - 036318afdc461ffda6a505263fd762046a03689e authored over 11 years ago by Yucong Sun <[email protected]>
Update travis to show error message when test fail.

github.com/fluffos/fluffos - b68999ce24df3c853f31e18693e90db915e03231 authored over 11 years ago by Yucong Sun <[email protected]>
Fix build without POSIX_TIMERS.

github.com/fluffos/fluffos - c029b733f9c5eeffe1372d74b1626c86b7787c78 authored over 11 years ago by Yucong Sun <[email protected]>
Update changelog to be specfic about c++0x.

github.com/fluffos/fluffos - 9d0bab3d172da3689ecd2812f5a0df922804a904 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #86 from sunyc/master

Fixes from feedback of 3.0-alpha3

github.com/fluffos/fluffos - 044c2b3785fd565b1b59ed9e96e508124470b1c9 authored over 11 years ago by TheFallenTree <[email protected]>
Update changelog to be specfic about c++0x.

github.com/fluffos/fluffos - 5616edb55473615e213bda3a7d1c2dc8c6b32125 authored over 11 years ago by Yucong Sun <[email protected]>
Fix off-by-one in header generation.

github.com/fluffos/fluffos - 912e60a9a88eed20e5f11ce9b02da17abbee4bcc authored over 11 years ago by Yucong Sun <[email protected]>
Eliminate const char* vs char* warnings.

github.com/fluffos/fluffos - 0c2b17878fc3d2b14e2275b3270eccaa29ff4ef3 authored over 11 years ago by Yucong Sun <[email protected]>
Fix incremental build dependency.

github.com/fluffos/fluffos - 6f6e2d1a42608884d3c03377c19baa62427af1cd authored over 11 years ago by Yucong Sun <[email protected]>
use gzFile correctly in pakcage/async.c

github.com/fluffos/fluffos - 5ee0592510440b5673f1d153c903fc15ce31defe authored over 11 years ago by Yucong Sun <[email protected]>
Fix build without PACKAGE_MUDLIB_STATS

github.com/fluffos/fluffos - 9dd9653c181d55ce218fd6c57f4a7f7706de058b authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #83 from sunyc/master

Release 3.0-alpha3

github.com/fluffos/fluffos - f50f479629e59bfecc379aaaf8cbc501b66e876a authored over 11 years ago by TheFallenTree <[email protected]>
Update travis config to test both dev and release config.

github.com/fluffos/fluffos - 7b71030ab93311a95fcac5b067c99051beb3abd1 authored over 11 years ago by Yucong Sun <[email protected]>
Reorg options.h

Also seperate local_options.test for dev and release version.

github.com/fluffos/fluffos - 43ae54030bc87e0e95c36e12093d44769557b74f authored over 11 years ago by Yucong Sun <[email protected]>
Fix PACKAGE_DWLIB build with ADD_ACTION.

github.com/fluffos/fluffos - f2717902ace521e6b84ec4fe157d04d029bf7d1c authored over 11 years ago by Yucong Sun <[email protected]>
Release 3.0-alpha3

github.com/fluffos/fluffos - 76627e5946f7d1adee11546b03ca057fff09c125 authored over 11 years ago by Yucong Sun <[email protected]>
DEBUG without DEBUGMALLOC_EXTENSIONS now works.

github.com/fluffos/fluffos - f0aea6e7f0f5a8100cf431ba4f64a861f1cbd4d8 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #82 from sunyc/master

Switch to c++ compile mode, fixed build. Also include "try/catch" patch by wodan.

github.com/fluffos/fluffos - f4993bb2759ec0345c65f87a53e4644138d0a7cf authored over 11 years ago by TheFallenTree <[email protected]>
Update travis config to C++ environment.

github.com/fluffos/fluffos - 860dc702467a79d556634a9b98f49ce80aec0e8d authored over 11 years ago by Yucong Sun <[email protected]>
Fix build after switching to c++ compile.

github.com/fluffos/fluffos - d46c2d8ab696ea8c5d874fd950ab8185baf9231f authored over 11 years ago by Yucong Sun <[email protected]>
Fix crc table in 32bit mode.

github.com/fluffos/fluffos - e0a9348d23455852a657cb79baadd0525275a06c authored over 11 years ago by Yucong Sun <[email protected]>
Automatic source format enforcement.

github.com/fluffos/fluffos - bdd30fd89e3871140e7bab4de320e45123fedda2 authored over 11 years ago by Yucong Sun <[email protected]>
Revert "Revert "use try/catch instead of SETJMP/LONGJMP""

This reverts commit 13817f17adb1461ef7afda52dd166436dd20a76c.

github.com/fluffos/fluffos - abdf05fbe3e77f5889f5185fdaccecafba74e7cd authored over 11 years ago by Yucong Sun <[email protected]>
Revert "use try/catch instead of SETJMP/LONGJMP"

This reverts commit 3b541a07ee292c22ed5a72b5fdee0d4e9a1b794e.

github.com/fluffos/fluffos - 13817f17adb1461ef7afda52dd166436dd20a76c authored over 11 years ago by Yucong Sun <[email protected]>
use try/catch instead of SETJMP/LONGJMP

"%"text is one token in c++ so "%"PRId64 doesn't work needs a space, braindead

github.com/fluffos/fluffos - 3b541a07ee292c22ed5a72b5fdee0d4e9a1b794e authored over 11 years ago by Wodan <[email protected]>
Merge pull request #76 from sunyc/master

3.0-alpha2

github.com/fluffos/fluffos - 1c8c46d31d05b5599f54ee1d38626a868425500c authored over 11 years ago by TheFallenTree <[email protected]>
Update patchlevel to 3.0-alpha2

github.com/fluffos/fluffos - 0fb89a3208ddf1d51d86993399a8c76e1ec19baa authored over 11 years ago by Yucong Sun <[email protected]>
Use valgrind on travis CI.

github.com/fluffos/fluffos - df59c487eebbb65be88e3a7a3def5571ec5ece1c authored over 11 years ago by Yucong Sun <[email protected]>
debugmalloc fills magic values.

github.com/fluffos/fluffos - 71b065d53ff2f3f350a39766c29119935e625036 authored over 11 years ago by Yucong Sun <[email protected]>
Enforce source style.

github.com/fluffos/fluffos - bfc5fe9b76adc4663fc5f6ac79fcedcedeee9bcd authored over 11 years ago by Yucong Sun <[email protected]>
Re-include PRAGMA_OPTIMIZE in test config.

github.com/fluffos/fluffos - 9a27ac31ba53c6a0f68e697e45e1bc559426f25f authored over 11 years ago by Yucong Sun <[email protected]>
Randomly execute tests.

github.com/fluffos/fluffos - a45697c0dc698822dc68b0d4409fa40c4152e231 authored over 11 years ago by Yucong Sun <[email protected]>
Use astyle to automatically format source.

github.com/fluffos/fluffos - b678fe73ec8c603618e9db7b331c9b2eda3e525a authored over 11 years ago by Yucong Sun <[email protected]>
fix call_other type errors as warnings and some timezone leaking bugs (driver timezone would be changed after efun/error in efun)

github.com/fluffos/fluffos - 554f66648d764d6e90e41f274df08adde08e263e authored over 11 years ago by Wodan <[email protected]>
added extra file:linenumber result for call_stack()

github.com/fluffos/fluffos - d44cd376353e823ab19884dee2451397e45c58b8 authored over 11 years ago by Wodan <[email protected]>
Adding test for call_stack(4), added by wodan.

github.com/fluffos/fluffos - 6e25a72dd62bc113677fa9c8345713d415620fc6 authored over 11 years ago by Yucong Sun <[email protected]>
Complain loudly when local_options is missing.

Also removed the defunct "configuration" file.

github.com/fluffos/fluffos - 2ec03d5f38ba0229c8af81a33d500239714f1620 authored over 11 years ago by Yucong Sun <[email protected]>
changed linux to __linux__ for adding async_getdir

github.com/fluffos/fluffos - 1902b1ae2d90004dea8a382e9cdd2aa6c269ddae authored over 11 years ago by Wodan <[email protected]>
allow floating point for heart beat interval

github.com/fluffos/fluffos - 83e6f82cddf5e78f4e2bf83bf8df43016681ee87 authored over 11 years ago by Wodan <[email protected]>
Fixup various previous broken commit.

Conflicts:
src/testsuite/single/inh.c

github.com/fluffos/fluffos - 494dfcd1f75435c450e4a4d6e4b22e28cb78ac94 authored over 11 years ago by Yucong Sun <[email protected]>
update changelog

github.com/fluffos/fluffos - a3721771c38d568befb3e6a689dc052a0ca348b9 authored over 11 years ago by Wodan <[email protected]>
Update README.md

github.com/fluffos/fluffos - af1c5efe7ca703b6df7952f7c5e743e2de88500d authored over 11 years ago by TheFallenTree <[email protected]>
Merge pull request #74 from sunyc/master

Fix reported bug from rc1

github.com/fluffos/fluffos - f46a8c8c901d9ec263fcc2bf4772e1ff438fa766 authored over 11 years ago by TheFallenTree <[email protected]>
Add missing {} in f_command.

It should return 0 when prase_command fails.

github.com/fluffos/fluffos - 952a7d9d9932d33d00d2c3af1f4a3766ca91870f authored over 11 years ago by Yucong Sun <[email protected]>
Fix crasher #14.

Fix #73, Always use unsigned short to store LPC type information.

github.com/fluffos/fluffos - 1c8d277dca5d58ad5593f93a1ea292b1d3567369 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #72 from sunyc/master

2.27-sunyc-rc1

github.com/fluffos/fluffos - f664d4a351f90019a57abee1afc71bd8159f3ec6 authored over 11 years ago by TheFallenTree <[email protected]>
Release 2.27-sunyc-rc1

github.com/fluffos/fluffos - 26216efb971980b31d8b8f38dbee556e5789cecd authored over 11 years ago by Yucong Sun <[email protected]>
Adding specfic comment for choosing compile mode.

github.com/fluffos/fluffos - 1ee4f9aa3b86167e4a5dc81cfee2f6973f76908d authored over 11 years ago by Yucong Sun <[email protected]>
Adding comments about old code for new options.

github.com/fluffos/fluffos - af6a526d616163f7520b38246550c2d66643c6be authored over 11 years ago by Yucong Sun <[email protected]>
Always initilize parse node before handing out.

This prevent memory corruption on parse error cases.

github.com/fluffos/fluffos - d32b7bcab8709b796871b05a699d3a7cf1dca0be authored over 11 years ago by Yucong Sun <[email protected]>
Do not omit frame pointers in any build.

This allows a meaningful backtrace for nearly no cost.

github.com/fluffos/fluffos - 2771059cc8b9b596b57805aab38f84b0cf64707d authored over 11 years ago by Yucong Sun <[email protected]>
Don't free master_ob when error on connect().

This cause driver to crash.

github.com/fluffos/fluffos - 8afdc00d4c644ac9eaf824fe90adba13ca70cc04 authored over 11 years ago by Yucong Sun <[email protected]>
Move the documentation files to root directory.

github.com/fluffos/fluffos - 14fba20827406cc5cace7b5609d49a84b63531b7 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #70 from sunyc/master

make DEBUGMALLOC_EXTENSIONS work under release build

github.com/fluffos/fluffos - 86171e44fdf32b0ef680c4b5ddb0d758d6232d86 authored over 11 years ago by TheFallenTree <[email protected]>
Merge pull request #71 from Voltara/issue58-optional_call_out_loop_protection

add CALLOUT_LOOP_PROTECTION.

github.com/fluffos/fluffos - d13c8a4267c5b987446ad12d8f55b08e60a799d7 authored over 11 years ago by TheFallenTree <[email protected]>
call_out loop protection is now optional

fixes issue #58

github.com/fluffos/fluffos - b5483fbb8cb2eb6951876a87192ff411e25ce9d8 authored over 11 years ago by Voltara <[email protected]>
make DEBUGMALLOC_EXTENSIONS work under release build

github.com/fluffos/fluffos - 83bc2d23d72ec2661b27cfefd17db88b3041f111 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #69 from sunyc/master

Fix problems reported by valgrind, and typos.

github.com/fluffos/fluffos - 6679dc36afb07a8b7722d38526ce16c0812345a4 authored over 11 years ago by TheFallenTree <[email protected]>
Fix typo in access_to_name().

github.com/fluffos/fluffos - 34ed3bc7d8997dd753bcfcde8b254c33a0e20b51 authored over 11 years ago by Yucong Sun <[email protected]>
Enable -Wextra in DEBUG build.

github.com/fluffos/fluffos - a3586d4da114ca18b20aa39adf584bd6e3695c7c authored over 11 years ago by Yucong Sun <[email protected]>
Replace sort in opc_dump with COMPARE_NUMS routine.

github.com/fluffos/fluffos - a4da5a24b2c5d720fad19e3d9e05b7f956258b5e authored over 11 years ago by Yucong Sun <[email protected]>
Fix buffer underun in restore_object()

github.com/fluffos/fluffos - 6d410ff6b4706d34ff96c92f6e428108f00e29be authored over 11 years ago by Yucong Sun <[email protected]>
Replace memcpy with memmove in replace_string().

github.com/fluffos/fluffos - 4812ab2def0f27bc0d20da9a01731954138d1eb2 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #68 from sunyc/master

Add the missing old_qsort file.

github.com/fluffos/fluffos - 2181f6aeb53ceaba7a00d6be3a00051d4d9231a7 authored over 11 years ago by TheFallenTree <[email protected]>
Add the missing old_qsort file.

github.com/fluffos/fluffos - fcb4972f4f312143159635e4f5dc1f97cb3d65e8 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #67 from sunyc/master

Fix broken LPC switch, added tests. new option SANE_SORTING

github.com/fluffos/fluffos - ad86900a955d5b9a9240e908a9093c805a048381 authored over 11 years ago by TheFallenTree <[email protected]>
new option SANE_SORTING, for old sorting algo

This only applies to sort_array EFUN.

Using old sorting algorithm, LPC code can only return
-1 ...

github.com/fluffos/fluffos - e0bb65c1cdc9c867b54cced850447a3c005e5ca6 authored over 11 years ago by Yucong Sun <[email protected]>
Adding test for sort_array.

github.com/fluffos/fluffos - 2a02bb8076ceaea6bc8c71d17abc1752a32019b3 authored over 11 years ago by Yucong Sun <[email protected]>
Fix LPC switch problem, add tests.

Fix #66

This commit added a detailed switch test that covers all
possible LPC switch cases.

LP...

github.com/fluffos/fluffos - 8a60290a31f60507a96ea077b573dd5ae0182f88 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #65 from sunyc/master

Remove the obsolete qsort implementation.

github.com/fluffos/fluffos - 07b381f1d58a89583ed4e7669db15c0acd3f1505 authored over 11 years ago by TheFallenTree <[email protected]>
Remove the obsolete qsort implementation.

github.com/fluffos/fluffos - d6a33fc26ec58eeef95a7aa1bd19923375c226b5 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #64 from sunyc/master

Fix some over aggressive log message.

github.com/fluffos/fluffos - 4860f2c313ba2a50ed9d7dd08fa5ee3503e6b508 authored over 11 years ago by TheFallenTree <[email protected]>
Fix some over aggressive log message.

github.com/fluffos/fluffos - 92bc0e47d85e602d8853765bfdea4daf640d8b57 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #60 from sunyc/master

Fix various CYGWIN problem, disable optimize and added warning.

github.com/fluffos/fluffos - a5a00e2f62816d660b596371591c1983c17c1631 authored over 11 years ago by TheFallenTree <[email protected]>
Include #ifndef routine in auto generated header.

Also fixed various compile problem on CYGWIN.

github.com/fluffos/fluffos - f9cdbcf70f5871381ac7508239b49d99e1c092d7 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #55 from Voltara/issue54_sha1_wrong_hashes

Fix #53 sha1() hash issue, validated through NIST test cases.

github.com/fluffos/fluffos - c9a0b2a5a1f22f594b026eae20a2fa4bf317446d authored almost 12 years ago by TheFallenTree <[email protected]>
Merge pull request #53 from sunyc/master

Fixes compiling and tests under 32bit mode.
Fluffos now provides a 64bit LPC runtime in both ca...

github.com/fluffos/fluffos - 295a0d71f9f7f198f4cd3215dcab7e9f09186143 authored almost 12 years ago by TheFallenTree <[email protected]>
Fix 64bit runtime in 32bit mode.

Fixes #40.
32bit compile can now successfully pass all tests.
Noted one memory leak in unique_ma...

github.com/fluffos/fluffos - a66e835180b5b8f237035e6e9479c11d5e91c4c9 authored almost 12 years ago by Yucong Sun <[email protected]>
Issue #54 - fix incorrect sha1() hashes

sha1() now works correctly on strings 8192 bytes and longer
sha1() now works correctly on string...

github.com/fluffos/fluffos - dac9b0260160c6d974de85ad2b767caad05a29ab authored almost 12 years ago by Voltara <[email protected]>
Merge pull request #56 from sunyc/i11-db-fix

Fix db.c without PACKAGE_ASYNC. ([email protected])

github.com/fluffos/fluffos - 92aaf485a4c3c41b36cc20f41d0022a3422aa757 authored almost 12 years ago by TheFallenTree <[email protected]>
Fix db.c with PACKAGE_ASYNC. ([email protected])

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

Rewrite apply_low(), also fix cache poison issue.

Previously when a method that is called but...

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

github.com/fluffos/fluffos - d23fe6bf222ac2d3f0f28030bca75da8832d21be authored almost 12 years ago by Yucong Sun <[email protected]>
Rewrite apply_low(), fix cache poison issue.

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

Fixup read_file implementation.

github.com/fluffos/fluffos - 80a51eedbd8244de1c136067359d369b45b17d02 authored almost 12 years ago by Yucong Sun <[email protected]>
Make make test actually fail the build.

Also improve the existing read_file tests.

github.com/fluffos/fluffos - b18344d7c8039c50ec65450aed62399fc4304eb7 authored almost 12 years ago by Yucong Sun <[email protected]>
Fix one clang compile warning.

github.com/fluffos/fluffos - 2353d2406711268084cc84042603c1c61c13161b authored almost 12 years ago by Yucong Sun <[email protected]>
Fix a valgrind complain in posix_timer.c

github.com/fluffos/fluffos - 8fd9eb562c5d29f65ac03e25226204132978f491 authored almost 12 years ago by Yucong Sun <[email protected]>
Include LPC optimize routine in test.

github.com/fluffos/fluffos - 7f983137d5e51afa7764a7a08e9d6c319115e419 authored almost 12 years ago by Yucong Sun <[email protected]>
Fixup read_file implementation.

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

Rewrite read_file() to use a single static buffer.

github.com/fluffos/fluffos - 1d04c8384dafab4607993757b7fc2a70fe4a6fdd authored almost 12 years ago by Yucong Sun <[email protected]>
Adding a check to avoid an potential crash.

github.com/fluffos/fluffos - fdb143fbb28eaf0688344a8278d229e4e3630e26 authored almost 12 years ago by Yucong Sun <[email protected]>
Rewrite read_file() to use a single static buffer.

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

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